- 09 Jun, 2020 40 commits
-
-
Josianne Hyson authored
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/31731 we are displaying the import status to the user. We need to be able to show the user that an import has been scheduled. As this happens asynchronously, the running of the job will likely happen after the request returns to the client. Currently our group import state is created in the job, but we need to create it before the job is triggered so that we can have an in progress import state when we return the HTTP request. If we create the import state after scheduling the job, we end up with a race condition between the job wanting to use the import state and the import state being created in the request. For this reason, we remove the requirement for the jid to be present. This also follows the same pattern that the ProjectImportState takes. This will also mean that if we fail to schedule an import job (no jid is returned) we can still mark the import as failed properly. MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/33181 Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/211808
-
Denys Mishunov authored
Update text in error tracking list error message See merge request gitlab-org/gitlab!33872
-
Kushal Pandya authored
Migrate ee/operations specs to Jest Closes #194299 See merge request gitlab-org/gitlab!34164
-
Himanshu Kapoor authored
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/194299
-
Kamil Trzciński authored
Add application limits to instance level CI/CD variables See merge request gitlab-org/gitlab!32575
-
Kamil Trzciński authored
Instrument db calls for sidekiq and reqest Closes #216835 See merge request gitlab-org/gitlab!32131
-
Andrew Fontaine authored
Update dependency @gitlab/ui to v16.4.1 See merge request gitlab-org/gitlab!34138
-
Jarka Košanová authored
Add connections between User and Group or Project See merge request gitlab-org/gitlab!33049
-
Yorick Peterse authored
Remove legacy changelog directory Closes gitlab-com/gl-infra/delivery#884 See merge request gitlab-org/gitlab!34072
-
Markus Koller authored
[RUN AS-IF-FOSS] Resolve "Broken master in spec/factories_spec.rb" Closes #220920 See merge request gitlab-org/gitlab!34165
-
Sean McGivern authored
Set a cookie when creating Learn Gitlab project See merge request gitlab-org/gitlab!34051
-
Sean McGivern authored
Revert 219658 - Update routes for lost-and-found group and projects See merge request gitlab-org/gitlab!34163
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Nicolò Maria Mezzopera authored
Change button style to default in edit instance security dashboard See merge request gitlab-org/gitlab!34139
-
Markus Koller authored
Resolve Admins cannot access projects with IP restriction See merge request gitlab-org/gitlab!34086
-
Gosia Ksionek authored
-
Yannis Roussos authored
This reverts commit 95ef9e5a, reversing changes made to 8589dd50.
-
Kushal Pandya authored
Remove eslint-disable for application row component Closes #207322 See merge request gitlab-org/gitlab!33940
-
Markus Koller authored
Validate CHECK CONSTRAINT name length See merge request gitlab-org/gitlab!33856
-
Bob Van Landuyt authored
Refactor Service#test to use service object See merge request gitlab-org/gitlab!31854
-
Justin Ho Tuan Duong authored
Add ability to test with different events
-
GitLab Bot authored
-
Stan Hu authored
fix integrations typo See merge request gitlab-org/gitlab!34147
-
Adam Hegyi authored
-
Daniel Tian authored
-
Jan Provaznik authored
Move package regex to core Closes #213929 See merge request gitlab-org/gitlab!33809
-
Lin Jen-Shin authored
Merge branch '216233-transient-network-failure-in-build-assets-image-and-build-gitlab-qa' into 'master' Retry `build-assets-image` and `build-qa-image` jobs Closes #216233 See merge request gitlab-org/gitlab!32740
-
Nicolò Maria Mezzopera authored
Resolve "Add Web IDE Solarized Dark theme support" Closes #219228 See merge request gitlab-org/gitlab!33148
-
Nicolò Maria Mezzopera authored
Resolves "Description diff delete button not hidden after clicked" See merge request gitlab-org/gitlab!33127
-
Nicolò Maria Mezzopera authored
Display confirm modal before leaving Static Site Editor Closes #216865 See merge request gitlab-org/gitlab!33103
-
Enrique Alcántara authored
When the user tries to leave the Static Site Editor, display a confirmation dialog indicating that they may lose their changes
-
Marius Bobin authored
Enables application limits for instance level CI/CD variables
-
Achilleas Pipinellis authored
Note that NFS for gitaly is deprecated Closes #220335 See merge request gitlab-org/gitlab!34108
-
Joshua Lambert authored
-
Rachel Fox authored
-
Heinrich Lee Yu authored
Add feature test artifact to `rspec foss-impact` artifacts Closes #220421 See merge request gitlab-org/gitlab!33936
-
Jan Provaznik authored
Enable optimized_timebox_queries by default See merge request gitlab-org/gitlab!34043
-
Kushal Pandya authored
Use vue-test-utils for application row tests See merge request gitlab-org/gitlab!33934
-
Marcel van Remmerden authored
Adds the solarized dark theme for the Web IDE interface
-
Eulyeon Ko authored
-