summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Make sure that environment was created before deployingLin Jen-Shin2017-06-021-0/+2
* CreatePipelineBuildsService would have created envLin Jen-Shin2017-06-021-30/+0
* Merge remote-tracking branch 'upstream/master' into 25680-CI_ENVIRONMENT_URLLin Jen-Shin2017-06-0220-115/+699
|\
| * Merge branch 'dm-gravatar-username' into 'master'Sean McGivern2017-06-011-0/+20
| |\
| | * Add username parameter to gravatar URLDouwe Maan2017-06-011-0/+20
| * | Merge branch '24196-protected-variables' into 'master'Kamil Trzciński2017-06-017-18/+237
| |\ \
| | * | Make sure protected can't be null; Test protected!24196-protected-variablesLin Jen-Shin2017-06-011-2/+24
| | * | Merge branch 'master' into '24196-protected-variables'Kamil Trzciński2017-06-0118-15/+296
| | |\ \
| | * | | Add test for Project#protected_for?Lin Jen-Shin2017-06-011-0/+37
| | * | | Merge remote-tracking branch 'upstream/master' into 24196-protected-variablesLin Jen-Shin2017-06-0158-201/+1691
| | |\ \ \
| | * | | | Make sure we're loading the fresh variablesLin Jen-Shin2017-06-011-4/+4
| | * | | | Now secret_variables_for would return the variablesLin Jen-Shin2017-06-011-3/+2
| | * | | | Update docs and use protected secret variable as the nameLin Jen-Shin2017-05-312-8/+23
| | * | | | Merge remote-tracking branch 'upstream/master' into 24196-protected-variablesLin Jen-Shin2017-05-3184-610/+1402
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into '24196-protected-variables'Lin Jen-Shin (godfat)2017-05-2690-732/+2480
| | |\ \ \ \ \
| | * | | | | | Merge secret and protected vars to variables_for(ref)Lin Jen-Shin2017-05-273-13/+38
| | * | | | | | Use be_truthy and add back missing linkLin Jen-Shin2017-05-261-1/+1
| | * | | | | | Fix tests and rubocop offenseLin Jen-Shin2017-05-252-3/+7
| | * | | | | | API and doc for protected variablesLin Jen-Shin2017-05-251-2/+5
| | * | | | | | Frontend implementation, tests, and changelogLin Jen-Shin2017-05-253-3/+50
| | * | | | | | Add tests and also pass protected vars to protected tagsLin Jen-Shin2017-05-253-4/+71
| * | | | | | | Resolve "Improve Container Registry description"Achilleas Pipinellis2017-06-011-1/+1
| * | | | | | | Merge branch 'dm-comment-on-mr-commit-discussion' into 'master'Grzegorz Bizon2017-06-011-1/+40
| |\ \ \ \ \ \ \
| | * | | | | | | Fix replying to a commit discussion displayed in the context of an MRDouwe Maan2017-06-011-1/+40
| * | | | | | | | Merge branch 'migrate-old-artifacts' into 'master'Grzegorz Bizon2017-06-013-0/+211
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add missing specsKamil Trzcinski2017-06-013-8/+102
| | * | | | | | | | Fix data inconsistency issue for old artifacts by moving them to a currently ...Kamil Trzcinski2017-06-011-0/+117
| | |/ / / / / / /
| * | | | | | | | Merge branch 'dm-update-discussion-diff-position' into 'master'Grzegorz Bizon2017-06-013-42/+23
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Update diff discussion position per discussion instead of per notedm-update-discussion-diff-positionDouwe Maan2017-05-313-42/+23
| * | | | | | | | | Merge branch 'bugfix/deploy_keys__can_push__usage_in_api' into 'master'Rémy Coutable2017-06-011-0/+9
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Extend spec tests for deploy_key can_pushRichard Clamp2017-05-231-0/+9
| * | | | | | | | | | Merge branch 'document-not-using-serialize' into 'master'Douwe Maan2017-06-011-0/+33
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Added Cop to blacklist the use of serializedocument-not-using-serializeYorick Peterse2017-05-311-0/+33
| | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'fix-n-plus-one-queries-for-user-access' into 'master'Yorick Peterse2017-06-011-53/+98
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix N+1 queries for non-members in comment threadsfix-n-plus-one-queries-for-user-accessSean McGivern2017-06-011-53/+98
| | |/ / / / / / / /
| * | | | | | | | | Merge branch 'fix_diff_line_comments' into 'master'Sean McGivern2017-06-011-0/+27
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix rubocop in spec/helpers/diff_helper_spec.rbValery Sizov2017-06-011-6/+7
| | * | | | | | | | | Fix: A diff comment on a change at last line of a file shows as two comments ...Valery Sizov2017-05-311-0/+26
* | | | | | | | | | | Fix other use of CreateDeploymentService and makeLin Jen-Shin2017-06-022-7/+35
* | | | | | | | | | | Fix a typo: not -> noLin Jen-Shin2017-06-011-1/+1
* | | | | | | | | | | Merge all environment url methods, introduce ensure_persisted_environmentLin Jen-Shin2017-06-011-25/+38
* | | | | | | | | | | split tests for expanded_environment_urlLin Jen-Shin2017-06-011-4/+25
* | | | | | | | | | | Simplify CreateDeploymentService so that it usesLin Jen-Shin2017-06-011-52/+33
* | | | | | | | | | | Introduce ci_environment_url which would fallbackLin Jen-Shin2017-06-011-6/+18
* | | | | | | | | | | Just use the url from options, not saving it as a columnLin Jen-Shin2017-06-014-15/+3
* | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into 25680-CI_ENVIRONMENT_URLLin Jen-Shin2017-06-01161-924/+3525
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Merge branch 'notebook-katex-fixes' into 'master'Filipa Lacerda2017-06-013-1/+64
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | added testsnotebook-katex-fixesPhil Hughes2017-05-303-1/+64
| * | | | | | | | | | | Merge branch 'dm-collapsed-blob' into 'master'Sean McGivern2017-06-017-98/+68
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Change no_limits to limitsdm-collapsed-blobDouwe Maan2017-05-311-9/+9