summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct the vertical margin for the top navs "Sign in / Register" button53673-login-alignmentLuke Bennett2018-11-071-1/+1
* Merge branch 'fix-formatting-eks-docs' into 'master'Achilleas Pipinellis2018-11-071-1/+4
|\
| * Fix EKS formattingfix-formatting-eks-docsJoshua Lambert2018-11-021-1/+4
* | Merge branch 'docs/refine-markdown-proselint-config' into 'master'Achilleas Pipinellis2018-11-073-98/+114
|\ \
| * | Add refined sample linting configurationdocs/refine-markdown-proselint-configEvan Read2018-11-063-98/+114
* | | Merge branch '52767-more-chaos-for-gitlab' into 'master'Sean McGivern2018-11-070-0/+0
|\ \ \
* \ \ \ Merge branch '52767-more-chaos-for-gitlab' into 'master'Sean McGivern2018-11-075-1/+187
|\ \ \ \ | |/ / /
| * | | Documentation updates as per review [skip ci]52767-more-chaos-for-gitlabAndrew Newdigate2018-11-062-35/+68
| * | | Updated with Sean's feedbackAndrew Newdigate2018-11-052-8/+23
| * | | Fixing the broken build with style fixesAndrew Newdigate2018-11-013-9/+11
| * | | Add documentation, secure routes, etcAndrew Newdigate2018-11-014-4/+103
| * | | Leak memory, spin cpu and kill the processAndrew Newdigate2018-11-012-0/+26
| * | | Adding chaos to GitLab through chaos endpointsAndrew Newdigate2018-11-012-0/+11
* | | | Merge branch 'docs/update-installtion-guide-for-11-5' into 'master'Achilleas Pipinellis2018-11-072-24/+10
|\ \ \ \
| * | | | Update Installation Guide for 11.5Steve Azzopardi2018-11-072-24/+10
|/ / / /
* | | | Merge branch '6500-fix-misaligned-approvers-dropdown' into 'master'Fatih Acet2018-11-073-12/+23
|\ \ \ \
| * | | | Fix miss-aligned approvers dropdown6500-fix-misaligned-approvers-dropdownjerasmus2018-11-073-12/+23
* | | | | Merge branch 'docs-private-vs-personal-access-tokens' into 'master'Achilleas Pipinellis2018-11-071-1/+1
|\ \ \ \ \
| * | | | | Fix private access token -> personal access tokendocs-private-vs-personal-access-tokensDavid Planella2018-11-071-1/+1
* | | | | | Merge branch 'fj-41213-api-update-submodule-commit' into 'master'Sean McGivern2018-11-0715-13/+516
|\ \ \ \ \ \
| * | | | | | Add submodule update API endpointFrancisco Javier López2018-11-0715-13/+516
* | | | | | | Merge branch 'max_retries_when' into 'master'Grzegorz Bizon2018-11-0712-71/+567
|\ \ \ \ \ \ \
| * | | | | | | fix merge conflictMarkus Doits2018-11-071-356/+0
| * | | | | | | amend method description a little bitMarkus Doits2018-11-071-6/+5
| * | | | | | | fix failure in case of missing optionsMarkus Doits2018-11-071-1/+1
| * | | | | | | one more refactor after feedbackMarkus Doits2018-11-071-13/+13
| * | | | | | | change forgotten constant in spec to match codeMarkus Doits2018-11-071-1/+1
| * | | | | | | handle old retry format in build (possibly saved in database)Markus Doits2018-11-072-2/+29
| * | | | | | | small doc fix [CI SKIP]Markus Doits2018-11-071-1/+1
| * | | | | | | doc updates as per feedbackMarkus Doits2018-11-071-17/+19
| * | | | | | | use Ci::Build instead of CommitStatus as per feedbackMarkus Doits2018-11-071-1/+1
| * | | | | | | fix location of spec file in doc comment [CI SKIP]Markus Doits2018-11-071-1/+1
| * | | | | | | fix failing specs due to latest changesMarkus Doits2018-11-072-4/+4
| * | | | | | | small fixes to doc and remove on whitespace noiseMarkus Doits2018-11-072-3/+1
| * | | | | | | refactoring after latest feedbackMarkus Doits2018-11-074-106/+137
| * | | | | | | remove now unneeded validationMarkus Doits2018-11-071-1/+0
| * | | | | | | fix wrong retry error messagesMarkus Doits2018-11-072-2/+14
| * | | | | | | refactor validations to a Entry::Retry classMarkus Doits2018-11-075-65/+442
| * | | | | | | add a test that checks that retry when values in documentation are validMarkus Doits2018-11-072-1/+35
| * | | | | | | add documentation for new retry when featureMarkus Doits2018-11-071-3/+46
| * | | | | | | one more try to reduce cognitive overheadMarkus Doits2018-11-071-9/+15
| * | | | | | | refactor for hopefully lower cognitive complexityMarkus Doits2018-11-072-36/+45
| * | | | | | | fix allowed keys validator to use correct attribute as error base?Markus Doits2018-11-072-3/+3
| * | | | | | | add specs for create pipeline service and new retry when featureMarkus Doits2018-11-071-7/+25
| * | | | | | | update job config validator to validate new retry syntaxMarkus Doits2018-11-073-25/+191
| * | | | | | | add changelog entryMarkus Doits2018-11-071-0/+5
| * | | | | | | fix some spec wording and valuesMarkus Doits2018-11-071-5/+5
| * | | | | | | refactor retry logic to define any reason and more than one reason to retryMarkus Doits2018-11-072-110/+27
| * | | | | | | add `retry_failure?` option and use it to decide if to retry a build failureMarkus Doits2018-11-072-3/+164
| * | | | | | | add an option when to retry a build (unused yet)Markus Doits2018-11-072-0/+31