- 29 Apr, 2021 40 commits
-
-
Suzanne Selhorn authored
Added Max attachment size to limit settings See merge request gitlab-org/gitlab!60414
-
Andrew Fontaine authored
Upgrade version of bundled markdownlint-cli to match docs pipelines See merge request gitlab-org/gitlab!60580
-
David Fernandez authored
Fix releases API N+1 in sorted_links usage See merge request gitlab-org/gitlab!60561
-
Rémy Coutable authored
Quarantine flaky spec See merge request gitlab-org/gitlab!60630
-
Arturo Herrero authored
Add Security and Compliance menu See merge request gitlab-org/gitlab!60368
-
Craig Norris authored
Docs: fixed typo See merge request gitlab-org/gitlab!60619
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!60629
-
Achilleas Pipinellis authored
List required parameters first See merge request gitlab-org/gitlab!60610
-
Shinya Maeda authored
Keep latest pipeline artifact forever See merge request gitlab-org/gitlab!60400
-
Maxime Orefice authored
-
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
-
GitLab Release Tools Bot authored
-
Kyle Wiebers authored
Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/329292
-
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
-
Susan Tacker authored
-
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
-