summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'docs/registry-self-sign' into 'master'Sean Packham2017-06-061-10/+20
|\
| * 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 docsdocs/powershell-ci-varsJohn Spaetzel2017-06-062-4/+49
* | Introduce optimistic locking support via optional parameter last_commit_id on...Roman Safronov2017-06-061-0/+1
* | 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 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
| |/ |/|
* | Merge branch 'evn-crosslink-to-architecture' into 'master'Achilleas Pipinellis2017-06-061-3/+5
|\ \
| * | 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 on namespaceSébastien2017-06-031-2/+2
* | | | Merge branch 'dz-backport-codeclimate-docs' into 'master'Achilleas Pipinellis2017-06-061-3/+9
|\ \ \ \
| * | | | Fix link to ee code quality docdz-backport-codeclimate-docsDmitriy Zaporozhets2017-06-051-1/+1
| * | | | Backport CI codeclimate example doc change from EEDmitriy Zaporozhets2017-06-051-3/+9
* | | | | Merge branch 'add-note-on-body-size' into 'master'Achilleas Pipinellis2017-06-061-1/+3
|\ \ \ \ \
| * | | | | 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".Andrew Featherstone2017-06-051-1/+1
* | | | | | | Merge branch 'docs/fix-headings-for-seo' into 'master'Achilleas Pipinellis2017-06-061-4/+4
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | 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_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 slugify project path to CI enviroment variablesvanadium232017-06-031-1/+2
* | | | | | Merge branch '25680-CI_ENVIRONMENT_URL' into 'master'Kamil Trzciński2017-06-052-0/+7
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge remote-tracking branch 'upstream/master' into 25680-CI_ENVIRONMENT_URLLin Jen-Shin2017-06-029-21/+126
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into 25680-CI_ENVIRONMENT_URLLin Jen-Shin2017-06-0112-18/+699
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into '25680-CI_ENVIRONMENT_URL'Lin Jen-Shin (godfat)2017-05-2611-8/+78
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Pass external_url from environment if job doesn't have oneLin Jen-Shin2017-05-252-0/+7
* | | | | | | | Resolve "Documentation of `.gitlab-ci.yml` states incorrect example for varia...Sébastien2017-06-042-2/+2
* | | | | | | | Merge branch '31943-document-go-18' into 'master'Achilleas Pipinellis2017-06-032-16/+35
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Go 1.8.3 and Upgrade-9.3 docKim "BKC" Carlbäcker2017-06-022-12/+32
| * | | | | | | Document go1.8.1 as dependencyKim "BKC" Carlbäcker2017-06-021-8/+7
* | | | | | | | Merge branch 'projects-api-import-status' into 'master'Douwe Maan2017-06-021-0/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Expose import_status in Projects APIRobin Bobbitt2017-06-021-0/+11
* | | | | | | | | Merge branch 'mabes/gitlab-ce-bypass-auto-login' into 'master'Douwe Maan2017-06-021-0/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Allow manual bypass of auto_sign_in_with_providermabes/gitlab-ce-bypass-auto-loginMaxime Besson2017-06-021-0/+3
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch '28694-hard-delete-user-from-api' into 'master'Douwe Maan2017-06-022-5/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Allow users to be hard-deleted from the APINick Thomas2017-06-022-5/+17
| |/ / / / / / / /
* | | | | | | | | Fixed typo: craeted -> createddenisroy2017-06-021-1/+1
|/ / / / / / / /
* | | | | | | | Merge branch 'update-installation-docs-with-i18n' into 'master'Douwe Maan2017-06-021-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Add section to compile GetText files for source installationsupdate-installation-docs-with-i18nRuben Davila2017-06-011-0/+4
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'patch-23' into 'master'Sean Packham2017-06-021-6/+6
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Rephrase to enhance readability. And some minor grammar.renzo2017-05-291-6/+6
| | |_|_|/ / / | |/| | | | |