Commit Graph

  • b5f34a1181
    Removed unused `ToHttpsUrl` method and corresponding library (#1017) Andrew Nester 2023-11-28 17:08:27 +0100
  • c186c0767a
    Removed unused ToHttpsUrl method and corresponding library Andrew Nester 2023-11-28 16:06:03 +0100
  • 75caf78aaa
    Fix release process for the CLI monalisa 2023-11-28 16:00:58 +0100
  • cb8c5ce1de
    remove build-number flag Andrew Nester 2023-11-28 15:07:24 +0100
  • 4b95a6fc57
    Use --build-number when building Python wheels Andrew Nester 2023-11-28 12:52:53 +0100
  • 1932da0a87
    Update cli version in the vscode extension during release (#1014) Ilia Babanov 2023-11-28 11:50:16 +0100
  • dd1d540429
    Add mlops-stacks to the default `databricks bundle init` prompt (#988) shreyas-goenka 2023-11-28 10:04:06 +0100
  • 6d6760fff4
    Update LICENSE Serge Smertin 2023-11-27 22:55:40 +0100
  • 03c2238e1b
    remove go.mod monalisa 2023-11-27 17:28:20 +0100
  • eddca42a66
    convert map to array monalisa 2023-11-27 17:05:46 +0100
  • b0f1a3fa51
    Update cli version in the vscode extension during release Ilia Babanov 2023-11-27 16:57:26 +0100
  • 0d1e876b05
    use slices.Contains monalisa 2023-11-27 16:07:59 +0100
  • 693042d21e
    do not touch b.client in initialise function monalisa 2023-11-27 15:52:44 +0100
  • d417def804
    fix tests monalisa 2023-11-27 15:26:17 +0100
  • 3c476c714c
    - monalisa 2023-11-27 15:21:28 +0100
  • bd0d034f76
    return client from the initialization function monalisa 2023-11-27 15:20:03 +0100
  • f73ea9b31d
    Merge remote-tracking branch 'origin' into fix-invalid-bundle-auth monalisa 2023-11-27 15:14:07 +0100
  • a8274f724c
    - monalisa 2023-11-27 14:02:51 +0100
  • 53364d85d6
    add generated descriptions to the schema file monalisa 2023-11-27 13:56:17 +0100
  • d6a3f2e82f
    update sop monalisa 2023-11-27 13:39:49 +0100
  • 6f6ab06cb9
    - monalisa 2023-11-27 13:20:22 +0100
  • 8d6e8563c6
    - monalisa 2023-11-27 13:17:57 +0100
  • 2d9f153359
    - monalisa 2023-11-27 13:15:45 +0100
  • 0466cbc5f4
    update attributes monalisa 2023-11-27 13:15:09 +0100
  • 31183d2b42
    fix autogenerated code monalisa 2023-11-27 12:54:19 +0100
  • ce2cfaeb70
    - monalisa 2023-11-27 12:46:16 +0100
  • 317b3010e9
    remove test generation monalisa 2023-11-27 12:43:28 +0100
  • 87d992aa7b
    Make command for bundle descriptions update an internal module monalisa 2023-11-27 12:42:28 +0100
  • 96e9545cf0
    Automate the generation of bundle schema descriptions (#1007) shreyas-goenka 2023-11-27 11:42:39 +0100
  • 95331edc3d
    add create flag monalisa 2023-11-27 11:19:39 +0100
  • bf60a0e86e
    address comments monalisa 2023-11-27 11:17:56 +0100
  • c40d584c0d
    Merge remote-tracking branch 'origin' into automate-docs-generation monalisa 2023-11-27 11:16:36 +0100
  • f5f57b6bf9
    Populate struct field with `config.Value` instance if possible (#1010) Pieter Noordhuis 2023-11-27 11:06:29 +0100
  • 0d2d4b8536
    Merge branch 'config-set-value-on-struct' into bundle-use-new-config-framework Pieter Noordhuis 2023-11-24 14:38:58 +0100
  • c8f02dc734
    Merge branch 'config-add-isvalid' into bundle-use-new-config-framework Pieter Noordhuis 2023-11-24 14:38:51 +0100
  • 41658d4506
    Fix Pieter Noordhuis 2023-11-24 14:38:33 +0100
  • 1dad855504
    Merge remote-tracking branch 'origin/main' into bundle-use-new-config-framework Pieter Noordhuis 2023-11-24 14:34:08 +0100
  • a93b508bc0
    Populate struct field with `config.Value` instance if possible Pieter Noordhuis 2023-11-24 14:12:37 +0100
  • ef97e249ec
    Add function to check if `config.Value` is valid (#1009) Pieter Noordhuis 2023-11-24 14:21:47 +0100
  • a68f1346a9
    Add IsValid function to config.Value Pieter Noordhuis 2023-11-24 14:15:27 +0100
  • 6187803007
    Correctly overwrite local state if remote state is newer (#1008) Pieter Noordhuis 2023-11-24 12:15:46 +0100
  • d10441f29c
    Move test-only function Pieter Noordhuis 2023-11-24 12:11:28 +0100
  • 5bd20af48e
    Add new library to NOTICE file Pieter Noordhuis 2023-11-24 12:09:41 +0100
  • d985601d30
    Add `--configure-cluster` flag to configure command (#1005) Pieter Noordhuis 2023-11-23 20:56:48 +0100
  • 5627867220
    Run go mod tidy Pieter Noordhuis 2023-11-23 20:53:56 +0100
  • 8af283456c
    Inline calls Pieter Noordhuis 2023-11-23 20:51:04 +0100
  • cf3fd6c36c
    Update cmd/configure/configure.go Pieter Noordhuis 2023-11-23 20:48:39 +0100
  • 205ebbfd22
    Add back log line and comment Pieter Noordhuis 2023-11-23 20:47:45 +0100
  • 77a1f4023c
    Merge branch 'main' into bundle-tf-state Pieter Noordhuis 2023-11-23 20:43:39 +0100
  • c336f2ca39
    Revert unrelated changes Pieter Noordhuis 2023-11-23 20:41:20 +0100
  • 84ed2ed350
    filer -> mock Pieter Noordhuis 2023-11-23 20:39:13 +0100
  • bad3cb926c
    Correctly overwrite local state if remote state is newer Pieter Noordhuis 2023-11-23 14:26:09 +0100
  • c89d1ced48
    - monalisa 2023-11-23 18:53:07 +0100
  • bcb1c20f69
    Automate bundle schema descriptions generation monalisa 2023-11-23 18:48:19 +0100
  • 86562ce77f
    regress docs to CLI generated version monalisa 2023-11-23 18:06:29 +0100
  • 7b94afb5e8
    make sop crisper monalisa 2023-11-23 17:38:45 +0100
  • e409d1df75
    fix env docs monalisa 2023-11-23 17:23:23 +0100
  • 9880b94a12
    Update bundle schema documentation monalisa 2023-11-23 17:10:58 +0100
  • f8c70c6575
    mergre monalisa 2023-11-23 16:33:47 +0100
  • bfb55c4119
    Cleanup Pieter Noordhuis 2023-11-23 15:06:09 +0100
  • 236a8db403
    Lowercase Pieter Noordhuis 2023-11-23 15:05:05 +0100
  • d12877a350
    Add --configure-cluster flag to configure command Pieter Noordhuis 2023-11-23 15:03:38 +0100
  • 587fab27c9
    Tune the default template Lennart Kats 2023-11-23 14:11:25 +0100
  • 07c4c90772
    Tolerate missing .databrickscfg file during `databricks auth login` (#1003) Miles Yucht 2023-11-23 10:04:54 +0100
  • 5ed7580e2e
    work Miles Yucht 2023-11-23 09:55:39 +0100
  • 52b6353a89
    shorten help string monalisa 2023-11-23 07:34:09 +0100
  • 52135bce0f
    add tests monalisa 2023-11-23 07:30:57 +0100
  • 6e7ade88d5
    reuse initialise function monalisa 2023-11-22 19:17:03 +0100
  • 841e0d42e1
    add initialise mutator monalisa 2023-11-22 19:12:24 +0100
  • d9fe2ab43d
    Improve error message when path is not a bundle template (#985) shreyas-goenka 2023-11-22 13:25:16 +0100
  • 48e293c72c
    Pass `USERPROFILE` environment variable to Terraform (#1001) Andrew Nester 2023-11-22 10:16:28 +0100
  • b6d351d31d
    removed obsolete test Andrew Nester 2023-11-22 10:10:42 +0100
  • 2cc7c3d2d1
    add deterministic order for keys monalisa 2023-11-22 01:59:24 +0100
  • 57062ebb4f
    - monalisa 2023-11-22 01:48:28 +0100
  • f994c484e6
    parameterise native templates monalisa 2023-11-22 01:41:06 +0100
  • 2baee8c5e6
    Merge remote-tracking branch 'origin' into add-template-dropdown monalisa 2023-11-22 01:15:50 +0100
  • 0cdf78413d
    remove unrelated code monalisa 2023-11-22 01:13:31 +0100
  • 053ee81441
    Fix panic when bundle auth resolution fails monalisa 2023-11-22 00:53:21 +0100
  • 90c6851bff
    expand the scope of skipPrompt function monalisa 2023-11-21 18:12:45 +0100
  • 55b5e8bf94
    Merge remote-tracking branch 'origin' into conditional-prompts monalisa 2023-11-21 17:19:29 +0100
  • 1fae053fcc
    address comments monalisa 2023-11-21 17:18:46 +0100
  • 915b1900e9
    remove USERPROFILE from setTempDirEnvVars Andrew Nester 2023-11-21 16:49:37 +0100
  • 76994177f8
    fix test Andrew Nester 2023-11-21 16:15:48 +0100
  • 39f9e863c6
    fixed test Andrew Nester 2023-11-21 16:08:54 +0100
  • 80dc24b2be
    Pass USERPROFILE env variable to Terraform Andrew Nester 2023-11-21 15:47:35 +0100
  • fa89db57e9
    Enable `spark_jar_task` with local JAR libraries (#993) Andrew Nester 2023-11-21 11:15:09 +0100
  • 92539d4b9b
    Work around DLT issue with `$PYTHONPATH` not being set correctly (#999) Lennart Kats (databricks) 2023-11-20 20:25:43 +0100
  • 4d0c74b751
    Work around ES-947370: PYTHONPATH not being set correctly Lennart Kats 2023-11-20 18:26:58 +0100
  • bf95ea14bc
    Experiment: generate function definitions for OpenAI API openai Ilia Babanov 2023-11-20 10:05:26 +0100
  • 898a31fe0f
    Introduce `libs/github` package Serge Smertin 2023-11-18 13:13:06 +0100
  • aaa886ee93
    Introduce `libs/localcache` package Serge Smertin 2023-11-18 13:07:46 +0100
  • 1a390f7b0b
    Added progress bar when uploading files to Databricks progress-upload Andrew Nester 2023-11-17 15:51:46 +0100
  • 1b7558cd7d
    Add `databricks labs` command group (#914) Serge Smertin 2023-11-17 13:47:37 +0100
  • ebbba371b6
    .. Serge Smertin 2023-11-17 11:43:18 +0100
  • fc09822ea8
    .. Serge Smertin 2023-11-17 11:03:31 +0100
  • 610919780d
    .. Serge Smertin 2023-11-17 11:02:52 +0100
  • 7c186cb005
    .. Serge Smertin 2023-11-17 10:53:44 +0100
  • 33473138ce
    .. Serge Smertin 2023-11-16 15:52:54 +0100
  • ef16326c84
    eagerly create nested cache directories Serge Smertin 2023-11-16 14:33:08 +0100
  • 16c68ac526
    Enable spark_jar_tasks with local JAR libraries Andrew Nester 2023-11-16 12:43:16 +0100