- 21 Jan, 2022 40 commits
-
-
Stan Hu authored
Previously the CI variable instance cache always attempted to read Redis for a timestamp to determine whether the value was up-to-date. The problem was that in a system with multiple processes reading from the cache, the timestamp would constantly be advancing, making it appear as though the cache always were stale. Not only did this incur one Redis call per lookup, but also this would result in frequent cache misses. Since we mostly just use this cache data set in the creation of pipelines, we can likely live with a 30-second delay between the time when the variable is set and when it is live. For the `gitlab-org/gitlab` project, this should reduce the overall pipeline creation time by around 1.5 seconds (11% of the time), not to mention reduce the network and memory overhead. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/322386 Changelog: fixed
-
Amy Qualls authored
Doc Consistency: user/project/merge_requests - static analysis See merge request gitlab-org/gitlab!78925
-
Brandon Labuschagne authored
Fix frontend fixtures failing when metrics dir does not exist See merge request gitlab-org/gitlab!78704
-
Stan Hu authored
spec: Convert Gitaly setup to use bundled Git binaries See merge request gitlab-org/gitlab!78898
-
Max Woolf authored
Merge branch '348792-ci-cd-editor-should-render-the-gitlab-ci-for-the-branch-from-which-the-menu-is-being-accessed' into 'master' CI/CD editor nav link should maintain current branch See merge request gitlab-org/gitlab!78594
-
Igor Drozdov authored
Limit the length of generated anchor URL for markdown headers See merge request gitlab-org/gitlab!78672
-
Amy Qualls authored
Doc Consistency: user/project/merge_requests - code review See merge request gitlab-org/gitlab!78732
-
Niklas authored
Remove tiers from version histories
-
Stan Hu authored
* Use a full path in Gitaly's `bin_dir` config to ensure the bundled Git symlink can link to the test binaries. * Fix a regression in the `ci?` check that was introduced in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/78061.
-
Marcin Sedlak-Jakubowski authored
Improve ActionCable docs for source installs See merge request gitlab-org/gitlab!78618
-
Heinrich Lee Yu authored
Adds steps for source installs to configure cable.yml which is now required since 14.5
-
Brandon Labuschagne authored
Merge branch '350728-group-level-vsa-remove-decimal-place-from-new-issues-and-deploys' into 'master' Group-level VSA: Remove decimal place from "New issues" and "Deploys" See merge request gitlab-org/gitlab!78675
-
Niklas van Schrick authored
Remove inline tier badge and tier from version history
-
Mark Chao authored
Add system note when escalation status changes See merge request gitlab-org/gitlab!77071
-
Sarah Yasonik authored
-
Bob Van Landuyt authored
Remove warning/error for duplicate includes See merge request gitlab-org/gitlab!78297
-
Jose Ivan Vargas authored
Merge branch '348410-frontend-implement-deprecation-notification-for-types-and-type-keyword' into 'master' Implement deprecation notification in pipeline page See merge request gitlab-org/gitlab!77876
-
Frédéric Caplette authored
In the pipeline page, we will now show a deprecation notification for user whose project CI configuration countains root `types` keyword or job level `type` keyword which can be dismissed and never seen again. Changelog: added
-
Jarka Košanová authored
Fix empty line to contain two values See merge request gitlab-org/gitlab!78678
-
Andy Soiron authored
Add comments about #strip_markup usage See merge request gitlab-org/gitlab!78474
-
Robert May authored
Swap FK vulnerability_statistics to ci_pipelines for LFK See merge request gitlab-org/gitlab!78599
-
Frédéric Caplette authored
Remove utilities .gl-lg-w-25p for gitlab-ui See merge request gitlab-org/gitlab!78267
-
wortschi authored
Changelog: changed
-
Markus Koller authored
-
Douglas Barbosa Alexandre authored
Swaps FK for vulnerability_statistics.latest_pipeline_id to ci_pipelines Changelog: changed
-
Phil Hughes authored
Show short SHA of commit of deployment See merge request gitlab-org/gitlab!78397
-
Natalia Tepluhina authored
Remove localVue usage from non-EE tests without VueApollo (3/3) See merge request gitlab-org/gitlab!78876
-
Sean McGivern authored
Revert "Merge branch '344807-frontend-api-requests-rate-limit-take2' into 'master'" See merge request gitlab-org/gitlab!78893
-
Amy Qualls authored
Doc Consistency: user/project/merge_requests - source code See merge request gitlab-org/gitlab!78729
-
Niklas authored
Remove inline badges and tier from version history
-
Natalia Tepluhina authored
Remove localVue usage from non-EE tests without VueApollo (2/3) See merge request gitlab-org/gitlab!78874
-
Miguel Rincon authored
-
Natalia Tepluhina authored
Remove localVue usage from non-EE tests without VueApollo (2/3) See merge request gitlab-org/gitlab!78874
-
Natalia Tepluhina authored
Remove localVue usage from non-EE tests without VueApollo (1/3) See merge request gitlab-org/gitlab!78873
-
Natalia Tepluhina authored
Remove localVue usage from EE tests without VueApollo See merge request gitlab-org/gitlab!78871
-
Kyle Wiebers authored
Add comment about filtering by commit SHA in Sentry See merge request gitlab-org/gitlab!78743
-
Frédéric Caplette authored
Update compliance report to sync filter query with apollo variables See merge request gitlab-org/gitlab!78451
-
Stan Hu authored
Extend Google Cloud Storage max transfer timeout to 60 minutes See merge request gitlab-org/gitlab!78526
-
-
Alessio Caiazza authored
Update Gitaly version See merge request gitlab-org/gitlab!78885
-