1. 01 9月, 2017 1 次提交
    • Z
      Implement the implied CI/CD config for AutoDevOps · 6ed49040
      Zeger-Jan van de Weg 提交于
      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
      6ed49040
  2. 31 8月, 2017 4 次提交
    • N
      More review comments · 29b40db5
      Nick Thomas 提交于
      29b40db5
    • N
      Move the key restriction validation to its own class · eb05bdc6
      Nick Thomas 提交于
      eb05bdc6
    • N
      Rework the permissions model for SSH key restrictions · 68470602
      Nick Thomas 提交于
      `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.
      68470602
    • N
      Add settings for minimum key strength and allowed key type · b0f982fb
      Nick Thomas 提交于
      This is an amalgamation of:
      
      * Cory Hinshaw: Initial implementation !5552
      * Rémy Coutable: Updates !9350
      * Nick Thomas: Resolve conflicts and add ED25519 support !13712
      b0f982fb
  3. 27 7月, 2017 2 次提交
  4. 10 7月, 2017 1 次提交
  5. 07 7月, 2017 2 次提交
  6. 15 6月, 2017 1 次提交
  7. 11 5月, 2017 2 次提交
  8. 27 4月, 2017 1 次提交
  9. 23 2月, 2017 5 次提交
  10. 21 2月, 2017 1 次提交
  11. 16 2月, 2017 2 次提交
  12. 15 2月, 2017 2 次提交
  13. 04 11月, 2016 2 次提交
  14. 09 8月, 2016 1 次提交
  15. 19 7月, 2016 4 次提交
  16. 30 6月, 2016 1 次提交
  17. 03 6月, 2016 2 次提交
  18. 12 5月, 2016 2 次提交
  19. 10 5月, 2016 1 次提交
    • J
      Remove the annotate gem and delete old annotations · f1479b56
      Jeroen van Baarsen 提交于
      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
      f1479b56
  20. 01 4月, 2016 1 次提交
  21. 10 2月, 2016 1 次提交
  22. 09 2月, 2016 1 次提交