summaryrefslogtreecommitdiff
path: root/spec/views
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Refine specs for build show page with environmentsGrzegorz Bizon2016-11-091-20/+35
| |
| * First pass at testsAnnabel Dunstone Gray2016-11-091-0/+50
| |
* | add tests for build row templatesMike Greiling2016-11-102-0/+56
|/
* Merge branch '20892-commit-info' into 'master' Fatih Acet2016-10-311-0/+28
|\ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Clean up commit meta info view" Updates commit page design Before: ![Screen_Shot_2016-10-19_at_10.20.10_AM](/uploads/8737a9db01bffc019d8b2c71a943024b/Screen_Shot_2016-10-19_at_10.20.10_AM.png) After: ![Screen_Shot_2016-10-19_at_10.20.01_AM](/uploads/716cb902bd20dedc705a8f81f6536736/Screen_Shot_2016-10-19_at_10.20.01_AM.png) ![Screen_Shot_2016-10-19_at_10.27.01_AM](/uploads/4228575f50990a88bc828037d8fb99f2/Screen_Shot_2016-10-19_at_10.27.01_AM.png) Closes #20892 See merge request !6994
| * Fix rubocop offenses20892-commit-infoAnnabel Dunstone Gray2016-10-281-2/+2
| |
| * Add commit_box specAnnabel Dunstone Gray2016-10-281-0/+28
| |
* | Fix lightweight tags not processed correctly by GitTagPushService22271-drone-tag-pipeline-buildAlejandro Rodríguez2016-10-281-1/+1
|/ | | | | | | | When we updated gitlab_git to 10.4.1, `tag.target` changed from pointing to the sha of the tag to the sha of the commit the tag points to. The problem is that only annotated tags have `object_sha`s, lightweight tags don't (it's nil), so (only) in their case we still need to use `tag.target`.
* Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2016-10-241-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | show-commit-status-from-source-project * upstream/master: (368 commits) Use root_url for issue boards user link removes extra line for empty milestone description code formatting corrected Fix reply-by-email not working due to queue name mismatch Remove duplicate code in repository cache clearing Expire and build repository cache after project import refactor(email): use setter method instead AR callbacks Move spec/mailers/shared/notify.rb to spec/support Fix status code expectation Stop clearing the database cache on rake cache:clear Fix error in generating labels Fix bug where e-mails were not being sent out via Sidekiq Document link syntax introduced by !5586 Fix documents and comments on Build API `scope`. #23146 #19131 adds entry in CHANGELOG removes extra line for empty issue description Re-organize queues to use for Sidekiq Fix wrong endpoint in api/users documentation, fix same typo in spec describe blocks Update CHANGELOG Fix object data to be sent to fetch analytics data ...
| * Fix login tests for crowd to use #crowd.Bryce Johnson2016-10-181-2/+2
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2016-10-181-28/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | show-commit-status-from-source-project * upstream/master: (409 commits) Update endpoint to username validator change border color to variable Add todo for deprecated user routes and more information about deprecation to changelog Provide better error message to the user Apply better hierarchy to markdown headers and issue/mr titles Swapped button text manipulation outcomes for the toggle query Fixed find file keyboard navigation Update CHANGELOG for 8.12.7 Added download-button class and applied button margin Enable activerecord_sane_schema_dumper for test Updated logo from @luke Fix broken specs on MySQL after https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6896 Fix Test Env (proper error handling when gitlab-shell is not clonned) Fix randomly crashing spinach test for merge request [Great spinach fix] Replace gsub with delete Remove carriage returns from commit description as summary is on a newline and will always include carriage returns Convert due_date_select.js filetype to es6. Stop directly parsing due_date with Date.parse, prefer parsing implicitly. Improve spec for pipeline metrics worker Add Pipeline metrics worker ...
| * Show what time ago a MR was deployedZ.J. van de Weg2016-10-141-28/+0
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2016-10-112-1/+50
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | show-commit-status-from-source-project * upstream/master: (327 commits) Formatted all app/assets/javascripts to underscore naming convention Add registry to skipped data in backup raketask docs Updating changes based on feedback from @connorshea Changes to make Git basics more intuitive - updated verbiage where appropriate - changed "git config" commands to include quotes for variables to be more in line with standard practive and to avoid issues with spaces - updated CHANGELOG as part of commit Remove Ci::ApplicationController HTMLEntityFilter -> HtmlEntityFilter Clarify which token should be used to delete a runner Changed 'Compare branches, tags or commit ranges' to 'Compare Git revisions' Changed placeholder to 'Commit hash' Add link to test coverage report to README Added copy file path button to diffs Fix wrong icon in CI build detail sidebar: right-arrow => arrow-right Prevent conflict b/w search field and its dropdown Make searching for commits case insensitive. Use user from let instead recreate in before reword html titles for merge requests and issues Fix a typo in doc/api/labels.md Check for transition loopback in commit status Add temporary fix for race condition in MWBS Improve transitions and run hooks after transaction ...
| * Merge commit 'dev/security' into 'master'Rémy Coutable2016-10-061-0/+46
| |\ | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| | * Escape HTML nodes in builds commands in ci linterGrzegorz Bizon2016-09-261-0/+35
| | |
| * | Merge branch 'master' into revert-c676283bPhil Hughes2016-10-0310-15/+166
| |\ \
| * | | Updated testsPhil Hughes2016-09-021-1/+4
| | | |
* | | | Add a view test for showing source commitsLin Jen-Shin2016-10-051-0/+38
| |/ / |/| |
* | | Merge branch '21744-fix-missing-values-in-linter' into 'master' Rémy Coutable2016-09-301-0/+51
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add missing values to linter (`only`, `except`) and add new one `Environment` Closes #21744 See merge request !6276
| * | | Refactor fields in viewKatarzyna Kobierska2016-09-301-1/+1
| | | |
| * | | Expose jobs to viewKatarzyna Kobierska2016-09-301-0/+16
| | | |
| * | | Improve tests grammarKatarzyna Kobierska2016-09-301-3/+5
| | | |
| * | | Add test for linter values visibilityKatarzyna Kobierska2016-09-301-0/+33
| | | |
* | | | Improve grammarKatarzyna Kobierska2016-09-301-1/+1
| | | |
* | | | Close merge request if open without source projectKatarzyna Kobierska2016-09-301-0/+13
|/ / /
* | | Upgrade Devise from 4.1.1 to 4.2.0.Connor Shea2016-09-279-9/+9
| |/ |/| | | | | | | | | | | | | This fixes an issue with Rails 5 and brings us up-to-date with the latest Devise release. This also replaces the deprecated Devise::TestHelpers with Devise::Test::ControllerHelpers. Changelog: https://github.com/plataformatec/devise/blob/v4.2.0/CHANGELOG.md#420---2016-07-01
* | Scope environments to projectlimit-number-of-shown-environmentsKamil Trzcinski2016-09-211-0/+2
| |
* | Add a view spec for projects/notes/_formRémy Coutable2016-09-201-0/+36
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>