- 03 Apr, 2017 5 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
FFaker can generate data that randomly break our test suite. This simplifies our factories and use sequences which are more predictive. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
1. Never send a pipeline email to anyone other than the user who created the pipeline. 2. Only send pipeline success emails to people with the custom notification setting for enabled. Watchers and participants will never receive this. 3. When custom settings are unset (for new settings and legacy ones), act as if failed_pipeline is set.
-
Grzegorz Bizon authored
Root container repository is a images repository that had been created before 9.1, before we introduced multi-level images support.
-
- 31 Mar, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 28 Mar, 2017 2 commits
-
-
Jarka Kadlecova authored
-
Jarka Kadlecova authored
-
- 24 Mar, 2017 2 commits
-
-
blackst0ne authored
-
Grzegorz Bizon authored
-
- 23 Mar, 2017 2 commits
-
-
Tomasz Maczukin authored
-
Grzegorz Bizon authored
-
- 21 Mar, 2017 1 commit
-
-
Sean McGivern authored
This reverts merge request !10076
-
- 20 Mar, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 17 Mar, 2017 1 commit
-
-
Kamil Trzciński authored
-
- 13 Mar, 2017 1 commit
-
-
Bob Van Landuyt authored
Delegate a discussion in a merge request into a new issue. The discussion wil be marked as resolved and a system note will be added linking to the newly created issue.
-
- 08 Mar, 2017 2 commits
-
-
Nick Thomas authored
-
Grzegorz Bizon authored
-
- 07 Mar, 2017 3 commits
-
-
Kamil Trzciński authored
-
Z.J. van de Weg authored
-
Markus Koller authored
-
- 06 Mar, 2017 7 commits
-
-
Tiago Botelho authored
-
Sean McGivern authored
-
Sean McGivern authored
The `ReferenceExtractor` would return an array of `ExternalIssue` objects, and then perform `Array#-` to remove the issues closed. `ExternalIssue`s had `==` defined, but not `hash` or `eql?`, which are used by `Array#-`.
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 02 Mar, 2017 3 commits
-
-
Douwe Maan authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
- 01 Mar, 2017 3 commits
-
-
James Lopez authored
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
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 28 Feb, 2017 3 commits
-
-
Simon Vocella authored
-
Simon Vocella authored
-
George Andrinopoulos authored
-
- 24 Feb, 2017 3 commits
-
-
Douwe Maan authored
-
Timothy Andrew authored
- Add a `destroy_user` ability. This didn't exist before, and was implicit in other abilities (only admins could access the admin area, so only they could destroy all users; a user can only access their own account page, and so can destroy only themselves). - Grant this ability to admins, and when the current user is trying to destroy themselves. Disallow destroying ghost users in all cases. - Modify the `Users::DestroyService` to check this ability. Also check it in views to decide whether or not to show the "Delete User" button. - Add a short summary of the Ghost User to the bio.
-
Timothy Andrew authored
Rather than using a separate `ghost` state. This lets us have the benefits of both ghost and blocked users (ghost: true, state: blocked) without having to rewrite a number of queries to include cases for `state: ghost`.
-