该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 9月 12, 2022
-
-
由 Thong Kuah 创作于
-
由 Thong Kuah 创作于
We can't reliably figure out if some gem is ruby-only, so we cannot just rely on spec.cache_file. For example, google-protobuf gem Much faster than getting the remote checksum from rubygems.org Also, fix sorting to Gemfile.checksum to be stable
-
由 Thong Kuah 创作于
Bundler already checks checksums for the _downloaded_ checksum from Rubygems.org against the file checksum of the downloaded package. We additionally check a previously recorded checksum from a file against the file checksum of the downloaded package Also, stricter version of checking checksum. Bundler's method skips in certain cases which we do not want Deletes now-used plugin code Also, - Flatten Gemfile.checksum format - Extract commands into classes - Move binary to within gem - Handle when remote checksum could not be found on rubygems.org - No update task yet - Cleanup with frozen_string_literal - Organise requires better - Fix commands to be simpler - Also exit 1 if a checksum is unverified - Make puts consistently stderr
-
由 Dustin Collins 创作于
-
由 Vasilii Iakliushin 创作于
Add pushAccessLevels to graphql endpoint See merge request gitlab-org/gitlab!96300
-
由 Alex Ives 创作于
Danger should always instruct folks to kick off migration testing See merge request gitlab-org/gitlab!97510
-
由 Vasilii Iakliushin 创作于
Add mergeApprovalLevels to GraphQL endpoint See merge request gitlab-org/gitlab!96174
-
由 Frédéric Caplette 创作于
Refactor `Wrapper#find` for `Wrapper#findComponent` See merge request gitlab-org/gitlab!97579
-
由 Kushal Pandya 创作于
Fix merge request extension rows not being clickable See merge request gitlab-org/gitlab!97401
-
由 Wayne Haber 创作于
Add Growth codeowner entries See merge request gitlab-org/gitlab!96821
-
由 Doug Stull 创作于
- for onboarding mostly and new areas to centralize around onboarding
-
由 Natalia Tepluhina 创作于
Add pipeline filter tab snowplow tracking See merge request gitlab-org/gitlab!97529
-
由 Andrejs Cunskis 创作于
Quarantine wiki page with image e2e spec See merge request gitlab-org/gitlab!97667
-
由 Bob Van Landuyt 创作于
Update translations levels (September 2022) See merge request gitlab-org/gitlab!97598
-
由 Martin Wortschack 创作于
-
由 Fabio Pitino 创作于
Refactor project CI config calculation See merge request gitlab-org/gitlab!97240
-
由 Furkan Ayhan 创作于
This commit copies the project CI config calculation from pipeline/chain to a new class. This will make it easier to use the same logic from other places. These changes are behind the feature flag "ci_project_pipeline_config_refactoring". With the feature flag removal, old places will be removed.
-
由 Andrejs Cunskis 创作于
-
由 Phil Hughes 创作于
Splits feature flag for removing note attributes See merge request gitlab-org/gitlab!97520
-
由 Marcel van Remmerden 创作于
Changelog: changed EE: true
-
由 Jan Provaznik 创作于
Updates spec setup for builds that have a stage - 1/10 See merge request gitlab-org/gitlab!97403
-
由 Grzegorz Bizon 创作于
Introduce Ci::PartitioningAnalyzer See merge request gitlab-org/gitlab!97113
-
由 Maxime Orefice 创作于
This analyzer will be used to detect queries not going through a partitioning routing table. This will help us to identify queries needed to be changed.
-
由 Rémy Coutable 创作于
Move generation of bundle-size-report to bundle-size-review job See merge request gitlab-org/gitlab!96403
-
由 Lukas 'Eipi' Eipert 创作于
In our compile-production-assets logs, webpack logs too much and one has a hard time investigating what is going on. Let's log the stdout to the tmp directory and expose it as an artifact. This also has the benefit of using less resources for the job logs in general.
-
由 Sean McGivern 创作于
Quarantine flaky test in redis_interceptor_spec.rb See merge request gitlab-org/gitlab!97568
-
由 Fiona Neill 创作于
Minor VSA docs tweaks See merge request gitlab-org/gitlab!96236
-
由 Mikołaj Wawrzyniak 创作于
Add prefix comment on note when promoted to timeline event See merge request gitlab-org/gitlab!97473
-
由 Kushal Pandya 创作于
Use first day of week in roadmap See merge request gitlab-org/gitlab!97623
-
由 Peter Leitzen 创作于
Remove group level protected environment settings permission See merge request gitlab-org/gitlab!95939
-
由 Fiona Neill 创作于
Add details about when included files are fetched See merge request gitlab-org/gitlab!97649
-
由 Allen Cook 创作于
Fix build stage setup in RetryPipelineService specs 4/10 See merge request gitlab-org/gitlab!97523
-
由 Fiona Neill 创作于
Add crosslink to manual job variables detail See merge request gitlab-org/gitlab!97645
-
由 Adam Hegyi 创作于
This change adds a few additions to clarify the data calculation in VSA.
-
由 Sean McGivern 创作于
Fix Layout/FirstArrayElementIndentation offenses 4 See merge request gitlab-org/gitlab!97603
-
由 George Koltsov 创作于
Deprecate GraphQL confidence fields See merge request gitlab-org/gitlab!96361
-
由 Aleksei Lipniagov 创作于
Enable scan execution policy builder on group level See merge request gitlab-org/gitlab!96678
-
由 Jan Provaznik 创作于
Bump streaming serializer batch size back to 100 See merge request gitlab-org/gitlab!96772
-
由 Fabio Pitino 创作于
Fix "features_spec" by removing "sample" See merge request gitlab-org/gitlab!96855
-
由 路志远 创作于
-