summaryrefslogtreecommitdiff
path: root/spec/views
Commit message (Collapse)AuthorAgeFilesLines
* Satisfy RubocopDouwe Maan2017-04-271-1/+0
|
* Add specsDouwe Maan2017-04-273-12/+94
|
* Render viewer error synchronously so that 'view the source' link will workDouwe Maan2017-04-273-5/+0
|
* Add test stubsDouwe Maan2017-04-274-0/+20
|
* Fix lastest commit status text on main project pageGrzegorz Bizon2017-04-212-9/+47
|
* Fix container registry navigation menu highlightsGrzegorz Bizon2017-04-181-0/+37
|
* Add container registry repositories view specsfix/gb/improve-container-registry-clipboard-linksGrzegorz Bizon2017-04-101-0/+36
|
* Fix view specDouwe Maan2017-04-071-2/+2
|
* Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2017-04-062-0/+108
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8998_skip_pending_commits_if_not_head * upstream/master: Show CI status as Favicon on Pipelines, Job and MR pages STL file viewer Wait for the PDF to be loaded before doing anything remove unnecessary lease as cron job Search for opened MRs - include reopened MRs ProjectsFinder should handle more options Clearly show who triggered the pipeline in email Make it possible to preview pipeline success/failed emails Add remove_concurrent_index to database helper fix project authorizations migration issue attempt to fix migration Revert schema.rb attempt to fix db failure Periodically mark projects that are stuck in importing as failed Fix html structure to prevent tooltip from not hidding Enable creation of deploy keys with write access via the API
| * Clearly show who triggered the pipeline in emailtc-fix-pipeline-recipientToon Claes2017-04-062-0/+108
| | | | | | | | | | Show who triggered the pipeline. And also show the commit committer if it's different from the author.
* | Fix a view test by using presenterLin Jen-Shin2017-04-061-1/+1
| |
* | Fix test and only show job status title if it'sLin Jen-Shin2017-04-051-2/+8
|/ | | | cancelled and the pipeline is auto-cancelled.
* Use Project `:repository` trait where necessary in view specsRobert Speicher2017-03-2711-17/+14
|
* Show pipeline creator & created_at in headingToon Claes2017-03-221-1/+9
| | | | | | Instead of showing the commit author & authored_date that triggered the pipeline, show the user and created_at in the heading of the pipeline show.
* Adds pipeline mini-graph to system information box in Commit ViewFilipa Lacerda2017-03-161-1/+1
|
* Merge branch '26188-tag-creation-404-for-guests' into 'master' Rémy Coutable2017-03-081-0/+28
|\ | | | | | | | | | | | | Don't show links to tag a commit for non permitted users Closes #26188 See merge request !8407
| * Don't show links to tag a commit for non permitted usersMark Fletcher2017-03-071-0/+28
| | | | | | | | | | * Show tag link for users that can push code * Don't show tag link for guests and non-authenticated users
* | Sort builds in stage dropdownKamil Trzcinski2017-03-071-0/+19
|/ | | | Order: failed pending running manual canceled success skipped created
* Simplify view specs for commit status badge partialfix/ci-status-badge-view-specsGrzegorz Bizon2017-03-011-28/+33
|
* Improve readability in CI/CD status badge view testsGrzegorz Bizon2017-03-011-18/+17
|
* Add view specs for ci/cd detailed status badgeGrzegorz Bizon2017-03-011-0/+85
|
* Fix CSS classesAlex Sanford2017-02-271-0/+42
|
* Merge branch 'markdown-slash-commands-text' into 'master' Annabel Dunstone Gray2017-02-151-2/+2
|\ | | | | | | | | Change wording of MR comment box See merge request !9193
| * Change wording of MR comment boxmarkdown-slash-commands-textAnnabel Dunstone Gray2017-02-131-2/+2
| |
* | Fix Rubocop offenseAlfredo Sumaran2017-02-151-1/+1
| |
* | Improve home panel partial code and view specsGrzegorz Bizon2017-02-131-2/+2
| |
* | Show notifications settings when repository is disabledGrzegorz Bizon2017-02-131-0/+38
|/
* Fix broken tests17662-rename-buildsFilipa Lacerda2017-02-031-20/+20
| | | | | | | | | | | | | | | | | | | | Rename Build to Job Replace "Builds" by "Jobs" and fix broken specs Replace "Builds" by "Jobs" Fix broken spinach test Fix broken test Remove `˙` at the beginning of the file Fix broken spinach test Fix broken tests Changes after review
* Changes after reviewFilipa Lacerda2017-01-271-0/+4
|
* Adds tests to build viewFilipa Lacerda2017-01-271-0/+26
| | | | Fix CHANGELOG entry
* fix depr. warning; use `Devise::Test::ControllerHelpers`Adam Pahlevi2017-01-261-1/+1
|
* Added spec for testing the issuable countryancharris/gitlab-ce-25277-milestone-counter-number-with-delimiterLuke "Jared" Bennett2017-01-071-0/+32
|
* Merge branch ↵Fatih Acet2017-01-051-1/+6
|\ | | | | | | | | | | | | | | | | | | '26155-merge-request-tabs-don-t-render-when-no-commits-available' into 'master' Resolve "Merge request tabs don't render when no commits available" Closes #26155 and #24556 See merge request !8347
| * include all expected instance vars for _show.html.haml template within tests26155-merge-request-tabs-don-t-render-when-no-commits-availableMike Greiling2017-01-031-1/+6
| |
* | Simplify HTML of mini pipeline graph and dropdownFilipa Lacerda2017-01-051-1/+1
|/ | | | | | | | | | | | | 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
* Do not show retried builds in pipeline stage dropdownGrzegorz Bizon2016-12-221-6/+38
|
* Add isolated view spec for pipeline stage partialGrzegorz Bizon2016-12-201-0/+21
|
* Fix test3478-copy-commit-hash-to-clipboardVictor Wu2016-12-121-1/+1
|
* Fix tests25483-broken-tabsFilipa Lacerda2016-12-121-1/+1
| | | | Fix broken tests
* Prevent error when submitting a merge request and pipeline is not defined24860-actionview-template-error-undefined-method-size-for-nil-nilclassAdam Niedzielski2016-11-281-0/+31
|
* Merge branch 'events-cache-invalidation' into 'master' Douwe Maan2016-11-281-4/+0
|\ | | | | | | | | | | | | Remove caching of events data This MR removes the caching of events data as this was deemed unnecessary while increasing load on the database. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6578#note_18864037 and 5371da341e9d7768ebab8e159b3e2cc8fad1d827 for more information. See merge request !6578
| * Removed data-user-is view codeevents-cache-invalidationYorick Peterse2016-11-251-4/+0
| | | | | | | | With events no longer being cached this is no longer needed.
* | Merge branch '24779-last-deployment-call-on-nil-environment-fix' into 'master' Kamil Trzciński2016-11-241-10/+42
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes environment.last_deployment to a try expression so it does not fail if e… ## What does this MR do? Fixes the call on `environment.last_deployment` to not break when `environment`is not yet set. ## Does this MR meet the acceptance criteria? - [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [x] API support added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [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 it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #24779 See merge request !7671
| * | renames some of the specs and adds changelog entry24779-last-deployment-call-on-nil-environment-fixtiagonbotelho2016-11-241-3/+3
| | |
| * | Add testsKamil Trzcinski2016-11-231-10/+42
| |/
* | Added test that checks the correct select box is there for the LFS enabled ↵Patricio Cano2016-11-231-0/+24
|/ | | | setting.
* Merge branch '23205-information-about-environments-build-page' into 'master' Fatih Acet2016-11-181-6/+127
|\ | | | | | | | | | | | | | | | | Add environment info to builds page ![Screen_Shot_2016-11-02_at_5.44.01_PM](/uploads/3443d9518997147d1e6f41830e3774ff/Screen_Shot_2016-11-02_at_5.44.01_PM.png) Closes #23205 See merge request !7251
| * Fix builds/show spec; use iid instead of id23205-information-about-environments-build-pageAnnabel Dunstone Gray2016-11-171-4/+8
| |
| * Improve specs and add missing cases that were not supportedKamil Trzcinski2016-11-171-1/+1
| |
| * Finish specs for environment infoAnnabel Dunstone Gray2016-11-091-8/+60
| |