summaryrefslogtreecommitdiff
path: root/spec/factories/todos.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix DynamicAttributeDefinedStatically copSemyon Pupkov2018-09-211-1/+1
|
* Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'""Jarka Kadlecová2018-08-021-2/+2
| | | | This reverts commit 8717c7dad9b5a8fa21ec9a652c54718a6b4c2175.
* Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová2018-07-111-2/+2
| | | | | This reverts commit 4d9a3f42f1fd3be21555e19872b7121cca65015e, reversing changes made to ecf9c145f6e4d170cd059df88743393d9e63c489.
* [backend] Addressed review commentsJan Provaznik2018-07-031-1/+0
| | | | | | | * Group filtering now includes also issues/MRs from subgroups/subprojects * fixed due_date * Also DRYed todo controller specs
* Support todos for epics backportJarka Kadlecová2018-07-031-2/+3
|
* Make user/author use project.creator in most factoriesRémy Coutable2018-01-311-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-1/+1
| | | | | | | | | | | I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md) and ran these two commands: ``` grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|" grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|" ``` Signed-off-by: Rémy Coutable <remy@rymai.me>
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-2/+2
|
* Merge branch '22951-fix-todos-api-endpoint-error-for-commits' into 'master' Sean McGivern2017-03-011-5/+9
|\ | | | | | | | | | | | | Fix todos API endpoint application error Closes #22951 See merge request !9351
| * Remove on_commit trait from todos factoryGeorge Andrinopoulos2017-02-281-5/+0
| |
| * Add spec for todo with target_type CommitGeorge Andrinopoulos2017-02-211-0/+9
| |
* | Todo done clicking is kind of unusable.Jacopo2017-02-171-0/+4
|/ | | | | | The Done button will change to an Undo button and the line item will be greyed out. Bold links will be unbolded. The user can undo the task by clicking the Undo button.
* Create directly_addressed Todos when mentioned in beginning of a lineErshad Kunnakkadan2017-02-081-0/+4
|
* Filter todos by manual addJacopo2017-01-281-0/+4
| | | | Added the option to filter todo by Added and Pipelines
* Factories with a project association use `:empty_project` by defaultRobert Speicher2017-01-241-1/+1
|
* Merge branch '23524-notify-automerge-user-of-failed-build' into 'master' Sean McGivern2017-01-191-0/+4
|\ | | | | | | | | | | | | Notify the user who set auto-merge when merge is not possible Closes #23524 See merge request !8056
| * Notify the user who set auto-merge when merge conflict occurstwonegatives2017-01-141-0/+4
| |
* | Fix viewing "build failed" TODOsNick Thomas2016-12-221-0/+1
|/
* Add approval required todosapproval-required-todoSean McGivern2016-07-121-0/+4
|
* Add Todos APIDouglas Barbosa Alexandre2016-07-011-0/+4
|
* Create a todo on failing MR buildSean McGivern2016-05-171-0/+4
| | | | | | | | | | | | When a build fails for a commit, create a todo for the author of the merge request that commit is the HEAD of. If the commit isn't the HEAD commit of any MR, don't do anything. If there already is a todo for that user and MR, don't do anything. Current limitations: - This isn't configurable by project. - The author of a merge request might not be the person who pushed the breaking commit.
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-18/+0
| | | | | | | | | In 8278b763d96ef10c6494409b18b7eb541463af29 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
* Update schema info comment on todo related filesDouglas Barbosa Alexandre2016-03-181-2/+3
|
* Trigger a todo for mentions on commits pageDouglas Barbosa Alexandre2016-03-181-0/+5
|
* Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-201-0/+34