summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/issues_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename variableBob Van Landuyt2017-03-131-4/+4
* Separate flash messages for resolving one or multiple discussionsBob Van Landuyt2017-03-131-12/+12
* Add a flash messages when an issue resolving discussions is createdBob Van Landuyt2017-03-131-0/+14
* Always require MR-iid for resolving discussionsBob Van Landuyt2017-03-131-3/+10
* Delegate a single discussion to a new issueBob Van Landuyt2017-03-131-0/+9
* Merge branch 'issue_24815' into 'master' Sean McGivern2017-02-271-5/+7
|\
| * Fix issuable stale object error handler for js when updating tasklistsissue_24815Felipe Artur2017-02-241-5/+7
* | Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-27/+27
|/
* Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-211-2/+109
* Gather issuable metadata to avoid n+ queries on index viewissue_25900_2Felipe Artur2017-02-091-0/+2
* Use reCaptcha when an issue identified as spamJarka Kadlecova2017-02-071-16/+73
* Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-251-3/+3
* Backport backend work for time tracking.Ruben Davila2017-01-151-16/+32
* applies url_for so that we dont lose filters when redirecting19988-prevent-empty-pagination-when-list-not-emptyTiago Botelho2016-12-231-2/+3
* adds specs for respective behaviourTiago Botelho2016-12-211-0/+29
* Feature: delegate all open discussions to IssueBob Van Landuyt2016-12-051-0/+60
* Refresh todos count cache when an Issue/MR is deletedDouglas Barbosa Alexandre2016-09-081-0/+6
* Fix external issue tracker "Issues" link leading to 404sfix-external-issue-tracker-linkStan Hu2016-08-251-2/+2
* Further refactor and syntax fixes.Patricio Cano2016-08-151-9/+4
* Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano2016-08-151-2/+4
* Allow `Issue` to be submitted as spamPatricio Cano2016-08-151-0/+29
* Refactored spam related code even furtherPatricio Cano2016-08-151-1/+1
* Lay the ground works to submit information to AkismetPatricio Cano2016-08-151-0/+20
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-8/+8
* Remove `url_for_new_issue` helperrs-external-issue-tracker-redirectRobert Speicher2016-08-011-0/+14
* Redirect to external issue tracker from `/issues`Robert Speicher2016-08-011-22/+36
* Submit new issues created via the WebUI by non project members to Akismet for...Patricio Cano2016-07-261-0/+31
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-6/+6
* Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre2016-06-131-1/+18
* Incorportate feedbackZ.J. van de Weg2016-06-011-3/+3
* Merge branch 'master' into awardablesZJ van de Weg2016-05-301-1/+1
|\
| * Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-1/+1
* | Fix tests and wrong choices during mergeZeger-Jan van de Weg2016-05-121-2/+4
* | Incorporate feedbackZeger-Jan van de Weg2016-05-111-3/+3
* | Merge branch 'master' into awardablesZeger-Jan van de Weg2016-05-111-0/+39
|\ \ | |/
| * Handle issue move access instead of raising errorfix/handle-issue-move-accessGrzegorz Bizon2016-04-301-0/+39
* | Add tests on Awardables and Award EmojiZeger-Jan van de Weg2016-05-101-0/+14
|/
* Merge branch 'master' into 2489-soft-delete-issuesZeger-Jan van de Weg2016-03-211-2/+2
|\
| * Create repositories in IssuesController specsYorick Peterse2016-03-191-2/+2
* | Fix typos and dentingZeger-Jan van de Weg2016-03-211-2/+2
* | Minor improvements on IssuableActionsZeger-Jan van de Weg2016-03-211-11/+16
* | Soft delete issuablesZeger-Jan van de Weg2016-03-191-4/+24
|/
* Restrict access to confidential issuesDouglas Barbosa Alexandre2016-03-171-8/+154
* Redirect case sensitive project path to the normalized oneFrancesco Levorato2015-09-181-0/+6
* Refactor spec to go through ApplicationController#projectFrancesco Levorato2015-09-181-4/+4
* Disable internal issue tracker if external tracker in useStan Hu2015-07-171-0/+37