posit-dev / publisher

MIT License
6 stars 1 forks source link

Allow `type: 'unknown'` in our Configuration schema #2423

Closed dotNomad closed 2 weeks ago

dotNomad commented 2 weeks ago

This PR does two things:

Consequences of this PR

With type = 'unknown' now passing schema validation for our Configuration files, when Config has that type:

Intent

Further addresses #2419 and allows more actions on the Configuration file from sidebar when the Configuration type = 'unknown'

Type of Change

Automated Tests

I did add an automated test to check that moving from App Mode "" (or type = 'unknown') to a valid App Mode was acceptable in our deployment pre-checks.