Commit Graph

  • 6b78191cee
    No new var Pieter Noordhuis 2024-02-05 20:43:42 +0100
  • c445d198d0
    Revert commented out scripts section Pieter Noordhuis 2024-02-05 20:43:34 +0100
  • 20d5380101
    Rename Pieter Noordhuis 2024-02-05 20:34:34 +0100
  • b6b3e07c1d
    Factor out function to merge elements by key Pieter Noordhuis 2024-02-05 20:34:06 +0100
  • afd7450562
    Clean paths in sync override test Pieter Noordhuis 2024-02-05 19:08:31 +0100
  • 055a10e100
    Merge remote-tracking branch 'origin/main' into bundle-use-dyn Pieter Noordhuis 2024-02-05 18:03:04 +0100
  • 20e45b87ae
    Harden `dyn.Value` equality check (#1173) Pieter Noordhuis 2024-02-05 17:54:41 +0100
  • cdcf875090
    Merge remote-tracking branch 'origin/main' into bundle-use-dyn Pieter Noordhuis 2024-02-05 17:51:09 +0100
  • 4e7f953421
    Move comment Pieter Noordhuis 2024-02-05 17:49:13 +0100
  • e6d56c6d31
    Fix dyn.Value equality check Pieter Noordhuis 2024-02-05 17:34:50 +0100
  • fc9c31c502
    Use dyn.Map for sync section Pieter Noordhuis 2024-02-05 17:07:08 +0100
  • 01a8b20c12
    Clean paths in test for sync path rewrites Pieter Noordhuis 2024-02-05 16:54:32 +0100
  • 33c446dadd
    Refactor library to artifact matching to not use pointers (#1172) Pieter Noordhuis 2024-02-05 16:29:45 +0100
  • 9adc6e604d
    wip Shreyas Goenka 2024-02-05 15:42:36 +0100
  • 6b6d73b256
    Clean path in test Pieter Noordhuis 2024-02-05 12:18:49 +0100
  • ffe7230f43
    Refactor library to artifact matching to not use pointers Pieter Noordhuis 2024-02-05 11:34:48 +0100
  • 1fbed61806
    Always reset typed config after running mutator Pieter Noordhuis 2024-02-02 14:39:41 +0100
  • fc18de11d1
    Run test to confirm type mismatch errors and opportunities Pieter Noordhuis 2024-02-02 13:23:53 +0100
  • cb3ad737f1
    Add short_name helper function to bundle init templates (#1167) shreyas-goenka 2024-02-01 22:16:07 +0530
  • 451a8f5a3f
    lint Shreyas Goenka 2024-02-01 17:43:12 +0100
  • 5acfb204b6
    Merge remote-tracking branch 'origin' into mlops-test Shreyas Goenka 2024-02-01 17:42:06 +0100
  • 274ae210c0
    lint Shreyas Goenka 2024-02-01 17:41:41 +0100
  • 781fce8960
    flesh out mlops-stacks test Shreyas Goenka 2024-02-01 17:32:07 +0100
  • 30c3176315
    fixes Andrew Nester 2024-02-01 14:18:41 +0000
  • 0b3eeb8e54
    Allow specifying executable in artifact section and skip bash from WSL (#1169) Andrew Nester 2024-02-01 14:10:04 +0000
  • b2e7702645
    set executable Andrew Nester 2024-02-01 13:59:12 +0000
  • 2f8d048348
    skip WSL bash Andrew Nester 2024-02-01 13:52:52 +0000
  • 177b5b08c4
    Revert "Update Go SDK to v0.30.1 (#1162)" revert-sdk-bump Shreyas Goenka 2024-02-01 14:42:07 +0100
  • 8459cd9fcb
    added available options Andrew Nester 2024-02-01 12:51:26 +0000
  • 37ad5c26c7
    typo Andrew Nester 2024-02-01 12:13:26 +0000
  • ce695623be
    Allow specifying executable in artifact section Andrew Nester 2024-02-01 12:12:25 +0000
  • 299561d82a
    Use CMD on Windows first as a shell to build artifacts Andrew Nester 2024-02-01 11:41:44 +0000
  • fdcf66d416
    return error Andrew Nester 2024-02-01 10:48:07 +0000
  • feb10f0da5
    Revert "Bump github.com/google/uuid from 1.5.0 to 1.6.0 (#1160)" test-runner-2 Shreyas Goenka 2024-02-01 11:23:30 +0100
  • eaf8066068
    Revert "Add `--key` flag for generate commands to specify resource key (#1165)" Shreyas Goenka 2024-02-01 11:23:29 +0100
  • 06de08859d
    Revert "Release v0.212.3 (#1166)" Shreyas Goenka 2024-02-01 11:23:26 +0100
  • 89f1d29709
    Revert "Fix dynamic representation of zero values in maps and slices (#1154)" Shreyas Goenka 2024-02-01 11:23:20 +0100
  • 25031cd1f9
    add more tests Shreyas Goenka 2024-01-31 18:43:58 +0100
  • f1998c5c7b
    delete fixtures Shreyas Goenka 2024-01-31 18:31:38 +0100
  • 9de88040e3
    refactor tests Shreyas Goenka 2024-01-31 18:30:33 +0100
  • 9d6e063a3d
    Add short_name helper function to bundle init templates Shreyas Goenka 2024-01-31 18:11:24 +0100
  • 2dec864edc
    Make linter happy Pieter Noordhuis 2024-01-31 16:29:29 +0100
  • 71f326f31c
    Remove mergo dependency Pieter Noordhuis 2024-01-31 16:27:48 +0100
  • 1b70822b89
    Fix test Pieter Noordhuis 2024-01-31 16:26:24 +0100
  • 0b79685ede
    Merge remote-tracking branch 'origin/main' into bundle-use-dyn Pieter Noordhuis 2024-01-31 15:40:10 +0100
  • 6beda4405e
    Fix dynamic representation of zero values in maps and slices (#1154) shreyas-goenka 2024-01-31 19:55:13 +0530
  • ff51fec826
    - Shreyas Goenka 2024-01-31 15:14:40 +0100
  • 10380a458d
    consistant new lines Shreyas Goenka 2024-01-31 15:13:23 +0100
  • 36c8654552
    make comment clearer Shreyas Goenka 2024-01-31 15:11:21 +0100
  • 4d9777776b
    make fromTyped private Shreyas Goenka 2024-01-31 14:52:51 +0100
  • 4107c38ab5
    invert logic Shreyas Goenka 2024-01-31 14:33:27 +0100
  • 359f5f4468
    Release v0.212.3 (#1166) Andrew Nester 2024-01-31 12:36:01 +0000
  • 5ddf2419f5
    Release v0.212.3 v0.212.3 Andrew Nester 2024-01-31 12:27:38 +0000
  • c72662fe8c
    move state pull earlier in chain Andrew Nester 2024-01-31 12:17:47 +0000
  • b28432afed
    Add `--key` flag for generate commands to specify resource key (#1165) Andrew Nester 2024-01-31 10:23:35 +0000
  • 2f1f6bf131
    do not ask for input Andrew Nester 2024-01-31 10:21:01 +0000
  • d9a289b9a8
    add --fail-if-running flag Andrew Nester 2024-01-31 10:17:02 +0000
  • b736ae1efc
    fix tests Andrew Nester 2024-01-31 10:10:13 +0000
  • 290473342f
    Update cmd/bundle/generate.go Andrew Nester 2024-01-31 10:03:47 +0000
  • e2eef125dd
    added persistent flag Andrew Nester 2024-01-30 16:59:05 +0000
  • c898c13c9b
    Add --key for generate commands to specify resource key Andrew Nester 2024-01-30 16:54:08 +0000
  • 2f0f63b3bf
    - error-ls-volume Shreyas Goenka 2024-01-30 10:56:57 +0100
  • 551c0277ce
    Update error message to be clearer when using filer.ReadDir for UC Volumes Shreyas Goenka 2024-01-30 10:51:50 +0100
  • 5fda017057
    Bump github.com/google/uuid from 1.5.0 to 1.6.0 (#1160) dependabot[bot] 2024-01-29 16:33:16 +0000
  • 9c63a97db7
    Added warning when trying to deploy bundle with running resources Andrew Nester 2024-01-29 16:15:07 +0000
  • 906d4b68ac
    Bump github.com/google/uuid from 1.5.0 to 1.6.0 dependabot[bot] 2024-01-29 15:33:34 +0000
  • e3d2dbb0ab
    Update Go SDK to v0.30.1 (#1162) hectorcast-db 2024-01-29 16:25:10 +0100
  • b15036617f
    Update Go SDK to 0.30.1 Hector Castejon Diaz 2024-01-29 15:58:49 +0100
  • 6cb77b9c11
    Bump github.com/databricks/databricks-sdk-go from 0.29.1 to 0.30.1 dependabot[bot] 2024-01-29 11:29:19 +0000
  • 2f1b81cba0
    Release Windows packages to winget-pkgs (#1144) Miles Yucht 2024-01-29 10:44:09 +0100
  • 22176b2a1b
    Mark as experimental Lennart Kats 2024-01-29 09:52:25 +0100
  • 2f52ff1131
    Mark as experimental Lennart Kats 2024-01-29 09:51:27 +0100
  • 12b77ab532
    Merge remote-tracking branch 'databricks/main' into sql-template Lennart Kats 2024-01-28 09:29:14 +0100
  • a660efa321
    Merge remote-tracking branch 'databricks/main' into dbt-template Lennart Kats 2024-01-28 09:29:01 +0100
  • 97ef8fc02f
    Fix test Lennart Kats 2024-01-28 09:26:24 +0100
  • 18c6b7059b
    Update README.md Lennart Kats 2024-01-28 09:18:30 +0100
  • d46d2471ec
    Add README.md Lennart Kats 2024-01-28 09:16:48 +0100
  • e5fab2da3a
    Remove from list of templates for now Lennart Kats 2024-01-28 09:12:08 +0100
  • 8e7c6a109c
    Remove from list of templates for now Lennart Kats 2024-01-28 09:10:28 +0100
  • de7bd784d8
    Improve DX with default_catalog helper Lennart Kats 2024-01-27 22:35:18 +0100
  • a74a19d288
    Improve setup DX, support non-UC workspaces Lennart Kats 2024-01-27 22:29:46 +0100
  • 7275310e8e
    Change project layout based on OSS team feedback Lennart Kats 2024-01-26 09:38:43 +0100
  • 18860ca890
    Fix parameter Lennart Kats 2024-01-26 17:09:47 +0100
  • 2becf555f9
    Fix keyword Lennart Kats 2024-01-26 17:07:45 +0100
  • 9d6fb8c1d4
    Avoid using /Shared Lennart Kats 2024-01-26 10:28:05 +0100
  • 93d70521a6
    Support customizable catalog/schema Lennart Kats 2024-01-25 22:21:34 +0100
  • 33c5e9167b
    Explain mode: development Lennart Kats 2024-01-25 22:10:47 +0100
  • 1ca69dd2c0
    - Shreyas Goenka 2024-01-26 02:07:30 +0530
  • d5df40ce3c
    Add integration test for mlops-stacks initialization Shreyas Goenka 2024-01-26 02:02:41 +0530
  • 1099eed75c
    Don't ask for a "production" schema, just assume "default" Lennart Kats 2024-01-25 21:15:28 +0100
  • 513e014fa0
    Fix dynamic representation of zero values in maps and slices Shreyas Goenka 2024-01-26 00:46:51 +0530
  • 6fcf6ba76b
    Release v0.212.2 (#1153) v0.212.2 Pieter Noordhuis 2024-01-25 15:32:32 +0100
  • af762d65f1
    Release v0.212.2 Pieter Noordhuis 2024-01-25 14:45:25 +0100
  • 852e7bcf84
    fix build Andrew Nester 2024-01-25 13:40:32 +0000
  • d8fc45e162
    Merge branch 'main' into bind-command Andrew Nester 2024-01-25 13:37:51 +0000
  • c65aa6c163
    Added e2e test Andrew Nester 2024-01-25 13:36:32 +0000
  • 8075ae12ec
    use import block Andrew Nester 2024-01-25 12:42:25 +0000
  • 2d38d14703
    Use latest patch release of Go toolchain (#1152) Pieter Noordhuis 2024-01-25 13:18:35 +0100
  • d39256a686
    Use latest patch release of Go toolchain Pieter Noordhuis 2024-01-25 13:06:19 +0100
  • 1fb15331c5
    Bring back `--json` flag for workspace-conf set-status command (#1151) Andrew Nester 2024-01-25 11:55:17 +0000