- 24 Jun, 2020 40 commits
-
-
dappelt authored
-
Enrique Alcántara authored
Remove rich_content_editor v-model Closes #220987 See merge request gitlab-org/gitlab!34956
-
Rémy Coutable authored
[RUN AS-IF-FOSS] RSpec zero monkey patching mode See merge request gitlab-org/gitlab!35055
-
Rémy Coutable authored
[RUN AS-IF-FOSS] RSpec zero monkey patching mode See merge request gitlab-org/gitlab!35056
-
Dan Davison authored
Add sleep_interval for checking completed pipeline See merge request gitlab-org/gitlab!34944
-
Rémy Coutable authored
[RUN AS-IF-FOSS] RSpec zero monkey patching mode See merge request gitlab-org/gitlab!35058
-
Jose Ivan Vargas authored
Show storage graph with limits See merge request gitlab-org/gitlab!34931
-
Nick Gaskill authored
Update location of configuration See merge request gitlab-org/gitlab!35140
-
Can Eldem authored
-
Enrique Alcántara authored
Fix duplicate slash in import paths See merge request gitlab-org/gitlab!35182
-
Illya Klymov authored
Fix(contribution analytics): tilt x-axis and adjust spacing accordingly Closes #6830 See merge request gitlab-org/gitlab!33692
-
Michael Lunøe authored
Fixes #6830
-
derek-knox authored
The previous v-model approach broke the contract expectation in that under the hood, rich_content_editor uses the toast-editor component that only takes an initial value and internally manages its state. I also cleaned up edit_area by properly encapuslating parse_source_file's concerns in it where previously they crossed over
-
Dmytro Zaporozhets authored
Add `ref`, `milestones` and `released_at` to release yml See merge request gitlab-org/gitlab!34943
-
Sean Carroll authored
Part of https://gitlab.com/gitlab-org/gitlab/-/issues/223135 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/34913
-
Marcia Ramos authored
Automate code style reviews See merge request gitlab-org/gitlab!35096
-
Thiago Figueiró authored
-
Nicolò Maria Mezzopera authored
Fix Release assets for Guest users of private projects Closes #223926 See merge request gitlab-org/gitlab!35166
-
Nathan Friend authored
This commit fixes a bug that prevented the release assets from rendering for Guest users of private projects on the Releases page.
-
Igor Drozdov authored
Add milestone stats to GraphQL endpoint See merge request gitlab-org/gitlab!35066
-
Nathan Friend authored
This commit updates the milestone GraphQL type to allow statistics about the milestone to be queried.
-
Igor Drozdov authored
Remove unused container registry tag name validation See merge request gitlab-org/gitlab!35142
-
Sean McGivern authored
Switch to default report name See merge request gitlab-org/gitlab!35159
-
Tetiana Chupryna authored
-
Natalia Tepluhina authored
Create mitt like event hub for event_hub_factory See merge request gitlab-org/gitlab!35141
-
Kushal Pandya authored
Refactor alert status dropdown See merge request gitlab-org/gitlab!35133
-
David O'Regan authored
We now use a SFC to handle the shared alert status dropdown between the details page and list page.
-
Nick Thomas authored
Merge branch '209786-improve-performance-of-diffs_batch-and-diffs_metadata-actions-for-projects' into 'master' Improve the performance of DiffsController#metadata and #batches See merge request gitlab-org/gitlab!33037
-
Marc Shaw authored
This call was making a gitaly call, which was causing signifcant performance impact. We use these stats in the file, but they can be replaced by iterating over the files instead. Issue: gitlab.com/gitlab-org/gitlab/-/issues/209786 Merge Request: gitlab.com/gitlab-org/gitlab/-/merge_requests/33037
-
Sean McGivern authored
Sets ReactiveCaching limits only for Environment See merge request gitlab-org/gitlab!34202
-
João Alexandre Cunha authored
- Set limits disabled by default code-wide - Activates for Environements - Adds a FF to control Environments RC easily live
-
Sean McGivern authored
Show explicit warning when we add a new secret See merge request gitlab-org/gitlab!34696
-
Rémy Coutable authored
Add mapping for specs to be tested in `rspec foss-impact` Closes #220924 See merge request gitlab-org/gitlab!35209
-
Kushal Pandya authored
Lazy render diff line comment button Closes #223077 See merge request gitlab-org/gitlab!35006
-
Kushal Pandya authored
Refresh vulnerability state and timestamp when changed by other user See merge request gitlab-org/gitlab!34837
-
Adam Hegyi authored
Better testing and documentation on columns with _id suffix Closes #212218 See merge request gitlab-org/gitlab!34757
-
Toon Claes authored
Because the complete schema is defined in the shared codebase, there is no need to have a separate list of ignored EE foreign keys.
-
Peter Leitzen authored
Add docs for metric_label_values variable type See merge request gitlab-org/gitlab!34762
-
nicolasdular authored
When a limit is set, users should see how much of their storage usage gets used in the storage usage graph. For the case when the limit is either 0 or the current usage exceeds the limit, we just render the distribution. We will handle the design of exceeded usage at a later stage.
-
Kamil Trzciński authored
Updated CI Script for Android See merge request gitlab-org/gitlab!34007
-