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
9070a972
Verified
Commit
9070a972
authored
1 year ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
CHANGELOG
parent
c484ec42
No related branches found
No related tags found
2 merge requests
!160
STY: styling
,
!157
FIX Yet another corner case of referencing resolution resolved
Pipeline
#47726
failed
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/crawl.py
+4
-2
4 additions, 2 deletions
src/caoscrawler/crawl.py
with
5 additions
and
2 deletions
CHANGELOG.md
+
1
−
0
View file @
9070a972
...
...
@@ -69,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
identified by the same LinkAhead id
*
[
#87
](
https://gitlab.com/linkahead/linkahead-crawler/-/issues/87
)
Handle long strings more gracefully. The crawler sometimes runs into
[
linkahead-server#101
](
https://gitlab.com/linkahead/linkahead-server/-/issues/101
)
, this is now mitigated.
*
[
indiscale#128
](
https://gitlab.indiscale.com/caosdb/src/caosdb-crawler/-/issues/128
)
Yet another corner case of referencing resolution resolved.
### Security ###
...
...
This diff is collapsed.
Click to expand it.
src/caoscrawler/crawl.py
+
4
−
2
View file @
9070a972
...
...
@@ -3,10 +3,10 @@
#
# This file is a part of the CaosDB Project.
#
# Copyright (C) 2021 Henrik tom Wörden <h.tomwoerden@indiscale.com>
# Copyright (C) 2021
-2024
Henrik tom Wörden <h.tomwoerden@indiscale.com>
# Copyright (C) 2021-2023 Research Group Biomedical Physics, MPI-DS Göttingen
# Copyright (C) 2021-2023 Alexander Schlemmer <alexander.schlemmer@ds.mpg.de>
# Copyright (C) 2024 Indiscale GmbH <info@indiscale.com>
# Copyright (C)
2021-
2024 Indiscale GmbH <info@indiscale.com>
# Copyright (C) 2024 Daniel Hornung <d.hornung@indiscale.com>
#
# This program is free software: you can redistribute it and/or modify
...
...
@@ -30,6 +30,8 @@ Crawl a file structure using a yaml cfood definition and synchronize
the acuired data with LinkAhead.
"""
from
__future__
import
annotations
import
argparse
import
logging
import
os
...
...
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