- 13 Oct, 2020 1 commit
-
-
Coung Ngo authored
Since the project labels page shows labels from a variety of origins, this commit updates the UI to show the origin path so the user can see from where the label originates.
-
- 12 Oct, 2020 39 commits
-
-
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
-
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
-
Natalia Tepluhina authored
Merge branch '266948-broken-master-spec-frontend-environments-environments_app_spec-js-environment-environment' into 'master' Fix environment_app spec and pipelines_table spec See merge request gitlab-org/gitlab!44896
-
Natalia Tepluhina authored
-
Marcin Sedlak-Jakubowski authored
Fix rendering of caution text See merge request gitlab-org/gitlab!44864
-
Evan Read authored
-
Achilleas Pipinellis authored
Enable the logcursor on all Geo app nodes for redundancy See merge request gitlab-org/gitlab!44834
-
Marcin Sedlak-Jakubowski authored
Removed future tense picked up by Vale Linter in Epics See merge request gitlab-org/gitlab!44405
-
Avi Chazen authored
-
Achilleas Pipinellis authored
Update Reference Architectures with correct Package Manager tier See merge request gitlab-org/gitlab!44897
-
Vladimir Dzalbo authored
-
Achilleas Pipinellis authored
Reduce number of notes in LDAP auth doc See merge request gitlab-org/gitlab!44817
-
Mike Jang authored
-
Nick Thomas authored
Add example for setting access level See merge request gitlab-org/gitlab!44607
-
Ronald van Zon authored
-
Rémy Coutable authored
Tell Secure reports are no longer fetched by frontend (code comment) See merge request gitlab-org/gitlab!44545
-
Fabien Catteau authored
Update code comment to indicate that security reports and license scanning are no longer fetched by the frontend, though that used to be the case. See https://gitlab.com/gitlab-org/gitlab/-/issues/235390#note_424818698
-
Rémy Coutable authored
Fix labels in MR template "New Static Analysis Check" See merge request gitlab-org/gitlab!44841
-
Phil Hughes authored
Replace fa-file-text-o icons with GitLab SVG doc-text icon See merge request gitlab-org/gitlab!44706
-
Martin Wortschack authored
- This replaces several instances of the fa-file-text-o fontawesome icon with the GitLab SVG doc-text icon
-
Natalia Tepluhina authored
Merge branch '239826-convert-stylesheets-pages-error_details-scss-into-page-specific-bundle' into 'master' Convert stylesheets/pages/error_details.scss into page specific bundle See merge request gitlab-org/gitlab!44750
-