Skip to content
Snippets Groups Projects
Verified Commit 9070a972 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

CHANGELOG

parent c484ec42
Branches
Tags
2 merge requests!160STY: styling,!157FIX Yet another corner case of referencing resolution resolved
Pipeline #47726 failed
...@@ -69,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -69,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
identified by the same LinkAhead id 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 * [#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. [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 ### ### Security ###
... ...
......
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
# #
# This file is a part of the CaosDB Project. # 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 Research Group Biomedical Physics, MPI-DS Göttingen
# Copyright (C) 2021-2023 Alexander Schlemmer <alexander.schlemmer@ds.mpg.de> # 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> # Copyright (C) 2024 Daniel Hornung <d.hornung@indiscale.com>
# #
# This program is free software: you can redistribute it and/or modify # 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 ...@@ -30,6 +30,8 @@ Crawl a file structure using a yaml cfood definition and synchronize
the acuired data with LinkAhead. the acuired data with LinkAhead.
""" """
from __future__ import annotations
import argparse import argparse
import logging import logging
import os import os
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment