summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | Expose ApplicationSetting visibility settings as StringToon Claes2017-03-029-16/+281
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use strings for the ApplicationSetting properties: - restricted_visibility_levels - default_project_visibility - default_snippet_visibility - default_group_visibility
| | * | | | | | | | | | | | | | | | | | Expose Snippet VisibilityLevel as StringToon Claes2017-03-026-27/+352
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Ensure v3 environments endpoints remain unchangedToon Claes2017-03-024-2/+191
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because environments also expose the project, ensure the projects are exposed as they were before in API v3.
| | * | | | | | | | | | | | | | | | | | Expose Group VisibilityLevel as StringToon Claes2017-03-027-23/+717
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of exposing the VisibilityLevel as Integer, expose it as String `visibility`.
| | * | | | | | | | | | | | | | | | | | Expose Project's & ProjectSnippet's VisibilityLevel as StringToon Claes2017-03-029-93/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of exposing the VisibilityLevel as Integer, expose it as String `visibility` for Project and ProjectSnippet. Filter queries also accept the `visibility` as String instead of `visibility_level` as Integer. Also remove the `public` boolean.
| | * | | | | | | | | | | | | | | | | | A VisibilityLevel also can be presented as stringToon Claes2017-03-021-0/+16
| | | |_|_|_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For the API, the VisibilityLevel will be exposed as String instead of Integer. So add the string values and method to translate a level integer to a string.
| * | | | | | | | | | | | | | | | | | Merge branch 'activity-feed-border-mobile' into 'master' Annabel Dunstone Gray2017-03-021-3/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes random border on event items on mobile See merge request !9654
| | * | | | | | | | | | | | | | | | | Removes random border on event items on mobileactivity-feed-border-mobilePhil Hughes2017-03-021-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was taking up space when it didn't really need to be taking up space
| * | | | | | | | | | | | | | | | | | Merge branch 'dm-group-reference-full-name' into 'master' Dmitriy Zaporozhets2017-03-023-1/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use full group name in GFM group reference title See merge request !9642
| | * | | | | | | | | | | | | | | | | Use full group name in GFM group reference titledm-group-reference-full-nameDouwe Maan2017-03-013-1/+11
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'dz-dashboard-groups-search' into 'master' Dmitriy Zaporozhets2017-03-0215-47/+225
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add filter and sorting to dashboard groups page See merge request !9619
| | * | | | | | | | | | | | | | | | Improve groups list specsdz-dashboard-groups-searchDmitriy Zaporozhets2017-03-023-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * | | | | | | | | | | | | | | | Update JS to use new standardsFilipa Lacerda2017-03-0211-60/+83
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Add filter and sorting to dashboard groups pageDmitriy Zaporozhets2017-03-0114-46/+202
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | | | | | | | | Merge branch '28933-update-rubyzip' into 'master' Sean McGivern2017-03-021-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Rubyzip to 1.2.1 Closes #28933 See merge request !9660
| | * | | | | | | | | | | | | | | | | Update Rubyzip to 1.2.1Rémy Coutable2017-03-021-2/+2
| | | |_|_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | | | | | | | | | | | Merge branch 'docs/google-cloud-platform-installation' into 'master' Achilleas Pipinellis2017-03-0214-7/+198
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add docs on how to install GitLab on GCP Closes #28868 See merge request !9662
| | * | | | | | | | | | | | | | | | | Add docs on how to install GitLab on GCPAchilleas Pipinellis2017-03-0214-7/+198
| | | |_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | | | | | | | | | Merge branch 'fix/gb/remove-deprecated-ci-build-status-badge' into 'master'Rémy Coutable2017-03-0213-210/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove deprecated build status badge and related services Closes #14757 See merge request !9620
| | * | | | | | | | | | | | | | | | | Add Changelog for deprecated build badge removalGrzegorz Bizon2017-03-021-0/+4
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Remove legacy build status svg for deprecated servicefix/gb/remove-deprecated-ci-build-status-badgeGrzegorz Bizon2017-03-017-7/+0
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Remove specs for legacy build image serviceGrzegorz Bizon2017-03-011-50/+0
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Remove deprecated legacy CI project status badgeGrzegorz Bizon2017-03-014-153/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge branch 'dm-dont-copy-toolip' into 'master' Jacob Schatz2017-03-022-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't copy tooltip when copying GFM Closes #28802 See merge request !9563
| | * | | | | | | | | | | | | | | | | | Don't copy tooltip when copying GFMdm-dont-copy-toolipDouwe Maan2017-02-272-0/+7
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'api-doc-return-code' into 'master' Rémy Coutable2017-03-021-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct the return code description for 204 See merge request !9648
| | * | | | | | | | | | | | | | | | | | Correct the return code description for 204api-doc-return-codeRobert Schilling2017-03-021-1/+1
| | | |_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge branch 'expose-pagination-headers' into 'master' Rémy Coutable2017-03-022-2/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CORS: Whitelist pagination headers Closes #28405 See merge request !9651
| | * | | | | | | | | | | | | | | | | | CORS: Whitelist pagination headersexpose-pagination-headersRobert Schilling2017-03-022-2/+6
| | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | Merge branch 'bye-bye-jquery-ui' into 'master' Filipa Lacerda2017-03-024-6/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove jQuery UI Closes #18437 See merge request !9649
| | * | | | | | | | | | | | | | | | | | Remove jQuery UIbye-bye-jquery-uiPhil Hughes2017-03-024-6/+0
| | |/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jQuery UI is no longer used anywhere so say goodbye to it from package.json & Gemfile
| * | | | | | | | | | | | | | | | | | Merge branch 'fix/gb/update-commit-status-api' into 'master' Kamil Trzciński2017-03-023-22/+63
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix updaing commit status when using optional attributes Closes #28656 and #25784 See merge request !9618
| | * | | | | | | | | | | | | | | | | | Fix Rubocop offenses in commit status API specsfix/gb/update-commit-status-apiGrzegorz Bizon2017-03-011-3/+6
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Add Changelog entry for commit status update fixGrzegorz Bizon2017-03-011-0/+4
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Fix updaing commit status with optional attributesGrzegorz Bizon2017-03-012-22/+56
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Passing different optional attributes in case of updating an existing commit status should not create a new commit status with the same name.
| * | | | | | | | | | | | | | | | | | Merge branch '28257-issues-iids' into 'master' Sean McGivern2017-03-024-1/+68
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API issues - support filtering by iids Closes #28257 See merge request !9541
| | * | | | | | | | | | | | | | | | | API issues - support filtering by iidsJarka Kadlecova2017-03-014-1/+68
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge branch 'patch-17' into 'master' Rémy Coutable2017-03-021-29/+64
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cleanup SSH key details Closes #28896 See merge request !9643
| | * | | | | | | | | | | | | | | | | | cleanup SSH key detailsBen Bodenmiller2017-03-021-29/+64
| |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | Merge branch '28807-search-for-milestone-by-title-in-rest-api' into 'master'Rémy Coutable2017-03-025-7/+30
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable filtering milestones by search criteria in the API Closes #28807 See merge request !9606
| | * | | | | | | | | | | | | | | | | Enable filtering milestones by search criteria in the APIMark Fletcher2017-03-025-7/+30
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Also remove a redundant test
| * | | | | | | | | | | | | | | | | Merge branch ↵Rémy Coutable2017-03-023-17/+39
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '28805-download-archive-with-branch-like-feature-xxxx-add-extra-directory-level' into 'master' Ensure archive download is only one directory deep Closes #28805 See merge request !9616
| | * | | | | | | | | | | | | | | | Ensure archive download is only one directory deepMark Fletcher2017-03-023-17/+39
| | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Merge branch 'gitaly-post-receive' into 'master' Robert Speicher2017-03-0210-0/+126
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add internal endpoint to notify post-receive to Gitaly See merge request !8983
| | * | | | | | | | | | | | | | | | Add internal endpoint to notify post-receive to Gitalygitaly-post-receiveAlejandro Rodríguez2017-03-0110-0/+126
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'rs-issue-28647' into 'master' Alfredo Sumaran2017-03-021-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix ES6 interpolation in GitLabCrop class Closes #28647 See merge request !9624
| | * | | | | | | | | | | | | | | Fix ES6 interpolation in GitLabCrop classrs-issue-28647Robert Speicher2017-03-011-1/+1
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'api-v4-doc' into 'master' Douwe Maan2017-03-0143-213/+213
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use v4 endpoint in API docs See merge request !9631
| | * | | | | | | | | | | | | | | | Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-0143-213/+213
| | | |_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'fix/mwbs-to-mwps' into 'master' Douwe Maan2017-03-0157-233/+389
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename MWBS to MWPS Closes #24707 See merge request !9335