summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into pipeline-blocking-actionspipeline-blocking-actionsGrzegorz Bizon2017-03-0612-136/+190
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (26 commits) Fix UserBasic Rename `/take` to `/take_ownership`, expose `owner` in `v3`. Update after review Fix values being called at Array instead of Hash Fix json response in branches controller Improve docs and specs related to pages artifacts Add MR fo changelog about removing pages artifacts Delete artifacts for pages unless expiry date is specified Lint doc Improved team selection Move foreign key to separate migration Fix import model attributes Update documentation and expose ID Introduce tests for pipeline triggers Fix trigger model Update db/schema Make triggers to be user aware Make Pipeline Triggers to be user aware Update triggers API Remove remnants of git annex ... Conflicts: db/schema.rb
| * Merge branch 'introduce-pipeline-triggers' into 'master' Sean McGivern2017-03-065-117/+183
| |\ | | | | | | | | | | | | Improve pipeline triggers API See merge request !9713
| | * Rename `/take` to `/take_ownership`, expose `owner` in `v3`.Kamil Trzcinski2017-03-061-2/+2
| | |
| | * Update after reviewKamil Trzcinski2017-03-062-0/+4
| | |
| | * Lint docKamil Trzcinski2017-03-051-2/+2
| | |
| | * Update documentation and expose IDKamil Trzcinski2017-03-053-109/+171
| | |
| | * Introduce tests for pipeline triggersKamil Trzcinski2017-03-051-8/+8
| | |
| * | Merge branch '1648-remove-remnants-of-git-annex-support' into 'master' Robert Speicher2017-03-065-18/+3
| |\ \ | | | | | | | | | | | | | | | | Remove remnants of git annex See merge request !9508
| | * | Remove remnants of git annexPawel Chojnacki2017-03-035-18/+3
| | | |
| * | | Merge branch 'delete-pages' into 'master' Grzegorz Bizon2017-03-061-0/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Delete artifacts for pages unless expiry date is specified See merge request !9716
| | * | | Improve docs and specs related to pages artifactsGrzegorz Bizon2017-03-061-1/+1
| | | | |
| | * | | Delete artifacts for pages unless expiry date is specifieddelete-pagesKamil Trzcinski2017-03-051-0/+3
| | | |/ | | |/|
| * | | Merge branch 'etag-notes-polling' into 'master' Sean McGivern2017-03-061-1/+1
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | Use ETag to improve performance of issue notes polling Closes #27582 See merge request !9036
| | * | Execute metrics initializer earlieretag-notes-pollingAdam Niedzielski2017-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | This makes sure that Gitlab::Metrics::RackMiddleware is added before Gitlab::EtagCaching::Middleware.
* | | | Highligh info about optional action status in docsGrzegorz Bizon2017-03-061-0/+4
| | | |
* | | | Add some basic docs about blocking manual actionsGrzegorz Bizon2017-03-061-2/+15
|/ / /
* | | Be able to list issues with no labels using APIVignesh Ravichandran2017-03-031-0/+6
| | |
* | | Merge branch 'patch-16' into 'master' Achilleas Pipinellis2017-03-031-3/+53
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | add Microsoft Exchange reply by email details Closes #28131 See merge request !9482
| * | | add Microsoft Exchange reply by email details Ben Bodenmiller2017-02-231-3/+53
| | | | | | | | | | | | | | | | | | | | fix #28131 [skip ci]
* | | | Merge branch '26847-api-pipelines-use-basic' into 'master' Robert Speicher2017-03-032-38/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-032-38/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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`.
* | | | | Add KUBE_CA_PEM_FILE, deprecate KUBE_CA_PEMNick Thomas2017-03-031-1/+2
| | | | |
* | | | | Merge branch '28865-filter-by-authorized-projects-in-v4' into 'master' Sean McGivern2017-03-032-2/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | The query parameter `membership` should be more self-explaining.
| * | | | | Add filter param for authorized projects for current_user for V4Oswaldo Ferreira2017-03-032-0/+2
| | | | | |
* | | | | | Stop setting Strict-Transport-Securty header from within the appPaweł Chojnacki2017-03-031-0/+24
|/ / / / /
* | | | | Improve EE compatibility MR docs [ci skip] ee-comp-mr-2Adam Niedzielski2017-03-031-1/+4
|/ / / / | | | | | | | | | | | | EE MR should be updated before CE MR is merged. Suggest using "git rerere".
* | | | Merge branch '27532_api_changes' into 'master' Sean McGivern2017-03-032-3/+4
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Use iids as filter parameter Closes #27532 See merge request !9096
| * | | Use iids as filter parameterJarka Kadlecova2017-03-022-3/+4
| | | |
* | | | Cleaning up navigational order - ProjectKushal Pandya2017-03-021-2/+0
| | | |
* | | | Merge branch '27501-api-use-visibility-everywhere' into 'master' Douwe Maan2017-03-026-62/+54
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Use `visibility` as string parameter everywhere Closes #27501 See merge request !9337
| * | | | Add visibility change to API v3 -> v4 docToon Claes2017-03-021-0/+1
| | | | | | | | | | | | | | | | | | | | And add changelog entry.
| * | | | Expose ApplicationSetting visibility settings as StringToon Claes2017-03-021-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-021-11/+10
| | | | |
| * | | | Expose Group VisibilityLevel as StringToon Claes2017-03-021-14/+10
| | | | | | | | | | | | | | | | | | | | | | | | | Instead of exposing the VisibilityLevel as Integer, expose it as String `visibility`.
| * | | | Expose Project's & ProjectSnippet's VisibilityLevel as StringToon Claes2017-03-022-29/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | 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 '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 '28257-issues-iids' into 'master' Sean McGivern2017-03-021-1/+6
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | API issues - support filtering by iids Closes #28257 See merge request !9541
| * | | | API issues - support filtering by iidsJarka Kadlecova2017-03-011-1/+6
| | | | |
* | | | | 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-021-2/+4
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | 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-021-2/+4
| | | | | | | | | | | | | | | | | | | | - Also remove a redundant test
* | | | | 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-0112-31/+38
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename MWBS to MWPS Closes #24707 See merge request !9335
| * | | | | Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-0112-31/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-012-3/+32
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Add environment action with /stop action Closes #27142 See merge request !8808