该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 8月 10, 2022
-
-
由 Siddharth Asthana 创作于
Changelog: other
-
由 Siddharth Asthana 创作于
Changelog: other
-
由 Siddharth Asthana 创作于
Changelog: other
-
由 Siddharth Asthana 创作于
Changelog: other
-
- 6月 13, 2022
-
-
由 Peter Leitzen 创作于
-
- 5月 04, 2022
-
-
由 Peter Leitzen 创作于
This simplifies the setup: * Removes custom `require` in rake task * Removes `require`s and `production?` guard in linter * Adds `require` to .haml-lint.yml as suggested in HAML linter docs
-
- 4月 04, 2022
-
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 11月 01, 2021
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 4月 19, 2021
-
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 4月 15, 2021
-
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 4月 12, 2021
-
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 4月 10, 2021
-
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 4月 08, 2021
-
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 4月 07, 2021
-
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 3月 29, 2021
-
-
由 Rémy Coutable 创作于
This new cop will ensure consistency in usage of the `#feature_available?` method. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 3月 17, 2021
-
-
由 Diego Louzán 创作于
Ensure using `User#can_read_all_resources?` or `User#can_admin_all_resources?` instead of `User#admin?`
-
- 7月 17, 2020
-
-
由 Marcel Amirault 创作于
Add a pipeline job to test UI links to docs, as links break when docs move, especially anchors when headings change.
-
- 7月 15, 2020
-
-
由 Vasilii Iakliushin 创作于
-
由 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
-
- 5月 29, 2020
-
-
由 Doug Stull 创作于
- make use of new cops and gitlab-styles updates
-
- 7月 18, 2019
-
-
由 Robert Speicher 创作于
Also ensures we check Syntax with RuboCop, which is different.
-
- 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.
-
- 5月 21, 2019
-
-
由 Luke Bennett 创作于
Add a simple haml_lint linter to report all plain nodes. "Plain nodes" in HAML are scritpless plaintext leaf nodes. Add haml-lint_todo to onboard new haml linters. Excludes existing NoPlainNodes lints.
-
由 Luke Bennett 创作于
Add a simple haml_lint linter to report all plain nodes. "Plain nodes" in HAML are scritpless plaintext leaf nodes. Add haml-lint_todo to onboard new haml linters. Excludes existing NoPlainNodes lints.
-
- 5月 20, 2019
-
-
由 Will Hall 创作于
-
- 5月 05, 2019
- 9月 01, 2018
-
-
由 Robert Speicher 创作于
-
由 Robert Speicher 创作于
-
- 8月 26, 2018
-
-
由 Bob Van Landuyt 创作于
When using ruby interpolation in externalized strings, they can't be detected. Which means they will never be presented to be translated. To mix variables into translations we need to use `sprintf` instead. Instead of: _("Hello #{subject}") Use: _("Hello %{subject}) % { subject: 'world' }
-
由 Bob Van Landuyt 创作于
When using ruby interpolation in externalized strings, they can't be detected. Which means they will never be presented to be translated. To mix variables into translations we need to use `sprintf` instead. Instead of: _("Hello #{subject}") Use: _("Hello %{subject}) % { subject: 'world' }
-
- 8月 10, 2017
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 8月 07, 2017
-
-
由 winniehell 创作于
-