- 16 Aug, 2019 2 commits
-
-
Mark Chao authored
To avoid indexing timeout. 1 MB is chosen because it's repo file index limit, and snippet will be migrated from database to repo.
-
GitLab Bot authored
-
- 15 Aug, 2019 38 commits
-
-
Thong Kuah authored
Resolve "Multi selection for delete on registry page" Closes #24705 See merge request gitlab-org/gitlab-ce!30837
-
GitLab Bot authored
-
Stan Hu authored
Add nonce to globalEval in shortcuts.js See merge request gitlab-org/gitlab-ce!31837
-
Stan Hu authored
Resolve "Current active users > historic max" Closes #12241 See merge request gitlab-org/gitlab-ee!15107
-
Tyler Amos authored
`License#historical_max` leverages `HistoricalData#max_historical_user_ count` for calculation. It also defaults to using a date from from a year prior to the expiration date up to the expiration date. Adds `License#prior_historical_max` as a way to continue to easily get the historical max before the given license which is used for `check_users_limit`.
-
GitLab Bot authored
-
Mayra Cabrera authored
Support metrics dashboard query parameters in GFM metrics filter See merge request gitlab-org/gitlab-ce!31304
-
Sarah Yasonik authored
https://gitlab.com/gitlab-org/gitlab-ce/issues/62971 Adds support for embedding specific charts from the metrics dashboard. Expected parameters are dashboard, title, group, and y_label.
-
GitLab Bot authored
-
Fatih Acet authored
Add Collapse buttons to Operations settings See merge request gitlab-org/gitlab-ee!15118
-
Fatih Acet authored
Fix for role span being too 'ballooned' Closes #65927 See merge request gitlab-org/gitlab-ce!31706
-
Fatih Acet authored
Update dependency @gitlab/svgs to ^1.68.0 See merge request gitlab-org/gitlab-ce!31729
-
GitLab Bot authored
-
Michael Kozono authored
Squash project templates on update See merge request gitlab-org/gitlab-ce!31592
-
Hordur Freyr Yngvason authored
As per https://gitlab.com/gitlab-org/gitlab-ce/issues/46043, project templates should be squashed before updating, so that repositories created from these templates don't include the full history of the backing repository.
-
Robert Speicher authored
Move clone_panel spec for single-codebase effort See merge request gitlab-org/gitlab-ee!15232
-
Mayra Cabrera authored
Fix failing N+1 spec in spec/requests/api/discussions_spec.rb See merge request gitlab-org/gitlab-ce!31865
-
GitLab Bot authored
-
Mayra Cabrera authored
Migrations for Cycle Analytics backend See merge request gitlab-org/gitlab-ce!31621
-
Adam Hegyi authored
This change lays the foundation for customizable cycle analytics stages. The main reason for the change is to extract the event definitions to separate objects (start_event, end_event) so that it could be easily customized later on.
-
Mayra Cabrera authored
Migrations for Cycle Analytics backend See merge request gitlab-org/gitlab-ee!15061
-
Adam Hegyi authored
This change lays the foundation for customizable cycle analytics stages. The main reason for the change is to extract the event definitions to separate objects (start_event, end_event) so that it could be easily customized later on.
-
GitLab Bot authored
-
Stan Hu authored
This test was failing in EE because the API helper `get()` creates a personal access token each time it's run. We can avoid that by pre-creating a personal access token and passing it each time.
-
Mayra Cabrera authored
Only read rebase status from the model See merge request gitlab-org/gitlab-ce!31847
-
Nick Thomas authored
Prior to 12.1, rebase status was looked up directly from Gitaly. In https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14417 , a DB column was added to track the status instead. However, we couldn't stop looking at the gitaly status immediately, since some rebases may been running across the upgrade. Now that we're in 12.3, it is safe to remove the direct-to-gitaly lookup. This also happens to fix a 500 error that is seen when viewing an MR for a fork where the source project has been removed. We still look at the Gitaly status in the service, just in case Gitaly and Sidekiq get out of sync - I assume this is possible, and it's a relatively cheap check. Since we atomically check and set `merge_requests.rebase_jid`, we should never enqueue two `RebaseWorker` jobs in parallel.
-
Douglas Barbosa Alexandre authored
Fix job scheduling when extra CI minutes purchased See merge request gitlab-org/gitlab-ee!15120
-
GitLab Bot authored
-
Stan Hu authored
Removes db/fixtures from database files See merge request gitlab-org/gitlab-ce!31635
-
Mayra Cabrera authored
This will avoid Danger to suggest a database review for files inside db/fixtures
-
Douglas Barbosa Alexandre authored
Merge branch '50020-allow-email-notifications-to-be-disabled-for-all-users-of-a-group' into 'master' Allow email notifications to be disabled for all users of a group See merge request gitlab-org/gitlab-ce!30755
-
Brett Walker authored
- Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
-
Douglas Barbosa Alexandre authored
Merge branch '50020-allow-email-notifications-to-be-disabled-for-all-users-of-a-group-ee' into 'master' Allow email notifications to be disabled for all users of a group See merge request gitlab-org/gitlab-ee!15026
-
Brett Walker authored
- Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
-
Mayra Cabrera authored
Upgrade Rugged to 0.28.3.1 See merge request gitlab-org/gitlab-ce!31794
-
GitLab Bot authored
-
Stan Hu authored
Remove duplicate -/users/terms routes See merge request gitlab-org/gitlab-ce!31812
-
GitLab Bot authored
-