-
Notifications
You must be signed in to change notification settings - Fork 28
Database Packaging #1121
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
isc-dchui
wants to merge
35
commits into
main
Choose a base branch
from
db-packaging
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
Database Packaging #1121
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
2b9a128
Add tests first
isc-dchui 4ea4593
First pass implementation of package-database
isc-dchui a8ee336
First pass on installing database-packaged module
isc-dchui 19d9bd2
Bug fixing and test improvement
isc-dchui dc9e7e6
Handle non-compiled files and test files with some bug fixes and tests
isc-dchui f428f77
All tests pass now
isc-dchui 04a04ae
Refactor
isc-dchui 6505e8a
Fix python requirements.txt gap, add some tests, and minor refactoring
isc-dchui 019d82d
Cleanup after new tests
isc-dchui 4a9462c
Fix gap with invoke timing
isc-dchui ac9ff24
Refactor tests to carefully reuse namespace for performance gains
isc-dchui 0dfd807
Minor refactor and remove test timing
isc-dchui 2ee14f6
Properly handle update steps during database packaging/installing
isc-dchui bc71741
Add publish-database command for publishing a database-packaged modul…
isc-dchui 18ff483
Add changelog and merge two tests into one
isc-dchui bcb541a
Readd comment
isc-dchui 7d83e90
Adjust GitHub CI phase steps timing
isc-dchui 32e680e
Combine python tests into one
isc-dchui 792ae11
Add source vs database-packaged module filtering in ORAS with OCI tag…
isc-dchui b231290
Address review comments
isc-dchui 07f8a93
Reorganize methods
isc-dchui d0d2cce
Update to new version of IPM
isc-dchui 07617be
Add check for mirrored databases
isc-dchui 23662d7
Address review comments
isc-dchui cdb392d
Address review comments and move db swap to Reload
isc-dchui 0862f57
Refactor and fix small bugs
isc-dchui 853eb75
DB packaging will now check for existing modules before swapping data…
isc-dchui a8733ae
Improve handling of db-packaging updates re. dependencies
isc-dchui d609c07
Fix small issues and comments
isc-dchui 2ee73a6
Improve test performance
isc-dchui 27f185a
Fix I4H ensemble testing issue and extend generated resources grabbin…
isc-dchui 6a07664
Handle database-packaged installation dependencies properly
isc-dchui e654cba
Patch some holes and fix a few small issues
isc-dchui 1044121
Fix I4H tests (again)
isc-dchui c13492b
Try fixing test again
isc-dchui 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 |
|---|---|---|
|
|
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
|
||
| ### Added | ||
| - #1117: Add `sync` command for incremental loading of changed files in dev-mode modules. Detects modified files since last sync using SHA-1 hash and recompiles only what is stale. Supports `-delete` for processing removed files and `-test` for running changed test-phase unit tests. | ||
| - #986: Database packaging: new `package-database` and `publish-database` commands create an IRIS.DAT-based package that installs via swapping of the routines database rather than compilation of source files. Pass `-dev` to include test resources (`Scope="test"` or `Scope="verify"`) in the package, which are excluded by default. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should the new command |
||
|
|
||
| ## [0.10.9] - 2026-08-05 | ||
|
|
||
|
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.