Skip to content

Commit

Permalink
Refactor gateways (#148)
Browse files Browse the repository at this point in the history
* Refactoring gateway

* Updated state handling of event sources

* updating gateways

* refactor resource gateway

* updating gateways

* updating gateways

* updating gateways

* updating gateways

* updating gateways

* refactoring sensor

* refactoring controllers

* refactoring controllers

* Updating hack

* Updating documentation

* updated examples

* Adding recover in gateways

* Gateway is now deployed as a pod instead of deployment

* refactoring state machine of sensor and gateway

* Updating sensor and gateway state machine

* Updating sensor and gateway state machine

* Updating examples

* Updating resource gateway

* Updating gateway validation

* reverting examples

* Add custom GitHub gateway (#150)

* Refactoring gateway

* Updated state handling of event sources

* updating gateways

* refactor resource gateway

* updating gateways

* updating gateways

* updating gateways

* updating gateways

* updating gateways

* refactoring sensor

* refactoring controllers

* refactoring controllers

* Updating hack

* Updating documentation

* updated examples

* Adding recover in gateways

* Gateway is now deployed as a pod instead of deployment

* refactoring state machine of sensor and gateway

* Updating sensor and gateway state machine

* Updating sensor and gateway state machine

* Updating examples

* Add custom GitHub gateway

Issue #95

* minor docs fix

* minor docs fix

* minor docs fix

* Adding tests back

* Adding tests back

* Adding tests back

* Adding tests back

* Adding tests back
  • Loading branch information
VaibhavPage authored Jan 16, 2019
1 parent 39a9371 commit 98de845
Show file tree
Hide file tree
Showing 248 changed files with 7,847 additions and 10,719 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ Follow the rest of the [quickstart guide](docs/quickstart.md) to install compone
If you're making a change to the `pkg/apis/sensor/v1alpha1` package, please ensure you re-run the K8 code-generator scripts found in the `/hack` folder. First, ensure you have the `generate-groups.sh` script at the path: `vendor/k8s.io/code-generator/`. Next run the following commands in order:
```
$ make codegen
```
```
124 changes: 74 additions & 50 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 16 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ required = [
"github.com/gogo/protobuf/protoc-gen-gogofast",
]

[[constraint]]
name = "github.com/smartystreets/goconvey"
version = "1.6.3"

[[constraint]]
name = "google.golang.org/grpc"
version = "v1.17.0"

[[constraint]]
name = "github.com/golang/protobuf"
branch = "master"

[[constraint]]
name = "k8s.io/code-generator"
Expand Down Expand Up @@ -47,7 +58,7 @@ required = [

[[constraint]]
name = "github.com/Shopify/sarama"
version = "1.19.0"
version = "v1.20.0"

[[constraint]]
name = "github.com/stretchr/testify"
Expand Down Expand Up @@ -80,3 +91,7 @@ required = [
[[prune.project]]
name = "k8s.io/code-generator"
unused-packages = false

[[constraint]]
name = "github.com/google/go-github"
version = "21.0.0"
Loading

0 comments on commit 98de845

Please sign in to comment.