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
Show more breadcrumbs
ssa
workspaces
Commits
2b6c9ade
Commit
2b6c9ade
authored
1 year ago
by
Charlotte Hausman
Browse files
Options
Downloads
Patches
Plain Diff
missed some indexer fixes
parent
561a3484
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1571
catch 2.8.2.3 up with main
,
!1563
missed some indexer fixes
Pipeline
#13439
passed
1 year ago
Stage: pull-db
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
shared/workspaces/workspaces/workflow/message_architect.py
+3
-3
3 additions, 3 deletions
shared/workspaces/workspaces/workflow/message_architect.py
with
3 additions
and
3 deletions
shared/workspaces/workspaces/workflow/message_architect.py
+
3
−
3
View file @
2b6c9ade
...
...
@@ -294,7 +294,7 @@ class ArchiveMessageArchitect(MessageArchitectIF):
# image indexing is based on project not request id, use different subject
template
[
"
subject
"
]
=
(
f
"
WS workflow triggering indexer for
{
self
.
project
}
"
if
self
.
key
in
[
"
ingestor.images
"
,
"
ingestion-complete.vlba
"
]
if
self
.
key
in
[
"
ingestor.images
"
,
"
ingestion-complete.vlba
"
,
"
ingestion-complete.metadata
"
]
else
f
"
WS workflow request #
{
self
.
request
.
workflow_request_id
}
"
)
template
[
"
routing_key
"
]
=
self
.
key
...
...
@@ -326,8 +326,8 @@ class ArchiveMessageArchitect(MessageArchitectIF):
template
[
"
stop
"
]
=
self
.
stage_info
[
"
stop
"
]
if
self
.
telescope
is
not
None
:
template
[
"
telescope
"
]
=
self
.
telescope
template
[
"
ingestion_type
"
]
=
self
.
_determine_indexer_type
(
self
.
telescope
)
template
[
"
logData
"
][
"
telescope
"
]
=
self
.
telescope
template
[
"
logData
"
][
"
ingestion_type
"
]
=
self
.
_determine_indexer_type
(
self
.
telescope
)
return
DictView
(
template
)
...
...
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