BigW Consortium Gitlab

  1. 11 Sep, 2017 1 commit
  2. 31 Aug, 2017 1 commit
    • Implement the implied CI/CD config for AutoDevOps · 6ed49040
      Zeger-Jan van de Weg authored
      Behind an application setting, which defaults to false, this commit
      implements the implied CI/CD config. Which means that in the case we
      can't find the `.gitlab-ci.yml` on the commit we want to start a
      pipeline for, we fall back to an implied configuration.
      
      For now the Bash template has been copied to
      `Auto-Devops.gitlab-ci.yml` so the tests actually work.
      
      Fixes #34777
  3. 30 Aug, 2017 4 commits
    • More review comments · 29b40db5
      Nick Thomas authored
    • Rework the permissions model for SSH key restrictions · 68470602
      Nick Thomas authored
      `allowed_key_types` is removed and the `minimum_<type>_bits` fields are
      renamed to `<tech>_key_restriction`. A special sentinel value (`-1`) signifies
      that the key type is disabled.
      
      This also feeds through to the UI - checkboxes per key type are out, inline
      selection of "forbidden" and "allowed" (i.e., no restrictions) are in.
      
      As with the previous model, unknown key types are disallowed, even if the
      underlying ssh daemon happens to support them. The defaults have also been
      changed from the lowest known bit size to "no restriction". So if someone
      does happen to have a 768-bit RSA key, it will continue to work on upgrade, at
      least until the administrator restricts them.
    • Add settings for minimum key strength and allowed key type · b0f982fb
      Nick Thomas authored
      This is an amalgamation of:
      
      * Cory Hinshaw: Initial implementation !5552
      * Rémy Coutable: Updates !9350
      * Nick Thomas: Resolve conflicts and add ED25519 support !13712
  4. 27 Jul, 2017 2 commits
  5. 10 Jul, 2017 1 commit
  6. 07 Jul, 2017 1 commit
  7. 06 Jul, 2017 1 commit
  8. 14 Jun, 2017 1 commit
  9. 11 May, 2017 1 commit
    • Allow disabling usage ping in `gitlab.yml` · 3c546acf
      Sean McGivern authored
      Setting `usage_ping_enabled` to false in `gitlab.yml`:
      
      1. Disables the usage ping, regardless of the value stored in the database.
      2. Prevents the usage ping from being enabled through the admin panel. It can
         only be enabled by either removing the line from `gitlab.yml` and configuring
         through the admin panel, or setting it to true in `gitlab.yml`.
  10. 10 May, 2017 1 commit
  11. 26 Apr, 2017 1 commit
  12. 23 Feb, 2017 5 commits
  13. 21 Feb, 2017 1 commit
  14. 16 Feb, 2017 2 commits
  15. 15 Feb, 2017 2 commits
  16. 04 Nov, 2016 2 commits
  17. 09 Aug, 2016 1 commit
  18. 18 Jul, 2016 4 commits
  19. 30 Jun, 2016 1 commit
  20. 03 Jun, 2016 2 commits
  21. 12 May, 2016 2 commits
  22. 09 May, 2016 1 commit
    • Remove the annotate gem and delete old annotations · f1479b56
      Jeroen van Baarsen authored
      In 8278b763 the default behaviour of annotation
      has changes, which was causing a lot of noise in diffs. We decided in #17382
      that it is better to get rid of the whole annotate gem, and instead let people
      look at schema.rb for the columns in a table.
      
      Fixes: #17382
  23. 31 Mar, 2016 1 commit
  24. 09 Feb, 2016 1 commit