该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 8月 27, 2021
-
-
由 Mark Florian 创作于
-
- 8月 26, 2021
-
-
由 Mark Florian 创作于
This adds least-recently-used-cache-like behaviour to the incremental webpack compiler. The `DEV_SERVER_INCREMENTAL_TTL` environment variable now determines the number of days that page bundles are considered "recent", and should be eagerly compiled. This number represents the trade-off between lazy/eager compilation versus low/high memory consumption of the webpack development server. A higher number means fewer pages needing to be compiled on demand, at the cost of higher memory consumption. A lower number means lower memory consumption, at the cost of more pages being compiled on demand. A value of `0` means that all pages in your history, regardless of how long ago you visited them, are eagerly compiled. This also makes the compiler record a history of visited pages even when disabled, so that if and when it _is_ enabled, that history can still be used to inform the LRU cache. The history-recording function is explicitly disabled in the case that webpack is running in CI. Part of https://gitlab.com/gitlab-org/gitlab/-/issues/300412.
-
由 Achilleas Pipinellis 创作于
Docs: Implementation patterns for platform partners See merge request gitlab-org/gitlab!65887
-
由 DarwinJS 创作于
- Move the existing manual install instructions page to a subpage and mark it as DEPRECATED in order to clear the 'install/aws' URL to be an index to all AWS documentation. - Created a new 'install/aws/index.md' - to give an overview of how the AWS opinionated documentation relates to and builds upon the reference architectures. - to have an index of sub-pages at the bottom. - Provides a new sub page for GitLab Cloud Native Hybrid on AWS EKS, which provides critical Bill Of Materials lists for the upcoming AWS Quick Start for GitLab Cloud Native on EKS.
-
- 8月 25, 2021
-
-
由 Michael Kozono 创作于
Resolve "[Feature flag] Rollout of `local_file_reviews`" See merge request gitlab-org/gitlab!68813
-
由 Achilleas Pipinellis 创作于
Geo: Simplify Package and Infrastructure Registry rows in data types doc See merge request gitlab-org/gitlab!68878
-
由 Michael Kozono 创作于
-
由 Kati Paizee 创作于
Fix 13.8.latest version See merge request gitlab-org/gitlab!68983
-
由 Jan Provaznik 创作于
Remove enabled runner_graphql_query feature flag See merge request gitlab-org/gitlab!68944
-
由 Grzegorz Bizon 创作于
Update the query that looks for stuck pending jobs See merge request gitlab-org/gitlab!68880
-
由 Jason Young 创作于
I had the latest version wrong, the latest is 13.8.8 and not 13.8.3
-
由 Mark Florian 创作于
Fix eslint issues related to no-sequences See merge request gitlab-org/gitlab!68960
-
由 Kamil Trzciński 创作于
Check for FOR UPDATE queries See merge request gitlab-org/gitlab!68863
-
由 Dmitriy Zaporozhets 创作于
Add param to allow scoped caching of Repo#merge_to_ref See merge request gitlab-org/gitlab!68790
-
由 Mark Florian 创作于
Previously, the `nextTick` wasn't awaited, which meant that the on-call schedules list wasn't rendered anyway. This also makes sure the previous wrapper is destroyed before creating a new one for this test.
-
由 Stan Hu 创作于
Fix Rubocop Graphql/Description offenses See merge request gitlab-org/gitlab!68819
-
由 Luke Duncalfe 创作于
-
由 Kerri Miller 创作于
Update the FF Rollout Template See merge request gitlab-org/gitlab!68484
-
由 Matt Nohr 创作于
-
由 Stan Hu 创作于
Downgrade grpc from 1.38.0 to 1.30.2 See merge request gitlab-org/gitlab!68865
-
由 Kati Paizee 创作于
Add 13.8.3 as an intermediate stop for upgrade paths See merge request gitlab-org/gitlab!68874
-
由 Jason Young 创作于
-
由 Himanshu Kapoor 创作于
-
由 Vitaly Slobodin 创作于
A first draft for emacs configuration instructions See merge request gitlab-org/gitlab!68093
-
-
由 Enrique Alcántara 创作于
Update GitLabUI to 32.2.3 See merge request gitlab-org/gitlab!68651
-
由 Jannik Lehmann 创作于
-
由 Markus Koller 创作于
Cache content_sha256 field for Files API See merge request gitlab-org/gitlab!67280
-
由 Dan Davison 创作于
E2E: Autoload QA classes with zeitwerk See merge request gitlab-org/gitlab!68478
-
由 Andrejs Cunskis 创作于
-
由 Sean McGivern 创作于
Add Gitaly feature flag definition See merge request gitlab-org/gitlab!68879
-
由 Igor Drozdov 创作于
Changelog: performance
-
由 Marcin Sedlak-Jakubowski 创作于
More edits to the needs details See merge request gitlab-org/gitlab!68934
-
由 Marius Bobin 创作于
-
由 Russell Dickenson 创作于
Add DAST profiles components README See merge request gitlab-org/gitlab!68768
-
由 Paul Gascou-Vaillancourt 创作于
-
由 Russell Dickenson 创作于
Add note about android not supported dependency scanning See merge request gitlab-org/gitlab!68802
-
由 Nicole Schwartz 创作于
-
由 Marius Bobin 创作于
We have around 500 CI jobs that are in the pending state but can't be picked by the runners.
-
由 Heinrich Lee Yu 创作于
Status Page: Track incident issue without subtransaction See merge request gitlab-org/gitlab!68776
-