summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | Security: Fix issue auto closingValery Sizov2016-03-032-2/+6
* | | | | | | | | | Merge branch 'improve-archived-projects'Dmitriy Zaporozhets2016-03-0916-69/+93
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Updated project list dropdown to use dropdown classesimprove-archived-projectsPhil Hughes2016-03-052-32/+11
| * | | | | | | | | Align projects sort checkboxDmitriy Zaporozhets2016-03-042-1/+22
| * | | | | | | | | Fix testDmitriy Zaporozhets2016-03-041-1/+1
| * | | | | | | | | Show active sorting method for projects listDmitriy Zaporozhets2016-03-042-21/+26
| * | | | | | | | | Add test for archive toggle featureDmitriy Zaporozhets2016-03-043-0/+10
| * | | | | | | | | Add projects list sort dropdown to group pageDmitriy Zaporozhets2016-03-042-6/+9
| * | | | | | | | | Make projects sort dropdown shared so it can be reused for other pagesDmitriy Zaporozhets2016-03-044-23/+15
| * | | | | | | | | Add option to show archived projects on dahsboardDmitriy Zaporozhets2016-03-044-22/+36
* | | | | | | | | | Merge branch 'branch-tag-count-methods' into 'master' Robert Speicher2016-03-086-14/+155
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Call after_create_branch in Repository#add_branchbranch-tag-count-methodsYorick Peterse2016-03-082-1/+8
| * | | | | | | | | | Call the right hooks in Repository#add_tagYorick Peterse2016-03-082-1/+13
| * | | | | | | | | | Added specs for Repository#rm_tagYorick Peterse2016-03-081-0/+11
| * | | | | | | | | | Call the right hooks when removing branchesYorick Peterse2016-03-082-2/+19
| * | | | | | | | | | Cache & flush tag/branch countsYorick Peterse2016-03-086-10/+104
* | | | | | | | | | | Merge branch 'evuez/gitlab-ce-add-info-user-api' into 'master' Robert Speicher2016-03-084-0/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add fields to GET /users/* API endpoints for adminsevuez/gitlab-ce-add-info-user-apievuez2016-03-044-0/+7
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'improve/3102-memoize-group-instance-variable-in-admin-groups-co...Robert Speicher2016-03-082-1/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove instance variable @group multiple assignmentYatish Mehta2016-03-082-1/+2
* | | | | | | | | | | | Merge branch 'remove-duplicate-cache_store-in-test-config' into 'master' Robert Speicher2016-03-081-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Remove duplicate 'cache_store' configuration in test environmentremove-duplicate-cache_store-in-test-configRémy Coutable2016-03-021-2/+0
* | | | | | | | | | | | | Merge branch 'sql-guide' into 'master' Robert Speicher2016-03-082-0/+220
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Added basic SQL guidelinessql-guideYorick Peterse2016-03-082-0/+220
* | | | | | | | | | | | | Merge branch 'patch-1' into 'master' Achilleas Pipinellis2016-03-081-10/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | update slack instructionsElan Ruusamäe2016-03-011-10/+2
* | | | | | | | | | | | | | Merge branch 'patch-2' into 'master' Achilleas Pipinellis2016-03-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | add link to web hooks Ben Bodenmiller2016-03-031-1/+1
* | | | | | | | | | | | | | Merge branch 'master' into 'master' Yorick Peterse2016-03-087-0/+58
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | adds test for git push service for updating the language of the projecttiagonbotelho2016-03-072-3/+22
| * | | | | | | | | | | | | add my mr to changelogtiagonbotelho2016-03-071-0/+1
| * | | | | | | | | | | | | moves the main_language update logic to git push servicetiagonbotelho2016-03-072-8/+12
| * | | | | | | | | | | | | removes the test file of the project spec for invalid methodtiagonbotelho2016-03-071-8/+0
| * | | | | | | | | | | | | removes automatic setting of main_language to project for it to set a main la...tiagonbotelho2016-03-071-10/+0
| * | | | | | | | | | | | | fixes typotiagonbotelho2016-03-071-1/+1
| * | | | | | | | | | | | | removes redundant selftiagonbotelho2016-03-071-1/+1
| * | | | | | | | | | | | | implements test to simulate empty repotiagonbotelho2016-03-071-0/+6
| * | | | | | | | | | | | | adds tests and fixes some broken code to main language mrtiagonbotelho2016-03-073-3/+17
| * | | | | | | | | | | | | adds swp and swo to gitignore and improves migration for project main_languagetiagonbotelho2016-03-074-24/+20
| * | | | | | | | | | | | | removes unused methods that I forgottiagonbotelho2016-03-072-16/+0
| * | | | | | | | | | | | | implements project languages saving them onto the databasetiagonbotelho2016-03-073-0/+33
| * | | | | | | | | | | | | moves method to repository modeltiagonbotelho2016-03-072-7/+13
| * | | | | | | | | | | | | changes if ! to unless and now asks for language instead of languagestiagonbotelho2016-03-071-3/+4
| * | | | | | | | | | | | | adds cache to languages listtiagonbotelho2016-03-071-4/+4
| * | | | | | | | | | | | | adds language names to projects list github styletiagonbotelho2016-03-072-0/+12
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'doc/ci-api-update' into 'master' Achilleas Pipinellis2016-03-086-453/+84
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Update format of documentation for CI APIdoc/ci-api-updateGrzegorz Bizon2016-03-012-23/+40
| * | | | | | | | | | | | Remove deprecated CI API docs for commits and projectsGrzegorz Bizon2016-02-294-260/+1
| * | | | | | | | | | | | Update CI API documentation for runnersGrzegorz Bizon2016-02-291-53/+11
| * | | | | | | | | | | | Add CI API prefix to documentationGrzegorz Bizon2016-02-291-0/+8