该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 9月 18, 2020
-
-
由 Vasilii Iakliushin 创作于
Related issue: https://gitlab.com/gitlab-org/gitlab/-/issues/208354 Previou implementation MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/35351 **Problem** The documentation link linter checks links defined by `help_page_path` helper, however it ignores links from `help_page_url`. **Solution** Extend the pattern to match both `help_page_path` and `help_page_url` helper methods
-
- 9月 12, 2020
-
-
由 Vasilii Iakliushin 创作于
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/218764 Follow-up for: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/39717 After merging: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/39715 * Revert an approximate match in the documentation linter * Revert an allow_failure: true behavior * Update a regular expression to remove false-positives in the linter
-
- 9月 07, 2020
-
-
由 Vasilii Iakliushin 创作于
* Remove starter-only * Remove core-only * Remove premium-only * Remove ultimate-only * Remove ultimate * Remove premium * Remove starter * Remove core
-
- 8月 25, 2020
-
-
由 Vasilii Iakliushin 创作于
-
- 8月 19, 2020
-
-
由 Vasilii Iakliushin 创作于
-
- 7月 15, 2020
-
-
由 Vasilii Iakliushin 创作于
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/208354 We want to validate if there are any broken links and dead anchors to documentation pages. Extra: * Extract anchor generation logic into Gitlab::Utils::Markdown module
-
- 4月 21, 2020
-
-
由 Lee Tickett 创作于
-
- 5月 22, 2019
-
-
由 Stan Hu 创作于
Files in lib will be eager loaded and hence will require haml_lint to be loaded. Since this is only a development dependency, we can't assume this gem will be available in production, so it should never be loaded in production.
-