- Jul 10, 2019
-
-
Fabio Papa authored
-
- Jul 05, 2019
-
-
Fabio Papa authored
-
Fabio Papa authored
-
Fabio Papa authored
-
Fabio Papa authored
-
Fabio Papa authored
-
Fabio Papa authored
-
Fabio Papa authored
-
Fabio Papa authored
-
Fabio Papa authored
-
- Jul 04, 2019
-
-
Some general code has been added/removed in EE version which needs to be backported in CE
-
- Jul 02, 2019
-
-
Fabio Papa authored
-
Fabio Papa authored
-
Fabio Papa authored
-
Fabio Papa authored
-
- Jul 01, 2019
-
-
Fabio Papa authored
-
Fabio Papa authored
-
Fabio Papa authored
-
Fabio Papa authored
-
Fabio Papa authored
-
- Jun 28, 2019
-
-
Fabio Papa authored
-
- Jun 27, 2019
-
-
Fabio Papa authored
-
Thong Kuah authored
Now we have terminals for instance and group clusters we can remove the FF now. Deploying to group clusters has been working without complaints too.
-
- Jun 13, 2019
-
-
Roger Meier authored
-
Roger Meier authored
-
Roger Rüttimann authored
-
Roger Rüttimann authored
-
Roger Rüttimann authored
-
- May 31, 2019
-
-
Wei-Meng Lee authored
-
Wei-Meng Lee authored
-
- Apr 23, 2019
-
-
Model.new.attributes now also returns encrypted attributes.
-
- Apr 05, 2019
-
-
mksionek authored
Add columns to store project creation settings Add project creation level column in groups and default project creation column in application settings Remove obsolete line from schema Update migration with project_creation_level column existence check Rename migrations to avoid conflicts Update migration methods Update migration method
-
- Apr 04, 2019
-
-
Chnage method used in model to make it more efficient database-wise Add additional spec
-
- Mar 18, 2019
-
-
Kamil Trzcińśki authored
-
- Mar 06, 2019
-
-
This makes code to support encrypted runner tokens. This code also finished previously started encryption process.
-
- Jan 24, 2019
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jan 16, 2019
-
-
Alejandro Rodríguez authored
Currently if a project is inside a nested group and a user doesn't have specific permissions for that group but does have permissions on a parent group the `GET /projects/:id` API call will return the following permissions: ```json permissions: { project_access: null, group_access: null } ``` It could also happen that the group specific permissions are of lower level than the ones the user has in parent groups. This patch makes it so that the permission returned for `group_access` is the highest from amongst the hierarchy, which is (ostensibly) the information that the API user is interested in for that field.
-
- Dec 19, 2018
-
-
Jarka Kadlecova authored
- we now use the hierarchy class also for epics - also rename supports_nested_groups? into supports_nested_objects? - move it to a concern
-
- Dec 04, 2018
-
-
Thong Kuah authored
With this MR, group clusters is now functional, so default to enabled. Have a single setting on the root ancestor group to enabled or disable group clusters feature as a whole
-
- Dec 03, 2018
-
-
Grzegorz Bizon authored
-