summaryrefslogtreecommitdiff
path: root/spec/javascripts/ci_variable_list
Commit message (Collapse)AuthorAgeFilesLines
* Allow masking @ and : charactersMatija Čupić2019-07-232-2/+2
|
* Add masked toggle click to frontend specthomas-nilsson-irfu/gitlab-ce-thomas-nilsson-irfu-master-patch-13137mfluharty2019-06-061-2/+2
| | | | Need to set masked to true before testing now that the default is false
* Add frontend specsmfluharty2019-06-062-0/+67
| | | | | | | Test that a regex is provided Test that it is the expected regex Test length of variable Test special character set
* Adds header column to variables listfe-header-rowFilipa Lacerda2019-05-071-1/+1
| | | | | For the variables list in CI/CD settings this commits adds an header row with titles
* Add control for variable value maskingmfluharty2019-03-291-7/+12
| | | | | | Show masked switch for each variable When toggled on, the variable value will be masked in runner logs Show warning message if the switch is on but the value is not maskable
* Revert "Merge branch '13784-validate-variables-for-masking' into 'master'"Kamil Trzciński2019-03-271-12/+7
| | | This reverts merge request !25476
* Scaffold UI elements for minimal versionMiranda Fluharty2019-03-271-7/+12
| | | | | Add a masked switch to variable rows Copy some behavior from the protected switch
* Merge branch 'winh-remove-sushi' into 'master'Winnie Hellmann2019-03-263-14/+14
| | | | | | | | | | Remove .raw from JavaScript fixture file names Closes #59201 See merge request gitlab-org/gitlab-ce!26430 (cherry picked from commit 79a45f7f02939a1c2fc1f378e43ec9b96630f918)
* Revert "Merge branch 'winh-remove-sushi' into 'master'"Filipa Lacerda2019-03-223-14/+14
| | | This reverts merge request !26430
* Remove .raw from JavaScript fixture file namesWinnie Hellmann2019-03-213-14/+14
| | | | | | | There is nothing more to say but "Commits that change 30 or more lines across at least three files must describe these changes in the commit body"
* option to make variables protected by defaultAlexis Reigel2018-11-291-0/+2
|
* 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