- 12 Oct, 2020 40 commits
-
-
Stan Hu authored
To fix the merge requests failing to match due to replication lag (https://gitlab.com/gitlab-org/gitlab/-/issues/247857) we added a mechanism to track the WAL pointer of the merge request to decide whether to use the secondary or fall back to the primary. This commit adds metrics to better understand how often this fallback is occurring.
-
Jan Provaznik authored
More realistic instance statistics seed file See merge request gitlab-org/gitlab!44724
-
Igor Drozdov authored
Resolve "Allowed to push" should supersede "Code owner approval" See merge request gitlab-org/gitlab!44126
-
Rémy Coutable authored
Resolve post-checkout hook issue with pot generation See merge request gitlab-org/gitlab!44738
-
Rémy Coutable authored
Switch to terser gem to replace uglifier See merge request gitlab-org/gitlab!44034
-
Achilleas Pipinellis authored
Update links to Redis docs See merge request gitlab-org/gitlab!44533
-
Rémy Coutable authored
Upgrade Elasticsearch to 7.9.2 in CI See merge request gitlab-org/gitlab!44547
-
Jacques Erasmus authored
Feat(datetime_utility): add formatDateAsMonth See merge request gitlab-org/gitlab!44736
-
Michael Lunøe authored
Add function to format a date as a month string to be used in charts displaying monthly data, specifically for the instance analytics, but this should be useble elsewhere.
-
Sanad Liaquat authored
E2E test for modifying a design See merge request gitlab-org/gitlab!43672
-
Tomislav Nikić authored
Creating a file and checking if the create icon is used. After that it updates the fila and checks again, this time if the update icon is available.
-
Phil Hughes authored
Issuable Show: Add IssuableHeader component See merge request gitlab-org/gitlab!44730
-
Phil Hughes authored
CSS fix for upgrade button See merge request gitlab-org/gitlab!44333
-
Imre Farkas authored
Remove merge_ref_head_comments FF See merge request gitlab-org/gitlab!44433
-
Alper Akgun authored
Allow optional caching in failed builds See merge request gitlab-org/gitlab!41822
-
Allison Browne authored
`cache:when` is used to cache on job failure, despite the failure. `cache:when` can be set to one of the following values: 1. `on_success` - upload artifacts only when the job succeeds. This is the default. 2. `on_failure` - upload artifacts only when the job fails. 3. `always` - upload artifacts regardless of the job status.
-
Markus Koller authored
Fix order-dependent assertion See merge request gitlab-org/gitlab!44890
-
Heinrich Lee Yu authored
Memoize repository storage shard in GroupWiki See merge request gitlab-org/gitlab!44727
-
Patrick Bajao authored
Expire branch cache using correct method from GC See merge request gitlab-org/gitlab!44889
-
Kamil Trzciński authored
Fix N+1 cache queries for load_balancing See merge request gitlab-org/gitlab!43843
-
Brandon Labuschagne authored
Abstract keybinding to allow keyboard shortcut customization See merge request gitlab-org/gitlab!44527
-
Nathan Friend authored
This commit updates the way in which we bind key sequences to functions when implementing keyboard shortcuts. Before this commit, developers would directly bind a key sequence to a handler: ```js Mousetrap.bind('p b', handler); ``` After this commit, developers will instead define a new "command" in `~/behaviors/shortcuts/keybindings.js` and bind to the result of `keysFor(command)`: ```js import { keysFor, TOGGLE_PERFORMANCE_BAR } from '~/behaviors/shortcuts/keybindings.js'; Mousetrap.bind(keysFor(TOGGLE_PERFORMANCE_BAR), handler); ``` `keybindings.js` handles returning the appropriate key sequence for the command (or it returns `[]` if the command is disabled).
-
Kamil Trzciński authored
Add ComposableArray to DRY CI entry `compose!` See merge request gitlab-org/gitlab!44193
-
Marcin Sedlak-Jakubowski authored
Update markdown table examples See merge request gitlab-org/gitlab!44870
-
Marcel Amirault authored
-
Sean McGivern authored
Load license scan data ASAP See merge request gitlab-org/gitlab!44835
-
Fabio Pitino authored
Clean up Snippet controllers See merge request gitlab-org/gitlab!44718
-
Sean McGivern authored
Bump gitlab-mail_room to 0.0.7 See merge request gitlab-org/gitlab!44882
-
Bob Van Landuyt authored
Add feature flag for a a phased rollout of cleanup policies See merge request gitlab-org/gitlab!44444
-
David Fernandez authored
Projects marked by this feature flag are allowed to have a container expiration policy
-
Kushal Pandya authored
Resolve "MR Analytics: Include date range in deep linking" See merge request gitlab-org/gitlab!44562
-
Shinya Maeda authored
Remove CHANGED_PATH/URL CI variable code See merge request gitlab-org/gitlab!44659
-
drew authored
This code was part of a proof-of-concept that lived behind a feature flag that was never turned on. We don't need it, and we should remove to code so as to prevent its use.
-
Peter Leitzen authored
Fix Rails/SaveBang offenses in spec/support/* See merge request gitlab-org/gitlab!44884
-
Matthew Briedenhann authored
Fixed in spec/support/*
-
Kushal Pandya authored
Removes target branch filter from dashboard merge requests See merge request gitlab-org/gitlab!44708
-
Kushal Pandya authored
Fixed alignment of merge request tabs and system header See merge request gitlab-org/gitlab!44722
-
Kushal Pandya authored
Adds IssuableHeader component to use with Issuable Show app.
-
Grzegorz Bizon authored
Normalize names of groups used in YAML flags See merge request gitlab-org/gitlab!44570
-
Enrique Alcántara authored
Apply GitLab UI button styles to buttons in app/views/projects/compare directory See merge request gitlab-org/gitlab!44342
-