-
Notifications
You must be signed in to change notification settings - Fork 746
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(): moving gateway configmaps to event source directory * chore(): moving gateway configmaps to event source directory * updating event source definitions with better comments * updating event source definitions with better comments * updating gateway, event-source and sensor examples * updating gateway, event-source and sensor examples * started amending logger * adding tests for event sources * adding tests for event sources * adding check for event source version before processing it in watcher. adding func and file name in log. * adding comments to trun ssl on webhook and adding formatter to logger * updating event source examples * adding back gateway and sensor guide * fix e2e test * fix e2e test * fix e2e test * add ca-certs to community gateways * updating docs structure * updating docs * updating docs * updating docs * updating docs * updating docs * updating docs * update version to v0.10 * update e2e test images * fix e2e test * fix e2e test * fix e2e test * fix e2e test * fix e2e test * fix event source
- Loading branch information
1 parent
68bbdd4
commit b68b94a
Showing
279 changed files
with
2,770 additions
and
3,518 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,9 +1,11 @@ | ||
# Roadmap | ||
|
||
## Development Phase | ||
- Boolean logic for event dependencies in sensor | ||
- Add prometheus metrics collection | ||
- E2E testing | ||
- Microsoft Azure Blob Gateway | ||
- Microsoft Teams Gateway | ||
- Document use-cases | ||
|
||
## Idea Phase | ||
- 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.9 | ||
0.10 |
Oops, something went wrong.