summaryrefslogtreecommitdiff
path: root/doc/development/python_guide
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-03-061-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-09-211-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-05-131-0/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-01-231-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-12-111-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-12-091-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-11-261-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-11-261-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-10-301-0/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-041-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-6/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-291-1/+1
|
* Fixed grammar and inconsistencies with capitalizationShan2019-08-301-4/+4
|
* Update redirected links to final destinationMarcel Amirault2019-07-091-2/+1
| | | | | | Updating redirected links in the development, install, policy raketasks and university dirs. Should now link to final URL to avoid redirect hops
* Upgrade `gitlab-markup` to 1.7.0Gabriel Mazetto2019-03-271-0/+79
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.