summaryrefslogtreecommitdiff
path: root/app/helpers/ci_status_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Expose runners status information in job apiSteve Azzopardi2018-09-181-5/+0
|
* Enable frozen string for app/helpers/**/*.rbgfyoung2018-09-061-0/+2
| | | | Partially addresses #47424.
* Display GPG status on repository and blob pagesWinnie Hellmann2018-07-231-6/+7
|
* Remove the use of `is_shared` of `Ci::Runner`remove-is-shared-from-ci-runnersKamil Trzciński2018-06-261-1/+1
|
* Fix tooltipsClement Ho2018-04-171-4/+4
|
* Resolve "tree/master shows incorrect CI build status"Lin Jen-Shin2018-04-111-2/+2
|
* Replace ci_status_path with pipeline_pathrc/use-existing-url-helperRémy Coutable2017-11-141-5/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix the size of a status iconTim Zallmann2017-10-301-1/+1
|
* Updated Static Icons from CI AreaTim Zallmann2017-10-301-12/+12
|
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-10/+4
|
* Translate project & repository pagesBob Van Landuyt2017-06-071-14/+25
|
* Deprecate legacy CI/CD status helpersGrzegorz Bizon2017-04-211-1/+7
|
* Fix lastest commit status text on main project pageGrzegorz Bizon2017-04-211-0/+17
|
* Build project cache key in a helper27376-cache-default-branch-pipeline-on-projectBob Van Landuyt2017-03-161-0/+4
|
* Render cached pipeline status on project dashboardBob Van Landuyt2017-03-161-0/+14
|
* Verbosify blocked pipeline status descriptionGrzegorz Bizon2017-03-081-0/+2
|
* Add new merge request widget state for blocked pipelineGrzegorz Bizon2017-03-071-0/+2
|
* Changes after reviewFilipa Lacerda2016-12-211-1/+1
| | | | | | Fix broken test Remove spinach tests for the builds tab
* Remove builds tab from commitFilipa Lacerda2016-12-211-1/+1
| | | | | | Remove unused file Fix commit link
* Use manual build icon in play/stop build statusesGrzegorz Bizon2016-12-131-2/+0
|
* Adds manual action icon and case to show itFilipa Lacerda2016-12-131-0/+2
|
* Remove ci_status_with_icon helper and replace it with partial [ci skip]Kamil Trzcinski2016-12-121-19/+1
|
* Untangle status label and text in ci status helperGrzegorz Bizon2016-12-061-2/+10
|
* Simplify ci status helper with detailed statusGrzegorz Bizon2016-12-061-22/+22
|
* Restore legacy statuses support in ci status helpersGrzegorz Bizon2016-12-061-0/+4
|
* Add support for detailed status to status helpersGrzegorz Bizon2016-12-051-21/+32
|
* Fix spacing between icon and word in status badgestatus-badge-spacingAnnabel Dunstone Gray2016-11-221-1/+1
|
* Merge remote-tracking branch 'upstream/master' into show-status-from-branchLin Jen-Shin2016-11-041-1/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (35 commits) Only skip group when it's actually a group in the "Share with group" select Fix: Todos Filter Shows All Users Fix: Guest sees some repository details and gets 404 Move shared params to a helper GrapeDSL for project hooks Update commits.scss updated styling commit SHA on branches page + added to changelog change build list height to show 6,5 builds + improve padding of list, with first/last child selectors Ignore builds directory from eslint Add changelog entry Document multiple repository storage paths Allow multiple repository storage shards to be enabled, and automatically round-robin between them Cleaned up global namespace JS Add tip for using Chrome to run and debug teaspoon tests. Add CHANGELOG entry file Add jquery.timeago.js to application.js Update match-regex to fix filename convention Move jquery.timeago to vendor directory Change a bunch of doc links to either relative or https://docs.gitlab.com. Show log corresponding to env in admin/logs ...
| * Add new icon for skipped builds; show created state in mini graphAnnabel Dunstone Gray2016-11-031-1/+3
| |
* | Merge status_for and status, feedback:Lin Jen-Shin2016-11-031-1/+1
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7034#note_17742297
* | Still show status from pipelines, see:Lin Jen-Shin2016-10-271-8/+11
| | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7034#note_17397201 https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7034#note_17397461 https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6801#note_17468470 https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7034#note_17482654
* | Pass `@ref` along so we know which pipeline to showLin Jen-Shin2016-10-241-0/+5
|/ | | | Closes #23615
* Commit status icon now links to pipelines tab of commit viewLuke Bennett2016-09-271-1/+1
| | | | | | Removed commit from pipeline list items Used local_assigns and changed to positive naming ffor boolean props
* Merge branch 'artifacts-from-ref-and-build-name' into 'master' Douwe Maan2016-08-301-0/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a download buttons for Build Artifacts ## What does this MR do? This MR adds a download buttons for build artifacts of latest succesful pipeline in: - dashboard of project, - branches and tags views, - and tree viewer Implement #4255 ## What are the relevant issue numbers? Closes #4255, Closes #14419 ## Screenshots ### Project main ![](/uploads/29ee2154a214416059a875f2715d4fa3/Screen_Shot_2016-08-24_at_8.00.31_PM.png) ### Branches ![](/uploads/9220c593288370986fbc1d42a1425ef7/Screen_Shot_2016-08-24_at_8.02.01_PM.png) ### Tags ![](/uploads/a843e8103221fea475a0cf9d62a1999d/Screen_Shot_2016-08-24_at_8.03.32_PM.png) ### Source Tree ![](/uploads/63cd3c8c91b6f427c166dc90d8e3c059/Screen_Shot_2016-08-24_at_8.04.56_PM.png) ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [x] Download buttons - [x] Models - [x] Routes - [x] Projects::ArtifactsController - [x] API - Tests - Rails - [x] Project#builds_for - [x] branch name with slashes - [x] only success builds - [x] only latest builds - [x] feature tests for download buttons - API - [x] branch name with slashes - [x] only success builds - [x] only latest builds - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5142
| * Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2016-08-241-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | artifacts-from-ref-and-build-name * upstream/master: (192 commits) Added CHANGELOG Added unfold test to parallel and added 'diff discussion' context Fix Spinach branches spec Better first match on this MR also Change merge_error column from string to text type Fix typo in gitlab_flow.md entities: make Environment inherit EnvironmentBasic Updated to optimized specs from !5864 Added 'with an unfolded line should not allow commenting' scenario (line 125) Added addtional 'renderable' validator to check 'data-note-type' attr exists Allow passing an index to selectRowAtIndex Fixed enter key in search input not working Fix file links on project page Files view Fix incorrect "stopped impersonation" log message 8.11 is released, long live 8.12 Also check if Akismet is enabled, before showing the `Submit as spam` button. fix location of markdown help location Fix for update 8.10-to-8.11.md doc. Appease the linter. Add Ruby 2.3 upgrade notes. ...
| * \ Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2016-08-181-9/+17
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | artifacts-from-ref-and-build-name * upstream/master: (359 commits) Add new image to show the 'Reset template' button Refactor description templates documentation Remove index from pipeline toggles Hide `Create new list button` on Issues and MRs pages Remove params from build; general refactor Style build container box; add check mark to active build Display jobs as scrolling list in sidebar Move stages and jobs to build sidebar Removed vue assets Move skipped tests to end of array Remove unused data attributes Update changelog Style build dropdowns Populate dropdowns with current build on pageload Selecting stage updates builds dropdown Add data attributes to builds Change active state of list items; style dropdown items Hide dropdown if all tests fit on one line; add counter to dropdown Add overflow tests to dropdown Order by build status ...
| * | | Fixed bug when a pipeline for latest SHA does not existKamil Trzcinski2016-08-151-0/+5
| | | |
* | | | Add new icon for created pipelineAnnabel Dunstone2016-08-301-1/+1
| | | |
* | | | Add body as data-container on pipeline graph tooltip21070-graph-tooltipAnnabel Dunstone2016-08-231-2/+2
| |_|/ |/| |
* | | Add play icon SVGAnnabel Dunstone2016-08-191-1/+1
| |/ |/|
* | Update CSS selector and play iconAnnabel Dunstone2016-08-171-2/+2
| |
* | Add deploy btn in graph; fix JS to toggle one graph at a time if multiple ↵Annabel Dunstone2016-08-171-2/+2
| | | | | | | | pipelines
* | Add support for Play and Created jobsKamil Trzcinski2016-08-171-9/+17
|/
* Fix ci icons getting cut offAnnabel Dunstone2016-07-211-2/+2
|
* Merge remote-tracking branch 'origin/master' into cs-warn-on-failurecs-warn-on-failureKamil Trzcinski2016-07-201-7/+7
|\
| * Add new icons for every CI statusAnnabel Dunstone2016-07-191-6/+8
| |
| * Add new running icon; add a bunch of styles to get svg to match existing fa ↵Annabel Dunstone2016-07-191-2/+2
| | | | | | | | icons
* | Use switch statements instead of if/else chains.Connor Shea2016-07-191-2/+3
| |
* | Starting work on the warn_on_failure feature for the MR build status.Connor Shea2016-07-191-0/+4
|/
* Change running status color to blue; update icon to spinnerAnnabel Dunstone2016-07-121-1/+3
|