This repository has been archived by the owner on Nov 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
In-memory action definitions synced with Django #403
Merged
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
42eb852
Add ActionManager
Twixes bb45010
Refactor ActionManager
Twixes 580ffc1
Remove hello
Twixes 755e5dd
Adjust ActionManager method names and use single PubSub
Twixes 54f254a
Touch tests up
Twixes 797d56f
Merge branch 'master' into 235-action-matching
Twixes a87a0a0
Make some adjustments
Twixes ff0013e
Disable `status` stdout logs in test mode
Twixes e12d648
Fix `status`
Twixes f3415c8
Fix test problems
Twixes a42f6c8
Merge branch 'master' into 235-action-matching
Twixes 3f5553a
Fix dropAction typo
Twixes 63785f1
Reload all ActionManager caches every 5 min
Twixes e27c039
Merge branch 'master' into 235-action-matching
Twixes 1590d3c
Fix duplicate RawAction
Twixes 7f0dc18
Don't stringify JSONB column for `insertRow`
Twixes d768f11
It's a hub now
Twixes a5be2e4
Filter by Action.deleted
Twixes 5dde8df
Enhance ActionManager tests
Twixes 4af1ba7
Add Action-syncing task runner tests
Twixes bb606db
Merge branch 'master' into 235-action-matching
Twixes 8304827
Use `LOG_LEVEL=warn` in tests
Twixes c132a53
Don't `throw` error on unassociated channel pubsub
Twixes 4082003
Don't use defaultConfig in Status.buildMethod due to circular import
Twixes 6212419
Fix actions reload job var name
Twixes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice catch!