Skip to content
  1. Sep 29, 2021
  2. Sep 01, 2021
  3. Jun 02, 2021
  4. Jan 22, 2021
  5. Jan 06, 2021
  6. Nov 11, 2020
  7. Aug 26, 2020
  8. Jun 25, 2020
  9. Sep 02, 2019
  10. Aug 29, 2019
  11. Aug 19, 2019
  12. Aug 07, 2019
  13. Aug 01, 2019
  14. Apr 02, 2019
  15. Mar 12, 2019
  16. Jan 21, 2019
  17. Nov 14, 2018
  18. Nov 11, 2018
  19. Oct 09, 2018
    • Dany Marcoux's avatar
      Add pull request template · 15c4f107
      Dany Marcoux authored
      Following our retrospective discussions, we agreed to have a pull
      request template to promote good practices in pull requests we create
      and receive. This is for us, but also for our contributors.
      15c4f107
  20. Aug 28, 2018
  21. Aug 04, 2018
    • Stephan Kulow's avatar
      Stop using travis-ci · adece2ff
      Stephan Kulow authored
      We test code commits on circleci and merges in the OBS
      packages. Travis-CI is pretty much unmaintained (e.g. the
      gem caches are broken atm and noone cares)
      
      So remove one out of 3 CI systems
      adece2ff
  22. Jul 27, 2018
    • Henne Vogelsang's avatar
      Add commit/pull-request guidelines · 8354bd0c
      Henne Vogelsang authored
      - Make the request for contributions more prominent
      - Don't bother people with 'alternate ways' of setting up the git commit message template
      - Add commit/PR guidelines (partly stolen from https://github.com/rtbkit/rtbkit)
      - Add a nice get-Help secion
      - split out review section
      
      This should prepare new contributors better for producing changes that we
      will actually merge.
      8354bd0c
  23. Jul 26, 2018
  24. Jul 24, 2018
  25. Jul 04, 2018
  26. Jun 26, 2018
  27. Jun 07, 2018
  28. Apr 13, 2018
  29. Apr 11, 2018
    • Dany Marcoux's avatar
      [doc] Setup git commit message template in Rakefile · b5817307
      Dany Marcoux authored
      It makes contributing a tiny bit simpler. Anyone contributing code will
      run `rake docker:build`, thereby setting up the git commit message
      template without having to copy and paste the command. Anyone else
      contributing documentation only is still aware of it.
      b5817307
  30. Apr 08, 2018
    • Dany Marcoux's avatar
      [doc] Use local .gitconfig to set commit template · 211abbde
      Dany Marcoux authored
      It won't interfere with the global .gitconfig and have potential
      side-effects in other projects.
      
      It's a one time setup unlike the previous recommendation. With `cp`, it
      needs to be copied again whenever the template changes.
      211abbde