Commit Graph
4831 Commits
Author SHA1 Message Date
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
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
Dmitriy Zaporozhets 568ce1edd7 Fix notes for commits inside MR being squashed in one discussion 2013-04-04 09:58:12 +03:00
Dmitriy Zaporozhets 64fb2c595a fix not inline comments being hidden cause line_code = '' 2013-04-04 09:50:18 +03:00
Dmitriy Zaporozhets f121806ad0 Fix broken compare with deleted file in dff 2013-04-04 09:32:29 +03:00
Dmitriy Zaporozhets b460f1e427 Merge pull request #3493 from wangdong/patch-2
Update user_team_manager.rb
2013-04-03 23:26:24 -07:00
Dmitriy Zaporozhets 8d92523ed3 use badges for commits count in commits list 2013-04-04 08:57:07 +03:00
Dmitriy Zaporozhets b011bb0de8 Update test with new title 2013-04-03 23:33:42 +03:00
Dmitriy Zaporozhets 278d2abaaf show commits count when hover chart on stats page 2013-04-03 23:32:36 +03:00
Sytse Sijbrandij 5f56619bed Make separation between production and development clearer. 2013-04-03 21:43:12 +02:00
Dmitriy Zaporozhets d9ab7ba6eb Fixed wrong order of arguments in network graph caused by refactoring 2013-04-03 22:37:07 +03:00
Dmitriy Zaporozhets 6d07a97462 move js code related to repo barchart to chart.js.coffee 2013-04-03 22:33:34 +03:00
Sytse Sijbrandij af5ef203e8 With gitlab-shell it is faster than 2 minutes. 2013-04-03 21:28:19 +02:00
Dmitriy Zaporozhets 3fba211426 Fix bug MR notes not being loaded when navigate from diff tab 2013-04-03 22:14:07 +03:00
Dmitriy Zaporozhets 890b9f3a2d Fix MR comment tests 2013-04-03 22:04:26 +03:00
Dmitriy Zaporozhets c3bbbff673 specs for repository tag_names, branch_names 2013-04-03 21:21:24 +03:00
Dmitriy Zaporozhets f8a4a76048 decorate commits in Gitlab::Git::repository with valid class 2013-04-03 21:17:50 +03:00
Dmitriy Zaporozhets e91ff84df7 keep same dir structure for specs as in lib/ 2013-04-03 21:09:07 +03:00
Dmitriy Zaporozhets 3011ac4150 Refactoring and cleanup. Removed unused commit finders 2013-04-03 21:05:10 +03:00
Dmitriy Zaporozhets 9f4fde04f5 Dont show project limit sidebar if user can own 100+ more projects 2013-04-03 18:36:37 +03:00
Dmitriy Zaporozhets d61a21d2d7 new issue link from issue show page 2013-04-03 17:37:34 +03:00
Dmitriy Zaporozhets f64717f131 lets color changed files in commit. Green font color for added files, red for removed 2013-04-03 17:33:07 +03:00
Dmitriy Zaporozhets 67b78fa74f Show commit amount per day on commits page 2013-04-03 17:21:19 +03:00
Dmitriy Zaporozhets ac07a6c600 Use correct links for View File in diff 2013-04-03 17:11:36 +03:00
Dmitriy Zaporozhets 482cd2001d Merge branch 'roadmap-to-feedback' of /home/git/repositories/gitlab/gitlabhq 2013-04-03 14:08:11 +00:00
Dmitriy Zaporozhets b1117dacbb Fixed before_filter for edit 2013-04-03 17:06:28 +03:00
Dmitriy Zaporozhets 727d229e28 Fix edit files since we use Gitlab::Git::Blob for files 2013-04-03 16:49:32 +03:00
Dmitriy Zaporozhets 921151d041 strip tags from user profile 2013-04-03 16:31:28 +03:00
Dmitriy Zaporozhets 4bbe2b74a8 Merge branch 'feature/merge_request_serialize' 2013-04-03 16:12:41 +03:00
Dmitriy Zaporozhets dfeef6c228 Fixed API file raw functionality, Fixed tree controller tests. Added BlobController specs 2013-04-03 15:55:08 +03:00
Dmitriy Zaporozhets 413a310faa fixed blame and mr factory 2013-04-03 10:06:31 +03:00
Wang Dong c52e013f96 Update user_team_manager.rb 2013-04-03 15:03:31 +08:00
Sytse Sijbrandij c4ec1c7d96 Roadmap is on the feedback forum. 2013-04-03 09:00:01 +02:00
Dmitriy Zaporozhets 7e8bf92bd7 remove unnecessary decorations 2013-04-03 09:32:17 +03:00
Dmitriy Zaporozhets 94390fc7b4 Proper routing. blobs for blobs, raw for send_data 2013-04-03 09:26:38 +03:00
Dmitriy Zaporozhets 88abe66c27 add alias for committed_date 2013-04-02 22:39:37 +03:00
Dmitriy Zaporozhets 03f41e2820 Gitlab::Git::Tree & Blob added 2013-04-02 22:37:20 +03:00
Dmitriy Zaporozhets 0c5795a497 serialize parent_ids in commit 2013-04-02 21:46:19 +03:00
Dmitriy Zaporozhets 5f4445c3d3 store commits for MR as array of hashes 2013-04-02 21:30:36 +03:00