summaryrefslogtreecommitdiff
path: root/app/views/ci
Commit message (Collapse)AuthorAgeFilesLines
* Add specific views / selectors for QA runners pageGrzegorz Bizon2018-01-231-1/+1
|
* Hide runner token in CI/CD settings page38019-hide-runner-tokenEric Eastwood2017-12-152-3/+9
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38019
* Fixing Tests and CSS displayTim Zallmann2017-10-301-2/+2
|
* Test FixesTim Zallmann2017-10-301-1/+1
|
* Updated also Badge + Dropdown IconsTim Zallmann2017-10-302-4/+4
|
* Add collapsable sections for Pipeline SettingsKamil Trzciński2017-09-063-13/+5
|
* Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon2017-09-041-3/+3
|\ | | | | | | * master: (469 commits)
| * Change pipeline dropdowns to new stylewinh-pipeline-graph-dropdownswinh2017-08-291-3/+3
| |
* | Fix only/except policy CI/CD linterGrzegorz Bizon2017-08-311-2/+2
|/
* Fix order of CI lint ace editor loadingci-lint-fixPhil Hughes2017-08-041-1/+1
| | | | Closes #35985
* Add #registration_token for %code20817-please-add-coordinator-url-to-admin-area-runner-pageShinya Maeda2017-07-201-2/+2
|
* Add an id for the tag(#registration_token). Wrap long lines.Shinya Maeda2017-07-201-1/+1
|
* i18n readyShinya Maeda2017-07-201-6/+7
|
* Add coordinator url to admin area runner pageShinya Maeda2017-07-201-0/+15
| | | | | | | | Use partial and shring same UI Swap two. Like the project runner section. Fix tests
* Basic BE changeShinya Maeda2017-07-075-0/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix static-snalysis Move the precedence of group secure variable before project secure variable. Allow project_id to be null. Separate Ci::VariableProject and Ci::VariableGroup Add the forgotton files Add migration file to update type of ci_variables Fix form_for fpr VariableProject Fix test Change the table structure according to the yorik advice Add necessary migration files. Remove unnecessary migration spec. Revert safe_model_attributes.yml Fix models Fix spec Avoid self.variable. Use becomes for correct routing. Use unique index on group_id and key Add null: false for t.timestamps Fix schema version Rename VariableProject and VariableGroup to ProjectVariable and GroupVariable Rename the rest of them Add the rest of files Basic BE change Fix static-snalysis Move the precedence of group secure variable before project secure variable. Allow project_id to be null. Separate Ci::VariableProject and Ci::VariableGroup Add the forgotton files Add migration file to update type of ci_variables Fix form_for fpr VariableProject Fix test Change the table structure according to the yorik advice Add necessary migration files. Remove unnecessary migration spec. Revert safe_model_attributes.yml Fix models Fix spec Avoid self.variable. Use becomes for correct routing. Use unique index on group_id and key Add null: false for t.timestamps Fix schema version Rename VariableProject and VariableGroup to ProjectVariable and GroupVariable Rename the rest of them Add the rest of files Implement CURD Rename codes related to VariableGroup and VariableProject FE part Remove unneccesary changes Make Fe code up-to-date Add protected flag to migration file Protected group variables essential package Update schema Improve doc Fix logic and spec for models Fix logic and spec for controllers Fix logic and spec for views(pre feature) Add feature spec Fixed bugs. placeholder. reveal button. doc. Add changelog Remove unnecessary comment godfat nice catches Improve secret_variables_for arctecture Fix spec Fix StaticAnlysys & path_regex spec Revert "Improve secret_variables_for arctecture" This reverts commit c3216ca212322ecf6ca534cb12ce75811a4e77f1. Use ayufan suggestion for secret_variables_for Use find instead of find_by Fix spec message for variable is invalid Fix spec remove variable.group_id = group.id godffat spec nitpicks Use include Gitlab::Routing.url_helpers for presenter spec
* Single commit squash of all changes for ↵Kamil Trzcinski2017-05-061-20/+0
| | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10878 It's needed due to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10777 being merged with squash.
* remove unnecessary spaceRydkin Maxim2017-04-041-1/+1
|
* adds tooltips into several placesRydkin Maxim2017-04-041-4/+5
|
* Fixed the job tootip being cut-offPhil Hughes2017-03-221-2/+2
| | | | Closes #29800
* Use a new class to keep old behaviorFilipa Lacerda2017-02-081-1/+1
|
* Merge branch ↵Kamil Trzciński2017-01-312-4/+4
|\ | | | | | | | | | | | | | | | | | | '25910-convert-manual-action-icons-to-svg-to-propperly-position-them' into 'master' Convert pipeline action icons to svg to have them propperly positioned Closes #25910 See merge request !8766
| * Fixes after review25910-convert-manual-action-icons-to-svg-to-propperly-position-themFilipa Lacerda2017-01-261-1/+1
| |
| * Fix broken testsFilipa Lacerda2017-01-251-2/+2
| | | | | | | | Fix linter error
| * added icons and fixed mini pipeline action dropdown iconsdimitrieh2017-01-252-2/+2
| |
* | Use badge partial as single source of truth instead of having 2 partials ↵26947-build-status-self-linkFilipa Lacerda2017-01-272-12/+10
| | | | | | | | | | | | | | | | doing the same Update changelog description Changes after review
* | Changes after reviewFilipa Lacerda2017-01-271-3/+1
| |
* | Use new partial to render a badge without a link in the builds details. ↵Filipa Lacerda2017-01-272-9/+14
|/ | | | | | Preventing from having a link to itself. Adds MR ID to CHANGELOG entry
* HAMLLint: Fix `UnnecessaryInterpolation` offencesKushal Pandya2017-01-241-1/+1
|
* Merge branch 'didemacet-ci-lint-page' into 'master' Alfredo Sumaran2017-01-091-13/+18
|\ | | | | | | | | | | | | Change CI template linter textarea with Ace Editor Closes #24179 and #19701 See merge request !8452
| * Move specific javascript definition the topdidemacet-ci-lint-pageAlfredo Sumaran2017-01-061-4/+2
| |
| * Change CI template linter textarea with Ace EditorClement Ho2017-01-041-12/+19
| |
* | Simplify HTML of mini pipeline graph and dropdownFilipa Lacerda2017-01-051-0/+19
|/ | | | | | | | | | | | | Creates individual html for dropdown Adds simplified CSS for the new dropdown Removes old CSS Improves dropdown item in Chrome, Firefox and Safari Use SCSS variables for colors. Fix scss linter errors Adds animation when the stage is hovered. Adds back tooltip on dropdown toggle Fixes broken tests additional css changes to get more into direction of mockups
* HAMLLint: Fix `SpaceBeforeScript` offencesKushal Pandya2016-12-311-1/+1
|
* Resolve conflictFilipa Lacerda2016-12-191-6/+6
| | | | Fix tooltips in dropdown
* Make CI badge hitboxes better match containerMitchell Hentges2016-12-191-4/+5
|
* Fix CI/CD statuses actions' CSS on pipeline graphsGrzegorz Bizon2016-12-171-1/+1
|
* Make CI/CD detailed status group concept explicitGrzegorz Bizon2016-12-161-2/+3
|
* Changes after reviewFilipa Lacerda2016-12-151-2/+2
| | | | | | | | Changes after review Fix tooltip title Remove unneeded string interpolation
* Simplify graph status badge partial and require localsGrzegorz Bizon2016-12-141-11/+11
|
* Fix extension in fileFilipa Lacerda2016-12-141-0/+0
|
* Changes after reviewFilipa Lacerda2016-12-141-2/+1
| | | | Remove empty line
* Rename file according to reviewFilipa Lacerda2016-12-141-0/+2
|
* Merge two partials into one. Rename it to match the other partialsFilipa Lacerda2016-12-143-19/+18
|
* Remove unused fileFilipa Lacerda2016-12-141-12/+0
|
* Merge branch 'master' into 22604-manual-actionsGrzegorz Bizon2016-12-141-0/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (151 commits) Improve build status specs contexts descriptions Add some missing tests for detailed status methods Fix wrong error message expectation in API::Commits spec Remove trailing blank line from Allowable module Move admin settings spinach feature to rspec Encode when migrating ProcessCommitWorker jobs Prevent overflow with vertical scroll when we have space to show content Make rubocop happy API: Ability to cherry-pick a commit Be smarter when finding a sudoed user in API::Helpers Update manual build icon SVG Make it possible to mix `Gitlab::Routing` in Backport hooks on group policies for the EE-specific implementation Extract abilities checking module from ability model Extend tests for pipeline detailed status helpers Add tests for common build detailed status helpers Add missing tests for build `cancelable?` method Add tests for detailed build statuses factory Make it possible to retry build that was canceled Make build retryable only if complete and executed ... Conflicts: app/assets/stylesheets/pages/pipelines.scss app/models/ci/build.rb app/models/ci/pipeline.rb app/models/ci/stage.rb app/models/commit_status.rb app/views/admin/runners/show.html.haml app/views/projects/builds/_header.html.haml app/views/projects/ci/builds/_build.html.haml app/views/projects/ci/builds/_build_pipeline.html.haml app/views/projects/ci/pipelines/_pipeline.html.haml app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml app/views/projects/generic_commit_statuses/_generic_commit_status_pipeline.html.haml app/views/projects/pipelines/_info.html.haml lib/gitlab/ci/status/build/common.rb lib/gitlab/ci/status/build/play.rb lib/gitlab/ci/status/build/stop.rb lib/gitlab/ci/status/core.rb spec/lib/gitlab/ci/status/pipeline/common_spec.rb
| * Improve build status specs contexts descriptionsGrzegorz Bizon2016-12-141-0/+2
| |
| * Fix detailed status badge for generic commit statusGrzegorz Bizon2016-12-121-1/+1
| | | | | | | | [ci skip]
| * Improve detailed status badge partialGrzegorz Bizon2016-12-122-12/+8
| |
| * Rename icon_with_label to icon_with_descriptionKamil Trzcinski2016-12-121-0/+1
| |
| * Fix auto loading of constants for Ci StatusesKamil Trzcinski2016-12-121-6/+7
| |