- 29 Apr, 2021 40 commits
-
-
Andrew Fontaine authored
People may want to organize their environments by heavily relying on folders, but, while we fetched the deploy board data, we never properly parsed it or displayed it for users. Here, we parse the deploy board data for children in setFolderContent, as that is where the children are assigned to a folder when loaded. We also need to update the check in setDeployBoard, as size does not seem to exist on children environments. Instead, isFolder is used (which captures the same information we need as a simple boolean). Changelog: added
-
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
-
GitLab Release Tools Bot authored
-
Sean McGivern authored
Limit the maximum length of release description [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!60386
-
Marcia Ramos authored
Document use of vendor/ for gems-to-be-extracted See merge request gitlab-org/gitlab!58012
-
Yorick Peterse authored
Changelog trailer only runs in CI See merge request gitlab-org/gitlab!60576
-
Dmytro Zaporozhets (DZ) authored
Remove extra check from ff in editor_unique_counter [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!60360
-