Skip to content

Commit

Permalink
cleanup(crons): Removes crons issue platform flag (#52825)
Browse files Browse the repository at this point in the history
Finishes cleanup from #52036
  • Loading branch information
rjo100 authored and armenzg committed Jul 17, 2023
1 parent d1563a1 commit 3bfd419
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/sentry/conf/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -1328,8 +1328,6 @@ def SOCIAL_AUTH_DEFAULT_USERNAME() -> str:
# Enable creating organizations within sentry (if SENTRY_SINGLE_ORGANIZATION
# is not enabled).
"organizations:create": True,
# Use issue platform for crons issues
"organizations:crons-issue-platform": False,
# Use new listing page for crons
"organizations:crons-timeline-listing-page": False,
# Enable usage of customer domains on the frontend
Expand Down
1 change: 0 additions & 1 deletion src/sentry/features/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
default_manager.add("organizations:auto-enable-codecov", OrganizationFeature, FeatureHandlerStrategy.INTERNAL)
default_manager.add("organizations:auto-repo-linking", OrganizationFeature, FeatureHandlerStrategy.REMOTE)
default_manager.add("organizations:crash-rate-alerts", OrganizationFeature, FeatureHandlerStrategy.INTERNAL)
default_manager.add("organizations:crons-issue-platform", OrganizationFeature, FeatureHandlerStrategy.INTERNAL)
default_manager.add("organizations:crons-timeline-listing-page", OrganizationFeature, FeatureHandlerStrategy.REMOTE)
default_manager.add("organizations:customer-domains", OrganizationFeature, FeatureHandlerStrategy.REMOTE)
default_manager.add("organizations:dashboards-mep", OrganizationFeature, FeatureHandlerStrategy.REMOTE)
Expand Down

0 comments on commit 3bfd419

Please sign in to comment.