-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(project_id): ensure project_id exists #131
Conversation
a0be004
to
1385bab
Compare
9a09036
to
692ef0d
Compare
fd24f91
to
9fbb696
Compare
This pull request fixes 1 alert when merging 9fbb696 into 3619fa3 - view on LGTM.com fixed alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for fixing
1c8e31a
to
ea5db77
Compare
4c5d202
to
ae15886
Compare
ae15886
to
e384448
Compare
This pull request fixes 1 alert when merging e384448 into 3619fa3 - view on LGTM.com fixed alerts:
|
This pull request fixes 1 alert when merging 34c37ff into 3619fa3 - view on LGTM.com fixed alerts:
|
This pull request fixes 1 alert when merging 83d2306 into 3619fa3 - view on LGTM.com fixed alerts:
|
83d2306
to
1071126
Compare
This pull request fixes 4 alerts when merging 1071126 into 3619fa3 - view on LGTM.com fixed alerts:
|
Fix issue when project_id does not exist in project node in aggregation index.
Features
Bug Fixes
Deployment Changes
{subject,case,file}_id
fields. Requires migrating gitops.json and etlMapping.yaml following these instructions: 1. Make a list of all thedoc_type
fields in etlMapping.yaml. 2. Change any instance of{doc_type}_id
to_{doc_type}_id
in gitops.json and etlMapping.yaml. (E.g. ifdoc_type
issubject
, replace all instances ofsubject_id
in etlMapping.yaml and gitops.json with_subject_id
). 3. If there is no change to the etlMapping in the PR, manually add a comment to the etlMapping or change the order of two props in order to force gitops-sync to run the ETL.