-
Notifications
You must be signed in to change notification settings - Fork 8
Release 2.0 #232
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
Release 2.0 #232
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
* Release v1.10+ (#175) * style: updated pre commit to latest versions (#159) style: update pre-commit to latest version * chore: clean up development branch * 1.1.0 Automatically generated by python-semantic-release * docs: update roadmap * 1.1.0 Automatically generated by python-semantic-release * chore: remove extra files created by semantic release * fix: rework semantic release * chore: add configuration to publishes artefacts to GitHub Releases * chore: remove auto created CHANGELOG.md * chore: release version 1.1.0 Automatically generated by python-semantic-release --------- Co-authored-by: github-actions <[email protected]> * feat: add data model module to entirety * chore: smart data model crud * refactor: remove test code * chore: github link for data model loading * refactor: name change from github_link to schema_link * feat: add create service group from data model * feat: add boolean field to only apply required attrs from data model * chore: create temporary parser * feat: sdm parsed into entity form * fix: can't load schema from link because of wrong id of field * chore: add jsonschemaparser to requirements * chore: save local schema as temp file * chore: change sidebar icon * chore: update requirements.txt * feat: clean up functions for temporary files * chore: remove unused data model handler * chore: merge "create" and "creat from data model" in entity module * fix: deactivate load data model for updating * Feat: Load button added to devices moddule * Feat: Added Dropdown button to add new devices and batch device. * Feat: Added Dropdown button to add new devices and batch device. * Feat: Added URL for creating batch devices * Feat: Assign unique ID when new entity is loaded from datamodels * Feat: Assign unique ID when new entity is loaded from datamodels * Feat: Added parse_device function * chore: adjust views in devices modules * feat: parser for devices * chore: move and rename SmartDataModelEntitiesForm * feat: add load data model for devices * chore: add missing context * feat: implement data model load for servicegroups * fix: revise parse entity * chore: add initial resource for service group after loading from data model * fix: import error * chore: remove unused line * feat: implement viewer only for data model module * chore: rename edit button to inspect * build: included missing import * fix: save button not display for all users * chore: adjust layout for loading data models * chore: remove blank space in devices module * chore: update repo link for parser * fix: fixed search button displacement * chore: adjust layout of inspect button --------- Co-authored-by: JunsongDu <[email protected]> Co-authored-by: Ganesh Thimmankatti <[email protected]> * perf: update pillow version to include patch against DoS (#164) Co-authored-by: Sebastian Blechmann <[email protected]> * chore: add load semantics option in .env.example * chore: implemented switch to load semantics module * chore: implemented switch for local auth or OIDC auth * build(entirety): change format of release notes (#172) * build: change format of release notes * docs (entirety): update commit convention in contribution guideline * fix(entirety): handle none scope --------- Co-authored-by: JunsongDu <[email protected]> --------- Co-authored-by: Saira Bano <[email protected]> Co-authored-by: github-actions <[email protected]> Co-authored-by: Ganesh Thimmankatti <[email protected]> Co-authored-by: Sebastian Blechmann <[email protected]> * new release (#176) * style: updated pre commit to latest versions (#159) style: update pre-commit to latest version * chore: clean up development branch * 1.1.0 Automatically generated by python-semantic-release * docs: update roadmap * 1.1.0 Automatically generated by python-semantic-release * chore: remove extra files created by semantic release * fix: rework semantic release * chore: add configuration to publishes artefacts to GitHub Releases * chore: remove auto created CHANGELOG.md * chore: release version 1.1.0 Automatically generated by python-semantic-release --------- Co-authored-by: github-actions <[email protected]> * feat: add data model module to entirety * chore: smart data model crud * refactor: remove test code * chore: github link for data model loading * refactor: name change from github_link to schema_link * feat: add create service group from data model * feat: add boolean field to only apply required attrs from data model * chore: create temporary parser * feat: sdm parsed into entity form * fix: can't load schema from link because of wrong id of field * chore: add jsonschemaparser to requirements * chore: save local schema as temp file * chore: change sidebar icon * chore: update requirements.txt * feat: clean up functions for temporary files * chore: remove unused data model handler * chore: merge "create" and "creat from data model" in entity module * fix: deactivate load data model for updating * Feat: Load button added to devices moddule * Feat: Added Dropdown button to add new devices and batch device. * Feat: Added Dropdown button to add new devices and batch device. * Feat: Added URL for creating batch devices * Feat: Assign unique ID when new entity is loaded from datamodels * Feat: Assign unique ID when new entity is loaded from datamodels * Feat: Added parse_device function * chore: adjust views in devices modules * feat: parser for devices * chore: move and rename SmartDataModelEntitiesForm * feat: add load data model for devices * chore: add missing context * feat: implement data model load for servicegroups * fix: revise parse entity * chore: add initial resource for service group after loading from data model * fix: import error * chore: remove unused line * feat: implement viewer only for data model module * chore: rename edit button to inspect * build: included missing import * fix: save button not display for all users * chore: adjust layout for loading data models * chore: remove blank space in devices module * chore: update repo link for parser * fix: fixed search button displacement * chore: adjust layout of inspect button --------- Co-authored-by: JunsongDu <[email protected]> Co-authored-by: Ganesh Thimmankatti <[email protected]> * perf: update pillow version to include patch against DoS (#164) Co-authored-by: Sebastian Blechmann <[email protected]> * chore: add load semantics option in .env.example * chore: implemented switch to load semantics module * chore: implemented switch for local auth or OIDC auth * build(entirety): change format of release notes (#172) * build: change format of release notes * docs (entirety): update commit convention in contribution guideline * fix(entirety): handle none scope --------- Co-authored-by: JunsongDu <[email protected]> --------- Co-authored-by: Saira Bano <[email protected]> Co-authored-by: github-actions <[email protected]> Co-authored-by: Ganesh Thimmankatti <[email protected]> Co-authored-by: Sebastian Blechmann <[email protected]> * chore: release version 1.2.0 Automatically generated by python-semantic-release * chore: remove dummy files created by a pipline error * chore(entirety): change path of templates for semantic release --------- Co-authored-by: Saira Bano <[email protected]> Co-authored-by: github-actions <[email protected]> Co-authored-by: Ganesh Thimmankatti <[email protected]> Co-authored-by: Sebastian Blechmann <[email protected]>
* refactor: reworked OIDC roles to be more generic -> expects json path now as the token structure can differ * refactor: reworked OIDC roles, update documentation and fix bug if user has no user role assigned
* fix: bug fix sidebar change on loading semantics app * chore: add relationship info on Add Entity * chore: change default relationship name * fix: error handling in entity create view --------- Co-authored-by: JunsongDu <[email protected]>
Update pydantic version in requirements.txt
* refactor: possible solution for selection of users * chore: custom dropdown with checkboxes * fix: fixed integrity error bug * chore: made dropdown searchable and scrollable * refactor: refactor code * refactor: refactor code * fix: validation error handling and data reload * fix: fixed optional fields --------- Co-authored-by: Sebastian Blechmann <[email protected]>
* docs: first draft of user and permission model * docs: fixed typos * docs: adapted readme according to review
* chore: add logout url, redirect url and logout method * fix(entirety): remove unused settings * fix(entirety): include example env for redirect urls * chore(entirety): wrapper function for oidc logout * fix: add OIDC logout endpoint * chore(entirety): separate env variables for each auth mode * chore(entirety): fix default variable login_url --------- Co-authored-by: Sebastian Blechmann <[email protected]>
* style: updated pre commit to latest versions * feat: first migration to pydantic V2, using pydjantic for settings * chore: remove unused setup in wsgi/asgi * feat: use custom mapping for settings * fix: pydjantic base_dir * fix: rework pydjantic * fix: adding prefix to use same database env * fix: change env to alias for pydantic v2 * test: test logging settings * fix: include media folder * fix: fixed dependency conflict * fix: fixed error for class variable * chore: adapt pydantic changes in jsonschem parser * chore(entirety): update requirements * fix(entirety): error after updating filip * docs(sdm): examples for tested smart data models with new parser * fix(entity): invoking of get_context_data * chore(entity): remove ' from example json schema model * chore(entirety): update default login_url * fix(entirety): add work around for conflict of jsonschemaparser * chore(entity): use default as value while parsing data models * chore(entirety): update login url * fix(entirety): default attr value and datetime type * fix(semantic): migration error --------- Co-authored-by: Saira Bano <[email protected]>
fix: implement jsonpath_ng package
fix(smartdatamodels): add error handling for not valid data models
* fix(entities): fixed blocking of entity type field after pressing load button when no data model passed * chore(entities): fix type only when type is defined in datamodels --------- Co-authored-by: JunsongDu <[email protected]>
…219) fix(entities): change from update to patch in request for update of entity
…and the synchronization behavior * feat(subscription): sync subscriptions with orion BREAKING CHANGE: subscriptions model has been modified. Subscriptions are now synchronized with orion * chore(subscription): adapt the shown information on box * chore(subscription): add tooltip for notification endpoint in panel * chore(subscription): show pattern in panel * chore(subscription): change header to description in panel * chore(subscription): change name and env variable of subscriptions module * chore(subscription): remove unused model fields * chore(subscription): remove unused dependency in models * fix(subscription): activation function * fix(entity): wrong authentication in Update * fix(subscriptions): fixed notification module not loading attributes * chore(subscriptions): adapted notification model for Filip 5.0 * refactor(subscriptions): refactored to include custom options too * refactor(subscriptions): included todos * fix(subscriptions): fixed form type from Text to JSON for ngsi * chore(subscription): adjust class structure and tooltip --------- Co-authored-by: Saira Bano <[email protected]>
fix(entities): update filip dependency
* chore(entirety): error message when user role is missing * fix(entirety): include changes from old branch * chore(entirety): included check for user email and cleanup of session * fix(entirety): fixed the email check
* fix(subscriptions): allow showing empty subscriptions * fix(subscriptions): add error handling for validation
sbanoeon
approved these changes
Mar 26, 2025
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.
Release Version
v2.0
What is changed?
TODO append it later from release note
Additional Context
Add any other context or notes related to the release preparation here.