-
Notifications
You must be signed in to change notification settings - Fork 19
Compare Computational Assets updates vs develop #672
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
Closed
agimenobono
wants to merge
542
commits into
feature/update_computational_asset_definition
from
develop
Closed
Compare Computational Assets updates vs develop #672
agimenobono
wants to merge
542
commits into
feature/update_computational_asset_definition
from
develop
Conversation
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
…into enh/update_organisation
…into enh/update_person
…56 characters to 2000 characters. (#635) * Extend character limit of url * Add migration for URL extension * Add note to doc
* add endpoint for managing asset permissions * Add admin role for modifying resources * Update assign permissions to allow the use of subject identifier * Allow deletion of permission by subject identifier * Support removal of permissions by administrators * Use the service account to query for the user * Add admin user to aoid realm and view-users role to aiod-api client * Add test for adding user by nickname * Force exact name match * add doc of new users and roles * minor corrections/clarifications
* Add subtitle and funding_link fields to projects * Make alternate name case sensitive (#641) * Make alternate name case sensitive * Add migration for alternate name case sensitivity
* Forward ADMIN_ROLE environment variable * update before install
* Update notes on release workflow to better match current practice * Add note on turning the other services back on
…ces` (#642) * Always use a base64 representation for images * Clean up encoding of images since it is now centralized * Do not show the binary blobs for the user resources endpoint
* Add AI paradigm taxonomy * Add `falls_under_paradigm` property
…00 characters (#644) extend registration link and fix taxonomy defaults
…s' relationships (#646) * Do not serialize direct relationships to soft-deleted assets * Do not materialiaze soft deleted assets in server responses * Add a migration script
…#649) * do not restrict connectors to not uploading binaries * Allow users to update assets if they do not change binaries * Put back accidentally removed unit tests
* do not restrict connectors to not uploading binaries * Allow users to update assets if they do not change binaries * Put back accidentally removed unit tests * extract validate image * extract read image method * Generalize image endpoints * Extract more of the methods for adding image routers * add router for project images
Bump version to 20251130
* Add deterministic order for pagination * Add sorting to list endpoints * Add test for sorting behavior
…quest a list of all permissions pertaining to that asset (#655) Add endpoint to show permission, use Keycloak API more directly
fix contributing.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Compare Computational Asset update branch with develop