Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade rspec-rails to 3.8.2 and dependenciessh-bump-rspec-versions | Douglas Barbosa Alexandre | 2019-07-10 | 1 | -1/+1 |
| | | | | | | | | This brings the rspec-core version in line with the Gitaly changes and introduces Rails 5.1/5.2 improvements. Full CHANGELOG: https://github.com/rspec/rspec-rails/blob/master/Changelog.md | ||||
* | CE Port of Allow bulk update for group issues | Fatih Acet | 2019-07-09 | 1 | -234/+262 |
| | | | | | | | | This is a port MR for CE Original MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14141 | ||||
* | Fix typo in test | egrieff | 2019-05-24 | 1 | -2/+2 |
| | |||||
* | Test that upload links are rewritten for new notes | egrieff | 2019-05-23 | 1 | -0/+16 |
| | |||||
* | Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_services | Thong Kuah | 2019-04-12 | 3 | -0/+6 |
| | | | | Probably useful as we often move these files to "new" files. | ||||
* | [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requests | Oswaldo Ferreira | 2019-04-08 | 2 | -9/+9 |
| | | | | | Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder). | ||||
* | Check issue milestone availability | Jarka Košanová | 2019-02-14 | 1 | -2/+2 |
| | | | | | | | | | | Add project when creating milestone in specs We validate milestone is from the same project/parent group as issuable -> we need to set project in specs correctly Improve methods names and specs organization | ||||
* | Adds validation to check if user can read project | Tiago Botelho | 2018-12-19 | 1 | -0/+27 |
| | | | | | An issuable should not be available to a user if the project is not visible to that specific user | ||||
* | Run CommonSystemNotesService on issuable create | Heinrich Lee Yu | 2018-12-18 | 1 | -2/+45 |
| | | | | Adds system notes for labels, milestone and due date on create | ||||
* | Extract code from Issues::MoveServicece-3777-promote-to-epic | Jarka Košanová | 2018-11-12 | 2 | -0/+232 |
| | | | | | | | Extract code to make it easier reusable - introduce AttributesRewriter and ContentRewriter - support group entites when rewriting content - make Uploader copy_to working for Namespaces | ||||
* | Fix spec in EE which now trigger access to repository | Mark Chao | 2018-11-07 | 1 | -1/+1 |
| | |||||
* | Use ResourceLabelEvent for tracking label changes | Jan Provaznik | 2018-09-07 | 1 | -2/+11 |
| | |||||
* | Backport of 1481-changing-weight-values-should-trigger-system-notes | Chantal Rollison | 2018-05-03 | 1 | -28/+0 |
| | |||||
* | Deleting a MR you are assigned to should decrements counter | m b | 2018-04-05 | 1 | -2/+12 |
| | | | | | | | | | | The merge request counter in the UI was not decreasing when a merge request was deleting. This was just due to the cache not being refreshed on a delete action. fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/44458 | ||||
* | Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specs | blackst0ne | 2017-12-22 | 1 | -4/+4 |
| | |||||
* | Reset todo counters when the target is deleted40871-todo-notification-count-shows-notification-without-having-a-todo | Sean McGivern | 2017-12-18 | 1 | -1/+15 |
| | | | | | | When the target is deleted, todos are destroyed, but we did not reset the todo cache for users with todos on the deleted target. This would only update after the next time the todo cache was updated for that user. | ||||
* | Create issue and merge request destroy services | George Andrinopoulos | 2017-11-25 | 1 | -0/+38 |
| | |||||
* | Fix WIP system note not being createdissue_40374 | Felipe Artur | 2017-11-23 | 1 | -1/+42 |
| | |||||
* | CE port of code changed for epicsjk-epic-changes-ce-port | Jarka Kadlecova | 2017-11-02 | 1 | -0/+49 |
| | |||||
* | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-cop | Rémy Coutable | 2017-08-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 1 | -1/+1 |
| | |||||
* | Remove superfluous lib: true, type: redis, service: true, models: true, ↵ | Rémy Coutable | 2017-07-27 | 1 | -1/+1 |
| | | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Backport Fix '/unassign' slash commandbackport_fix_slash_commands_for_multiple_assignee | Valery Sizov | 2017-06-07 | 1 | -1/+1 |
| | |||||
* | fix for Follow-up from "Backport of Multiple Assignees featurefixes_for_multiple_issue_assignees | Valery Sizov | 2017-05-11 | 1 | -2/+2 |
| | |||||
* | Enable the Style/TrailingCommaInLiteral cop | Rémy Coutable | 2017-05-10 | 1 | -1/+1 |
| | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Backport of multiple_assignees_feature [ci skip] | Valery Sizov | 2017-05-04 | 1 | -12/+50 |
| | |||||
* | Use match_array instead of eq when order is irrelevant | Rémy Coutable | 2017-03-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Check if user can read issue before being assignedissue_22664 | Felipe Artur | 2016-12-27 | 1 | -4/+8 |
| | |||||
* | Remove default value for `project` argument on subscribable concern | Douglas Barbosa Alexandre | 2016-11-17 | 1 | -2/+2 |
| | |||||
* | Fix specs to pass a project when creating subscriptions | Douglas Barbosa Alexandre | 2016-11-17 | 1 | -1/+1 |
| | |||||
* | Add bulk update support for merge requests list | Dmitriy Zaporozhets | 2016-09-08 | 1 | -0/+282 |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |