-
Notifications
You must be signed in to change notification settings - Fork 1
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
Release0.2.5 #110
Release0.2.5 #110
Commits on Apr 16, 2024
-
Merge pull request #90 from odtp-org/main
Merge hotfixes on main into develop
Configuration menu - View commit details
-
Copy full SHA for dcb2c44 - Browse repository at this point
Copy the full SHA dcb2c44View commit details
Commits on Apr 22, 2024
-
choire(setup): upgrade nicegui to latest stable version
sabinem committedApr 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 7930525 - Browse repository at this point
Copy the full SHA 7930525View commit details -
feat(dashboard): adapt color scheme to that of the odtp manual
sabinem committedApr 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 9da634d - Browse repository at this point
Copy the full SHA 9da634dView commit details -
Merge pull request #95 from odtp-org/upgrade-nicegui
Upgrade nicegui
Configuration menu - View commit details
-
Copy full SHA for 4d5d9b3 - Browse repository at this point
Copy the full SHA 4d5d9b3View commit details -
Merge pull request #96 from odtp-org/adapt-nicegui-color-scheme
Adapt nicegui color scheme
Configuration menu - View commit details
-
Copy full SHA for 2d41930 - Browse repository at this point
Copy the full SHA 2d41930View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94a5153 - Browse repository at this point
Copy the full SHA 94a5153View commit details -
Configuration menu - View commit details
-
Copy full SHA for c34687c - Browse repository at this point
Copy the full SHA c34687cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22bbd40 - Browse repository at this point
Copy the full SHA 22bbd40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 174bb4d - Browse repository at this point
Copy the full SHA 174bb4dView commit details -
refactor(dashboard:components)
improve management of components in the dashboard: - only component versions that have been tagged can be added - the commits will be directly taken from the tagged versions - the overall flow has been improved - bugs have been remove (they were related to storage handling)
sabinem committedApr 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 73df213 - Browse repository at this point
Copy the full SHA 73df213View commit details -
Merge pull request #97 from odtp-org/improve-dashboard-components
Improve dashboard components
Configuration menu - View commit details
-
Copy full SHA for 12f3475 - Browse repository at this point
Copy the full SHA 12f3475View commit details -
feat(component-version): reference component versions by tags
component versions in ODTP should correspond to the tags on their github repos. Therefore only version names are taken, where the tags can be found on github. Additionally the url is taken from github for a component. This avoids that the component will be registered multiple time datetime.utcnow() is deprecated and is been replaced by datetime.now(timezone.utc) make settings safer by putting it into a try except block and use `eval` instead of `bool` to evaluate boolean settings
sabinem committedApr 22, 2024 Configuration menu - View commit details
-
Copy full SHA for a7b923f - Browse repository at this point
Copy the full SHA a7b923fView commit details
Commits on Apr 23, 2024
-
fix(dashboard run): use env variable for reload parameter
sabinem committedApr 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 552b93f - Browse repository at this point
Copy the full SHA 552b93fView commit details -
Merge pull request #99 from odtp-org/component-version-instead-of-com…
…mits Component version instead of commits
Configuration menu - View commit details
-
Copy full SHA for 43235cf - Browse repository at this point
Copy the full SHA 43235cfView commit details
Commits on Apr 30, 2024
-
fix(cli execution entry): fix parsing of component tags
a new db function is added to find the versions for a component name and version tag the parser is adapted to use that function and react on the version ids that are found in an approriete way the spelling of some function names is corrected
sabinem committedApr 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 5c661d4 - Browse repository at this point
Copy the full SHA 5c661d4View commit details
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e55b80 - Browse repository at this point
Copy the full SHA 1e55b80View commit details -
Merge pull request #105 from odtp-org/fix-cli-new-execution
Fix cli new execution
Configuration menu - View commit details
-
Copy full SHA for 11e1902 - Browse repository at this point
Copy the full SHA 11e1902View commit details
Commits on May 6, 2024
-
fix(link from executions page): prefered tab must be select
otherwise page link from the execution page to the component details will land on the component list page
Configuration menu - View commit details
-
Copy full SHA for dc65394 - Browse repository at this point
Copy the full SHA dc65394View commit details -
feat(validators for execution form): add new validators
add validator for step number to be an integer below a threshold add validator for a port mapping
Configuration menu - View commit details
-
Copy full SHA for 7c2dd19 - Browse repository at this point
Copy the full SHA 7c2dd19View commit details -
feat(dashboard helpers): improve mermaid and add new helpers
display also same components as different steps in the workflow initialize mermaid diagram since this is necessary even if it does not carry any items add new functions to get keys and values form parameters add custom dashboard function for display of component versions
Configuration menu - View commit details
-
Copy full SHA for a63fb06 - Browse repository at this point
Copy the full SHA a63fb06View commit details -
fix(page_run): fix spelling in function name
use user workdirectory instead of home directory as base when picking the project path
Configuration menu - View commit details
-
Copy full SHA for dce3302 - Browse repository at this point
Copy the full SHA dce3302View commit details -
Configuration menu - View commit details
-
Copy full SHA for be4ddb2 - Browse repository at this point
Copy the full SHA be4ddb2View commit details -
refactor(page_execution): refactor creating executions
the form for creating executions was completely refactored: it is now able to have executions that have multiple steps that are based on the same component version. Parameters can be loaded into the form from files and then overwritten. The form recognizes its state and the user can walk between steps with ease without losing any previous inputs in the execution table the order of the executions changed: the newest executions come first now
Configuration menu - View commit details
-
Copy full SHA for 5602e99 - Browse repository at this point
Copy the full SHA 5602e99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5011e7b - Browse repository at this point
Copy the full SHA 5011e7bView commit details -
feat(settings): add new setting: a users working directory
this setting is needed in the dasboard to set a users base directory
Configuration menu - View commit details
-
Copy full SHA for 25b42ac - Browse repository at this point
Copy the full SHA 25b42acView commit details -
feat(page users): add button so that a user can set a workdir
allow users to set a working directory that will be used as base when reading files from the server
Configuration menu - View commit details
-
Copy full SHA for 4a2caf4 - Browse repository at this point
Copy the full SHA 4a2caf4View commit details -
feat(.env): add new setting working directory
this will be used as starting point for users to set their working directory on the dashboard
Configuration menu - View commit details
-
Copy full SHA for aea9361 - Browse repository at this point
Copy the full SHA aea9361View commit details -
feat(mongodb): add functions to get find results sorted
add two new function to get a collection back sorted by field field values extend existing function with an option to sort and the default for this new argument is None the new fuctions will be used to sort component versions and executions
Configuration menu - View commit details
-
Copy full SHA for 34b346e - Browse repository at this point
Copy the full SHA 34b346eView commit details -
fix(ODTP_WORKDIR): remove variable as ODTP_PATH can be used
the new setting variable is not needed
Configuration menu - View commit details
-
Copy full SHA for 132b22f - Browse repository at this point
Copy the full SHA 132b22fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24e598f - Browse repository at this point
Copy the full SHA 24e598fView commit details -
feat(validators): add new validator and adapt validator
adapt github repo validator to include more cases: this validator returns errors and is used differently than other validators as it should not run too often, just once after the user has finished his input field entry a new validator is added to check whether a path is already taken
Configuration menu - View commit details
-
Copy full SHA for 419dc68 - Browse repository at this point
Copy the full SHA 419dc68View commit details -
refactor(dashboard storage): improve writing to the storage
in most cases this can be better done in the page code files only where a write function is shared it is kept in the storage helper
Configuration menu - View commit details
-
Copy full SHA for 4e0f603 - Browse repository at this point
Copy the full SHA 4e0f603View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf20f72 - Browse repository at this point
Copy the full SHA bf20f72View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6a4bed - Browse repository at this point
Copy the full SHA d6a4bedView commit details -
fix(dashboard page components): improve validation and sorting
sort versions by components and tags improve validation of component url when adding a new component
Configuration menu - View commit details
-
Copy full SHA for 74f2f41 - Browse repository at this point
Copy the full SHA 74f2f41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f3a34d - Browse repository at this point
Copy the full SHA 0f3a34dView commit details -
fix(dashboard execution page): add sorting for versions
sort versions by components and then tags in the workflow selection improve storage handling
Configuration menu - View commit details
-
Copy full SHA for 8c8b0ac - Browse repository at this point
Copy the full SHA 8c8b0acView commit details -
feat(dashboard execution page): use ODTP_PATH as base directory
also add a button to create a new project directory
Configuration menu - View commit details
-
Copy full SHA for a53c66f - Browse repository at this point
Copy the full SHA a53c66fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a58fe9d - Browse repository at this point
Copy the full SHA a58fe9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20799c9 - Browse repository at this point
Copy the full SHA 20799c9View commit details -
Merge pull request #109 from odtp-org/improve-execution
Improve execution
Configuration menu - View commit details
-
Copy full SHA for 2e6ef4f - Browse repository at this point
Copy the full SHA 2e6ef4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fede696 - Browse repository at this point
Copy the full SHA fede696View commit details -
feat(version_tags): make display of component versions flexible
add parameter `naming_function` to allow for different displays of component versions
Configuration menu - View commit details
-
Copy full SHA for 5a3b070 - Browse repository at this point
Copy the full SHA 5a3b070View commit details -
feat(execution display): add function for execution display
so that function can be reused on several pages
Configuration menu - View commit details
-
Copy full SHA for e6e89aa - Browse repository at this point
Copy the full SHA e6e89aaView commit details -
feat(dashboard storage): storage keys and execution storage
add additinal storage keys for the exxecution run page add function to store executions
Configuration menu - View commit details
-
Copy full SHA for 1f15d35 - Browse repository at this point
Copy the full SHA 1f15d35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7826a92 - Browse repository at this point
Copy the full SHA 7826a92View commit details -
feat(dashboard utils): add function for execution select options
so that function can be reused on multiple pages
Configuration menu - View commit details
-
Copy full SHA for 96ffa79 - Browse repository at this point
Copy the full SHA 96ffa79View commit details -
refactor(cli execution page): use reusable functions
for the selection of executions, the display and the storage the reusable functions are now used instead of the custom code that was there before in case of more parameters in a file, the setting for the number of parameters is now adjusted automatically in the form for adding executions
Configuration menu - View commit details
-
Copy full SHA for 2346a70 - Browse repository at this point
Copy the full SHA 2346a70View commit details -
refactor(dashboard run page): refactor of run page for executions
a stepper was added and the workarea was improved with the goal to make the page easier to understand for a user selection of executions for run was decoupled from selection of executions for display on the executions page
Configuration menu - View commit details
-
Copy full SHA for 7c2d899 - Browse repository at this point
Copy the full SHA 7c2d899View commit details -
chore(changelog): Update changelog and pyproject version to 0.2.5
caviri authored and author name committedMay 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 843c37c - Browse repository at this point
Copy the full SHA 843c37cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5026426 - Browse repository at this point
Copy the full SHA 5026426View commit details -
feat(ODTP_PATH): add variable to .env.dist.local
the ODTP_PATH is used in the dashbaord as working directory for user data and projects
Configuration menu - View commit details
-
Copy full SHA for 778a64d - Browse repository at this point
Copy the full SHA 778a64dView commit details -
fix(dashboard run page): add secrets files to odtp run command
also display cli command before they are submitted from the dashboard
Configuration menu - View commit details
-
Copy full SHA for e0d1dba - Browse repository at this point
Copy the full SHA e0d1dbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4af4075 - Browse repository at this point
Copy the full SHA 4af4075View commit details -
fix(dashboard user page): repair preset in user selection
the selection should be preset with the current user
Configuration menu - View commit details
-
Copy full SHA for 7d6e56a - Browse repository at this point
Copy the full SHA 7d6e56aView commit details -
feat(dashboard menu): change sequence of pages in the menu
digital twins and executions should be next to each other
Configuration menu - View commit details
-
Copy full SHA for f0c09ee - Browse repository at this point
Copy the full SHA f0c09eeView commit details -
fix(dashboard digital twin page): improve case before adding data
replace some notification by error logs
Configuration menu - View commit details
-
Copy full SHA for b157658 - Browse repository at this point
Copy the full SHA b157658View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cc8c87 - Browse repository at this point
Copy the full SHA 0cc8c87View commit details -
fix(dashboard component page): log error instead of notify
logging errors will be more helpful in regards to debugging
Configuration menu - View commit details
-
Copy full SHA for 5e83744 - Browse repository at this point
Copy the full SHA 5e83744View commit details -
Configuration menu - View commit details
-
Copy full SHA for 905840f - Browse repository at this point
Copy the full SHA 905840fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f630f6e - Browse repository at this point
Copy the full SHA f630f6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd9324c - Browse repository at this point
Copy the full SHA fd9324cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 243e9e8 - Browse repository at this point
Copy the full SHA 243e9e8View commit details -
feat(dashboard pages): better handle case with no data
if data has not been added yet the user is redirected to a page where he can add the data
Configuration menu - View commit details
-
Copy full SHA for 08ecce0 - Browse repository at this point
Copy the full SHA 08ecce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 328b1bb - Browse repository at this point
Copy the full SHA 328b1bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6d8f1e - Browse repository at this point
Copy the full SHA a6d8f1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78cc923 - Browse repository at this point
Copy the full SHA 78cc923View commit details -
refactor(dashbard run page): improve page workflow
add more clarity to workflow and show user better at which step he currently is
Configuration menu - View commit details
-
Copy full SHA for b09ba85 - Browse repository at this point
Copy the full SHA b09ba85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0460c3a - Browse repository at this point
Copy the full SHA 0460c3aView commit details