summaryrefslogtreecommitdiff
path: root/spec/services/system_note_service_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix rewriting issue references with group milestonesGrzegorz Bizon2017-09-201-1/+3
|
* Optimize system note service specsGrzegorz Bizon2017-08-311-22/+8
|
* Combine multiple expectations into one for shared system note examplers-aggregate-system-note-specsRobert Speicher2017-08-241-25/+4
| | | | | These are all performing unique checks on the same object, so there's no benefit to isolating them.
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Create system notes for group milestone changesSean McGivern2017-08-071-13/+40
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-5/+5
|
* Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-011-1/+1
|
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-2/+2
|
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Move duplicate issue management to a servicearchytaus/gitlab-ce-26372-duplicate-issue-slash-commandSean McGivern2017-07-211-5/+30
|
* Added slash command to close an issue as a duplicate. Closes #26372Ryan Scott2017-07-201-0/+25
|
* Include new URL helpers retroactively into includers of Gitlab::Routingdm-fix-project-path-helpers-productionDouwe Maan2017-07-071-1/+1
|
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-4/+4
|
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-26/+26
|
* Fix incorrect spec descriptionJared Deckard2017-06-091-1/+1
|
* Don’t create comment on JIRA if link already existsJarka Kadlecova2017-05-301-7/+43
|
* Address reviewDouwe Maan2017-05-241-1/+1
|
* Add system note with link to diff comparison when MR discussion becomes outdatedDouwe Maan2017-05-231-0/+31
|
* fix for Follow-up from "Backport of Multiple Assignees featurefixes_for_multiple_issue_assigneesValery Sizov2017-05-111-1/+1
|
* Merge branch 'blackst0ne/gitlab-ce-add_system_note_for_editing_issuable'Sean McGivern2017-05-051-0/+14
|\
| * Updated specsblackst0ne2017-05-051-1/+1
| |
| * Add system note on description change of issue/merge requestblackst0ne2017-05-041-0/+14
| |
* | [Multiple issue assignee] Fix a number of specsValery Sizov2017-05-051-1/+3
| |
* | Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-0/+45
|/
* Rename GitlabMarkdownHelper -> MarkupHelperToon Claes2017-04-271-1/+1
| | | | It does more than solely GitLab Markdown, so rename to MarkupHelper.
* Add option to start a new discussion on an MRDouwe Maan2017-04-051-1/+1
|
* Split status and confidentiality actionJarka Kadlecova2017-04-041-12/+23
|
* Create metadata when creating system notesJarka Kadlecova2017-03-281-25/+144
|
* Use `:empty_project` where possible in service specsRobert Speicher2017-03-271-10/+23
|
* Revert "Disallow system notes for closed issuables"revert_disallow_system_notes_for_closed_issuablesFelipe Artur2017-03-021-39/+0
| | | | This reverts commit 0771774480ce1f46b27b629d3721917d6c1f1267.
* Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-011-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename column in the database Rename fields related to import/export feature Rename API endpoints Rename documentation links Rename the rest of occurrences in the code Replace the images that contain the words "build succeeds" and docs referencing to them Make sure pipeline is green and nothing is missing. updated doc images renamed only_allow_merge_if_build_succeeds in projects and fixed references more updates fix some spec failures fix rubocop offences fix v3 api spec fix MR specs fixed issues with partials fix MR spec fix alignment add missing v3 to v4 doc wip - refactor v3 endpoints fix specs fix a few typos fix project specs copy entities fully to V3 fix entity error more fixes fix failing specs fixed missing entities in V3 API remove comment updated code based on feedback typo fix spec
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-38/+38
| | | | This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
* Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
|
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-38/+38
|
* Disallow system notes for closed issuablesissue_19262Felipe Artur2017-02-061-0/+39
|
* Update system_note_service_spec.rbPedro Moreira da Silva2017-02-061-5/+5
|
* Ensure autogenerated title does not cause failing specbrian m. carlson2017-01-271-1/+3
| | | | | Hardcode the title into the object in the spec, so that an autogenerated title (such as one starting with "O") does not cause the spec to fail.
* Mark MR as WIP when pushing WIP commitsjurre2017-01-191-0/+23
|
* Add some API endpoints for time tracking.Ruben Davila2017-01-181-2/+2
| | | | | | | | | | | | | | New endpoints are: POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/time_estimate" POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/reset_time_estimate" POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/add_spent_time" POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/reset_spent_time" GET :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/time_stats"
* Backport backend work for time tracking.Ruben Davila2017-01-151-0/+65
|
* For single line git commit messages, the close quote should be on the same ↵jzinn/gitlab-ce-chomp-git-status-messageJulian Zinn2016-12-131-1/+1
| | | | | | line as the open quote Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch '23589-open-issue-for-mr' into 'master' Sean McGivern2016-12-061-0/+28
|\ | | | | | | | | Create an issue for all unresolved discussions in an MR See merge request !7180
| * Feature: delegate all open discussions to IssueBob Van Landuyt2016-12-051-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | When a merge request can only be merged when all discussions are resolved. This feature allows to easily delegate those discussions to a new issue, while marking them as resolved in the merge request. The user is presented with a new issue, prepared with mentions of all unresolved discussions, including the first unresolved note of the discussion, time and link to the note. When the issue is created, the discussions in the merge request will get a system note directing the user to the newly created issue.
* | Merge branch 'glm-shorthand-reference' into 'master' Sean McGivern2016-12-061-1/+1
|\ \ | |/ |/| | | | | | | | | GLM shorthand reference for projects from the same namespace Closes #21679 See merge request !7255
| * Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-021-1/+1
| |
* | Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon2016-11-251-41/+138
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (312 commits) Fix bad selection on dropdown menu for tags filter Fixed issue boards scrolling with a lot of lists & issues You can only assign default_branch when editing a project ... Don't convert data which already is the target type Stop supporting Google and Azure as backup strategies renames some of the specs and adds changelog entry Fixed dragging issue moving wrong issue after multiple drags of issue Fixed issue boards issue sorting when dragging issue into list Rephrase some system notes to be compatible with new system note style Add missing JIRA file that redirects to the new location Fix documentation to create the `pg_trm` extension before creating the DB Document that we always use `do...end` for `before` in RSpec Backport Note#commands_changes from EE Log mv_namespace parameters Add default_branch attr to Project API payload in docs. Fix title case to sentence case properly escape username validation error message flash Remove header ids from University docs Add missing documentation. Added test that checks the correct select box is there for the LFS ... ... Conflicts: app/services/system_note_service.rb spec/features/merge_requests/merge_when_pipeline_succeeds_spec.rb spec/services/merge_requests/merge_when_pipeline_succeeds_service_spec.rb spec/services/system_note_service_spec.rb
| * Rephrase some system notes to be compatible with new system note stylerephrase-system-notesDouwe Maan2016-11-241-24/+66
| |
| * Allow JIRA references for project snippetsissue_24303Felipe Artur2016-11-211-17/+48
| |
| * Allow enabling and disabling commit and MR events for JIRAissue_5541Felipe Artur2016-11-181-2/+26
| |
* | Rename MWPS in system notes and related testsGrzegorz Bizon2016-11-211-3/+3
|/