-
Notifications
You must be signed in to change notification settings - Fork 753
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removing port from webhook and revising signal impl (#68)
* removing port from webhook and revising signal impl * using sync map * fixing webhook client and refactoring Makefile to actually build
- Loading branch information
Showing
15 changed files
with
345 additions
and
325 deletions.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
# Roadmap | ||
|
||
## Development Phase | ||
- Simplify logging | ||
- E2E testing | ||
- Documentation | ||
- Implement repeatable sensors | ||
- Add NATS Streaming Signal support | ||
- Add SNS & SQS Signal Support | ||
|
||
|
||
## Design Phase | ||
- Pluggable Calendar definitions that extend a common Calendar interface | ||
- Pass in credentials for connection to various signal sources | ||
- Implement GC for old sensors | ||
|
||
- Implement repeatable sensors | ||
|
||
## Idea Phase | ||
- Smarter pod queue processing | ||
- Attach PVC to sensor executor pod spec for storing events | ||
- Use [hashicorp/go-getter](https://github.com/hashicorp/go-getter) for the `ArtifactReader` interface. | ||
- Add [Upspin](https://upspin.io/) as an `Artifact` file source. |
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
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
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
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
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
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
Oops, something went wrong.