Skip to content

Commit

Permalink
Modernization 3 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas authored Aug 8, 2024
1 parent 5312c6e commit 7fd5731
Show file tree
Hide file tree
Showing 11 changed files with 481 additions and 193 deletions.
5 changes: 5 additions & 0 deletions .changeset/five-houses-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vscode-apollo": patch
---

Only show "Run in Studio" gutter action for local graphs if an endpoint is configured.
9 changes: 9 additions & 0 deletions .changeset/short-shrimps-scream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"vscode-apollo": patch
---

Modernization

- update `minimatch` and `lz-string`
- drop `await-to-js`, `resolve-from`, `sha.js`
- drop `query-string`
5 changes: 5 additions & 0 deletions .changeset/tough-forks-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vscode-apollo": patch
---

Fix a bug where the "Run in Studio" button would link to a Studio Graph instead of Explorer for local projects.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,28 @@ jobs:
name: Test
command: npm run test

E2E tests:
executor: node
steps:
- checkout
- npm-install
- run: sudo apt update && sudo apt install -y libasound2 libgbm1 libgtk-3-0 libnss3 xvfb
- run:
name: Build
command: npm run build:clean
- run:
command: echo 'APOLLO_KEY="service:bob-123:489fhseo4"' > ./sampleWorkspace/spotifyGraph/.env
- run:
name: E2E tests
command: xvfb-run -a npm run test:extension

workflows:
build-test-deploy:
jobs:
- lint
- typescript
- test
- E2E tests
security-scans:
jobs:
- secops/gitleaks:
Expand Down
Loading

0 comments on commit 7fd5731

Please sign in to comment.