summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch ↵Achilleas Pipinellis2017-06-081-0/+2
|\ | | | | | | | | | | | | | | | | '28607-forking-and-configuring-project-via-api-works-very-unreliable' into 'master' Confirm Project forking behaviour via the API Closes #28607 See merge request !11931
| * Confirm Project forking behaviour via the APIMark Fletcher2017-06-061-0/+2
| | | | | | | | | | * It's unclear that the forking operation can still be ongoing * `import_status` is available in Project Entity to determine status
* | Merge branch 'document-polymorphing-columns' into 'master'Rémy Coutable2017-06-073-0/+166
|\ \ | | | | | | | | | | | | Document using separate tables instead of polymorphic associations and STI See merge request !11168
| * | Document not using STIdocument-polymorphing-columnsYorick Peterse2017-06-072-0/+19
| | |
| * | Document not using polymorphic associationsYorick Peterse2017-06-072-0/+147
| | | | | | | | | | | | | | | Instead of using polymorphic associations a developer should use separate tables.
* | | Merge branch 'krakowski_master2' into 'master'Grzegorz Bizon2017-06-071-2/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add all pipeline sources as special keywords to 'only' and 'except' Closes #32955 See merge request !11972
| * | | Add all sources as special keywords for only and exceptFilip Krakowski2017-06-081-1/+2
| | | |
| * | | Use pipeline.source to determine what triggered a pipelineFilip Krakowski2017-06-081-1/+1
| | | |
| * | | Add 'schedules' keyword to 'only' and 'except'Filip Krakowski2017-06-081-2/+3
| |/ /
* | | Merge branch 'edge-cases-integration-frontend-testing' into 'master'Clement Ho2017-06-071-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Update testing.md `# Frontend Testing` to include integration spec for edge cases See merge request !11784
| * | | Update testing.md `# Frontend Testing` to include integration spec for edge ↵edge-cases-integration-frontend-testingLuke "Jared" Bennett2017-05-301-1/+1
| | | | | | | | | | | | | | | | cases
* | | | Fix URLs in artifacts documentationDouwe Maan2017-06-071-2/+2
| |/ / |/| |
* | | Merge branch 'docs/private-registry' into 'master'Sean Packham2017-06-071-16/+54
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add more info about private Docker registry Closes #4028 See merge request !11945
| * | | Add more info on private Registry docsdocs/private-registryAchilleas Pipinellis2017-06-061-16/+54
| | | |
* | | | Merge branch 'docs/expiring-artifacts' into 'master'Sean Packham2017-06-072-9/+53
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add more info on artifacts expiry date Closes #18694 See merge request !11942
| * | | | Add more info on artifacts expiry datedocs/expiring-artifactsAchilleas Pipinellis2017-06-062-9/+53
| |/ / /
* | | | Merge branch '12910-snippets-description' into 'master'Phil Hughes2017-06-072-14/+22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support descriptions for snippets Closes #31894 See merge request !11071
| * | | | Support uploads for newly created personal snippets12910-snippets-descriptionJarka Kadlecova2017-06-071-1/+1
| | | | |
| * | | | Support descriptions for snippetsJarka Kadlecova2017-05-312-15/+23
| | | | |
* | | | | Merge branch 'zj-read-registry-pat' into 'master'Kamil Trzciński2017-06-071-6/+7
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Allow pulling container images using personal access tokens Closes #19219 See merge request !11845
| * | | | Create read_registry scope with JWT authZ.J. van de Weg2017-06-051-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the first commit doing mainly 3 things: 1. create a new scope and allow users to use it 2. Have the JWTController respond correctly on this 3. Updates documentation to suggest usage of PATs There is one gotcha, there will be no support for impersonation tokens, as this seems not needed. Fixes gitlab-org/gitlab-ce#19219
* | | | | Merge branch 'docs/registry-self-sign' into 'master'Sean Packham2017-06-061-10/+20
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add info on using self-signed certs with Registry Closes #18239 See merge request !11938
| * | | | | Add info on using self-signed certs with RegistryAchilleas Pipinellis2017-06-061-10/+20
| | | | | |
* | | | | | Merge branch 'docs/powershell-ci-vars' into 'master'Sean Packham2017-06-062-4/+49
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | Add PowerShell to CI variable docs See merge request !11935
| * | | | | Add PowerShell to CI variable docsdocs/powershell-ci-varsJohn Spaetzel2017-06-062-4/+49
| | |_|_|/ | |/| | |
* | | | | Introduce optimistic locking support via optional parameter last_commit_id ↵Roman Safronov2017-06-061-0/+1
| | | | | | | | | | | | | | | | | | | | on File Update API
* | | | | Merge branch 'fix_explanation_of_job_level_variable_override' into 'master'Grzegorz Bizon2017-06-062-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update explanation of job-level variable override to fit example See merge request !11923
| * | | | | Update explanation of job-level variable override to fit exampleTor Bechmann Yamamoto-Sørensen2017-06-062-2/+2
| | | | | |
* | | | | | Accept a username for User-level Events APIMark Fletcher2017-06-061-1/+1
| | | | | |
* | | | | | Introduce an Events APIMark Fletcher2017-06-064-277/+350
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Meld the following disparate endpoints: * `/projects/:id/events` * `/events` * `/users/:id/events` + Add result filtering to the above endpoints: * action * target_type * before and after dates
* | | | | Merge branch 'evn-crosslink-to-architecture' into 'master'Achilleas Pipinellis2017-06-061-3/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make sketch dynamic and link back to production architecture See merge request !11617
| * | | | | Per discussionevn-crosslink-to-architectureErnst van Nierop2017-05-221-1/+1
| | | | | |
| * | | | | Make sketch dynamic and link back to production architectureernstvn2017-05-221-3/+5
| | | | | |
* | | | | | Remove references to old settings locationAchilleas Pipinellis2017-06-067-32/+14
| | | | | |
* | | | | | Resolve "API: Environment info missed"Sébastien2017-06-062-0/+1
| | | | | |
* | | | | | Merge branch '32236-fix-typo-in-helm-chart-installation-doc' into 'master'Achilleas Pipinellis2017-06-061-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in helm chart installation doc (#32236) Closes #32236 See merge request !11891
| * | | | | | Fix typo on namespaceSébastien2017-06-031-2/+2
| | | | | | |
* | | | | | | Merge branch 'dz-backport-codeclimate-docs' into 'master'Achilleas Pipinellis2017-06-061-3/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport CI codeclimate example doc change from EE See merge request !11903
| * | | | | | | Fix link to ee code quality docdz-backport-codeclimate-docsDmitriy Zaporozhets2017-06-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | Backport CI codeclimate example doc change from EEDmitriy Zaporozhets2017-06-051-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | Merge branch 'add-note-on-body-size' into 'master'Achilleas Pipinellis2017-06-061-1/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add note on customizing body size to support Registry See merge request !11904
| * | | | | | | | Update gitlab_chart.mdadd-note-on-body-sizeJoshua Lambert2017-06-051-1/+3
| | | | | | | | |
* | | | | | | | | Merge branch 'patch-23' into 'master'Achilleas Pipinellis2017-06-061-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected spelling mistake in permissions.md "it total" -> "in total". See merge request !11908
| * | | | | | | | | Corrected spelling mistake in permissions.md "it total" -> "in total".Andrew Featherstone2017-06-051-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge branch 'docs/fix-headings-for-seo' into 'master'Achilleas Pipinellis2017-06-061-4/+4
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issues documentation: improve SEO See merge request !11919
| * | | | | | | | | change headings to improve SEOdocs/fix-headings-for-seoMarcia Ramos2017-06-061-4/+4
| | | | | | | | | |
* | | | | | | | | | Merge branch '29690-rotate-otp-key-base' into 'master'Brian Neel2017-06-061-0/+79
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a Rake task to aid in rotating otp_key_base Closes #29690 See merge request !11881
| * | | | | | | | | Add a Rake task to aid in rotating otp_key_baseNick Thomas2017-06-051-0/+79
| | | | | | | | | |
* | | | | | | | | | Support hard deletion in Admin::UsersController#destroyNick Thomas2017-06-051-1/+2
|/ / / / / / / / /
* | | | | | | | | Merge branch '31061-26135-ci-project-slug-enviroment-variables' into 'master'Kamil Trzciński2017-06-051-1/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add slugified project path to CI environment variables Closes #31061 See merge request !11838