Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-22Check if a local branch exists and abort the task if trueAchilleas Pipinellis
2020-05-20Check charts versions and replace branch variablesAchilleas Pipinellis
This is needed for the release:single raketask. It adds one failsafe in case the charts version is not charts_versions.yaml. It also replaces the branch variables in .gitlab-ci.yml with the respective stable ones.
2019-09-30Do not build gitlab-foss anymoreAchilleas Pipinellis
With the single codebase and the symlink hack, there's no reason to pull and build gitlab-foss anymore. This will save us time and money :smile:
2019-09-06Remove /debug from the docsMarcel Amirault
2019-02-21Implement version mapping between GitLab and the chartsAchilleas Pipinellis
2019-02-18Catch the possibility of an empty CI_COMMIT_REF_NAMEAchilleas Pipinellis
2019-02-08Add the charts repo in the top levelAchilleas Pipinellis
2019-02-08Use safer regex to define major/minor versionsAchilleas Pipinellis
2019-01-24Better explanation of stable branch fetchingAchilleas Pipinellis
2019-01-24Pull the stable product branches when on a stable docs branchAchilleas Pipinellis
This ensures that when on a docs stable-version branch, the respective product branches are set up correctly. Closes https://gitlab.com/gitlab-com/gitlab-docs/issues/324
2018-08-03Rename to /debugAchilleas Pipinellis
2018-07-30Rename support to debuggingAchilleas Pipinellis
2018-07-30Add support siteAchilleas Pipinellis
2017-11-29Refactored Rakefile into multiple tasks and enabled git sparse-checkoutGabriel Mazetto