-
Notifications
You must be signed in to change notification settings - Fork 5.4k
MMI-2119-env-name-as-key #22546
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
MMI-2119-env-name-as-key #22546
Changes from all commits
b2b8afa
3c70d3c
824fe7e
31dc71e
9a8ede5
af09368
e261983
7fd2a83
9776bb0
98a9b92
d2066c6
4e2b1e8
cec0a96
3ff297d
18d0a34
6546fc8
6526753
02b1e52
09cb481
658c90c
220420f
602e12d
1701c0d
ce84a43
bc23ace
1fdf5c5
b3a7935
802f282
5988962
796f42a
f5c77e9
0bdc58b
7d55e07
44c5663
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,7 @@ type Custodian = { | |
| version: number; | ||
| }; | ||
|
|
||
| // TODO (Bernardo) - There can be multiple custodian with the same name, envName should be used instead | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I haven't changed anything from this function as it's out of scope for this ticket, but I think it would be best to filter by envName/custodianName. It's being used in two places and both of them have access to the envName.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. True! Will create a ticket for it as well 👍🏼 |
||
| export function findCustodianByDisplayName( | ||
| displayName: string, | ||
| custodians: Custodian[], | ||
|
|
||
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.
Is this right? Isn't ECA3 supported as well?
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.
Should be yes, this will need to be updated and a ticket created for it. Ty! 👍🏼