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

Develop #40

Merged
merged 41 commits into from
Jul 22, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
e0dc8c0
initial work on helm provier
rusenask Jul 11, 2017
f1f6f50
Merge branch 'develop' into feature/helm_provider
rusenask Jul 11, 2017
4269d8b
test
rusenask Jul 14, 2017
8bfc251
help playground
rusenask Jul 14, 2017
783d967
fixme
rusenask Jul 14, 2017
a2aef71
Merge branch 'develop' into feature/helm_provider
rusenask Jul 18, 2017
c150fa9
initial work on keel configuration
rusenask Jul 18, 2017
8e8f8cd
tests
rusenask Jul 18, 2017
de4efcd
policy enums
rusenask Jul 18, 2017
73cefed
initial work on versioned update strategy
rusenask Jul 18, 2017
7645b57
versioned updates
rusenask Jul 20, 2017
7b91a7a
helm versioned updates
rusenask Jul 20, 2017
45fb1bf
fixed bug in version checking
rusenask Jul 20, 2017
d94b6ce
versioned updates tests
rusenask Jul 20, 2017
4ede350
versioned updates cleanup
rusenask Jul 20, 2017
f147d6e
common functions for helm provider
rusenask Jul 20, 2017
72d7fc6
provider interface update
rusenask Jul 20, 2017
76bc42c
notifications, testing
rusenask Jul 20, 2017
598d1de
unversioned updates
rusenask Jul 20, 2017
71c1886
switching to tracked images
rusenask Jul 20, 2017
9862037
defense against empty schedule
rusenask Jul 20, 2017
5ba96ce
cleanup and testing
rusenask Jul 20, 2017
59693d6
tracked images type, used by providers to supply images to triggers (…
rusenask Jul 20, 2017
0daa056
triggertype json enums for yaml parsing
rusenask Jul 20, 2017
a13524b
more types for helm releases
rusenask Jul 20, 2017
924ddb4
string representation for debugging
rusenask Jul 20, 2017
5fcb2ff
switching to tracked images
rusenask Jul 20, 2017
a11b672
implementing tracked images
rusenask Jul 20, 2017
f53a1ec
fake provider for testing
rusenask Jul 20, 2017
28f89de
tests
rusenask Jul 20, 2017
779cbbc
first draft of unversioned updates
rusenask Jul 20, 2017
39ac244
restructured configuration and teardown, added helm provider
rusenask Jul 20, 2017
ea1cf35
updated tests
rusenask Jul 20, 2017
885bbd1
more testing
rusenask Jul 20, 2017
0c9c0c8
should only be run in integration tests
rusenask Jul 21, 2017
7f3efb3
vendor update
rusenask Jul 21, 2017
06e2814
vendor deps
rusenask Jul 21, 2017
5c8d231
no neet for go get anymore
rusenask Jul 21, 2017
6f4784b
no need for go get anymore
rusenask Jul 22, 2017
b078d8b
sample update
rusenask Jul 22, 2017
1d70e01
Merge pull request #39 from rusenask/feature/helm_provider
rusenask Jul 22, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ jobs:
steps:
- checkout

# specify any bash command here prefixed with `run: `
- run: go get
# specify any bash command here prefixed with `run: `
- run: make test
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.8.3
COPY . /go/src/github.com/rusenask/keel
WORKDIR /go/src/github.com/rusenask/keel
RUN go get && make build
RUN make build

FROM alpine:latest
RUN apk --no-cache add ca-certificates
Expand Down
333 changes: 319 additions & 14 deletions glide.lock

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

Loading