summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Simplify pattern lexeme fabrication and matcherfeature/gb/add-regexp-variables-expressionGrzegorz Bizon2018-05-181-2/+2
|
* Simplify untrusted regexp factory methodGrzegorz Bizon2018-05-184-21/+16
|
* Update variables expressions statement specsGrzegorz Bizon2018-05-171-1/+1
|
* Update variables expressions pattern matching docsGrzegorz Bizon2018-05-171-7/+2
|
* Add variables expression pattern validation supportGrzegorz Bizon2018-05-173-1/+20
|
* Add anti-corruption layer above expressions pattern matchingGrzegorz Bizon2018-05-172-2/+30
|
* Add extended /regexp/ scheme support to untrusted regexpGrzegorz Bizon2018-05-172-1/+71
|
* Make variables expression pattern case-sensitivity explicitGrzegorz Bizon2018-05-153-0/+22
|
* Add docs on pattern matching syntax in variables expressionGrzegorz Bizon2018-05-152-1/+19
|
* Remove useless assignment in pattern lexemeGrzegorz Bizon2018-05-151-1/+1
|
* Add variables expressions regexp support changelogGrzegorz Bizon2018-05-151-0/+5
|
* Do not support inverse variable pattern matchingGrzegorz Bizon2018-05-151-2/+1
|
* Use parameterized RSpec to improve variables expressions specsGrzegorz Bizon2018-05-151-43/+44
|
* Add support for pattern matching in variables expressionsGrzegorz Bizon2018-05-157-7/+27
|
* Reorganize exceptions in pipeline expressions moduleGrzegorz Bizon2018-05-158-16/+23
|
* Merge branch 'master' into feature/gb/add-regexp-variables-expressionGrzegorz Bizon2018-05-15163-3833/+2120
|\ | | | | | | | | | | | | * master: (76 commits) Conflicts: lib/gitlab/untrusted_regexp.rb
| * Merge branch 'blackst0ne-remove-spinach' into 'master'Rémy Coutable2018-05-1549-2332/+135
| |\ | | | | | | | | | | | | | | | | | | Remove Spinach Closes #23036 See merge request gitlab-org/gitlab-ce!18869
| | * Update Gemfile.rails5.lockblackst0ne-remove-spinachblackst0ne2018-05-141-17/+0
| | |
| | * Remove /featuresblackst0ne2018-05-1432-1989/+0
| | |
| | * Increase rspec jobs up to 30blackst0ne2018-05-141-115/+123
| | |
| | * Fix specsblackst0ne2018-05-141-0/+9
| | |
| | * Add changelog entry [ci skip]blackst0ne2018-05-141-0/+5
| | |
| | * Revert clean up `db/fixtures/development/14_pipelines.rb`blackst0ne2018-05-141-0/+4
| | |
| | * Clean up test.rakeblackst0ne2018-05-141-1/+0
| | |
| | * Remove spinach.rakeblackst0ne2018-05-141-60/+0
| | |
| | * Clean up spec/support/gitlab_stubs/gitlab_ci.ymlblackst0ne2018-05-141-9/+0
| | |
| | * Clean up 14_pipelines.rbblackst0ne2018-05-141-4/+0
| | |
| | * Clean up docsblackst0ne2018-05-148-47/+6
| | |
| | * Clean up gitlab-ci.ymlblackst0ne2018-05-141-57/+1
| | |
| | * Remove bin/spinachblackst0ne2018-05-141-13/+0
| | |
| | * Clean up Gemfileblackst0ne2018-05-142-20/+0
| | |
| | * Clean up `notes_controller`blackst0ne2018-05-141-13/+0
| | |
| * | Merge branch ↵Kamil Trzciński2018-05-154-65/+65
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'ce-5968-extract-ee-specific-files-lines-for-clusters-related-files' into 'master' Backport Cluster related EE code See merge request gitlab-org/gitlab-ce!18931
| | * | Extract shared components from Clusters::CreateService specMatija Čupić2018-05-132-63/+62
| | | |
| | * | Add missing spec line from EEMatija Čupić2018-05-131-0/+1
| | | |
| | * | Backport cluster factory changes from EEMatija Čupić2018-05-131-2/+2
| | | |
| * | | Merge branch '46286-fix-ingress-rbac-default-value' into 'master'Kamil Trzciński2018-05-152-0/+10
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable RBAC on Ingress by default Closes #46286 See merge request gitlab-org/gitlab-ce!18947
| | * | | Changes Ingress RBAC value to be false as defaultMayra Cabrera2018-05-142-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was changed to be true on https://github.com/kubernetes/charts/commit/c60086ec0b260996281d337d67f2361f826f7029 Closes #46286
| * | | | Merge branch 'update-wiki-modal' into 'master'Tim Zallmann2018-05-155-3/+121
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update wiki page deletion confirmation See merge request gitlab-org/gitlab-ce!18712
| | * | | | Changed copy of delete button to sentence caseConstance Okoghenun2018-05-071-2/+2
| | | | | |
| | * | | | Made delete wiki modal component props required and changed the component ↵Constance Okoghenun2018-05-072-21/+26
| | | | | | | | | | | | | | | | | | | | | | | | init behaviour
| | * | | | Removed quotes around page titleConstance Okoghenun2018-05-071-2/+2
| | | | | |
| | * | | | Added changelog for New design for wiki page deletion confirmationConstance Okoghenun2018-05-071-0/+5
| | | | | |
| | * | | | Fixed linit errorsConstance Okoghenun2018-05-073-23/+23
| | | | | |
| | * | | | Added modal message and removed traget branch and commit message fields for ↵Constance Okoghenun2018-05-071-40/+10
| | | | | | | | | | | | | | | | | | | | | | | | delete wiki page modal
| | * | | | Updated user delete wiki specConstance Okoghenun2018-05-041-2/+3
| | | | | |
| | * | | | Added commit form fields for delete page confirmationConstance Okoghenun2018-05-033-12/+56
| | | | | |
| | * | | | Changed delete wiki prompt from 'confirm' for 'gl_modal'Constance Okoghenun2018-05-033-2/+95
| | | | | |
| * | | | | Merge branch 'jprovazn-pipeline-policy' into 'master'Douwe Maan2018-05-1510-12/+96
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable update_(build|pipeline) for maintainers Closes #45905 See merge request gitlab-org/gitlab-ce!18735
| | * | | | | Enable update_(build|pipeline) for maintainersJan Provaznik2018-05-1510-12/+96
| |/ / / / /