Skip to content
Snippets Groups Projects
  1. Jul 10, 2019
  2. Jul 05, 2019
  3. Jul 04, 2019
  4. Jul 02, 2019
  5. Jul 01, 2019
  6. Jun 28, 2019
  7. Jun 27, 2019
  8. Jun 13, 2019
  9. May 31, 2019
  10. Apr 23, 2019
  11. Apr 05, 2019
    • mksionek's avatar
      Add part of needed code · 64858317
      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
      64858317
  12. Apr 04, 2019
    • mksionek's avatar
      Add cr remarks · 17bee986
      mksionek authored and James Lopez's avatar James Lopez committed
      Chnage method used in model to make it
      more efficient database-wise
      Add additional spec
      17bee986
  13. Mar 18, 2019
  14. Mar 06, 2019
  15. Jan 24, 2019
  16. Jan 16, 2019
    • Alejandro Rodríguez's avatar
      Return max group access level in the projects API · ab94a5a5
      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.
      ab94a5a5
  17. Dec 19, 2018
  18. Dec 04, 2018
    • Thong Kuah's avatar
      Unify into :group_clusters feature flag · ebf87fd9
      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
      ebf87fd9
  19. Dec 03, 2018
Loading