Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-julialib
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-julialib
Merge requests
!8
F full ak
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
F full ak
f-full-ak
into
f-full
Overview
1
Commits
9
Pipelines
4
Changes
3
All threads resolved!
Hide all comments
Merged
F full ak
Henrik tom Wörden
requested to merge
f-full-ak
into
f-full
Aug 26, 2021
Overview
1
Commits
9
Pipelines
4
Changes
3
All threads resolved!
Hide all comments
0
0
Merge request reports
Compare
f-full
version 4
a3f84d9d
Aug 26, 2021
version 3
24f218f2
Aug 26, 2021
version 2
6ca68e17
Aug 26, 2021
version 1
6ca68e17
Aug 26, 2021
f-full (base)
and
latest version
latest version
96c5f4a3
9 commits,
Aug 26, 2021
version 4
a3f84d9d
8 commits,
Aug 26, 2021
version 3
24f218f2
6 commits,
Aug 26, 2021
version 2
6ca68e17
5 commits,
Aug 26, 2021
version 1
6ca68e17
6 commits,
Aug 26, 2021
3 files
+
128
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
src/CaosDB.jl
+
6
−
1
View file @ 96c5f4a3
Edit in single-file editor
Open in Web IDE
Show full file
@@ -75,7 +75,9 @@ export append_parent,
set_datatype
,
set_unit
,
set_value
,
set_importance
set_importance
,
set_local_path
,
set_remote_path
# helper functions
export
has_errors
,
has_warnings
@@ -84,6 +86,9 @@ export has_errors, has_warnings
export
create_transaction
,
add_retrieve_by_id
,
add_insert_entity
,
add_update_entity
,
add_delete_by_id
,
add_retrieve_and_download_file_by_id
,
add_query
,
execute
,
get_result_set
,
Loading