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
2022-05-12Fix Style/FrozenStringLiteralComment Rubocop offenseseread/fix-frozen-string-literal-comment-rubocop-offensesEvan Read
2022-05-10Put Dockerfile file extensions at end of each fileEvan Read
2022-04-12Skip adding external domains to Pages redirectsaxil-dont-add-external-domain-redirectsAchilleas Pipinellis
2022-02-24Add debug output to redirects taskEvan Read
2022-01-21Switch back to the release branch after the dropdowns are pushedAchilleas Pipinellis
2022-01-21Automate the dropdown for previous majorsAchilleas Pipinellis
2022-01-12Abort if no jq is foundEvan Read
2021-09-16Fix docs link in redirects Rake taskAchilleas Pipinellis
2021-09-15Update clean_redirects exclusion to new pageAmy Qualls
The page explaining redirects in the gitlab repo moved to a new location. We had to manually exclude this file because it's a false positive for this test. When it moved, it broke this Rake task.
2021-08-18Automate the charts versionsAchilleas Pipinellis
With this, we no longer need to update a separate charts_versions.yaml file.
2021-08-18Improve redirects raketaskAchilleas Pipinellis
2021-08-17Fix outdated links to TW workflow docsKati Paizee
2021-08-17Add charts version for GitLab 14.2Evan Read
2021-08-13Add redirects raketaskAchilleas Pipinellis
2021-08-04Add the readme symlink task back to 14.1 branchMarcel Amirault
2021-06-28Remove last readme and symlink taskMarcel Amirault
2021-06-28Remove readme symlink codeMarcel Amirault
2021-06-21Update runner default branch to mainMarcel Amirault
The runner project changed the default branch to main, so we need to make sure we pull from main whenever we need to in the docs project
2021-06-07Use nanoc data sources for documentation projectsEvan Read
Also: - Avoid using symlinks, which cause problems for live previews on macOS. - Simplify Rake tasks. - Simplify configuration.
2021-04-27Check if feature flags symlinks existAchilleas Pipinellis
- Check if feature flags symlinks exist and abort otherwise. - Echo to the user when the flags YAML file is generated.
2021-04-23Extends `docs.gitlab.com` with feature flags tableKamil TrzciƄski
2021-04-21Change redirects to 301 typeMarcel Amirault
2021-03-30No automatic merge of version dropdown changesEvan Read
2021-03-05Fetch stable branch before attempting to use itEvan Read
2021-03-01Fix location of the _redirects fileAchilleas Pipinellis
The redirects raketask is run after the site is built, so _redirects needs to be under public/ instead of content/.
2021-02-09Implement YAML redirects mechanismAchilleas Pipinellis
Keep track of the Pages redirects in a YAML file and use a Raketask to populate _redirects.
2021-02-05Symlink only listed READMEs to index.htmlAchilleas Pipinellis
We need to only symlink the READMEs that are not redirected, in order to avoid redirect loops.
2020-11-18Fix rubocop in RakefileAchilleas Pipinellis
2020-11-09Fix some Rakefile rubocop problemsEvan Read
2020-11-06Add Rubocop to projectEvan Read
2020-10-26Use the default branch instead of masterTakuya Noguchi
2020-10-16Revert "Merge branch 'rake-release-branch-checkout-automation' into 'master'"Achilleas Pipinellis
This reverts merge request !1083
2020-08-22Checkout the release branch automatically for versions raketaskAchilleas Pipinellis
Previously, we instructed the users to change to the release branch themselves before running the versions dropdown raketask. With this change, this now happens automatically, thus eliminating a manual step of the process.
2020-06-09Print the last commit of a branchAchilleas Pipinellis
This is useful if we want to confirm that the correct changes were pulled from the upstream project. When we build the review apps multiple times during a review process, sometimes the content might not update. Printing the last commit that was pulled will help us compare to the last commit of the upstream project.
2020-05-22Merge branch 'commit-ci-yaml' into 'master'Achilleas Pipinellis
Commit .gitlab-ci.yml as well when cutting a release See merge request gitlab-org/gitlab-docs!901
2020-05-22Commit .gitlab-ci.yml as well when cutting a releaseAchilleas Pipinellis
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.
2020-04-22Fetch changes of the version branches when updating the dropdownsAchilleas Pipinellis
When the task is ran once a month, we need to fetch any new changes of the version branches.
2019-10-22Update releases:dropdown to check if we're on the release branchAchilleas Pipinellis
[ci skip]
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-23Add raketask to update the dropdown of online versionsAchilleas Pipinellis
2019-02-21Implement version mapping between GitLab and the chartsAchilleas Pipinellis
2019-02-20Change the output of the release:single taskAchilleas Pipinellis
[ci skip]
2019-02-20Include charts in Dockerfile.singleAchilleas Pipinellis
2019-01-24Get the raketasks in the order they runAchilleas Pipinellis
2018-08-15Add some margins to the release rake taskAchilleas Pipinellis
[ci skip]
2018-08-07Add content/debug to gitignoreAchilleas Pipinellis
2018-08-07Reorder tasksAchilleas Pipinellis
There was an error with the sparse file checkout if the content dirs where created before pulling down the repos.
2018-07-10First change branch then create DockerfileAchilleas Pipinellis