-
Notifications
You must be signed in to change notification settings - Fork 153
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
Support all three config modes #253
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
252cdcc
rough draft
weave-e2e-quickstart ca2ab7b
merge upstream cleanup
weave-e2e-quickstart 4227cfd
remove .git from app config url
weave-e2e-quickstart 21f5346
more testing of external
weave-e2e-quickstart 07f377b
external repo working
weave-e2e-quickstart 2553ef5
user repo working
weave-e2e-quickstart 14989c0
update tests for new git client and add test for generateSource
weave-e2e-quickstart a0c9640
fix lint errors
weave-e2e-quickstart 1202611
coverage for empty URL and non-default path
weave-e2e-quickstart d0cd52b
fix overzealous lint check
weave-e2e-quickstart 27ddf33
coverage for non-user-repo add paths
weave-e2e-quickstart 2d2cd83
add test for all config modes no dry-run
weave-e2e-quickstart 4f35d82
more lint
weave-e2e-quickstart 19720f0
remove unused function
weave-e2e-quickstart ab575c4
more no longer used code
weave-e2e-quickstart 29de258
first attempt at fixing smoke tests
weave-e2e-quickstart c781d15
test tweaks
weave-e2e-quickstart cce9898
test lint
weave-e2e-quickstart b928ccc
dead code in tests
weave-e2e-quickstart 05b250e
fix status, helmrelease naming, and kustomize naming
weave-e2e-quickstart 2878ecd
reduce refresh intervals
weave-e2e-quickstart 788bbe7
update interval in add test
weave-e2e-quickstart 336829a
disambiguate kustomizations
weave-e2e-quickstart 355c4ef
experimentally increase pod timeout for test
weave-e2e-quickstart d060125
disambiguate target kustomizations
weave-e2e-quickstart 6282d33
remove uses of --private flag for now since we no longer create repos
weave-e2e-quickstart 69db4ff
wait for correct source in test (repo, rather than app)
weave-e2e-quickstart 32a49f6
lint error
weave-e2e-quickstart 5064b05
update with new helm repository changes
weave-e2e-quickstart 0d31108
remove dead code
weave-e2e-quickstart 368a419
turn off audit for now
weave-e2e-quickstart File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit - "URL of external repository" -> "URL of an external repository"