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
path: root/lib
AgeCommit message (Collapse)Author
2023-03-07Remove any Omnibus-related codeAchilleas Pipinellis
2023-03-07Merge branch 't2003-support-review-apps-from-forks' into 'main'Achilleas Pipinellis
Support Review App Pipelines for MRs from Forks See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3594 Merged-by: Achilleas Pipinellis <axil@gitlab.com> Co-authored-by: Niklas van Schrick <mc.taucher2003@gmail.com>
2023-03-07Support Review App Pipelines for MRs from ForksNiklas
2023-03-02Fix RuboCop violations for task helpersEvan Read
2023-02-28Replace SKIP_MR option with DRY_RUN mode on redirects Rake taskEvan Read
2023-02-21Fix Style/SelectByRegexp RuboCop violationEvan Read
2023-02-16Fix Style/NegatedIfElseCondition RuboCop offenseEvan Read
2023-02-15Fix instances of RuboCop violationsEvan Read
2023-02-10Add page section as a metatagSarah German
2023-01-25Resolve more RuboCop violationsEvan Read
2023-01-20Fix check for current stable versionSarah German
2023-01-17Check the target branch when pulling upstream projectsAchilleas Pipinellis
2023-01-11Revert "Merge branch 'axil-target-branch-upstream' into 'main'"Sarah German
This reverts merge request !3430
2023-01-11Check the target branch when pulling upstream projectsAchilleas Pipinellis
If a merge request is targeting a stable branch, compile_dev pulls from the default upstream branches instead of the stable ones. We can fix that by checking the CI_MERGE_REQUEST_TARGET_BRANCH_NAME variable.
2023-01-11Convert blueprint creation-date to stringAchilleas Pipinellis
2022-12-08Fix how we find blueprints to generate index page forGrzegorz Bizon
2022-11-15Automatically add legal disclaimer to architecture blueprintsMarshall Cottrell
2022-11-14Replace mermaid styles with a built-in themeSarah German
2022-11-09Add layout and styling for blueprint index pageMarshall Cottrell
2022-11-04Add mr_title in gitlab-docs redirects pushAchilleas Pipinellis
The mr_title was defined in a previous block which was outside the scope of the last push for gitlab-docs.
2022-11-01Clear RuboCop violations on anchors.rbEvan Read
2022-10-25Tidy up Style/FetchEnvVar RuboCop violationsEvan Read
2022-10-21Define default task in `Rakefile`Anatoli Babenia
2022-10-21Late import `highline` to avoid crash on `rake -T`Anatoli Babenia
It was like that before https://gitlab.com/gitlab-org/gitlab-docs/-/commit/2d0daaaa361cc224e2c4676929d839cdf861865a Allows to list and run tasks without installing all dependencies. Could speed up testing jobs.
2022-10-20Merge branch 'sarahg/version-metatag-redo' into 'main'David O'Regan
Set site version in metatag See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3195 Merged-by: David O'Regan <doregan@gitlab.com> Approved-by: David O'Regan <doregan@gitlab.com> Co-authored-by: Sarah German <sgerman@gitlab.com>
2022-10-19Set site version in metatagSarah German
2022-10-19Fix RuboCop violations on tabs.rb and algolia_rank.rbEvan Read
2022-10-18Automatically enable new RuboCop copsEvan Read
2022-10-14Notify when removing an existing repositoryAchilleas Pipinellis
2022-10-14Remove the cloned repository if it already existsAchilleas Pipinellis
2022-10-12Refactor Archives page to use versions.jsonSarah German
2022-10-06Merge branch 'rootpath' into 'main'Achilleas Pipinellis
Add `project_root` helper for Rake tasks See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3145 Merged-by: Achilleas Pipinellis <axil@gitlab.com> Approved-by: Achilleas Pipinellis <axil@gitlab.com> Co-authored-by: Manoj M J <mmj@gitlab.com> Co-authored-by: Anatoli Babenia <anatoli@rainforce.org>
2022-10-06Add `project_root` helper for Rake tasksAnatoli Babenia
2022-10-06Merge branch 'cleanup-tasks' into 'main'Achilleas Pipinellis
Remove `setup_git` task See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3095 Merged-by: Achilleas Pipinellis <axil@gitlab.com> Approved-by: Achilleas Pipinellis <axil@gitlab.com> Co-authored-by: Anatoli Babenia <anatoli@rainforce.org>
2022-10-05Move step of single image test to the release MRAchilleas Pipinellis
2022-10-05Refactor the archives banner to use versions.json and GitLab UISarah German
2022-10-01Remove `setup_git` taskAnatoli Babenia
`git clone` should work with anonymous clones
2022-10-01Merge branch 'sarahg/remove-unused-version-methods' into 'main'David O'Regan
Remove unused Version-related functions See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3143 Merged-by: David O'Regan <doregan@gitlab.com> Approved-by: David O'Regan <doregan@gitlab.com> Co-authored-by: Sarah German <sgerman@gitlab.com>
2022-10-01Remove unused Version-related functionsSarah German
2022-09-30Update rake task, add subtype labelAmy Qualls
2022-09-27Merge branch 'build-args' into 'main'Sarah German
Replace `sed` with `--build-arg` for Dockerfile See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3098 Merged-by: Sarah German <sgerman@gitlab.com> Approved-by: Marcel Amirault <mamirault@gitlab.com> Approved-by: Sarah German <sgerman@gitlab.com> Co-authored-by: Anatoli Babenia <anatoli@rainforce.org>
2022-09-27Replace `sed` with `--build-arg` for DockerfileAnatoli Babenia
2022-09-27Merge branch 'kpaizee-fix-redirect-rake-task' into 'main'Marcel Amirault
Fix source path for rake task See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3120 Merged-by: Marcel Amirault <mamirault@gitlab.com> Approved-by: Evan Read <eread@gitlab.com> Approved-by: Sarah German <sgerman@gitlab.com> Approved-by: Marcel Amirault <mamirault@gitlab.com> Co-authored-by: Kati Paizee <kpaizee@gitlab.com>
2022-09-23Merge branch '1130-algolia-custom-ranking' into 'main'Suzanne Selhorn
Add page ranking capabilities for Algolia search Closes #1130 See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/2976 Merged-by: Suzanne Selhorn <sselhorn@gitlab.com> Approved-by: Suzanne Selhorn <sselhorn@gitlab.com> Approved-by: David O'Regan <doregan@gitlab.com> Co-authored-by: Sarah German <sgerman@gitlab.com>
2022-09-23Add page ranking capabilities for Algolia searchSarah German
2022-09-22Add Lunr search UI componentsSarah German
2022-09-21Updated handbook URLsSuzanne Selhorn
2022-09-21Fix source path for rake taskkpaizee-fix-redirect-rake-taskKati Paizee
2022-09-20Don't run commands relative to Rake task locationEvan Read
2022-09-16Fix function call for redirects taskeread/fix-function-call-for-redirectsEvan Read