Skip to content

Commit e6efc7b

Browse files
Revert "All AuthProviders must implement a non silent check." (#938)
Reverts #936
1 parent 237e629 commit e6efc7b

33 files changed

+84
-7232
lines changed

.github/workflows/nightly-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish nightly release
22

33
on:
44
push:
5-
branches: [main, bundle-integ]
5+
branches: [main]
66
workflow_dispatch:
77

88
jobs:
@@ -24,8 +24,8 @@ jobs:
2424
- name: Update nightly release
2525
uses: softprops/action-gh-release@v1
2626
with:
27-
name: Nightly - ${{ github.ref_name }}
27+
name: Nightly
2828
prerelease: true
29-
tag_name: nightly-${{ github.ref_name }}
29+
tag_name: nightly
3030
token: ${{ secrets.GITHUB_TOKEN }}
3131
files: "packages/databricks-vscode/databricks*/*.vsix"

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: VSCode Extensions CI
22

33
on:
44
push:
5-
branches: [main, bundle-integ]
5+
branches: [main]
66
pull_request:
7-
branches: [main, bundle-integ]
7+
branches: [main]
88

99
jobs:
1010
run-tests:

packages/databricks-vscode/.eslintrc.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/databricks-vscode/eslint-local-rules/index.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/databricks-vscode/eslint-local-rules/rules/mutexSynchronisedDecorator.ts

Lines changed: 0 additions & 76 deletions
This file was deleted.

packages/databricks-vscode/eslint-local-rules/tsconfig.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/databricks-vscode/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,6 @@
666666
"package:cli:link": "rm -f ./bin/databricks && mkdir -p bin && ln -s ../../../../cli/cli bin/databricks",
667667
"package:wrappers:write": "ts-node ./scripts/writeIpynbWrapper.ts -s ./resources/python/notebook.workflow-wrapper.py -o ./resources/python/generated/notebook.workflow-wrapper.json",
668668
"package:jupyter-init-script:write": "ts-node ./scripts/writeJupyterInitFileWithVersion.ts",
669-
"package:bundle-schema:write": "yarn package:cli:fetch && ts-node ./scripts/writeBundleSchema.ts ./bin/databricks ./src/bundle/BundleSchema.d.ts",
670669
"package:compile": "yarn run esbuild:base",
671670
"package:copy-webview-toolkit": "cp ./node_modules/@vscode/webview-ui-toolkit/dist/toolkit.js ./out/toolkit.js",
672671
"esbuild:base": "esbuild ./src/extension.ts --bundle --outfile=out/extension.js --external:vscode --format=cjs --platform=node --sourcemap --target=es2019",
@@ -688,7 +687,6 @@
688687
"dependencies": {
689688
"@databricks/databricks-sdk": "file:../../vendor/databricks-sdk.tgz",
690689
"@databricks/databricks-vscode-types": "workspace:^",
691-
"@types/lodash": "^4.14.199",
692690
"@vscode/debugadapter": "^1.61.0",
693691
"@vscode/extension-telemetry": "^0.9.0",
694692
"@vscode/webview-ui-toolkit": "^1.2.2",
@@ -704,9 +702,8 @@
704702
"@sinonjs/fake-timers": "^11.2.2",
705703
"@types/bcryptjs": "^2.4.2",
706704
"@types/chai": "^4.3.5",
707-
"@types/eslint": "^8.44.6",
708705
"@types/fs-extra": "^11.0.1",
709-
"@types/mocha": "^10.0.2",
706+
"@types/mocha": "^10.0.1",
710707
"@types/mock-require": "^2.0.1",
711708
"@types/node": "^20.4.2",
712709
"@types/sinonjs__fake-timers": "^8.1.2",
@@ -716,7 +713,6 @@
716713
"@types/yargs": "^17.0.24",
717714
"@typescript-eslint/eslint-plugin": "^6.0.0",
718715
"@typescript-eslint/parser": "^6.0.0",
719-
"@typescript-eslint/utils": "^6.9.0",
720716
"@vscode/test-electron": "^2.3.3",
721717
"@wdio/cli": "^8.12.2",
722718
"@wdio/local-runner": "^8.12.1",
@@ -726,10 +722,8 @@
726722
"chai": "^4.3.7",
727723
"esbuild": "^0.19.4",
728724
"eslint": "^8.51.0",
729-
"eslint-plugin-local-rules": "^2.0.0",
730725
"fs-extra": "^11.1.1",
731-
"glob": "^10.3.10",
732-
"json-schema-to-typescript": "^13.1.1",
726+
"glob": "^10.3.3",
733727
"mocha": "^10.2.0",
734728
"mock-require": "^3.0.3",
735729
"nyc": "^15.1.0",

packages/databricks-vscode/scripts/writeBundleSchema.ts

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)