summaryrefslogtreecommitdiff
path: root/spec/views/projects/issues
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-203-4/+12
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-0/+43
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-202-37/+14
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-071-1/+15
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-201-0/+22
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-081-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+22
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-1/+35
|
* Merge branch ↵Ash McKenzie2019-04-301-28/+0
|\ | | | | | | | | | | | | | | | | '60476-actionview-missingtemplate-missing-template-projects-issues-_merge_requests-with-locale-en-formats-html-varian' into 'master' Delete leftover code for referenced_merge_requests endpoint Closes #60476 See merge request gitlab-org/gitlab-ce!27335
| * Delete leftover code for referenced_merge_requests60476-actionview-missingtemplate-missing-template-projects-issues-_merge_requests-with-locale-en-formats-html-varianFatih Acet2019-04-151-28/+0
| | | | | | | | | | | | | | We rewrote Related MRs widget using Vue. The previous implementation was using Haml templates and calling referenced_merge_requests endpoint which is now deprecated. This MR deletes leftover stuff them.
* | Prevent leaking information when issue is movedFelipe Artur2019-04-091-6/+21
|/ | | | Prevent leaking namespace and project names on moved issue links
* Freeze date in merge request status view specRobert Speicher2019-02-281-0/+6
| | | | | | | | | Previously, when this spec ran on the 28th of February, "one month ago" isn't actually a month ago, it's "28 days ago". Now we freeze the date to one that works as intended, since the point of the test is only that it shows a relative date in the tooltip, not necessarily that it's an exact, specific date.
* Make "moved" Link to Moved IssueAndrew Fontaine2019-02-211-4/+16
| | | | The text "moved" now links to the issue the closed issue was moved to.
* Improved readability of issues related MR status spec57428-actionview-template-error-undefined-method-for-nil-nilclassConstance Okoghenun2019-02-081-1/+2
|
* Added tests for merge_request_status partialJan Provaznik2019-02-081-0/+21
|
* [master] Pipelines section is available to unauthorized usersKamil Trzciński2019-01-311-0/+4
|
* Indicate on Status if Issue was Moved36445-better-indication-that-an-issue-has-been-moved-or-marked-as-duplicatedAndrew Fontaine2019-01-251-0/+51
| | | | | | | | | Add the text `(moved)` to the `Closed` status indicator on a closed issue if the reason the issue was closed was due to moving it. This only applies to closed issues. Issues that were closed and moved then later re-opened only show `Open`. This makes it more immidately clear why the issue was closed.
* Use Project `:repository` trait where necessary in view specsRobert Speicher2017-03-271-1/+1
|
* 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`.
* Upgrade Devise from 4.1.1 to 4.2.0.Connor Shea2016-09-271-1/+1
| | | | | | | | 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
* Update to gitlab_git 10.4.1 and take advantage of preserved Ref objectsAlejandro Rodríguez2016-07-281-0/+21