An error occurred fetching the project authors.
  1. 24 Mar, 2020 2 commits
  2. 23 Mar, 2020 1 commit
  3. 17 Mar, 2020 1 commit
  4. 12 Mar, 2020 2 commits
  5. 11 Mar, 2020 1 commit
  6. 02 Mar, 2020 3 commits
  7. 25 Feb, 2020 1 commit
  8. 21 Feb, 2020 1 commit
  9. 18 Feb, 2020 1 commit
  10. 10 Feb, 2020 1 commit
  11. 06 Feb, 2020 1 commit
  12. 31 Jan, 2020 3 commits
  13. 30 Jan, 2020 4 commits
    • Marcel Amirault's avatar
      Standardize codeblock fences (sh) · 721c6ef0
      Marcel Amirault authored
      Find and replace sh with shell
      721c6ef0
    • Marcel Amirault's avatar
      Standardize codeblock fences (bash) · 6463e1b0
      Marcel Amirault authored
      Find and replace bash with shell
      6463e1b0
    • Amy Qualls's avatar
      Specify syntax highlighting for shell output · 03c20173
      Amy Qualls authored
      For the sake of consistency and simplicity, we're specifying to use
      'shell' instead of 'bash' or 'sh' for most syntax highlighting most
      shell output. The exception: code blocks that contain `sudo`,
      because Mike Jang discovered it causes oddities in the syntax
      highlighting output. For code blocks containing `sudo`, we're now
      specifying to use `console` instead.`
      03c20173
    • Amy Qualls's avatar
      Provide more specifics on formatting code blocks · 1bdd9cc9
      Amy Qualls authored
      Code blocks containing shell commands need additional explanation
      to ensure syntax highlighting displays properly. Shell commands
      WITH output need a '$' before the command, and a blank line before
      the output. Shell commands WITHOUT output should not have a '$'
      before the command.
      1bdd9cc9
  14. 28 Jan, 2020 1 commit
  15. 27 Jan, 2020 1 commit
  16. 23 Jan, 2020 2 commits
  17. 20 Jan, 2020 2 commits
  18. 16 Jan, 2020 1 commit
  19. 11 Dec, 2019 1 commit
  20. 03 Dec, 2019 1 commit
  21. 29 Nov, 2019 1 commit
    • Nathan Friend's avatar
      Update all only: and except: to take arrays · e1082ea3
      Nathan Friend authored
      This commit updates all instances in the documentation where we
      reference only: or except: to ensure they show the setting accepting an
      array (as opposed to a single value).
      
      Only/except do not support single values (i.e. `only: merge_requests`
      is invalid).
      e1082ea3
  22. 27 Nov, 2019 1 commit
  23. 26 Nov, 2019 1 commit
  24. 15 Nov, 2019 1 commit
  25. 13 Nov, 2019 1 commit
  26. 21 Oct, 2019 1 commit
  27. 18 Oct, 2019 1 commit
  28. 17 Oct, 2019 2 commits