An error occurred fetching the project authors.
- 26 Feb, 2018 2 commits
- 20 Feb, 2018 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 19 Feb, 2018 1 commit
-
-
Robert Speicher authored
These were all testing an implementation detail of `Issues::UpdateService` which is already well-tested and doesn't need to be re-tested here. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/25201
-
- 16 Feb, 2018 1 commit
-
-
Nick Thomas authored
Our automatically-generated project paths are of the form project<N>. If a spec manually specifies a project path of that form, it may conflict with the automatically-generated paths in some circumstances.
-
- 22 Dec, 2017 2 commits
-
-
blackst0ne authored
-
Vitaliy @blackst0ne Klachkov authored
-
- 23 Oct, 2017 1 commit
-
-
Jacopo authored
-
- 20 Oct, 2017 1 commit
-
-
Jacopo authored
-
- 19 Sep, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 29 Aug, 2017 1 commit
-
-
Maxim Rydkin authored
-
- 03 Aug, 2017 2 commits
-
-
Lin Jen-Shin authored
`:mailer` is needed to pick it easily, while `type: :mailer` is needed for picking it automatically for tests located in spec/mailers/*_spec.rb It's a bit complicated in spec/services/notification_service_spec.rb but we'll leave it alone for now.
-
Lin Jen-Shin authored
`:mailer` is needed to pick it easily, while `type: :mailer` is needed for picking it automatically for tests located in spec/mailers/*_spec.rb It's a bit complicated in spec/services/notification_service_spec.rb but we'll leave it alone for now.
-
- 02 Aug, 2017 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
- 28 Jul, 2017 2 commits
-
-
Yorick Peterse authored
Having two states that essentially mean the same thing is very much like having a boolean "true" and boolean "mostly-true": it's rather silly. This commit merges the "reopened" state into the "opened" state while taking care of system notes still showing messages along the lines of "Alice reopened this issue". A big benefit from having only two states (opened and closed) is that indexing and querying becomes simpler and more performant. For example, to get all the opened queries we no longer have to query both states: SELECT * FROM issues WHERE project_id = 2 AND state IN ('opened', 'reopened'); Instead we can query a single state directly, which can be much faster: SELECT * FROM issues WHERE project_id = 2 AND state = 'opened'; Further, only having two states makes indexing easier as we will only ever filter (and thus scan an index) using a single value. Partial indexes could help but aren't supported on MySQL, complicating the development process and not being helpful for MySQL.
-
Yorick Peterse authored
Having two states that essentially mean the same thing is very much like having a boolean "true" and boolean "mostly-true": it's rather silly. This commit merges the "reopened" state into the "opened" state while taking care of system notes still showing messages along the lines of "Alice reopened this issue". A big benefit from having only two states (opened and closed) is that indexing and querying becomes simpler and more performant. For example, to get all the opened queries we no longer have to query both states: SELECT * FROM issues WHERE project_id = 2 AND state IN ('opened', 'reopened'); Instead we can query a single state directly, which can be much faster: SELECT * FROM issues WHERE project_id = 2 AND state = 'opened'; Further, only having two states makes indexing easier as we will only ever filter (and thus scan an index) using a single value. Partial indexes could help but aren't supported on MySQL, complicating the development process and not being helpful for MySQL.
-
- 29 Jun, 2017 1 commit
-
-
Nick Thomas authored
-
- 06 May, 2017 1 commit
-
-
Valery Sizov authored
-
- 05 May, 2017 1 commit
-
-
Valery Sizov authored
-
- 04 May, 2017 2 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
-
- 03 May, 2017 1 commit
-
-
Valery Sizov authored
[Multiple isssue assignees] feature is far behind of the master by this commit I resolve the BE part
-
- 26 Apr, 2017 1 commit
-
-
Valery Sizov authored
-
- 21 Apr, 2017 1 commit
-
-
Jacopo authored
Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
-
- 08 Apr, 2017 1 commit
-
-
Douwe Maan authored
-
- 05 Apr, 2017 1 commit
-
-
Douwe Maan authored
-
- 03 Apr, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 29 Mar, 2017 1 commit
-
-
Valery Sizov authored
-
- 28 Mar, 2017 1 commit
-
-
Alexander Randa authored
-
- 27 Mar, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 20 Mar, 2017 1 commit
-
-
Adam Niedzielski authored
Closes #29631
-
- 07 Mar, 2017 1 commit
-
-
Timothy Andrew authored
- Use issue/merge_request IID instead of ID - Duplicate the original `TimeTrackingEndpoints` concern (+ specs) for V3, since this is a breaking change.
-
- 06 Mar, 2017 2 commits
-
-
Adam Niedzielski authored
-
Adam Niedzielski authored
-
- 02 Mar, 2017 1 commit
-
-
Timothy Andrew authored
- Use issue/merge_request IID instead of ID - Duplicate the original `TimeTrackingEndpoints` concern (+ specs) for V3, since this is a breaking change.
-
- 23 Feb, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 21 Feb, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 09 Feb, 2017 1 commit
-
-
Oswaldo Ferreira authored
-