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
GitLab 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
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
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
11 months ago
Overview
16
Commits
21
Pipelines
16
Changes
18
See documentation:
https://support.astron.nl/confluence/display/SDCP/strategy%3A+collect_h5
Edited
11 months ago
by
Nico Vermaas
0
0
Merge request reports
Compare
master
version 15
1eb65757
11 months ago
version 14
84f6bae0
11 months ago
version 13
a40a7672
11 months ago
version 12
ab9d249f
11 months ago
version 11
198dc76f
11 months ago
version 10
563b529e
11 months ago
version 9
a8023d92
11 months ago
version 8
37458db1
11 months ago
version 7
11f36969
11 months ago
version 6
e2567c95
11 months ago
version 5
9b3b4943
11 months ago
version 4
68b06ba8
11 months ago
version 3
21794442
11 months ago
version 2
c82bfaae
11 months ago
version 1
96cb5284
11 months ago
master (base)
and
latest version
latest version
dcb1085c
21 commits,
11 months ago
version 15
1eb65757
20 commits,
11 months ago
version 14
84f6bae0
19 commits,
11 months ago
version 13
a40a7672
18 commits,
11 months ago
version 12
ab9d249f
17 commits,
11 months ago
version 11
198dc76f
16 commits,
11 months ago
version 10
563b529e
15 commits,
11 months ago
version 9
a8023d92
14 commits,
11 months ago
version 8
37458db1
13 commits,
11 months ago
version 7
11f36969
12 commits,
11 months ago
version 6
e2567c95
11 commits,
11 months ago
version 5
9b3b4943
10 commits,
11 months ago
version 4
68b06ba8
9 commits,
11 months ago
version 3
21794442
8 commits,
11 months ago
version 2
c82bfaae
7 commits,
11 months ago
version 1
96cb5284
6 commits,
11 months ago
18 files
+
505
−
274
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
18
atdb/atdb/static/taskdatabase/style.css
+
1
−
6
View file @ dcb1085c
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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