Skip to content

Commit

Permalink
trivial. remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
ktkfree committed Apr 4, 2024
1 parent 314f7b1 commit 45179c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@

# Dependency directories (remove the comment below to include it)
# vendor/

cmd/server/server
cmd/server/start_dev.sh
Binary file removed cmd/server/server
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func (x *SystemNotificationAccessor) GetIncompletedRules() ([]SystemNotification
Joins("join clusters on clusters.id = organizations.primary_cluster_id AND clusters.status = ?", domain.ClusterStatus_RUNNING).
Joins("join app_groups on app_groups.cluster_id = clusters.id AND app_groups.status = ?", domain.AppGroupStatus_RUNNING).
Where("system_notification_rules.status = ?", domain.SystemNotificationRuleStatus_PENDING).
Where("system_notification_rules.is_system = true"). // FOR TEST!!!!
//Where("system_notification_rules.is_system = true"). // FOR TEST!!!!
Order("system_notification_rules.organization_id").
Find(&rules)

Expand Down

0 comments on commit 45179c9

Please sign in to comment.