Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: graphql/graphiql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: [email protected]
Choose a base ref
...
head repository: graphql/graphiql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
  • 11 commits
  • 70 files changed
  • 6 contributors

Commits on Mar 23, 2022

  1. Initial implementation of vscode-graphql inside the graphiql repo (#2239

    )
    
    * Initial implementation of vscode-graphql inside the graphiql repo
    * Use the new VS Code API for icons
    
    Co-authored-by: Rikki Schulte <[email protected]>
    orta and acao authored Mar 23, 2022
    1 Configuration menu
    Copy the full SHA
    81c9419 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. feat: tabs (#2197)

    Co-authored-by: Rikki Schulte <[email protected]>
    Co-authored-by: timsuchanek <[email protected]>
    3 people authored Mar 27, 2022
    Configuration menu
    Copy the full SHA
    3137a6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1540fd3 View commit details
    Browse the repository at this point in the history
  3. fix operation name regex (#2252)

    * fix operation name regex
    
    * fix: regex in fuzzyExtractOperationTitle
    
    * fix: try operationName, then fuzzy approach
    
    Co-authored-by: timsuchanek <[email protected]>
    acao and timsuchanek authored Mar 27, 2022
    Configuration menu
    Copy the full SHA
    2ea760e View commit details
    Browse the repository at this point in the history
  4. Version Packages (#2251)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Mar 27, 2022
    Configuration menu
    Copy the full SHA
    6060604 View commit details
    Browse the repository at this point in the history
  5. fix worker creation problem when changing config (#2253)

    the language worker will no longer create a new instance of itself every time the config changes (schema, etc),
    acao authored Mar 27, 2022
    Configuration menu
    Copy the full SHA
    6317789 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Configuration menu
    Copy the full SHA
    6cc9585 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77290c1 View commit details
    Browse the repository at this point in the history
  3. Version Packages (#2254)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    3232dc9 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    261f204 View commit details
    Browse the repository at this point in the history
  2. Version Packages (#2262)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    58bdac0 View commit details
    Browse the repository at this point in the history
Loading