Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jacobvosmaer-gitlab/gitlab-ce-git-gc-improvements' into 'master' | Douwe Maan | 2016-11-07 | 5 | -18/+177 |
|\ | |||||
| * | Remove unused 'require' | Jacob Vosmaer | 2016-11-04 | 1 | -1/+0 |
| * | Refine Git garbage collection | Jacob Vosmaer | 2016-11-04 | 5 | -18/+178 |
* | | Ability to update labels priority via API | Robert Schilling | 2016-11-07 | 1 | -6/+82 |
* | | Remove logging to console in diff_comments_store_spec | winniehell | 2016-11-05 | 1 | -1/+0 |
* | | Merge branch 'move-public-snippets-feature-to-rspec' into 'master' | Robert Speicher | 2016-11-05 | 1 | -0/+19 |
|\ \ | |||||
| * | | Move spinach public snippet feature to rspec spec | the-undefined | 2016-11-04 | 1 | -0/+19 |
* | | | Merge branch 'add-special-char-tests-for-refs-dropdown' into 'master' | Fatih Acet | 2016-11-04 | 1 | -1/+13 |
|\ \ \ | |||||
| * | | | Created wait_for_turbolinks and added test for refs dropdown selection with s...add-special-char-tests-for-refs-dropdown | Luke "Jared" Bennett | 2016-11-04 | 1 | -1/+13 |
* | | | | Merge branch 'issue-board-new-label-new-list' into 'master' | Fatih Acet | 2016-11-04 | 1 | -0/+19 |
|\ \ \ \ | |||||
| * | | | | Creates new list from a new labelissue-board-new-label-new-list | Phil Hughes | 2016-11-04 | 1 | -0/+19 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'issue_23032' into 'master' | Sean McGivern | 2016-11-04 | 1 | -5/+51 |
|\ \ \ \ | |||||
| * | | | | Allow to test JIRA service when project does not have repositoryissue_23032 | Felipe Artur | 2016-11-04 | 1 | -5/+51 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'show-status-from-branch' into 'master' | Rémy Coutable | 2016-11-04 | 2 | -10/+64 |
|\ \ \ \ | |||||
| * \ \ \ | Merge remote-tracking branch 'upstream/master' into show-status-from-branch | Lin Jen-Shin | 2016-11-04 | 21 | -126/+363 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Merge remote-tracking branch 'upstream/master' into show-status-from-branch | Lin Jen-Shin | 2016-11-04 | 24 | -14/+441 |
| |\ \ \ \ | |||||
| * | | | | | There's no such method | Lin Jen-Shin | 2016-11-04 | 1 | -4/+0 |
| * | | | | | Merge status_for and status, feedback: | Lin Jen-Shin | 2016-11-03 | 1 | -34/+36 |
| * | | | | | Merge remote-tracking branch 'upstream/master' into show-status-from-branch | Lin Jen-Shin | 2016-11-02 | 107 | -524/+1945 |
| |\ \ \ \ \ | |||||
| * | | | | | | Add tests for Commit#status and Commit#status_for, feedback: | Lin Jen-Shin | 2016-10-28 | 1 | -1/+44 |
| * | | | | | | Merge remote-tracking branch 'upstream/master' into show-status-from-branch | Lin Jen-Shin | 2016-10-26 | 20 | -123/+552 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' into show-status-from-branch | Lin Jen-Shin | 2016-10-25 | 20 | -105/+468 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add a test for showing correct pipeline | Lin Jen-Shin | 2016-10-24 | 1 | -5/+18 |
* | | | | | | | | | Merge branch 'feature/view-related-serializers' into 'master' | Douwe Maan | 2016-11-04 | 7 | -0/+214 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Simplify implementation of entity serializers | Grzegorz Bizon | 2016-11-04 | 1 | -8/+0 |
| * | | | | | | | | | Add tests for deployment and environment entititesfeature/view-related-serializers | Grzegorz Bizon | 2016-11-04 | 2 | -0/+38 |
| * | | | | | | | | | Add tests for serialization entities, add user entity | Grzegorz Bizon | 2016-11-04 | 3 | -0/+72 |
| * | | | | | | | | | Refine build entity tests a little | Grzegorz Bizon | 2016-11-04 | 1 | -2/+4 |
| * | | | | | | | | | Expose commit author if author exists | Grzegorz Bizon | 2016-11-04 | 1 | -5/+6 |
| * | | | | | | | | | Fix specs related to deployments and environments | Grzegorz Bizon | 2016-11-03 | 2 | -4/+6 |
| * | | | | | | | | | Add basic tests for build entity used by serialzier | Grzegorz Bizon | 2016-11-03 | 1 | -0/+24 |
| * | | | | | | | | | Extend tests for environments serializer | Grzegorz Bizon | 2016-11-03 | 1 | -6/+15 |
| * | | | | | | | | | Add manual actions for deployment serialization | Grzegorz Bizon | 2016-11-03 | 1 | -0/+5 |
| * | | | | | | | | | Implement entities needed for environments folders | Grzegorz Bizon | 2016-11-03 | 2 | -5/+14 |
| * | | | | | | | | | Use entity request object in environment entity | Grzegorz Bizon | 2016-11-02 | 1 | -9/+8 |
| * | | | | | | | | | Add PoC for resource serializers | Grzegorz Bizon | 2016-11-02 | 2 | -0/+61 |
* | | | | | | | | | | Merge remote-tracking branch 'origin/labels-api' | Rémy Coutable | 2016-11-04 | 1 | -1/+14 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Return conflict error in label API when title is taken by group labellabels-api | Douwe Maan | 2016-10-20 | 1 | -1/+14 |
* | | | | | | | | | | | Merge branch '20968-add-setting-to-check-unresolved-discussion' into 'master' | Douwe Maan | 2016-11-04 | 5 | -6/+229 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | Complete and improve specs | Rémy Coutable | 2016-11-04 | 3 | -54/+103 |
| * | | | | | | | | | | Add setting to only allow merge requests to be merged when all discussions ar... | Rodolfo Santos | 2016-11-04 | 5 | -2/+176 |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch '22588-todos-filter-shows-all-users' into 'master' | Sean McGivern | 2016-11-04 | 2 | -8/+59 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | Fix: Todos Filter Shows All Users22588-todos-filter-shows-all-users | Valery Sizov | 2016-11-04 | 2 | -8/+59 |
* | | | | | | | | | | Merge branch 'backport-ee-js-groups-api' into 'master' | Robert Speicher | 2016-11-04 | 1 | -1/+12 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Backport Group API code that was added in EE onlybackport-ee-js-groups-api | Rémy Coutable | 2016-10-31 | 1 | -1/+12 |
* | | | | | | | | | | | Merge branch '24056-guest-sees-some-project-details-and-gets-404' into 'master' | Sean McGivern | 2016-11-04 | 1 | -0/+15 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | Fix: Guest sees some repository details and gets 404 | Valery Sizov | 2016-11-04 | 1 | -0/+15 |
* | | | | | | | | | | | Merge branch '24059-round-robin-repository-storage' into 'master' | Douwe Maan | 2016-11-04 | 3 | -10/+62 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | Allow multiple repository storage shards to be enabled, and automatically rou... | Nick Thomas | 2016-11-04 | 3 | -10/+62 |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch '22947-fix_issues_atom_feed_url' into 'master' | Rémy Coutable | 2016-11-04 | 4 | -3/+91 |
|\ \ \ \ \ \ \ \ \ \ |