Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
NRAO Gitlab has been upgraded to version 17.10
Show more breadcrumbs
ssa
workspaces
Commits
12166da9
Commit
12166da9
authored
10 months ago
by
Sam Kagan
Browse files
Options
Downloads
Patches
Plain Diff
Fixed head collision, updated docker.properties
parent
83596758
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1706
merge 2.8.4 to main
,
!1667
Change email for annihilator failure
Pipeline
#15781
passed
10 months ago
Stage: pull-db
Stage: build-packages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker.properties
+2
-2
2 additions, 2 deletions
docker.properties
shared/workspaces/alembic/versions/84c6626eb6cd_populate_initial_matrix.py
+24
-8
24 additions, 8 deletions
.../alembic/versions/84c6626eb6cd_populate_initial_matrix.py
with
26 additions
and
10 deletions
docker.properties
+
2
−
2
View file @
12166da9
...
...
@@ -75,7 +75,7 @@ edu.nrao.workspaces.ProductFetcherSettings.executionSite = local_test
# Notification Settings
#
edu.nrao.workspaces.NotificationSettings.analystEmail
=
workspaces-analysts-test@listmgr.nrao.edu
edu.nrao.workspaces.NotificationSettings.vlaPipeOpsLeadsEmail
=
fake-vla-pipe-ops-leads
@listmgr.nrao.edu
edu.nrao.workspaces.NotificationSettings.vlaPipeOpsLeadsEmail
=
workspaces-analysts-test
@listmgr.nrao.edu
edu.nrao.workspaces.NotificationSettings.sendPIEmail
=
False
#
...
...
@@ -95,5 +95,5 @@ edu.nrao.workspaces.AnnihilatorSettings.keepSpoolForDays = 10
edu.nrao.workspaces.AnnihilatorSettings.keepStagingForDays
=
10
edu.nrao.workspaces.AnnihilatorSettings.keepStorageForDays
=
10
edu.nrao.workspaces.AnnihilatorSettings.keepCacheForDays
=
10
edu.nrao.workspaces.AnnihilatorSettings.keep
Calibration
SpoolForDays
=
10
edu.nrao.workspaces.AnnihilatorSettings.keep
NonSrdpCal
SpoolForDays
=
10
edu.nrao.workspaces.AnnihilatorSettings.keepImageSpoolForDays
=
10
This diff is collapsed.
Click to expand it.
shared/workspaces/alembic/versions/84c6626eb6cd_populate_initial_matrix.py
+
24
−
8
View file @
12166da9
# Copyright (C) 2023 Associated Universities, Inc. Washington DC, USA.
#
# This file is part of NRAO Workspaces.
#
# Workspaces is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Workspaces is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Workspaces. If not, see <https://www.gnu.org/licenses/>.
#
"""
populate initial matrix
Revision ID: 84c6626eb6cd
Revises:
d822cf6844bb
Revises:
4cd2d7009346
Create Date: 2024-05-16 15:19:40.127244
"""
from
alembic
import
op
# revision identifiers, used by Alembic.
revision
=
"
84c6626eb6cd
"
down_revision
=
"
d822cf6844bb
"
down_revision
=
"
4cd2d7009346
"
branch_labels
=
None
depends_on
=
None
...
...
@@ -69,7 +85,7 @@ def upgrade():
SELECT
'
restore_cms
'
as capability_name,
cv.matrix_id as matrix_id
FROM casa_matrix_casa_versions cv
WHERE cv.casa_version =
'
{
version
[
0
]
}
'
WHERE cv.casa_version =
'
{
version
[
0
]
}
'
"""
)
# basic MS restores
...
...
@@ -79,7 +95,7 @@ def upgrade():
SELECT
'
restore_basic_ms
'
as capability_name,
cv.matrix_id as matrix_id
FROM casa_matrix_casa_versions cv
WHERE cv.casa_version =
'
{
version
[
0
]
}
'
WHERE cv.casa_version =
'
{
version
[
0
]
}
'
"""
)
...
...
@@ -92,7 +108,7 @@ def upgrade():
SELECT
'
std_calibration
'
as capability_name,
cv.matrix_id as matrix_id
FROM casa_matrix_casa_versions cv
WHERE cv.casa_version =
'
{
version
[
0
]
}
'
WHERE cv.casa_version =
'
{
version
[
0
]
}
'
"""
)
# standard cms imaging
...
...
@@ -102,7 +118,7 @@ def upgrade():
SELECT
'
std_cms_imaging
'
as capability_name,
cv.matrix_id as matrix_id
FROM casa_matrix_casa_versions cv
WHERE cv.casa_version =
'
{
version
[
0
]
}
'
WHERE cv.casa_version =
'
{
version
[
0
]
}
'
"""
)
# standard restore imaging
...
...
@@ -112,7 +128,7 @@ def upgrade():
SELECT
'
std_restore_imaging
'
as capability_name,
cv.matrix_id as matrix_id
FROM casa_matrix_casa_versions cv
WHERE cv.casa_version =
'
{
version
[
0
]
}
'
WHERE cv.casa_version =
'
{
version
[
0
]
}
'
"""
)
...
...
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