An error occurred fetching the project authors.
- 10 Nov, 2020 1 commit
-
-
Evan Read authored
-
- 04 Nov, 2020 2 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Evan Read authored
-
- 31 Oct, 2020 1 commit
-
-
Lee Tickett authored
-
- 29 Oct, 2020 1 commit
-
-
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: Rémy Coutable <remy@rymai.me>
-
- 08 Oct, 2020 1 commit
-
-
Craig Norris authored
-
- 05 Aug, 2020 1 commit
-
-
Evan Read authored
Also add example configuration for documentation linters.
-
- 26 Jun, 2020 1 commit
-
-
Suzanne Selhorn authored
There is a job that reports broken external links. This MR fixes several of them.
-
- 17 Jun, 2020 1 commit
-
-
Doug Stull authored
- multiple use by other applications/etc.
-
- 20 May, 2020 1 commit
-
-
Evan Read authored
-
- 18 Mar, 2020 1 commit
-
-
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: Rémy Coutable <remy@rymai.me>
-
- 16 Mar, 2020 1 commit
-
-
Doug Stull authored
- enable easy sync of editor configs across team members and IDE's
-
- 06 Feb, 2020 1 commit
-
-
Gary Holtz authored
-
- 03 Feb, 2020 2 commits
-
-
Lucas Charles authored
-
Peter Leitzen authored
It wasn't obvious that `tooling/overcommit` is contained within the GitLab source directory.
-
- 28 Jan, 2020 1 commit
-
-
Rémy Coutable authored
Also, document the `danger_local` task, improve the development documentation index page and add a link to the 'Implement design & UI elements' documentation in the 'Contributing' index page. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 23 Jan, 2020 1 commit
-
-
Rémy Coutable authored
Running Overcommit outside of the context of a Gemfile can lead to conflicts when requiring gems. Using a dedicated Gemfile instead of the default one avoids loading all the app's gems before running Overcommit. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 29 Nov, 2019 1 commit
-
-
Tristan Read authored
This is part of a wider effort to consolidate frontend development guides. Issue here: https://gitlab.com/gitlab-org/frontend/general/issues/25
-
- 02 Sep, 2019 1 commit
-
-
Giorgenes Gelatti authored
-
- 24 Jul, 2019 1 commit
-
-
Victor Zagorodny authored
-
- 09 Jul, 2019 1 commit
-
-
Marcel Amirault authored
Updating redirected links in the development, install, policy raketasks and university dirs. Should now link to final URL to avoid redirect hops
-
- 28 Jun, 2019 1 commit
-
-
charlie ablett authored
-
- 11 Apr, 2019 2 commits
-
-
Victor Zagorodny authored
-
Victor Zagorodny authored
-
- 27 Mar, 2019 2 commits
-
-
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.
-
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.
-
- 13 Mar, 2019 1 commit
-
-
Victor Zagorodny authored
-
- 06 Feb, 2019 2 commits
-
-
Philippe Lafoucrière authored
-
Philippe Lafoucrière authored
-
- 21 Nov, 2018 2 commits
-
-
Marcel Amirault authored
-
Marcel Amirault authored
-
- 11 Oct, 2018 1 commit
-
-
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: Rémy Coutable <remy@rymai.me>
-