- 05 Oct, 2020 40 commits
-
-
Dmytro Zaporozhets (DZ) authored
Seeder timeouts See merge request gitlab-org/gitlab!44166
-
Natalia Tepluhina authored
Fix "Attach a file" not working after entering text See merge request gitlab-org/gitlab!44216
-
Paul Slaughter authored
**What happened?** There was an issue being caused by Vue rerendering a class that the vanilla JS gl_form.js was setting which was critical to dropzone behavior.
-
Martin Wortschack authored
Refactor Strategy Component to Break Out Parameter Closes #259679 See merge request gitlab-org/gitlab!37631
-
Andrew Fontaine authored
By splitting out strategy into one sub-component per strategy, we should be able to make it easier to add more strategies down the road. Strategy sub-components are responsible for knowing how they alter the strategy object, and emit it upward when changes are made. The parent strategy component keeps a map between strategy types and their components, utilizing Vue's `component` component to dynamically display the correct sub-component in the DOM.
-
Heinrich Lee Yu authored
Add reminder emails See merge request gitlab-org/gitlab!42988
-
Douglas Barbosa Alexandre authored
Include cached sql calls in performance bar Closes #259005 See merge request gitlab-org/gitlab!44022
-
Heinrich Lee Yu authored
Add reminder emails job implementation See merge request gitlab-org/gitlab!42981
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!44321
-
Kerri Miller authored
Prefer server-provided authentication for LFS push mirroring See merge request gitlab-org/gitlab!44284
-
Heinrich Lee Yu authored
Add Group.mergeRequests field See merge request gitlab-org/gitlab!43863
-
Jose Ivan Vargas authored
Merge branch '250854-search-page-shows-advanced-search-as-enabled-even-outside-of-the-default-branch' into 'master' Display the Advanced Search as disabled when a ref is specified Closes #250854 See merge request gitlab-org/gitlab!43612
-
Micaël Bergeron authored
This commit adds some context on the search page when the repository_ref parameter is present.
-
Jose Ivan Vargas authored
RUN AS-IF-FOSS Removed deprecated Flash from AccessDropdown Closes #254223 See merge request gitlab-org/gitlab!44285
-
GitLab Release Tools Bot authored
-
Andreas Brandl authored
Add migration helpers for fetching and copying check constraints See merge request gitlab-org/gitlab!44025
-
Alper Akgun authored
Use calculated status for DastSiteProfile query See merge request gitlab-org/gitlab!44133
-
nmilojevic1 authored
-
nmilojevic1 authored
-
nmilojevic1 authored
-
nmilojevic1 authored
-
nmilojevic1 authored
-
nmilojevic1 authored
-
nmilojevic1 authored
-
Paul Slaughter authored
Improve reusability in On-demand DAST Scans form See merge request gitlab-org/gitlab!42013
-
Paul Gascou-Vaillancourt authored
- Leverage profile selector components to remove duplicated code - Update specs - Clean up and improve existings specs
-
Yannis Roussos authored
Fix intermittent merge errors due to replication lag See merge request gitlab-org/gitlab!44045
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/42435 attempted to fix the problem, but it did not work because EE databaase load balancing is not enabled in Sidekiq. Since it is disabled, the load balancer code would never post the write location to Redis, so the code for checking whether to stick to the primary was not able to be used. Since Sidekiq always uses the primary we can just use the main ActiveRecord connection to get the same information. We only post the write location if load balancing is configured. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/247857
-
Nicolò Maria Mezzopera authored
Updated design presentation and dropzone to GtiLab UI classes See merge request gitlab-org/gitlab!44304
-
Natalia Tepluhina authored
-
Stan Hu authored
Fix Ruby 2.7 warnings for git_instance_proxy_spec.rb See merge request gitlab-org/gitlab!44195
-
Douglas Barbosa Alexandre authored
Load labels count instead of labels for throughput table See merge request gitlab-org/gitlab!43423
-
Jose Ivan Vargas authored
Remove label-link class See merge request gitlab-org/gitlab!43884
-
Imre Farkas authored
Fix scoped labels padding See merge request gitlab-org/gitlab!44044
-
Kerri Miller authored
Add cleanup migration for JobWaiter Redis keys See merge request gitlab-org/gitlab!43882
-
Jacob Vosmaer authored
-
Toon Claes authored
Add Documentation URL option to Admin area See merge request gitlab-org/gitlab!42702
-
Douglas Barbosa Alexandre authored
Use Wiki instance as repository container See merge request gitlab-org/gitlab!42610
-
Markus Koller authored
Before we started working on group wikis, `ProjectWiki` used a `Project` instance as the container of its `Repository` instance, so for group wikis we did the same with `Group`. This initially made sense and also mostly aligned with the semantics for `Repository#container`, but while working on wiki diffing [1] we noticed that the `Commit` and `Blob` classes sometimes use `container#repository`, which breaks some assumptions and also causes redundant Gitaly calls to the project repository when diffing wikis. Refactoring those classes is a lot riskier and would affect other features too, so in this commit we're instead changing the `Repository#container` to be the wiki instance, rather than the project or group. This generally seems to make sense anyway, and only needs some small adjustments. To satisfy the interface for `Repository#container`, we need to add or tweak some methods: - `Wiki.find_by_id` - `Wiki#id` - `Wiki#to_global_id` We also still need to be able to resolve wiki repositories from their containers, this is handled in the repository resolver for `Gitlab::GlRepository::WIKI`. [1] https://gitlab.com/gitlab-org/gitlab/-/merge_requests/35330
-
Philip Cunningham authored
Replace stubbed field with validation status from the database.
-