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

Fixes the Variable Schema UI issues and InlineView bug reported in (#7884) #7913

Merged
merged 12 commits into from
Sep 15, 2024

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    badf874 View commit details
    Browse the repository at this point in the history
  2. Reload the server list after connecting to a server in the 'New

    connection' dialog (QueryTool). (Reference: pgadmin-org#7884)
    asheshv committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    12d47c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5317a18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8bb653 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    20da684 View commit details
    Browse the repository at this point in the history
  2. Don't rely on the 'optionsLoaded' for setting the variable types as it

    is loaded asynchronously, and variable types data may not be available
    while rendering the 'value' cell. (Fixes pgadmin-org#7884)
    asheshv committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    610ba99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bfa2cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    274f2e0 View commit details
    Browse the repository at this point in the history
  5. Introduced a parameter 'reloadOnDepChanges' in the BaseSchemaUI field

    to force reload the control on value change for one of the
    dependencies.
    asheshv committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b8742b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    581fdb6 View commit details
    Browse the repository at this point in the history
  7. Introduced 'useSchemaStateSubscriber', which generates a state

    subscriber mananager instance. It helps multiple subscribers in a
    single control as we could have multiple subscribe within a control.
    (For example - value, options, errors, etc).
    asheshv committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7c86328 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    6a4555b View commit details
    Browse the repository at this point in the history