Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event source custom resource #377

Merged
merged 66 commits into from
Dec 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
95095bd
feat(): setting up event source crd
VaibhavPage Oct 9, 2019
5ef10ff
feat(): added event sources for minio, calendar, file and resource
VaibhavPage Oct 9, 2019
fab8faf
feat(): moved community gateways to core
VaibhavPage Oct 10, 2019
d7338c1
feat(): moved community gateways to core
VaibhavPage Oct 10, 2019
c570617
feat(): added clientset, deepcopy etc for event sources
Oct 11, 2019
d3b66a9
refactor(): aws sns gateway due to event source crd
Oct 11, 2019
4cc8791
Merge branch 'master' into event-source-custom-resource
VaibhavPage Oct 12, 2019
d02d3d7
refactor(): sqs and sns gateways
VaibhavPage Oct 29, 2019
96551c4
Merge remote-tracking branch 'origin/event-source-custom-resource' in…
VaibhavPage Oct 29, 2019
9ed1e8f
refactor(): calendar gateway
VaibhavPage Oct 29, 2019
c0e7f70
refactor(): file and gcp-pubsub gateway
VaibhavPage Oct 29, 2019
bd935e9
refactor(): github gateway
VaibhavPage Oct 29, 2019
0b2b36d
refactor(): incremental changes
VaibhavPage Nov 1, 2019
7a0b251
refactor(): incremental changes
VaibhavPage Nov 1, 2019
7ef6ed3
refactor(): incremental changes
VaibhavPage Nov 1, 2019
ab5e406
refactor(): incremental changes
VaibhavPage Nov 1, 2019
67f79eb
refactor(): incremental changes
VaibhavPage Nov 1, 2019
a8a1f1b
refactor(): incremental changes
VaibhavPage Nov 2, 2019
8d26f6f
refactor(): incremental changes
VaibhavPage Nov 2, 2019
88ed46b
refactor(): incremental changes
VaibhavPage Nov 4, 2019
532fb79
refactor(): incremental changes
VaibhavPage Nov 4, 2019
0c2e17e
refactor(): incremental changes
VaibhavPage Nov 7, 2019
5b3a870
refactor(): incremental changes
VaibhavPage Nov 8, 2019
dfa3dc8
refactor(): incremental changes
VaibhavPage Nov 8, 2019
aac8421
refactor(): incremental changes
VaibhavPage Nov 11, 2019
7145340
refactor(): incremental changes
VaibhavPage Nov 15, 2019
a5af7ae
refactor(): incremental changes
VaibhavPage Nov 23, 2019
892899c
refactor(): incremental changes
VaibhavPage Nov 23, 2019
36263d9
refactor(): incremental changes
VaibhavPage Nov 24, 2019
2d5941b
refactor(): incremental changes
VaibhavPage Dec 1, 2019
0ed84d3
test(): gateway resources
VaibhavPage Dec 1, 2019
6f33ae0
test(): gateway resources
VaibhavPage Dec 2, 2019
e23037c
refactor(): added sensor status resources
VaibhavPage Dec 2, 2019
0eeb421
refactor(): fixing update service
VaibhavPage Dec 2, 2019
589fad7
refactor(): incremental changes
VaibhavPage Dec 2, 2019
354ef5d
test(): sensor tests
VaibhavPage Dec 3, 2019
757d1c5
test(): sensor tests
VaibhavPage Dec 6, 2019
2d5cd48
fix(): service metadata for gateway
VaibhavPage Dec 6, 2019
1fdb294
refactor(): gateway context name
VaibhavPage Dec 6, 2019
a2dac78
test(): gateway operator
VaibhavPage Dec 7, 2019
674e0f2
refactor(event-source-custom-resource): rename gateway context
VaibhavPage Dec 7, 2019
4f7d63d
chore(event-source-custom-resource): update pkg lock
VaibhavPage Dec 7, 2019
2d5de5f
test(event-source-custom-resource): fix gateway resource tests
VaibhavPage Dec 7, 2019
3838a54
test(event-source-custom-resource): sensor operate tests
VaibhavPage Dec 7, 2019
6fcaabe
test(event-source-custom-resource): sensor tests
VaibhavPage Dec 7, 2019
4213507
test(event-source-custom-resource): fix controllers tests
VaibhavPage Dec 7, 2019
b1c953d
test(event-source-custom-resource): fix gateway tests
VaibhavPage Dec 8, 2019
12fa9a4
test(event-source-custom-resource): fix gateway server tests
VaibhavPage Dec 8, 2019
def4a3b
test(event-source-custom-resource): fix gateway server tests
VaibhavPage Dec 8, 2019
fd48cc1
test(event-source-custom-resource): fix gateway server tests
VaibhavPage Dec 8, 2019
a64c512
test(event-source-custom-resource): fix gateway server tests
VaibhavPage Dec 8, 2019
069d447
fix(event-source-custom-resource): event source examples
VaibhavPage Dec 8, 2019
5b6764d
chore(event-source-custom-resource): common webhook housekeeping
VaibhavPage Dec 8, 2019
ef7f1de
chore(event-source-custom-resource): common webhook housekeeping
VaibhavPage Dec 8, 2019
c459052
fix(event-source-custom-resource): tests
VaibhavPage Dec 8, 2019
8e7460c
fix(event-source-custom-resource): builds
VaibhavPage Dec 8, 2019
f92b87b
fix(event-source-custom-resource): k8s manifest files
VaibhavPage Dec 8, 2019
b260e6a
fix(event-source-custom-resource): gateway operate
VaibhavPage Dec 8, 2019
16af6d4
fix(event-source-custom-resource): fix trigger execution
VaibhavPage Dec 9, 2019
1133155
fix(event-source-custom-resource): remove unnecessary service name me…
VaibhavPage Dec 9, 2019
4af7d33
chore(event-source-custom-resource): cleanup
VaibhavPage Dec 9, 2019
1f77c87
fix(event-source-custom-resource): service label selectors
VaibhavPage Dec 9, 2019
5e18edd
chore(event-source-custom-resource): cleanup
VaibhavPage Dec 9, 2019
ae488ac
fix(event-source-custom-resource): update example files
VaibhavPage Dec 10, 2019
7409688
fix(event-source-custom-resource): fix examples
VaibhavPage Dec 10, 2019
44a7970
chore(event-source-custom-resource): merge master
VaibhavPage Dec 10, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
120 changes: 60 additions & 60 deletions .argo-ci/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,68 +6,68 @@ spec:
entrypoint: argo-events-ci
arguments:
parameters:
- name: revision
value: master
- name: repo
value: https://github.com/argoproj/argo-events.git
- name: revision
value: master
- name: repo
value: https://github.com/argoproj/argo-events.git

templates:
- name: argo-events-ci
steps:
- - name: build
template: ci-dind
arguments:
parameters:
- name: argo-events-ci
steps:
- - name: build
template: ci-dind
arguments:
parameters:
- name: cmd
value: "{{item}}"
withItems:
- dep ensure && make
- name: test
template: ci-builder
arguments:
parameters:
- name: cmd
value: "{{item}}"
withItems:
- dep ensure && make test
- name: ci-builder
inputs:
parameters:
- name: cmd
value: "{{item}}"
withItems:
- dep ensure && make
- name: test
template: ci-builder
arguments:
parameters:
- name: cmd
value: "{{item}}"
withItems:
- dep ensure && make test
- name: ci-builder
inputs:
parameters:
- name: cmd
artifacts:
- name: code
path: /go/src/github.com/argoproj/argo-events
git:
repo: "{{workflow.parameters.repo}}"
revision: "{{workflow.parameters.revision}}"
container:
image: argoproj/argo-events-ci-builder:1.0
command: [sh, -c]
args: ["{{inputs.parameters.cmd}}"]
workingDir: /go/src/github.com/argoproj/argo-events
artifacts:
- name: code
path: /go/src/github.com/argoproj/argo-events
git:
repo: "{{workflow.parameters.repo}}"
revision: "{{workflow.parameters.revision}}"
container:
image: argoproj/argo-events-ci-builder:1.0
command: [sh, -c]
args: ["{{inputs.parameters.cmd}}"]
workingDir: /go/src/github.com/argoproj/argo-events

- name: ci-dind
inputs:
parameters:
- name: cmd
artifacts:
- name: code
path: /go/src/github.com/argoproj/argo-events
git:
repo: "{{workflow.parameters.repo}}"
revision: "{{workflow.parameters.revision}}"
container:
image: argoproj/argo-events-ci-builder:1.0
command: [sh, -c]
args: ["until docker ps; do sleep 3; done && {{inputs.parameters.cmd}}"]
workingDir: /go/src/github.com/argoproj/argo-events
env:
- name: DOCKER_HOST
value: 127.0.0.1
sidecars:
- name: dind
image: docker:17.10-dind
securityContext:
privileged: true
mirrorVolumeMounts: true
- name: ci-dind
inputs:
parameters:
- name: cmd
artifacts:
- name: code
path: /go/src/github.com/argoproj/argo-events
git:
repo: "{{workflow.parameters.repo}}"
revision: "{{workflow.parameters.revision}}"
container:
image: argoproj/argo-events-ci-builder:1.0
command: [sh, -c]
args: ["until docker ps; do sleep 3; done && {{inputs.parameters.cmd}}"]
workingDir: /go/src/github.com/argoproj/argo-events
env:
- name: DOCKER_HOST
value: 127.0.0.1
sidecars:
- name: dind
image: docker:17.10-dind
securityContext:
privileged: true
mirrorVolumeMounts: true

6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ before_install:
- if [[ -d $HOME/docker ]]; then ls $HOME/docker/*.tar.gz | xargs -I {file} sh -c "zcat {file} | docker load"; fi
- go get github.com/mattn/goveralls
- if [ ! -d $HOME/bin/kubectl ]; then
mkdir -p $HOME/bin;
curl -o $HOME/bin/kubectl -L https://storage.googleapis.com/kubernetes-release/release/v1.13.4/bin/linux/amd64/kubectl;
chmod +x $HOME/bin/kubectl;
mkdir -p $HOME/bin;
curl -o $HOME/bin/kubectl -L https://storage.googleapis.com/kubernetes-release/release/v1.13.4/bin/linux/amd64/kubectl;
chmod +x $HOME/bin/kubectl;
fi

before_cache:
Expand Down