Skip to content
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
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@
/cmd/workspace/apps/ @databricks/eng-app-devex
/libs/apps/ @databricks/eng-app-devex
/acceptance/apps/ @databricks/eng-app-devex
/experimental/aitools/ @databricks/eng-app-devex @lennartkats-db
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll soon want this back!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes - but it's easier to first cleanly remove it

/experimental/apps-mcp/ @databricks/eng-app-devex @lennartkats-db
32 changes: 0 additions & 32 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,37 +145,6 @@ jobs:
- name: Analyze slow tests
run: make slowest

test-exp-aitools:
needs:
- cleanups
- testmask

# Only run if the target is in the list of targets from testmask
if: ${{ contains(fromJSON(needs.testmask.outputs.targets), 'test-exp-aitools') }}
name: "make test-exp-aitools"
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os:
- macos-latest
- ubuntu-latest
- windows-latest

steps:
- name: Checkout repository and submodules
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Setup build environment
uses: ./.github/actions/setup-build-environment
with:
cache-key: test-exp-aitools

- name: Run tests
run: |
make test-exp-aitools

test-exp-apps-mcp:
needs:
- cleanups
Expand Down Expand Up @@ -282,7 +251,6 @@ jobs:
test-result:
needs:
- test
- test-exp-aitools
- test-exp-apps-mcp
- test-exp-ssh
- test-pipelines
Expand Down
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
default: checks fmt lint

# Default packages to test (all)
TEST_PACKAGES = ./acceptance/internal ./libs/... ./internal/... ./cmd/... ./bundle/... ./experimental/aitools/... ./experimental/ssh/... .
TEST_PACKAGES = ./acceptance/internal ./libs/... ./internal/... ./cmd/... ./bundle/... ./experimental/ssh/... .

# Default acceptance test filter (all)
ACCEPTANCE_TEST_FILTER = ""
Expand Down Expand Up @@ -173,9 +173,6 @@ generate:

.PHONY: lint lintfull tidy lintcheck fmt fmtfull test test-unit test-acc test-slow test-slow-unit test-slow-acc cover showcover build snapshot snapshot-release schema integration integration-short acc-cover acc-showcover docs ws wsfix links checks test-update test-update-templates generate-out-test-toml test-update-aws test-update-all generate-validation

test-exp-aitools:
make test TEST_PACKAGES="./experimental/aitools/..." ACCEPTANCE_TEST_FILTER="TestAccept/idontexistyet/aitools"

test-exp-apps-mcp:
make test TEST_PACKAGES="./experimental/apps-mcp/..." ACCEPTANCE_TEST_FILTER="TestAccept/idontexistyet/apps-mcp"

Expand Down
2 changes: 0 additions & 2 deletions cmd/experimental/experimental.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package experimental

import (
"github.com/databricks/cli/experimental/aitools"
mcp "github.com/databricks/cli/experimental/apps-mcp/cmd"
"github.com/spf13/cobra"
)
Expand All @@ -21,7 +20,6 @@ These commands provide early access to new features that are still under
development. They may change or be removed in future versions without notice.`,
}

cmd.AddCommand(aitools.New())
cmd.AddCommand(mcp.NewMcpCmd())

return cmd
Expand Down
227 changes: 0 additions & 227 deletions experimental/aitools/DESIGN.md

This file was deleted.

44 changes: 0 additions & 44 deletions experimental/aitools/agents/claude.go

This file was deleted.

96 changes: 0 additions & 96 deletions experimental/aitools/agents/cursor.go

This file was deleted.

36 changes: 0 additions & 36 deletions experimental/aitools/agents/custom.go

This file was deleted.

34 changes: 0 additions & 34 deletions experimental/aitools/aitools.go

This file was deleted.

67 changes: 0 additions & 67 deletions experimental/aitools/auth/check.go

This file was deleted.

Loading