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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-julialib
Commits
913d8ead
Commit
913d8ead
authored
3 years ago
by
florian
Browse files
Options
Downloads
Patches
Plain Diff
STY: autoformatted
parent
e2525484
No related branches found
No related tags found
2 merge requests
!3
TST: Add CI infrastructure for integration testing
,
!2
ENH: Add minimal wrapping of libcaosdb's C interface
Pipeline
#10302
passed
3 years ago
Stage: code-style
Stage: setup
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/CaosDB.jl
+5
-5
5 additions, 5 deletions
src/CaosDB.jl
with
5 additions
and
5 deletions
src/CaosDB.jl
+
5
−
5
View file @
913d8ead
...
...
@@ -443,11 +443,11 @@ SSL certificate located at `cacert` with the given credentials.
rather than an empty string to allow an empty password.
"""
function
connect
(;
host
::
AbstractString
=
""
,
port_str
::
AbstractString
=
"undefined"
,
cacert
::
AbstractString
=
""
,
username
::
AbstractString
=
""
,
password
::
AbstractString
=
"undefined"
host
::
AbstractString
=
""
,
port_str
::
AbstractString
=
"undefined"
,
cacert
::
AbstractString
=
""
,
username
::
AbstractString
=
""
,
password
::
AbstractString
=
"undefined"
,
)
if
host
==
""
...
...
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