Skip to content
Draft
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
5 changes: 0 additions & 5 deletions .wsignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,3 @@ python/databricks/bundles/*/_models/*.py

# Developed elsewhere:
internal/genkit/tagging.py

# Docsgen:
bundle/docsgen/output/resources.md
bundle/docsgen/output/reference.md
bundle/docsgen/testdata/anchors.md
13 changes: 5 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,11 @@ snapshot:
snapshot-release:
goreleaser release --clean --skip docker --snapshot

schema:
go run ./bundle/internal/schema ./bundle/internal/schema ./bundle/schema/jsonschema.json
schema: .codegen/openapi.json
DATABRICKS_OPENAPI_SPEC=.codegen/openapi.json go run ./bundle/internal/schema ./bundle/internal/schema ./bundle/schema/jsonschema.json

schema-for-docs:
go run ./bundle/internal/schema ./bundle/internal/schema ./bundle/schema/jsonschema_for_docs.json --docs

docs:
go run ./bundle/docsgen ./bundle/internal/schema ./bundle/docsgen
schema-for-docs: .codegen/openapi.json
DATABRICKS_OPENAPI_SPEC=.codegen/openapi.json go run ./bundle/internal/schema ./bundle/internal/schema ./bundle/schema/jsonschema_for_docs.json --docs

INTEGRATION = go run -modfile=tools/go.mod ./tools/testrunner/main.go ${GO_TOOL} gotestsum --format github-actions --rerun-fails --jsonfile output.json --packages "./acceptance ./integration/..." -- -parallel 4 -timeout=2h

Expand Down Expand Up @@ -202,7 +199,7 @@ bundle/direct/dresources/apitypes.generated.yml: ./bundle/direct/tools/generate_
bundle/direct/dresources/resources.generated.yml: ./bundle/direct/tools/generate_resources.py .codegen/openapi.json bundle/direct/dresources/apitypes.generated.yml bundle/direct/dresources/apitypes.yml acceptance/bundle/refschema/out.fields.txt
python3 $^ > $@

.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 schema-for-docs 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
.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 schema-for-docs integration integration-short acc-cover acc-showcover 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/apps"
Expand Down
79 changes: 0 additions & 79 deletions bundle/docsgen/README.md

This file was deleted.

152 changes: 0 additions & 152 deletions bundle/docsgen/main.go

This file was deleted.

111 changes: 0 additions & 111 deletions bundle/docsgen/markdown.go

This file was deleted.

Loading
Loading