An error occurred fetching the project authors.
  1. 25 Apr, 2018 1 commit
  2. 24 Apr, 2018 1 commit
  3. 20 Apr, 2018 3 commits
  4. 18 Apr, 2018 2 commits
  5. 16 Apr, 2018 1 commit
    • Yorick Peterse's avatar
      Introduce new ProjectCiCdSetting · 392c411b
      Yorick Peterse authored
      This model and the corresponding table will be used for storing settings
      specific to CI/CD, starting with the "group_runners_enabled" boolean.
      
      The model is called ProjectCiCdSetting and not ProjectCiCdSettings. The
      project exporter doesn't like plural model names as it uses "classify"
      which turns those into singular (so "ProjectCiCdSettings" becomes
      "ProjectCiCdSetting", producing an error if said class is undefined).
      
      The initial work in this commit was done by Dylan Griffith, with most of
      the migration work being done by Yorick Peterse.
      392c411b
  6. 09 Apr, 2018 3 commits
  7. 07 Apr, 2018 2 commits
    • Mayra Cabrera's avatar
      Include ProjectDeployTokens · 8315861c
      Mayra Cabrera authored
      Also:
      - Changes scopes from serializer to use boolean columns
      - Fixes broken specs
      8315861c
    • Mayra Cabrera's avatar
      Create barebones for Deploytoken · db18993f
      Mayra Cabrera authored
      Includes:
      - Model, factories, create service and controller actions
      - As usual, includes specs for everything
      - Builds UI (copy from PAT)
      - Add revoke action
      
      Closes #31591
      db18993f
  8. 06 Apr, 2018 1 commit
  9. 05 Apr, 2018 2 commits
  10. 04 Apr, 2018 4 commits
  11. 03 Apr, 2018 1 commit
  12. 30 Mar, 2018 1 commit
  13. 29 Mar, 2018 1 commit
  14. 22 Mar, 2018 2 commits
  15. 21 Mar, 2018 2 commits
  16. 16 Mar, 2018 2 commits
  17. 15 Mar, 2018 2 commits
  18. 14 Mar, 2018 3 commits
    • Grzegorz Bizon's avatar
      1d57db0d
    • Grzegorz Bizon's avatar
      Port deployment variables skeleton code from EE · e7e06566
      Grzegorz Bizon authored
      This commit backports method signatures and related implementation to
      the CE, to make CE and EE identical. This does not add any features from
      EE, it is only aimed to reduce conflicts between CE and EE in the
      future.
      e7e06566
    • Zeger-Jan van de Weg's avatar
      Change Gitlab::Shell#add_namespace to #create_namespace · 77f0906e
      Zeger-Jan van de Weg authored
      Prior to this change, this method was called add_namespace, which broke
      the CRUD convention and made it harder to grep for what I was looking
      for. Given the change was a find and replace kind of fix, this was
      changed without opening an issue and on another feature branch.
      
      If more dynamic calls are made to add_namespace, these could've been
      missed which might lead to incorrect bahaviour. However, going through
      the commit log it seems thats not the case.
      77f0906e
  19. 13 Mar, 2018 2 commits
  20. 12 Mar, 2018 1 commit
  21. 07 Mar, 2018 3 commits