- 29 Apr, 2021 40 commits
-
-
Achilleas Pipinellis authored
Document How to manage runner jobs during upgrades See merge request gitlab-org/gitlab!60620
-
Nourdin el Bacha authored
-
David O'Regan authored
Moved .toggle-mobile-nav to header.scss See merge request gitlab-org/gitlab!60608
-
Nicolò Maria Mezzopera authored
Geo Node Status 2.0 - TimeAgo Cleanup See merge request gitlab-org/gitlab!60434
-
Zack Cuddy authored
-
Patrick Bajao authored
Implement the arbitrary dropdown and the corresponding diffs in `Changes` Tab See merge request gitlab-org/gitlab!57026
-
David O'Regan authored
Add the golden tanuki promo image to the informational popover See merge request gitlab-org/gitlab!60325
-
Dallas Reedy authored
-
Matthias Käppler authored
Fix speedscope rendering in production See merge request gitlab-org/gitlab!60495
-
Jacques Erasmus authored
Add the ability to close a flash message in code See merge request gitlab-org/gitlab!60537
-
Nikola Milojevic authored
Allow activate mutation to handle timeout See merge request gitlab-org/gitlab!60102
-
Marcin Sedlak-Jakubowski authored
Fix button name and tidy up subsection in Members docs See merge request gitlab-org/gitlab!60523
-
Kati Paizee authored
-
Bob Van Landuyt authored
Use Gitaly binaries from Gitaly's build directory See merge request gitlab-org/gitlab!60471
-
James Lopez authored
Revert "Merge branch 'kassio/import-validate-url-before-downloading' into 'master'" See merge request gitlab-org/gitlab!60614
-
Rémy Coutable authored
Externalize strings in /application_settings/_prometheus.html.haml See merge request gitlab-org/gitlab!58030
-
Marvin Karegyeya authored
Changelog: other
-
Thomas Randolph authored
Until now Flash instances could only be closed by interacting with the UI. It's often desirable to be able to dismiss a message without user interaction and without querying the DOM. Basically: if some code opens a Flash, it should also be able to close said Flash. This update adds a simple `close` property to the container that allows anyone with a reference to the container to close it programmatically. Basic use goes something like this: ``` var myFlash = createFlash(...); // ...later, message is irrelevant now! myFlash.close(); ```
-
Heinrich Lee Yu authored
This moves the Speedscope files from the asset pipeline to /public. We only serve precompiled assets in production and we do not need these to be compiled. This also adds a nonce to the inline script tag so that it works when CSP is enabled and script-src is restricted.
-
Craig Norris authored
Move vulnerability scanner maintenance topic See merge request gitlab-org/gitlab!60387
-
Russell Dickenson authored
-
Simon Knox authored
Resolve sidebar opening on click of label See merge request gitlab-org/gitlab!60327
-
Scott Stern authored
-
Igor Drozdov authored
Add missing feature flag scope See merge request gitlab-org/gitlab!60606
-
Natalia Tepluhina authored
Fix labels board scope config parsing in GraphQL boards [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!60358
-
Eulyeon Ko authored
-
Gabriel Mazetto authored
Fix usage ping misreporting consolidated object storage settings See merge request gitlab-org/gitlab!60526
-
Kassio Borges authored
This reverts merge request !60388
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!60607
-
Abhishek Kumar authored
-
Abhishek Kumar authored
-
Abhishek Kumar authored
-
Abhishek Kumar authored
-
Abhishek Kumar authored
-
Abhishek Kumar authored
-
Andreas Brandl authored
Initialize conversion of ci_build_trace_chunks.build_id to bigint See merge request gitlab-org/gitlab!60346
-
Jan Provaznik authored
Add iteration and weight filter token to issues list refactor See merge request gitlab-org/gitlab!60148
-
Coung Ngo authored
-
Russell Dickenson authored
Remove unnecessary whitespace from end of lines of topics See merge request gitlab-org/gitlab!60569
-
Denys Mishunov authored
Even though functionaly, the toggle relates to the left-side panel, it still resides in the breadcrumbs component. This commit moves the styling to header.scss that is responsible for styling the breadcrumbs.
-