-
Notifications
You must be signed in to change notification settings - Fork 26
Add system caches
list
and delete
subcommands to manage runtime caches
#384
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
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
afaec14
First implementation of list and delete endpoints
toph-allen cf2adba
First pass at API unit tests
toph-allen 0e5c3b0
update docker-compose to use proper image
toph-allen 55c38e5
add integration tests; run make fmt
toph-allen 214510d
run tests in CI; skip if rsconnect service missing
toph-allen 53bf085
Simplify logging.
toph-allen a3e264d
CI fixes
toph-allen 76c7ddb
reorder tests so they work right
toph-allen 5315459
Update rsconnect/main.py
toph-allen f4a0548
Update rsconnect/main.py
toph-allen d1ab101
Insert @server_args where appropriate
toph-allen 3612171
Merge branch 'master' into toph-system-caches-runtime
toph-allen 624e875
Respond to review
toph-allen d3353a1
Fix a broken test.
toph-allen 2efd90a
Update tests
toph-allen e716708
Merge branch 'master' into toph-system-caches-runtime
toph-allen dc182b9
Update integration tests
toph-allen c27fbf8
attempt to fix failing vetiver test
toph-allen 0821c56
Update changelog.
toph-allen d29db3b
Add new commands to readme
toph-allen f05bfaa
Respond to review comments, mess with David's shell blocks
toph-allen ef21777
play with admonitions
toph-allen 4668804
play with admonitions more
toph-allen dab6cce
Change a note to a warning
toph-allen eb5c228
rewrite GitHub style admonitions into mkdoc style
aronatkins 1bfdb00
fix link
toph-allen a6f57f2
update image name
toph-allen b44a232
small changes to delete command and docs
toph-allen 26da4c1
revert language variable title casing
toph-allen 1a7ecdd
Merge branch 'master' into toph-system-caches-runtime
toph-allen 0e68bf1
Small change to bring in-line with Connect
toph-allen 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -25,4 +25,7 @@ | |
htmlcov | ||
test-home/ | ||
venv | ||
coverage.xml | ||
coverage.xml | ||
|
||
# Temporary dev files | ||
vetiver-testing/rsconnect_api_keys.json |
This file contains hidden or 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 hidden or 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.
We will want to indicate the minimum Connect release having this functionality.