Skip to content

Commit

Permalink
Merge pull request #3604 from ActiveState/DX-3163
Browse files Browse the repository at this point in the history
Rename Messages To Notifications
  • Loading branch information
MDrakos authored Nov 21, 2024
2 parents 7bc14c0 + acaa7e1 commit 2da0aa9
Show file tree
Hide file tree
Showing 17 changed files with 968 additions and 1,388 deletions.
255 changes: 0 additions & 255 deletions cmd/state-svc/internal/messages/messages.go

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package messages
package notifications

import (
"regexp"
Expand Down Expand Up @@ -57,7 +57,7 @@ func conditionFuncMap() template.FuncMap {
"regexMatch": func(str, pattern string) bool {
rx, err := regexp.Compile(pattern)
if err != nil {
multilog.Error("Messages: Could not compile regex pattern: %s", err)
multilog.Error("Notifications: Could not compile regex pattern: %s", err)
return false
}
return rx.MatchString(str)
Expand Down
Loading

0 comments on commit 2da0aa9

Please sign in to comment.