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
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-20Don't run commands relative to Rake task locationEvan Read
2022-09-16Fix function call for redirects taskeread/fix-function-call-for-redirectsEvan Read
2022-08-26Abort the clone_repositories task if clone failsaxil-fail-if-stable-branch-clone-failsAchilleas Pipinellis
2022-08-26Merge branch 'axil-split-raketasks' into 'main'Evan Read
Split Rake tasks to their own files See merge request gitlab-org/gitlab-docs!2975
2022-08-26Simplify required markup for TabsSarah German
2022-08-25Prefix color codes with TaskHelpersAsh McKenzie
2022-08-25Split Rake tasks to their own filesAchilleas Pipinellis
2022-08-18Add Lunr.js index scriptSarah German
2022-08-17Fix Lint/RedundantStringCoercion RuboCop offenseEvan Read
2022-06-27Fix Lint/MixedRegexpCaptureTypes RuboCop offenseEvan Read
2022-06-23Refactor edit_on_gitlab helperBrian Williams
Rather than having a bunch of case statements with URLs, this changes the `edit_on_gitlab` helper so that it builds urls from a project path, a branch name, and a docs file path. This is easier to maintain since it's a data-driven approach. The PRODUCT_REPOS data can be edited without changing the program logic.
2022-06-23Add tests for edit_on_gitlab helperBrian Williams
2022-06-23Revert "Merge branch 'bwill/refactor-edit-on-gitlab' into 'main'"Evan Read
2022-06-21Refactor edit_on_gitlab helperbwill/refactor-edit-on-gitlabBrian Williams
Rather than having a bunch of case statements with URLs, this changes the `edit_on_gitlab` helper so that it builds urls from a project path, a branch name, and a docs file path. This is easier to maintain since it's a data-driven approach. The PRODUCT_REPOS data can be edited without changing the program logic.
2022-06-16Use different syntax so resulting code is tidiereread/tidy-up-html-stringEvan Read
2022-06-15Fix Style/StringConcatenation RuboCop offenseeread/fix-string-concatenation-rubocop-offenseEvan Read
2022-06-14Fix Style/IfInsideElse RuboCop offenseeread/fix-if-inside-else-rubocop-offenseEvan Read
2022-06-13Fix Style/RedundantInterpolation RuboCop offenseseread/fix-redundant-interpolation-rubocop-offensesEvan Read
2022-06-09Fix Performance/DoubleStartEndWith RuboCop offenseEvan Read
2022-06-08Fix Style/MixinUsage RuboCop offensesEvan Read
2022-06-07Fix Performance/RegexpMatch RuboCop offenseseread/fix-regexp-match-rubocop-offensesEvan Read
2022-06-06Fix Style/RegexpLiteral RuboCop offensesEvan Read
2022-06-01Remove unused helpereread/remove-unused-helperEvan Read
2022-05-31Fix various RuboCop offenses related to white spaceEvan Read
2022-05-26Fix Style/RedundantRegexpEscape RuboCop offensesEvan Read
2022-05-24Fix Lint/DeprecatedClassMethods RuboCop offenseseread/fix-deprecated-class-methods-rubocop-offensesEvan Read
2022-05-23Fix Style/Next Rubocop offenseseread/fix-next-rubocop-offensesEvan Read
2022-05-19Fix Style/IfUnlessModifier Rubocop offenseseread/fix-if_unless-modifier-rubocop-offensesEvan Read
2022-05-18Use Ruby autoloaderAsh McKenzie
2022-05-12Fix Style/FrozenStringLiteralComment Rubocop offenseseread/fix-frozen-string-literal-comment-rubocop-offensesEvan Read
2022-05-04Set default branch for products that don't have a stable branchaxil-default-branch-stable-branchAchilleas Pipinellis
2022-05-01Add edit link for GitLab Operatoraxil-operator-edit-buttonAchilleas Pipinellis
2022-04-22Add operator to retrieve_branchMarcel Amirault
2022-04-04Add GitLab Operator as a new product of the docs siteAchilleas Pipinellis
2022-02-17Fix typosDimitris Apostolou
2022-01-05Added enabled to list of version history wordsSuzanne Selhorn
2021-10-13Support 6 or 7 levels of nested items in the global navDoug Stull
2021-10-08Added disclaimer alert type for legalSuzanne Selhorn
2021-09-18Fix alert box alignmentDoug Stull
2021-09-01Sticky table headersDavid O'Regan
2021-08-26Updated style for notesSuzanne Selhorn
Realized that the new info style was duplicated with note style and so fixed it
2021-08-26Merge branch 'axil-filter-sticky-headings' into 'main'Evan Read
Add a table sticky headings filter See merge request gitlab-org/gitlab-docs!2076
2021-08-26Text box for marketing contentSuzanne Selhorn
2021-08-25Move survey banner into a YAML fileAchilleas Pipinellis
2021-08-25Add a table sticky headings filterAchilleas Pipinellis
This wraps all tables inside a div with a class of table-sticky-headings, so that we can style them. See https://gitlab.com/gitlab-org/gitlab-docs/-/issues/1076
2021-08-18Automate the charts versionsAchilleas Pipinellis
With this, we no longer need to update a separate charts_versions.yaml file.