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

Release #998

Merged
merged 6 commits into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 1 addition & 29 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,37 +95,9 @@ jobs:
xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- yarn test:integration
name: Run integration tests

system:
needs: prepare
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
id: cache-modules
with:
path: node_modules
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
restore-keys: ${{ runner.os }}-modules-
- uses: actions/cache@v3
id: cache-vscode-test
with:
path: .vscode-test/vscode-*
key: ${{ runner.os }}-vscode-test
- uses: actions/cache@v3
id: cache-out
with:
path: out
key: ${{ github.sha }}
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- yarn test:system
name: Run system tests

release:
runs-on: ubuntu-latest
needs: [unit, integration, system]
needs: [unit, integration]
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v3
Expand Down
26 changes: 8 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,13 @@
},
{
"command": "appmap.openInstallGuide",
"title": "AppMap: Open Install Guide"
"title": "AppMap: Open Data Recording Guide",
"icon": "$(book)"
},
{
"command": "appmap.view.focusAppMap",
"title": "AppMap: Open AppMaps View"
},
{
"command": "appmap.view.focusInstructions",
"title": "AppMap: Open Instructions"
},
{
"command": "appmap.startRemoteRecording",
"title": "AppMap: Start a Remote Recording",
Expand Down Expand Up @@ -319,11 +316,6 @@
]
},
"viewsWelcome": [
{
"view": "appmap.views.instructions",
"contents": "AppMap is initializing...",
"when": "!appmap.initialized"
},
{
"view": "appmap.views.navie",
"contents": "AppMap is initializing...",
Expand Down Expand Up @@ -380,12 +372,6 @@
"visibility": "visible",
"when": "!appMap.showSignIn"
},
{
"id": "appmap.views.instructions",
"name": "AppMap Recording Instructions",
"visibility": "collapsed",
"when": "!appMap.showSignIn"
},
{
"id": "appmap.views.appmaps",
"name": "AppMap Data",
Expand Down Expand Up @@ -442,6 +428,11 @@
}
],
"view/title": [
{
"command": "appmap.openInstallGuide",
"when": "view == appmap.views.appmaps",
"group": "navigation@3"
},
{
"command": "appmap.applyFilter",
"when": "view == appmap.views.appmaps && appmap.hasData",
Expand Down Expand Up @@ -508,7 +499,6 @@
"test:precache": "node -e 'require(\"@vscode/test-electron\").downloadAndUnzipVSCode(process.env.VSCODE_INSIDERS_VERSION)'",
"test:integration": "ts-node ./test/integrationTest.ts",
"test:web-client": "mocha web/test/*.test.mjs",
"test:system": "ts-node test/systemTest.ts",
"test:unit": "mocha test/unit/**/*.test.[tj]s",
"test:unit:some": "mocha",
"test": "yarn test:unit && yarn test:web-client && yarn test:integration && yarn test:system",
Expand Down Expand Up @@ -588,7 +578,7 @@
"dependencies": {
"@appland/appmap": "^3.129.0",
"@appland/client": "^1.14.1",
"@appland/components": "^4.30.0",
"@appland/components": "^4.31.0",
"@appland/diagrams": "^1.8.0",
"@appland/models": "^2.10.2",
"@appland/rpc": "^1.7.0",
Expand Down
24 changes: 0 additions & 24 deletions src/analyzers/deps.ts

This file was deleted.

128 changes: 0 additions & 128 deletions src/analyzers/index.ts

This file was deleted.

57 changes: 0 additions & 57 deletions src/analyzers/java.ts

This file was deleted.

Loading
Loading