summaryrefslogtreecommitdiff
path: root/spec/features/issues/todo_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Change 'Todo' to 'To Do'Christie Lenneville2019-07-041-4/+4
| | | | | | | | | | | | | | | | Currently, we label items to be done as "Todo." This is grammatically incorrect and (therefore) confusing—especially to our Spanish-speaking users for whom "todo" has a specific and unrelated meaning. We should use "To Do" and always use it as singular (not "To Dos"). Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
|
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-051-1/+1
|
* Resolve "Improve tooltips of collapsed sidebars"Dennis Tang2018-04-191-2/+2
|
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
|
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
| | | | | | Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
* 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-3/+3
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | Signed-off-by: RĂ©my Coutable <remy@rymai.me>
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-3/+3
|
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
|
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
|
* Add shortcuts and counters to MRs and issues in navbarAnnabel Dunstone Gray2017-03-291-4/+4
|
* Fix title case to sentence caseLuis Alonso Chavez Armendariz2016-11-231-4/+4
|
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-2/+2
|
* Improved manual todosPhil Hughes2016-06-171-0/+10
| | | | Based on feedback from !4502
* Todo tests and CHANGELOGPhil Hughes2016-06-141-0/+33