You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: import config metadata and import to projectSettings (#721)
* * use new tables for `projectSettings`
* import metadata from config
* start solving tests
* add metadata to every config make loading of config files sequential
* add metadata specific unit tests
* fix a type error
* add mapeo-mock-data with mapeo-schema updated
* re-generate drizzle, add `configMetadata` to `configImport`
* update metadata.json on fixtures, fix wrong type on validation
* import date should not exist on config file, but added on import
* add local version of default-config
* add parsing and validation of `fileVersion` which is a COMVER string now
* revert use of iterpal
* missed conflict on drizzle journal and snapshot
* another missed conflict...
* remove locally installed versions of dependencies
* config-import: `importDate` should be defined when calling import, not when calling `get metadata`
* add updated config fixtures, update @mapeo/default config, fix config.fileVersion parsing
* remove unnecessary @ts-ignore
* add metadata to config fixtures
* missing commitiing metadata.json to validConfig
* add metadata.json to completeConfig
* delete all zips (don't know how they got here...)
* recover missing metadata fixtures, remove unnecessary tests
---------
Co-authored-by: Tomás Ciccola <tciccola@digital-democracy.com>
0 commit comments