Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
atdb-ldv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Insights
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
ASTRON SDC
atdb-ldv
Merge requests
!361
SDC-1423 use aggregation strategy
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
SDC-1423 use aggregation strategy
SDC-1423-use-aggregation-strategy
into
master
Overview
16
Commits
21
Pipelines
16
Changes
18
Merged
Nico Vermaas
requested to merge
SDC-1423-use-aggregation-strategy
into
master
7 months ago
Overview
16
Commits
21
Pipelines
16
Changes
18
Expand
See documentation:
https://support.astron.nl/confluence/display/SDCP/strategy%3A+collect_h5
Edited
7 months ago
by
Nico Vermaas
0
0
Merge request reports
Compare
master
version 15
1eb65757
7 months ago
version 14
84f6bae0
7 months ago
version 13
a40a7672
7 months ago
version 12
ab9d249f
7 months ago
version 11
198dc76f
7 months ago
version 10
563b529e
7 months ago
version 9
a8023d92
7 months ago
version 8
37458db1
7 months ago
version 7
11f36969
7 months ago
version 6
e2567c95
7 months ago
version 5
9b3b4943
7 months ago
version 4
68b06ba8
7 months ago
version 3
21794442
7 months ago
version 2
c82bfaae
7 months ago
version 1
96cb5284
7 months ago
master (base)
and
latest version
latest version
dcb1085c
21 commits,
7 months ago
version 15
1eb65757
20 commits,
7 months ago
version 14
84f6bae0
19 commits,
7 months ago
version 13
a40a7672
18 commits,
7 months ago
version 12
ab9d249f
17 commits,
7 months ago
version 11
198dc76f
16 commits,
7 months ago
version 10
563b529e
15 commits,
7 months ago
version 9
a8023d92
14 commits,
7 months ago
version 8
37458db1
13 commits,
7 months ago
version 7
11f36969
12 commits,
7 months ago
version 6
e2567c95
11 commits,
7 months ago
version 5
9b3b4943
10 commits,
7 months ago
version 4
68b06ba8
9 commits,
7 months ago
version 3
21794442
8 commits,
7 months ago
version 2
c82bfaae
7 commits,
7 months ago
version 1
96cb5284
6 commits,
7 months ago
18 files
+
505
−
274
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
18
Search (e.g. *.vue) (Ctrl+P)
atdb/atdb/static/taskdatabase/style.css
+
1
−
6
Options
@@ -8,7 +8,7 @@ TD {
color
:
green
;
}
.defined
,
.staged
,
.fetched
,
.processed
,
.stored
,
.validated
,
.scrubbed
,
.archived
,
.finished
,
.aggregated
{
.defined
,
.staged
,
.fetched
,
.processed
,
.stored
,
.validated
,
.scrubbed
,
.archived
,
.finished
,
.
aggregate
,
.
aggregated
{
background-color
:
lemonchiffon
;
color
:
blue
;
}
@@ -27,11 +27,6 @@ TD {
background-color
:
lightgreen
;
}
.aggregate
{
font-weight
:
bold
;
background-color
:
lightgreen
;
}
.aggregate_failed
,
.aggregating_failed
{
color
:
red
;
font-weight
:
bold
;
Loading