Commits on Source (12)
-
Andrew Fontaine authored
This is to allow showing historical status on releases in the UI, as well as easily allow API consumers to see if a release is historical. Changelog: added
-
🤖 GitLab Bot 🤖 authored
-
🤖 GitLab Bot 🤖 authored
-
Tetiana Zavediuk authored
During project import from GitHub, for each imported issue, check if any events of type renamed exist for that issue and create corresponding events in GitLab. Resolves: #354239 Changelog: added
-
Douglas Barbosa Alexandre authored
Import github 'renamed' issue events See merge request !89851
-
Mark Florian authored
Update dependency @graphql-eslint/eslint-plugin to v3.10.5 See merge request !92170
-
Mark Florian authored
Update dependency @gitlab/eslint-plugin to v13.1.0 See merge request !92136
-
-
Clayton Cornell authored
Explain channels a bit See merge request !91513
-
-
Clayton Cornell authored
Improved npm package registry naming conventions docs See merge request !92114
Showing
- app/graphql/types/release_type.rb 2 additions, 0 deletionsapp/graphql/types/release_type.rb
- doc/api/graphql/reference/index.md 1 addition, 0 deletionsdoc/api/graphql/reference/index.md
- doc/user/packages/helm_repository/index.md 5 additions, 0 deletionsdoc/user/packages/helm_repository/index.md
- doc/user/packages/npm_registry/index.md 6 additions, 0 deletionsdoc/user/packages/npm_registry/index.md
- lib/gitlab/github_import/importer/events/renamed.rb 56 additions, 0 deletionslib/gitlab/github_import/importer/events/renamed.rb
- lib/gitlab/github_import/importer/issue_event_importer.rb 3 additions, 0 deletionslib/gitlab/github_import/importer/issue_event_importer.rb
- lib/gitlab/github_import/representation/issue_event.rb 4 additions, 2 deletionslib/gitlab/github_import/representation/issue_event.rb
- package.json 2 additions, 2 deletionspackage.json
- spec/graphql/types/release_type_spec.rb 2 additions, 1 deletionspec/graphql/types/release_type_spec.rb
- spec/lib/gitlab/github_import/importer/events/renamed_spec.rb 68 additions, 0 deletions.../lib/gitlab/github_import/importer/events/renamed_spec.rb
- spec/lib/gitlab/github_import/importer/issue_event_importer_spec.rb 7 additions, 0 deletions...itlab/github_import/importer/issue_event_importer_spec.rb
- spec/lib/gitlab/github_import/representation/issue_event_spec.rb 22 additions, 1 deletion...b/gitlab/github_import/representation/issue_event_spec.rb
- yarn.lock 8 additions, 8 deletionsyarn.lock
... | ... | @@ -200,9 +200,9 @@ |
"yaml": "^2.0.0-10" | ||
}, | ||
"devDependencies": { | ||
"@gitlab/eslint-plugin": "13.0.0", | ||
"@gitlab/eslint-plugin": "13.1.0", | ||
"@gitlab/stylelint-config": "4.1.0", | ||
"@graphql-eslint/eslint-plugin": "3.10.4", | ||
"@graphql-eslint/eslint-plugin": "3.10.5", | ||
"@testing-library/dom": "^7.16.2", | ||
"@types/jest": "^26.0.24", | ||
"@vue/test-utils": "1.3.0", | ||
... | ... |