- 05 Oct, 2020 40 commits
-
-
Tyler Amos authored
- Excluding bots from the current active users count logic in License model. - Introduces a new scope `without_bots`. - Adds the method `current_active_users` to License for easy reuse. - Update references across the app to use `current_active_users` instead of `User.active.count`. - Updates documentation accordingly.
-
Mike Jang authored
Add additional info to feature flags development docs See merge request gitlab-org/gitlab!44154
-
Nicolò Maria Mezzopera authored
Use gl-button on cluster advanced settings page Closes #259251 See merge request gitlab-org/gitlab!44219
-
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
-
rpereira2 authored
-
rpereira2 authored
Add example usage of the have_pushed_frontend_feature_flags matcher to feature flag development docs.
-
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
-