Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CaosDB Crawler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
CaosDB Crawler
Commits
5473a0a9
Commit
5473a0a9
authored
1 year ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
DEP: depricated LocalStorageIdentifiableAdapter
parent
c7885044
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!160
STY: styling
Pipeline
#47158
passed
1 year ago
Stage: info
Stage: setup
Stage: cert
Stage: style
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
src/caoscrawler/identifiable_adapters.py
+3
-0
3 additions, 0 deletions
src/caoscrawler/identifiable_adapters.py
with
4 additions
and
0 deletions
CHANGELOG.md
+
1
−
0
View file @
5473a0a9
...
...
@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
as parent are accepted.
### Deprecated ###
-
LocalStorageIdentifiableAdapter
### Removed ###
...
...
This diff is collapsed.
Click to expand it.
src/caoscrawler/identifiable_adapters.py
+
3
−
0
View file @
5473a0a9
...
...
@@ -26,6 +26,7 @@
from
__future__
import
annotations
import
logging
import
warnings
from
abc
import
ABCMeta
,
abstractmethod
from
datetime
import
datetime
from
typing
import
Any
...
...
@@ -316,6 +317,8 @@ class LocalStorageIdentifiableAdapter(IdentifiableAdapter):
"""
def
__init__
(
self
):
warnings
.
warn
(
DeprecationWarning
(
"
This class is depricated. Please use the CaosDBIdentifiableAdapter.
"
))
self
.
_registered_identifiables
=
dict
()
self
.
_records
=
[]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment