Commit Graph
4871 Commits
Author SHA1 Message Date
Dmitriy Zaporozhets 4fcd89fe7f Fixed random failing test 2013-04-10 18:26:25 +03:00
Dmitriy Zaporozhets e230551940 backup/restore uploads 2013-04-10 15:41:47 +03:00
Dmitriy Zaporozhets 1d03fa2e7f Run rewrite-hooks after repos restore 2013-04-10 15:11:45 +03:00
Dmitriy Zaporozhets d2c70b8920 Use update_column to set :last_activity_at for project 2013-04-10 14:38:04 +03:00
Dmitriy Zaporozhets c610f2da55 fix gollum git instructions. related to #3562 2013-04-10 14:35:44 +03:00
Dmitriy Zaporozhets 19f505a735 Merge pull request #3557 from rgbkrk/grammar-showdown
s/was/were/ for plural subjects
2013-04-10 02:01:39 -07:00
Dmitriy Zaporozhets 238d24fca9 Merge branch 'improve-wording' of /home/git/repositories/gitlab/gitlabhq 2013-04-10 08:53:14 +00:00
Sytse Sijbrandij 92b4b77a2a Hat tip to Jan Mauritz Faber for his suggestions. 2013-04-10 09:19:08 +02:00
Kyle Kelley 65e8b18190 s/was/were/ for plural subjects 2013-04-09 22:43:02 -04:00
Dmitriy Zaporozhets ed90090a0e Update sidekiq gem. Make event body color a bit lighter 2013-04-09 21:14:47 +03:00
Dmitriy Zaporozhets 4546c7109c Merge branch 'Undev-feature/refactoring_scopes_pr' 2013-04-09 20:58:58 +03:00
Dmitriy Zaporozhets 4496a747c6 Improve migration AddLastActivityColumnIntoProject to use real last activity date if present 2013-04-09 20:58:47 +03:00
Dmitriy Zaporozhets ae2233b114 Improve perfomance by using project.last_activity_at in project_last_activity helper 2013-04-09 20:53:27 +03:00
Dmitriy Zaporozhets 0f2798d498 Merge branch 'feature/refactoring_scopes_pr' of https://github.com/Undev/gitlabhq into Undev-feature/refactoring_scopes_pr
Conflicts:
	db/schema.rb
2013-04-09 20:37:04 +03:00
Dmitriy Zaporozhets 52cd655f71 Include ruby 2.0 in travis 2013-04-09 19:29:45 +03:00
Dmitriy Zaporozhets c34288fa27 Override Issue opened scope. Now reopened issues also included 2013-04-09 15:04:31 +03:00
Dmitriy Zaporozhets 546d7d44d0 Fix missing initCheck for Issues page checkbox 2013-04-09 11:17:24 +03:00
Dmitriy Zaporozhets c1a9e92281 Fix badge image url to ci.gitlab.org 2013-04-09 10:14:11 +03:00
Dmitriy Zaporozhets 97de212e80 Merge pull request #3522 from dplarson/correct-install-docs
Install gems with user `git`, not `gitlab`
2013-04-07 11:22:23 -07:00
Dmitriy Zaporozhets 8bd99779f0 Merge pull request #3538 from AeroNotix/patch-1
Fixed JSON description of system hook
2013-04-07 11:21:02 -07:00
Dmitriy Zaporozhets 5577ee826d remove outdated routing specs 2013-04-07 21:18:48 +03:00
Dmitriy Zaporozhets e0df75de3f refactor Issues.js. Remove unused actions. Respect filters while searching for issue 2013-04-07 13:19:36 +03:00
Dmitriy Zaporozhets 7f36875374 Fixed mr filter tests 2013-04-07 12:32:24 +03:00
Dmitriy Zaporozhets 9fddd5b440 Refactoring & restyle pagination:
- remove admin kaminari theme. Use gitlab theme everywhere
- use bootstrap styled for gitlab admin themes
- dont reload page when change issue filter
2013-04-06 22:32:23 +03:00
Aaron France f5ff99d6b2 Fixed JSON description of system hook
Fixed JSON description of system hook to accurately describe what is actually being sent.
2013-04-06 21:25:46 +03:00
Dmitriy Zaporozhets 52ad34fd59 New entries in CHANGELOG 2013-04-06 21:21:09 +03:00
Dmitriy Zaporozhets f4ae433d90 Increase event title font size on dashboard activity feed 2013-04-06 15:53:35 +03:00
Dmitriy Zaporozhets 5b06c9a73b apply redesigned MR list to dashboard, group etc 2013-04-06 15:11:47 +03:00
Dmitriy Zaporozhets 37eeeb9fca Redesign issues, mr lists 2013-04-06 15:10:24 +03:00
Dmitriy Zaporozhets 39f4604653 refactor scss, refove unused classes 2013-04-06 14:35:17 +03:00
Dmitriy Zaporozhets 07c82cf776 remove draper 2013-04-05 21:21:53 +03:00
Dmitriy Zaporozhets 6c206805ae Backup/restore wiki repos too 2013-04-05 21:20:11 +03:00
Dmitriy Zaporozhets 3df5fee4ff Restyle tags page 2013-04-05 21:03:39 +03:00
Dmitriy Zaporozhets 0da5a4fab1 separate rake task for migration and persistent one 2013-04-05 20:44:16 +03:00
Dmitriy Zaporozhets 10902c844f move old repositories dir to one with timestamp 2013-04-05 19:48:56 +03:00
Dmitriy Zaporozhets cd6280f4fe Use data[:commits] hash from event to render push info on dashboard 2013-04-05 19:47:45 +03:00
Dmitriy Zaporozhets ff4471a3cd Get rid of event decorator. Use event data hash instead commit objects to increase perfomance 2013-04-05 19:47:12 +03:00
Dmitriy Zaporozhets c33d5e16fe refactor backup/restore 2013-04-05 19:01:19 +03:00
Dmitriy Zaporozhets 362d82d10e Prevent same branch in MR seeds 2013-04-05 16:19:05 +03:00
Dmitriy Zaporozhets 38d23c0e5f Replace db:backup/restore with native mysq/pg solution 2013-04-05 15:55:02 +03:00
Dmitriy Zaporozhets b65903e005 Improve development fixtures 2013-04-05 15:42:07 +03:00
David Larson ef93cc1745 Install gems with user git, not gitlab. 2013-04-04 18:35:36 -07:00
Dmitriy Zaporozhets ef7e605ed5 CHANGELOG 2013-04-04 23:31:26 +03:00
Dmitriy Zaporozhets 1fe61284af Replace unicorn with Puma 2013-04-04 23:19:24 +03:00
Dmitriy Zaporozhets 25856a47e5 save each notification setting with ajax on change 2013-04-04 22:11:51 +03:00
Dmitriy Zaporozhets 3c3baf8f6d add notification level to UsersProject 2013-04-04 22:11:15 +03:00
Dmitriy Zaporozhets 5cb3024e13 Merge branch 'improve-new-project-wait-message' of /home/git/repositories/gitlab/gitlabhq 2013-04-04 08:05:21 +00:00
Dmitriy Zaporozhets a02678cb62 Merge branch 'coherent-and-readable-starting-instructions' of /home/git/repositories/gitlab/gitlabhq 2013-04-04 08:04:48 +00:00
Dmitriy Zaporozhets 08fac411f2 move faker to development group 2013-04-04 10:55:43 +03:00
Dmitriy Zaporozhets 98b7717df7 Remove user decorator 2013-04-04 10:53:39 +03:00