summaryrefslogtreecommitdiff
path: root/spec/javascripts/ci_variable_list
Commit message (Collapse)AuthorAgeFilesLines
* Renaming Secret Variables in the codebaseMarcel Amirault2018-10-301-3/+3
|
* Resolve eslint violationsMike Greiling2018-10-171-0/+1
|
* Prettify all spec filesMike Greiling2018-10-173-34/+55
|
* enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer2018-10-172-0/+6
|
* Make Variable key not secret43316-controller-parameters-handling-sensitive-information-should-use-a-more-specific-nameMatija Čupić2018-03-221-1/+1
|
* Check for secret_key and secret_value in CI Variable native list js specMatija Čupić2018-03-171-2/+2
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-092-0/+2
|
* Move EE-specific JavaScript files to ee/app/assets/javascriptsRémy Coutable2018-02-261-1/+1
|
* Merge branch '42929-hide-new-variable-values' into 'master'Clement Ho2018-02-152-15/+72
|\ | | | | | | | | | | | | Hide CI secret variable values on save Closes #42929 See merge request gitlab-org/gitlab-ce!17044
| * Hide CI secret variable values on save42929-hide-new-variable-valuesEric Eastwood2018-02-142-15/+72
| | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/42928
* | Default CI variables to unprotected42928-default-protected-variables-to-offEric Eastwood2018-02-091-1/+1
|/ | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/42928
* Use dynamic variable list in scheduled pipelines and group/project CI secret ↵Eric Eastwood2018-02-052-31/+239
| | | | | | | | | | | | | variables See https://gitlab.com/gitlab-org/gitlab-ce/issues/39118 Conflicts: app/views/ci/variables/_form.html.haml app/views/ci/variables/_table.html.haml ee/app/views/ci/variables/_environment_scope.html.haml spec/javascripts/ci_variable_list/ci_variable_list_ee_spec.js spec/javascripts/fixtures/projects.rb
* Refactor CI variable list code for usage with CI/CD settings page secret ↵refactor-ci-variable-list-for-future-usage-in-4110Eric Eastwood2018-01-312-0/+193
variables Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110