Sam Ford
|
53c0780d85
|
shared_audits_spec: guard against nil value
The return value from `eol_data` can be `nil`, so we should use a
safe navigation operator before `#dig`.
|
2025-05-03 20:49:53 -04:00 |
|
Sam Ford
|
98b919f672
|
shared_audits_spec: use generic JSON values
This updates `eol_json_text` to use generic values (instead of values
from nodejs) and to omit some unused fields.
|
2025-05-03 20:48:20 -04:00 |
|
Daeho Ro
|
2493be79cc
|
utils/shared_audits: add eol_data test
|
2025-05-04 02:10:08 +09:00 |
|
Michael Cho
|
d1dc3b2206
|
utils/shared_audits: GitHub urls can have '.' in repo and '/' in tag
|
2024-08-27 11:39:50 -04:00 |
|
Michael Cho
|
cccab0d9a9
|
utils/shared_audits: allow subgroups in gitlab url
|
2024-08-26 23:07:31 -04:00 |
|