-
Notifications
You must be signed in to change notification settings - Fork 28
Posit Publisher .posit/publish: TOML interop, redeploy, and config-driven bundling #830
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
Open
mconflitti-pbc
wants to merge
19
commits into
main
Choose a base branch
from
feat/publisher-toml-support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
69ab9ea
Add Posit Publisher .posit/publish TOML interoperability
mconflitti-pbc ebc4f09
Fix redeploy creating a duplicate .posit config
mconflitti-pbc a918349
redeploy: reuse a saved credential matched by server URL
mconflitti-pbc 94cc1ef
Bundle files per .posit config; honor .gitignore otherwise
mconflitti-pbc 120b8cb
Propagate config integration_requests into manifest.json
mconflitti-pbc da35758
Fix Python 3.8 collection error in test_redeploy.py
mconflitti-pbc eb4a736
Isolate ambient Connect env vars in redeploy tests
mconflitti-pbc 857017a
Fix .posit config files list drifting from the bundle
mconflitti-pbc db10e65
Revert .gitignore-aware default file selection
mconflitti-pbc 0a34551
Don't let a written config narrow the next deploy
mconflitti-pbc 9fec48d
Pin the Publisher-curation round-trip with tests
mconflitti-pbc d9ee8a3
Fix Windows path separator in gitignore regression test
mconflitti-pbc cc8e0f4
Normalize server_url before writing a .posit deployment record
mconflitti-pbc 8b32b46
Recover the literal entrypoint file for a written .posit config
mconflitti-pbc c3e77d6
Address PR review: widen redeploy coverage, fix record data loss
mconflitti-pbc c86b22d
List the Python package file literally so Publisher can redeploy it
mconflitti-pbc c6b63ee
Rewrite CHANGELOG Unreleased section in Simplified Technical English
mconflitti-pbc 65cc12a
Stop calling the package-file listing entry a bug fix
mconflitti-pbc c92d8f4
Add reusable Publisher init and publish services
mconflitti-pbc 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
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
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.
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.
(I know this isn't from your PR but it's in the diff) but is it true that we "added" support for Python 3.14? Or did we just add CI? If the latter, then we should delete this line.