summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Remove "subscribed" field from API responses returning list of issues or ↵api-drop-subscribedAdam Niedzielski2017-03-067-28/+66
| | | | merge requests
* Merge branch 'introduce-pipeline-triggers' into 'master' Sean McGivern2017-03-064-20/+151
|\ | | | | | | | | Improve pipeline triggers API See merge request !9713
| * Fix UserBasicintroduce-pipeline-triggersKamil Trzcinski2017-03-061-1/+1
| |
| * Rename `/take` to `/take_ownership`, expose `owner` in `v3`.Kamil Trzcinski2017-03-062-1/+2
| |
| * Update documentation and expose IDKamil Trzcinski2017-03-051-0/+1
| |
| * Introduce tests for pipeline triggersKamil Trzcinski2017-03-052-10/+16
| |
| * Update triggers APIKamil Trzcinski2017-03-054-17/+140
| |
* | Merge branch '1648-remove-remnants-of-git-annex-support' into 'master' Robert Speicher2017-03-061-3/+2
|\ \ | | | | | | | | | | | | Remove remnants of git annex See merge request !9508
| * | Remove remnants of git annexPawel Chojnacki2017-03-031-3/+2
| | |
* | | Merge branch '26384-improve-omnibus-mattermost-command-installation-flow' ↵Kamil Trzciński2017-03-061-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Improve Omnibus-Mattermost Command installation flow" See merge request !9257
| * | | Improved team selectionLuke "Jared" Bennett2017-03-051-1/+1
| | | | | | | | | | | | | | | | Review changes
* | | | Merge branch 'etag-notes-polling' into 'master' Sean McGivern2017-03-062-0/+98
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Use ETag to improve performance of issue notes polling Closes #27582 See merge request !9036
| * | | Add middleware for ETag caching with RedisAdam Niedzielski2017-03-012-0/+98
| | | |
* | | | Make SidekiqStatus able to count number of jobs completed/runningsh-improve-sidekiq-statusStan Hu2017-03-031-6/+29
| | | |
* | | | Merge branch '26847-api-pipelines-use-basic' into 'master' Robert Speicher2017-03-033-2/+39
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose pipelines as PipelineBasic `api/v4/projects/:id/pipelines` Closes #26847 See merge request !8875
| * | | | Expose pipelines as PipelineBasic `projects/:id/pipelines`26847-api-pipelines-use-basicToon Claes2017-03-033-2/+39
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | The `projects/:id/pipelines` exposed a lot of extra details that are superfluous and it was taking extra resources to fetch them. To get more details about a pipeline, use `projects/:id/pipelines/:pipeline_id`.
* | | | Merge branch 'dm-fix-cherry-pick' into 'master' Robert Speicher2017-03-032-4/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix cherry-picking or reverting through an MR Closes #28711 and #28426 See merge request !9640
| * | | | Fix cherry-picking or reverting through an MRDouwe Maan2017-03-022-4/+2
| | |_|/ | |/| |
* | | | Merge branch '28865-filter-by-authorized-projects-in-v4' into 'master' Sean McGivern2017-03-032-1/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add filter param for user's authorized projects in V4 Closes #28865 See merge request !9674
| * | | | Rename query parameter to `membership`28865-filter-by-authorized-projects-in-v4Toon Claes2017-03-032-2/+3
| | | | | | | | | | | | | | | | | | | | The query parameter `membership` should be more self-explaining.
| * | | | Add filter param for authorized projects for current_user for V4Oswaldo Ferreira2017-03-031-0/+4
| | | | |
* | | | | Stop setting Strict-Transport-Securty header from within the appPaweł Chojnacki2017-03-031-0/+3
|/ / / /
* | | | Merge branch 'rs-dev-seed-time' into 'master' Sean McGivern2017-03-031-10/+9
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Fix the `Gitlab::Seeder` monkey patch to disable mail delivery Closes #27609 See merge request !9678
| * | | Fix the `Gitlab::Seeder` monkey patch to disable mail deliveryrs-dev-seed-timeRobert Speicher2017-03-021-10/+9
| |/ /
* | | Merge branch '27532_api_changes' into 'master' Sean McGivern2017-03-033-2/+46
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Use iids as filter parameter Closes #27532 See merge request !9096
| * | Use iids as filter parameterJarka Kadlecova2017-03-023-2/+46
| | |
* | | Merge branch '27501-api-use-visibility-everywhere' into 'master' Douwe Maan2017-03-0213-47/+614
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | API: Use `visibility` as string parameter everywhere Closes #27501 See merge request !9337
| * | | Override setters so it also accepts string visibility levels27501-api-use-visibility-everywhereToon Claes2017-03-021-15/+1
| | | | | | | | | | | | | | | | | | | | Override the `ApplicationSetting` default visibility_level setters so they accept strings & integers for the levels.
| * | | Use string based `visibility` getter & setterToon Claes2017-03-026-23/+30
| | | | | | | | | | | | | | | | | | | | | | | | Add `visibility` & `visibility=` methods to the `Gitlab::VisibilityLevel` module so the `visibility_level` can be get/set with a string value.
| * | | Expose ApplicationSetting visibility settings as StringToon Claes2017-03-025-8/+197
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-023-10/+149
| | | |
| * | | Ensure v3 environments endpoints remain unchangedToon Claes2017-03-022-2/+64
| | | | | | | | | | | | | | | | | | | | 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-024-6/+174
| | | | | | | | | | | | | | | | | | | | Instead of exposing the VisibilityLevel as Integer, expose it as String `visibility`.
| * | | Expose Project's & ProjectSnippet's VisibilityLevel as StringToon Claes2017-03-024-24/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 'dm-group-reference-full-name' into 'master' Dmitriy Zaporozhets2017-03-021-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 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-011-1/+1
| | | | |
* | | | | Merge branch 'fix/gb/update-commit-status-api' into 'master' Kamil Trzciński2017-03-021-4/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix updaing commit status when using optional attributes Closes #28656 and #25784 See merge request !9618
| * | | | | Fix updaing commit status with optional attributesGrzegorz Bizon2017-03-011-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-021-0/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | API issues - support filtering by iids Closes #28257 See merge request !9541
| * | | | | API issues - support filtering by iidsJarka Kadlecova2017-03-011-0/+1
| | | | | |
* | | | | | Merge branch '28807-search-for-milestone-by-title-in-rest-api' into 'master'Rémy Coutable2017-03-022-0/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-022-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Also remove a redundant test
* | | | | | | Merge branch ↵Rémy Coutable2017-03-021-2/+6
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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-021-2/+6
| |/ / / / /
* | | | | | Add internal endpoint to notify post-receive to Gitalygitaly-post-receiveAlejandro Rodríguez2017-03-013-0/+58
| | | | | |
* | | | | | Merge branch 'fix/mwbs-to-mwps' into 'master' Douwe Maan2017-03-016-48/+139
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename MWBS to MWPS Closes #24707 See merge request !9335
| * | | | | | Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-016-48/+139
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename column in the database Rename fields related to import/export feature Rename API endpoints Rename documentation links Rename the rest of occurrences in the code Replace the images that contain the words "build succeeds" and docs referencing to them Make sure pipeline is green and nothing is missing. updated doc images renamed only_allow_merge_if_build_succeeds in projects and fixed references more updates fix some spec failures fix rubocop offences fix v3 api spec fix MR specs fixed issues with partials fix MR spec fix alignment add missing v3 to v4 doc wip - refactor v3 endpoints fix specs fix a few typos fix project specs copy entities fully to V3 fix entity error more fixes fix failing specs fixed missing entities in V3 API remove comment updated code based on feedback typo fix spec
* | | | | | Merge branch '27142-api-replace-destroy-with-stop-environment' into 'master' Kamil Trzciński2017-03-011-0/+17
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Add environment action with /stop action Closes #27142 See merge request !8808
| * | | | | Add environment `/stop` action27142-api-replace-destroy-with-stop-environmentToon Claes2017-02-281-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | Add endpoint to stop an environment through the API.