Skip to content
Snippets Groups Projects

Add cron worker to automatically rollout zoekt exact code search to paid namespaces

Merged John Mason requested to merge jm-namespace-assignment-service into master
1 unresolved thread
Compare and
6 files
+ 852
0
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -4,6 +4,8 @@ module Namespaces
class ProjectNamespace < Namespace
self.allow_legacy_sti_class = true
scope :with_project_statistics, -> { includes(project: :statistics) }
# These aliases are added to make it easier to sync parent/parent_id attribute with
# project.namespace/project.namespace_id attribute.
#
Loading