Skip to content

Commit

Permalink
Remove old API
Browse files Browse the repository at this point in the history
Signed-off-by: Heinz N. Gies <[email protected]>
  • Loading branch information
Licenser committed Apr 5, 2023
1 parent cc00936 commit 9225326
Show file tree
Hide file tree
Showing 23 changed files with 35 additions and 1,363 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
- uses: actions/checkout@v3
- name: Check for unused dependencies (tremor-runtime)
run: ./.github/checks/deps.sh .
- name: Check for unused dependencies (tremor-api)
run: ./.github/checks/deps.sh tremor-api
- name: Check for unused dependencies (tremor-influx)
run: ./.github/checks/deps.sh tremor-influx
- name: Check for unused dependencies (tremor-pipeline)
Expand Down
19 changes: 0 additions & 19 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,25 +89,6 @@
],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
"name": "Debug unit tests in library 'tremor-api'",
"cargo": {
"args": [
"test",
"--no-run",
"--lib",
"--package=tremor-api"
],
"filter": {
"name": "tremor-api",
"kind": "lib"
}
},
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
Expand Down
Loading

0 comments on commit 9225326

Please sign in to comment.