Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'simplify-gitlab-url_builder-15202' into 'master' | Rémy Coutable | 2016-04-14 | 3 | -57/+101 |
|\ | |||||
| * | Refactor and expose only Gitlab::UrlBuilder.build(record)simplify-gitlab-url_builder-15202 | Rémy Coutable | 2016-04-13 | 3 | -57/+101 |
* | | Placeholder on milestone form | Phil Hughes | 2016-04-14 | 1 | -0/+1 |
* | | Allow empty recipient list when pusher is added | Frank Groeneveld | 2016-04-14 | 1 | -2/+35 |
* | | Merge branch 'api-issue-update-and-note-create-backdating-14947' into 'master' | Rémy Coutable | 2016-04-14 | 2 | -4/+29 |
|\ \ | |||||
| * | | Allow back dating notes on creation | Michael Greene | 2016-04-13 | 1 | -0/+13 |
| * | | Allow back dating issues on update | Michael Greene | 2016-04-13 | 1 | -4/+16 |
* | | | Add test to check if top right search form is not presentissue_15222 | Alfredo Sumaran | 2016-04-13 | 1 | -0/+4 |
|/ / | |||||
* | | Merge branch 'fix-trailing-slash-in-bamboo_url' into 'master' | Robert Speicher | 2016-04-13 | 1 | -52/+210 |
|\ \ | |||||
| * | | Fix a bug with trailing slash in bamboo_url | Rémy Coutable | 2016-04-13 | 1 | -52/+210 |
* | | | Merge branch 'fix-trailing-slash-in-teamcity_url-3515' into 'master' | Robert Speicher | 2016-04-13 | 1 | -52/+199 |
|\ \ \ | |||||
| * | | | Improve TeamcityService and its specsfix-trailing-slash-in-teamcity_url-3515 | Rémy Coutable | 2016-04-13 | 1 | -52/+199 |
* | | | | Merge branch 'api-subscribe-issue-mr' into 'master' | Rémy Coutable | 2016-04-13 | 2 | -0/+85 |
|\ \ \ \ | |||||
| * | | | | Ensure that issues and merge requests are found | Robert Schilling | 2016-04-13 | 2 | -3/+15 |
| * | | | | Make subscription API more RESTful | Robert Schilling | 2016-04-13 | 2 | -14/+26 |
| * | | | | API: Ability to subscribe and unsubscribe from a merge request | Robert Schilling | 2016-04-13 | 1 | -0/+30 |
| * | | | | API: Ability to subscribe and unsubscribe from an issue | Robert Schilling | 2016-04-13 | 1 | -0/+31 |
* | | | | | Merge branch 'push-ref' into 'master' | Kamil Trzciński | 2016-04-13 | 1 | -4/+39 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into push-ref | Kamil Trzcinski | 2016-04-13 | 28 | -111/+672 |
| |\ \ \ \ \ | |||||
| * | | | | | | Fix high CPU usage when PostReceive receives refs/merge-requests/<id>push-ref | Kamil Trzcinski | 2016-04-11 | 1 | -4/+39 |
* | | | | | | | Merge branch 'api-star-project' into 'master' | Rémy Coutable | 2016-04-13 | 1 | -0/+48 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | Styling changes to code and docs | Robert Schilling | 2016-04-13 | 1 | -6/+4 |
| * | | | | | | Make staring API more restful | Robert Schilling | 2016-04-13 | 1 | -4/+4 |
| * | | | | | | API: Star and unstar a project | Robert Schilling | 2016-04-13 | 1 | -0/+50 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'label-filter' into 'master' | Jacob Schatz | 2016-04-13 | 1 | -0/+31 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Filtering by any label keeps the text on the toggle buttonlabel-filter | Phil Hughes | 2016-04-12 | 1 | -0/+9 |
| * | | | | | | Added label filter tests | Phil Hughes | 2016-04-07 | 1 | -0/+22 |
* | | | | | | | Merge branch 'external-omniauth-providers' into 'master' | Marin Jankovski | 2016-04-13 | 1 | -9/+28 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Added default setting for `external_providers` | Patricio Cano | 2016-04-11 | 1 | -9/+28 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'rs-gitlab-com-check' into 'master' | Dmitriy Zaporozhets | 2016-04-13 | 1 | -0/+17 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add `Gitlab.com?` methodrs-gitlab-com-check | Robert Speicher | 2016-04-12 | 1 | -0/+17 |
* | | | | | | | | Merge branch 'api-group-leaking' into 'master' | Rémy Coutable | 2016-04-13 | 2 | -12/+19 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | |||||
| * | | | | | | | Fix group_member_spec to not leak information | Robert Schilling | 2016-04-13 | 1 | -5/+7 |
| * | | | | | | | API: Avoid group leak while updating the group | Robert Schilling | 2016-04-13 | 1 | -2/+2 |
| * | | | | | | | API: Return 404 if user does not have access to group | Robert Schilling | 2016-04-13 | 1 | -5/+10 |
* | | | | | | | | Merge branch 'api-move-issues' into 'master' | Rémy Coutable | 2016-04-13 | 1 | -1/+69 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | Update tests for moving issues via API | Robert Schilling | 2016-04-13 | 1 | -20/+37 |
| * | | | | | | | API: Ability to move an issue | Robert Schilling | 2016-04-13 | 1 | -1/+52 |
* | | | | | | | | Added ability to add custom tags to transactions | Yorick Peterse | 2016-04-13 | 1 | -0/+25 |
|/ / / / / / / | |||||
* | | | | | | | Merge branch 'issue_15044' into 'master' | Rémy Coutable | 2016-04-13 | 1 | -0/+28 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Add changelog entry, improve specs and model codeissue_15044 | Felipe Artur | 2016-04-12 | 1 | -5/+4 |
| * | | | | | | Allow to close invalid merge request | Felipe Artur | 2016-04-11 | 1 | -0/+29 |
* | | | | | | | Merge branch 'fix-stale-branch-count-cache' into 'master' | Yorick Peterse | 2016-04-13 | 1 | -0/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix repository cache invalidation issue when project is recreated with an emp... | Stan Hu | 2016-04-13 | 1 | -0/+2 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'api-group-visibility' into 'master' | Rémy Coutable | 2016-04-13 | 1 | -0/+44 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Fix minor issues according development guidelines | Robert Schilling | 2016-04-12 | 1 | -4/+12 |
| * | | | | | | API: Ability to update a group | Robert Schilling | 2016-04-12 | 1 | -0/+36 |
* | | | | | | | Merge branch 'project-title-dropdown' into 'master' | Jacob Schatz | 2016-04-12 | 3 | -24/+26 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Updated based on Ruby feedback | Phil Hughes | 2016-04-12 | 1 | -12/+13 |
| * | | | | | | | Tests update | Phil Hughes | 2016-04-12 | 2 | -22/+24 |