Skip to content
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

update development #180

Merged
merged 7 commits into from
May 15, 2024
Merged

update development #180

merged 7 commits into from
May 15, 2024

Conversation

djs0109
Copy link
Collaborator

@djs0109 djs0109 commented May 8, 2024

No description provided.

djs0109 and others added 7 commits May 8, 2024 15:36
* 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]>
* 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]>
Automatically generated by python-semantic-release
178 fix semantic release error in main
@djs0109 djs0109 requested a review from sbanoeon May 8, 2024 14:46
@sbanoeon sbanoeon merged commit 812ccc5 into development May 15, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants