Skip to content
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

Cms db merge #53

Merged
merged 6 commits into from
Feb 25, 2022
Merged

Cms db merge #53

merged 6 commits into from
Feb 25, 2022

Commits on Feb 24, 2022

  1. refactor(database): merge CMS functionality in DB module

    add(database): owner migration to move CMS schemas to database
    add(database): query types to better specify query requirements
    add(database): conditional query parsing
    kkopanidis committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    bafed07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42d9922 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. fix(database)!: Database/CMS merge updates

    refactor(database,grpc-sdk): use ManagedModule
    fix(database): deleteSchemas system schema deletion check failing
    
    BREAKING CHANGE:
    - All /admin/cms/* routes are now available under /database/cms
    - [GET] /admin/database/schemas/extensions return definition change
      'declaredSchemaExtensions' -> 'schemaExtensions'
    kon14 committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    797e1f3 View commit details
    Browse the repository at this point in the history
  2. fix(database): unparsed ints in getCustomEndpoints due to route defin…

    …ition missing skip,limit query params
    kon14 committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    6ed1c94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01255e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39a43fe View commit details
    Browse the repository at this point in the history