forked from eclipse-basyx/basyx-python-sdk
-
Notifications
You must be signed in to change notification settings - Fork 3
Improve/data persistence #58
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
Closed
Changes from 21 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
25a621e
remove source and CouchDBBackend in couchdb.py
shenchenruwo 2f0a229
delete import backends
shenchenruwo 36d2bba
remove LocalFileBackend class
shenchenruwo 12dba7d
adapt replication checking
shenchenruwo 9798fb2
remove source related code in local_file.py
shenchenruwo 46a6827
change do_requrest to non-public
shenchenruwo 7f119e4
remove source, update and commit from Referable
shenchenruwo 483f6ad
delete backends.py
shenchenruwo b892047
remove update and commit from couchdb tutorial
shenchenruwo 8eb27c8
Merge branch 'eclipse-basyx:main' into improve/data_persistence
shenchenruwo d2bf73c
adapt test_couchdb and test_local_file
shenchenruwo ed2108f
adapt test_backends and test_base
shenchenruwo e17940e
adapt documentation
shenchenruwo e421655
delete import backends in base.py
shenchenruwo f6e4555
remove source in test_base
shenchenruwo c2e3e69
delete test_parse_source
shenchenruwo 766686b
remove update and commit in multiple files
shenchenruwo 880331e
adapt documentation about update and commit
shenchenruwo cd234c0
adapt docs
shenchenruwo 8ae2fc6
delete missed update in test_base
shenchenruwo f12cd5d
adapt couchdb safe_delete test
shenchenruwo af3cbd3
Merge branch 'develop' into improve/data_persistence
s-heppner 791e754
backend: Improve docstring and comment formulation
s-heppner 4c5217d
test.backend: Remove outdated tests, fix codestyle
s-heppner 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
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 |
|---|---|---|
| @@ -1,7 +1,3 @@ | ||
| """ | ||
| This module implements a standardized way of integrating data from existing systems into AAS objects. To achieve this, | ||
| the abstract :class:`~basyx.aas.backend.backends.Backend` class implements the classmethods | ||
| :meth:`~basyx.aas.backend.backends.Backend.update_object` and :meth:`~basyx.aas.backend.backends.Backend.commit_object`, | ||
| which every implementation of a backend needs to overwrite. For a tutorial on how to implement a backend, see | ||
| :ref:`this tutorial <tutorial_backend_couchdb>` | ||
| This module implements a standardized way of integrating data from existing systems into AAS objects. | ||
| """ | ||
This file was deleted.
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.