Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
FACT Workflow Manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FACT
FACT Utils
FACT Workflow Manager
Commits
b03009ed
Commit
b03009ed
authored
1 year ago
by
Riccardo Boero
Browse files
Options
Downloads
Patches
Plain Diff
Renamed package
parent
b9f976a2
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Manifest.toml
+5
-5
5 additions, 5 deletions
Manifest.toml
Project.toml
+2
-1
2 additions, 1 deletion
Project.toml
src/FACTWorkflowManager.jl
+1
-1
1 addition, 1 deletion
src/FACTWorkflowManager.jl
test/runtests.jl
+1
-1
1 addition, 1 deletion
test/runtests.jl
with
9 additions
and
8 deletions
Manifest.toml
+
5
−
5
View file @
b03009ed
...
...
@@ -2,7 +2,7 @@
julia_version
=
"1.10.1"
manifest_format
=
"2.0"
project_hash
=
"
4119921fab120d86016275836a520bdcbd2df357
"
project_hash
=
"
0173143aca1a35346a0136c3a80fdc9d8617d4fc
"
[[deps.ANSIColoredPrinters]]
git-tree-sha1
=
"574baf8110975760d391c710b6341da1afa48d8c"
...
...
@@ -153,7 +153,7 @@ version = "0.1.0"
[[deps.FACTResultsIO]]
deps
=
[
"DataFrames"
,
"Documenter"
,
"JSON"
,
"JuliaDockerClient"
,
"MySQL"
,
"Test"
,
"UUIDs"
]
git-tree-sha1
=
"
2747b85ec0ee2f086ea519d93238fdf1c9a5deed
"
git-tree-sha1
=
"
d5588eeca2ff078e6540ebdb8f05765ead0ba357
"
repo-rev
=
"main"
repo-url
=
"https://FACT_token:glpat-1zG-TQx___xLsPjj2vsG@git.nilu.no/fact/utils/FACTResultsIO.git"
uuid
=
"ec8d5dc6-0dfe-41d7-8c2c-855ff50b7b42"
...
...
@@ -247,7 +247,7 @@ version = "0.21.4"
[[deps.JuliaDockerClient]]
deps
=
[
"Base64"
,
"Documenter"
,
"HTTP"
,
"JSON"
,
"Sockets"
,
"Test"
]
git-tree-sha1
=
"
332372d89f5022323031770ee8eecf37063e6538
"
git-tree-sha1
=
"
ee1f4dbcca6435efb77b22254f68dbff27668789
"
repo-rev
=
"main"
repo-url
=
"https://FACT_token:glpat-1zG-TQx___xLsPjj2vsG@git.nilu.no/fact/utils/JuliaDockerClient.git"
uuid
=
"a780814a-4c69-448d-b4b8-c460781333f9"
...
...
@@ -444,9 +444,9 @@ version = "1.2.0"
[[deps.Preferences]]
deps
=
[
"TOML"
]
git-tree-sha1
=
"
00805cd429dcb4870060ff49ef443486c262e38e
"
git-tree-sha1
=
"
9e8fed0505b0c15b4c1295fd59ea47b411c019cf
"
uuid
=
"21216c6a-2e73-6563-6e65-726566657250"
version
=
"1.4.
1
"
version
=
"1.4.
2
"
[[deps.PrettyTables]]
deps
=
[
"Crayons"
,
"LaTeXStrings"
,
"Markdown"
,
"PrecompileTools"
,
"Printf"
,
"Reexport"
,
"StringManipulation"
,
"Tables"
]
...
...
This diff is collapsed.
Click to expand it.
Project.toml
+
2
−
1
View file @
b03009ed
name
=
"WorkflowManager"
name
=
"
FACT
WorkflowManager"
uuid
=
"34b7aff1-f91f-4b8b-9a3d-d0a54f07d855"
authors
=
[
"Riccardo Boero <ribo@nilu.no>"
]
version
=
"0.1.0"
[deps]
DataFrames
=
"a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
FACTDataReader
=
"77ed0678-dbc6-4e3d-9156-895052ddb5a7"
FACTResultsIO
=
"ec8d5dc6-0dfe-41d7-8c2c-855ff50b7b42"
JuliaDockerClient
=
"a780814a-4c69-448d-b4b8-c460781333f9"
...
...
This diff is collapsed.
Click to expand it.
src/WorkflowManager.jl
→
src/
FACT
WorkflowManager.jl
+
1
−
1
View file @
b03009ed
module
WorkflowManager
module
FACT
WorkflowManager
using
Base
.
Threads
,
TOML
,
MySQL
,
DataFrames
using
FACTResultsIO
,
FACTDataReader
,
JuliaDockerClient
...
...
This diff is collapsed.
Click to expand it.
test/runtests.jl
+
1
−
1
View file @
b03009ed
using
Test
using
My
WorkflowManager
using
FACT
WorkflowManager
@testset
"Workflow Tests"
begin
# Write your tests here
...
...
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