summaryrefslogtreecommitdiff
path: root/spec/features/issues/issue_detail_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+13
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-041-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-111-3/+5
|
* Replace rails_helper.rb with spec_helper.rb66741-remove-spec-rails_helper-rbAsh McKenzie2019-08-301-1/+1
| | | | | rails_helper.rb's only logic was to require spec_helper.rb.
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-1/+1
| | | | | | | - rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
* Properly sanitize JSON data to fix XSS on Issue details page.Fatih Acet2018-09-111-0/+17
|
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-051-1/+1
|
* Show inline edit button for issuesClement Ho2017-12-191-1/+1
|
* Clean up schema of the "issues" tablecleanup-issues-schemaYorick Peterse2017-11-091-3/+4
| | | | | | | | This adds various foreign key constraints, indexes, missing NOT NULL constraints, and changes some column types from timestamp to timestamptz. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/31811
* Use title as placeholder instead of issue title for reusabilityClement Ho2017-10-201-1/+1
|
* Show confirmation modal before deleting accountWinnie Hellmann2017-10-061-2/+1
|
* Remove checks if issue.author is presentJarka Kadlecova2017-09-051-14/+0
|
* Fix failure when issue author is nilJarka Kadlecova2017-08-251-0/+14
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Use `empty_project` where possible in spec/features/issuesRobert Speicher2017-07-271-1/+1
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Use Ghost user when edited_by, merged_by deleted34930-fix-edited-byJarka Kadlecova2017-07-191-0/+43