An error occurred fetching the project authors.
  1. 10 Nov, 2020 1 commit
  2. 04 Nov, 2020 2 commits
  3. 31 Oct, 2020 1 commit
  4. 29 Oct, 2020 1 commit
    • Rémy Coutable's avatar
      Add a default Lefthook configuration · 5acb0662
      Rémy Coutable authored
      - This adds a configuration file for Lefthook which is more flexible
        and powerful than Overcommit.
      - The only downside is that if gather the diff between `origin/master`
        and `HEAD` so if you didn't fetch `origin/master` for a long time,
        the checks might be done on more files than the one that you updated.
      - Also, that means you need a origin remote.
      Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
      5acb0662
  5. 08 Oct, 2020 1 commit
  6. 05 Aug, 2020 1 commit
  7. 26 Jun, 2020 1 commit
  8. 17 Jun, 2020 1 commit
  9. 20 May, 2020 1 commit
  10. 18 Mar, 2020 1 commit
    • Rémy Coutable's avatar
      Use the legacy Gemfile/Gemfile.lock names in tooling/overcommit · 031ad9c3
      Rémy Coutable authored
      This is because when multiple versions of Bundler are installed (e.g.
      1.17.3 and 2.1.4), Bundler will choose the 2.x version based on the
      `gems.rb` / `gems.locked` file names but it chooses the 1.17.x version
      if the we use the legacy `Gemfile` / `Gemfile.lock` file names.
      
      For now, we'll use the legacy file names to be consistent with the main
      `gitlab`'s `Gemfile.lock` and to avoid unexpected changes in the
      working tree.
      Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
      031ad9c3
  11. 16 Mar, 2020 1 commit
  12. 06 Feb, 2020 1 commit
  13. 03 Feb, 2020 2 commits
  14. 28 Jan, 2020 1 commit
  15. 23 Jan, 2020 1 commit
  16. 29 Nov, 2019 1 commit
  17. 02 Sep, 2019 1 commit
  18. 24 Jul, 2019 1 commit
  19. 09 Jul, 2019 1 commit
  20. 28 Jun, 2019 1 commit
  21. 11 Apr, 2019 2 commits
  22. 27 Mar, 2019 2 commits
    • Gabriel Mazetto's avatar
      Upgrade `gitlab-markup` to 1.7.0 · ed5ed2a0
      Gabriel Mazetto authored
      The new version requires `python3` to be available. In omnibus
      installation this is already a reality as we are currently pathing
      previous `gitlab-markup` version to use `python3` instead of `python2`.
      
      We are now requiring `python3` with the gem without having to patch it.
      
      As a consequence to also make it easy to use it in development, we've
      introduced a `Pipfile` and `Pipfile.lock`, working similarly to
      `Gemfile` and `Gemfile.lock`, and added documentation on how to use
      them.
      ed5ed2a0
    • Gabriel Mazetto's avatar
      Upgrade `gitlab-markup` to 1.7.0 · e5af7d83
      Gabriel Mazetto authored
      The new version requires `python3` to be available. In omnibus
      installation this is already a reality as we are currently pathing
      previous `gitlab-markup` version to use `python3` instead of `python2`.
      
      We are now requiring `python3` with the gem without having to patch it.
      
      As a consequence to also make it easy to use it in development, we've
      introduced a `Pipfile` and `Pipfile.lock`, working similarly to
      `Gemfile` and `Gemfile.lock`, and added documentation on how to use
      them.
      e5af7d83
  23. 13 Mar, 2019 1 commit
  24. 06 Feb, 2019 2 commits
  25. 21 Nov, 2018 2 commits
  26. 11 Oct, 2018 1 commit
    • Rémy Coutable's avatar
      Improve the contributing documentation · bfd61295
      Rémy Coutable authored
      This removes duplicated content from CONTRIBUTING.md and consolidate
      everything under doc/development/contributing/.
      
      This also fixes missing links.
      
      Lastly, this moves the style guides from the "Implement design & UI
      elements" page to a new "Style guides" page.
      Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
      bfd61295