- 30 Jun, 2017 5 commits
-
-
Sean McGivern authored
-
Sean McGivern authored
This runs a slightly slower query to get the issue and MR counts in the navigation, but caches by user type (can see all / none confidential issues) for two minutes.
-
Sean McGivern authored
When we are filtering by a single project, and the current user has access to see confidential issues on that project, we don't need to filter by confidentiality at all - just as if the user were an admin. The filter by confidentiality often picks a non-optimal query plan: for instance, AND-ing the results of all issues in the project (a relatively small set), and all issues in the states requested (a huge set), rather than just starting small and winnowing further.
-
James Edwards-Jones authored
[ci skip]
-
James Edwards-Jones authored
[ci skip]
-
- 29 Jun, 2017 35 commits
-
-
Douwe Maan authored
Introduce namespace licensing for issue weights (EES) Closes #2575 See merge request !2291
-
Douwe Maan authored
Make mirror specific admin application settings exclusive to Gitlab.com See merge request !2307
-
Nick Thomas authored
-
Nick Thomas authored
-
Nick Thomas authored
-
Douwe Maan authored
Improve Namespace feature check Closes #2761 See merge request !2279
-
Tiago Botelho authored
-
Bob Van Landuyt authored
-
Yorick Peterse authored
Fix shared runners minutes Closes gitlab-ce#33213 See merge request !2275
-
Douwe Maan authored
Set the default value for geo_secondary_role flag to false for test environment Closes #2760 See merge request !2304
-
Douwe Maan authored
Backports CE "Add group members counting related data on namespaces API" See merge request !2284
-
Robert Speicher authored
Disable all unnecessary Sidekiq-cron workers when node is a Geo secondary See merge request !2261
-
Annabel Dunstone Gray authored
Port of issueable-list-cleanup to EE See merge request !2262
-
Taurie Davis authored
-
Robert Speicher authored
[EE] Allow the feature flags to be enabled/disabled with more granularity See merge request !2290
-
Stan Hu authored
-
Sean McGivern authored
[EE] Split up MergeRequestsController See merge request !2295
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douwe Maan authored
-
Sean McGivern authored
Integration/refactor declarative policy See merge request !2286
-
Douwe Maan authored
Update schema with `datetime_with_timezone` type See merge request !2297
-
Kamil Trzcinski authored
Update only projects with used allowance, not all. We have a millions of projects, and only a small portion of them use CI.
-
Sean McGivern authored
Use gl_repository exclusively as identifier on post-receive See merge request !2288
-
Filipa Lacerda authored
Related Issues UI Polish Closes #2756 See merge request !2268
-
Stan Hu authored
Default `authorized_keys_enabled` setting to true Closes #2738 See merge request !2240
-
Stan Hu authored
Most of the workers need to update the database, which fails miserably on the secondary.
-
Eric Eastwood authored
-
Eric Eastwood authored
Remove prop because it no longer contains "related issue" in it and probably doesn't need to be customized anymore See https://gitlab.com/gitlab-org/gitlab-ce/issues/34336
-
-
-
-
-