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

Staging #1624

Merged
merged 28 commits into from
Jul 13, 2021
Merged

Staging #1624

merged 28 commits into from
Jul 13, 2021

Commits on Jun 4, 2021

  1. Configuration menu
    Copy the full SHA
    74afcb8 View commit details
    Browse the repository at this point in the history
  2. Enabled edit link in docs

    imolorhe committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    618b1a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81c3e35 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Added altair-graphql-core.

    Removed altair-exported-types.
    altair-exported-types was a temporary hack to getting Altair types
    available for the other packages like altair-static. As it turns out
    exporting types only from a typescript project introduces other issues
    since the type implementations are not exported as well. Things like
    enums do not get typed properly when used and they need the provided
    strings to be recast as the enum type which defeats the purpose of
    having the types in the first place. For example, `PluginSource` which
    includes `NPM` would now have to be typed as `'NPM' as PluginSource`
    which also means you do not get the autocomplete options to ensure the
    string you are passing is indeed a valid value for that enum.
    This also affects classes as well which would no longer be extendable
    but can only be implemented as an interface.
    imolorhe committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    32194e6 View commit details
    Browse the repository at this point in the history
  2. Fixed tests

    imolorhe committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    35cf888 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbe07fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e849fb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edc997e View commit details
    Browse the repository at this point in the history
  6. fixed linting issues

    imolorhe committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    1e5eb6d View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. updated chrome version

    imolorhe committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    9f4c0e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Merge pull request #1609 from imolorhe/add-altair-core

    Added altair-graphql-core
    imolorhe committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    18ab729 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c489d21 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Merge pull request #1610 from altair-graphql/update-repo-references

    Updated repo references to include altair-graphql
    imolorhe committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    910c79c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2f4572 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc9af0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53ff6d0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1618 from altair-graphql/refactor-plugin-structure

    Refactored plugin logic structure a bit
    imolorhe committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    b610fbb View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. Configuration menu
    Copy the full SHA
    7d47917 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce065d4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1621 from altair-graphql/fix-instance-storage-name

    Fixed bug when changing instanceStorageNamespace
    imolorhe committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    733b179 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09d2b81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30d8d57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53905ac View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Merge pull request #1622 from altair-graphql/update-environment-delet…

    …e-button
    
    Update environment delete button to be more obvious
    imolorhe committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    bf5151d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a674b6f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1623 from altair-graphql/add-dark-mode-theme

    Added option for also setting dark mode theme
    imolorhe committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    0349c0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c20fc14 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Upgraded to v4.0.7

    imolorhe committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    6ff1f9f View commit details
    Browse the repository at this point in the history