Commit Graph

  • 5059d643a0
    Revert append(repoFiles, ...) change Pieter Noordhuis 2023-06-02 12:57:48 +0200
  • af2d30bb36
    explain more Serge Smertin 2023-06-02 12:45:52 +0200
  • ec37f4d39b
    Speed up sync integration tests Pieter Noordhuis 2023-06-02 12:40:00 +0200
  • 3aa39eb97f
    add more tests Serge Smertin 2023-06-02 12:38:50 +0200
  • 0444839a43
    Add profile on `databricks auth login` Serge Smertin 2023-06-01 22:11:22 +0200
  • 91097856b5
    Add check for path is a directory in filer.ReadDir (#426) shreyas-goenka 2023-06-02 12:28:35 +0200
  • 54534966ac
    address comments Shreyas Goenka 2023-06-02 12:02:37 +0200
  • 4feabc5376
    - Shreyas Goenka 2023-06-02 11:53:56 +0200
  • 944a3b98d2
    modularize the tests Shreyas Goenka 2023-06-02 03:30:45 +0200
  • 5f4b8fbd6d
    - Shreyas Goenka 2023-06-02 00:40:18 +0200
  • c51172b3e6
    some cleanup Shreyas Goenka 2023-06-02 00:38:35 +0200
  • 1f23a799be
    Merge branch 'readdir-check' into repofiles-filer Shreyas Goenka 2023-06-02 00:36:44 +0200
  • e21c4345a7
    Use filer in repofiles struct Shreyas Goenka 2023-06-02 00:33:39 +0200
  • dd7e8947c0
    add test for empty dir case Shreyas Goenka 2023-06-02 00:28:32 +0200
  • b402500535
    cleanup todos Shreyas Goenka 2023-06-02 00:20:23 +0200
  • bce7df8f19
    - Shreyas Goenka 2023-06-02 00:19:15 +0200
  • 772b2eecbd
    - Shreyas Goenka 2023-06-02 00:18:49 +0200
  • 709987448a
    Merge remote-tracking branch 'origin' into import_dir Shreyas Goenka 2023-06-02 00:18:12 +0200
  • 610bb3ccb9
    - Shreyas Goenka 2023-06-02 00:15:57 +0200
  • efc72b5bbd
    - Shreyas Goenka 2023-06-02 00:15:02 +0200
  • 6a2c4119ab
    Add check for path is a directory in filer.ReadDir Shreyas Goenka 2023-06-02 00:14:11 +0200
  • 5e57dc9c26
    Simplify dir diff logic Pieter Noordhuis 2023-06-02 00:13:56 +0200
  • ccb69806d4
    Delete directories when they become empty Pieter Noordhuis 2023-06-02 00:09:48 +0200
  • 952d5ecc2c
    Ignore ErrNotExist on deletes Pieter Noordhuis 2023-06-02 00:08:47 +0200
  • c1ccf8204f
    testdata Shreyas Goenka 2023-06-02 00:08:40 +0200
  • 2be6b85beb
    wip import-dir acc tests Shreyas Goenka 2023-06-02 00:08:29 +0200
  • dc0ff8925a
    repofiles integration test Shreyas Goenka 2023-06-02 00:07:35 +0200
  • 57a95786f7
    added some intgegration test for repofiles and moved to filer Shreyas Goenka 2023-06-02 00:07:16 +0200
  • 931fae1fd4
    add check for isdir in readdir Shreyas Goenka 2023-06-02 00:06:49 +0200
  • fb5ea166ca
    helper wsfs function Shreyas Goenka 2023-06-02 00:05:51 +0200
  • 289dd0db32
    - Shreyas Goenka 2023-06-02 00:05:17 +0200
  • 0382c749c5
    - Shreyas Goenka 2023-06-02 00:04:42 +0200
  • 2303f20f95
    sync options redefine better Shreyas Goenka 2023-06-02 00:04:18 +0200
  • 91a3d4d4f4
    Pass file handle instead of buffer Pieter Noordhuis 2023-06-01 22:51:52 +0200
  • 1322aa9e2e
    Use filer in sync command Pieter Noordhuis 2023-06-01 22:44:29 +0200
  • 553f50ddb9
    Add fs.FS adapter for the filer interface Pieter Noordhuis 2023-06-01 20:29:41 +0200
  • 2b56af6016
    Add Stat function to filer.Filer interface (#421) Pieter Noordhuis 2023-06-01 20:23:22 +0200
  • 60ef66cea9
    Add Stat function to filer.Filer interface Pieter Noordhuis 2023-06-01 17:57:22 +0200
  • 1742abea8d Added spinner when loading command prompts Andrew Nester 2023-06-01 14:09:34 +0200
  • 7a4ca786d8
    Use cmdio in version command for `--output` flag (#419) Pieter Noordhuis 2023-06-01 12:03:22 +0200
  • 2f7b8f1cbe Use cmdio in version command for `--output` flag Pieter Noordhuis 2023-06-01 11:49:50 +0200
  • 24ebfdf31e
    Add readable console logger (#370) Serge Smertin 2023-06-01 11:37:33 +0200
  • 1244b3a414
    Merge remote-tracking branch 'origin' into import_dir Shreyas Goenka 2023-06-01 11:35:14 +0200
  • 9f4bf1261b
    Add workspace import_dir command to the CLI Shreyas Goenka 2023-06-01 11:23:31 +0200
  • a37064301a
    addressed review comments Serge Smertin 2023-06-01 11:03:28 +0200
  • e8411e83a1
    fix Serge Smertin 2023-05-23 00:23:51 +0200
  • 1f6c7dd5f6
    Add readable console logger Serge Smertin 2023-04-28 20:04:40 +0200
  • d44d8ff2dc
    Bump github.com/mattn/go-isatty from 0.0.18 to 0.0.19 (#412) dependabot[bot] 2023-06-01 09:45:54 +0200
  • b6f04538cf
    Bump github.com/mattn/go-isatty from 0.0.18 to 0.0.19 dependabot[bot] 2023-06-01 07:40:10 +0000
  • 9ae86e3ae3
    Fix locker integration test (#417) Pieter Noordhuis 2023-06-01 07:38:03 +0000
  • 49bfd97583
    Fix locker integration test Pieter Noordhuis 2023-06-01 09:20:42 +0200
  • 349e2aff40
    Allow equivalence checking of filer errors to fs errors (#416) Pieter Noordhuis 2023-05-31 18:47:00 +0000
  • fc4ff182ac
    Allow equivalence checking of filer errors to fs errors Pieter Noordhuis 2023-05-31 15:49:11 +0200
  • 42cd8daee0
    Make filer.Filer return fs.DirEntry from ReadDir (#415) Pieter Noordhuis 2023-05-31 12:22:26 +0000
  • f3d570bc02
    Make filer.Filer return fs.DirEntry from ReadDir Pieter Noordhuis 2023-05-31 13:54:43 +0200
  • 27df4e765c
    Implement DBFS filer (#139) Pieter Noordhuis 2023-05-31 11:24:20 +0000
  • 4aa55c654e
    Correct error from ReadDir if directory does not exist Pieter Noordhuis 2023-05-31 11:19:08 +0200
  • 6d23223f19
    Merge remote-tracking branch 'origin/main' into filer-dbfs Pieter Noordhuis 2023-05-31 11:14:29 +0200
  • 92cb52041d
    Add Mkdir and ReadDir functions to filer.Filer interface (#414) Pieter Noordhuis 2023-05-31 09:11:17 +0000
  • 2104c7a3ea
    Test that ModTime is non-zero Pieter Noordhuis 2023-05-31 11:06:06 +0200
  • 187bbf481f
    Return NoSuchDirectoryError from ReadDir Pieter Noordhuis 2023-05-31 11:00:27 +0200
  • 2ec82c74f7
    Make DBFS filer work with #414 Pieter Noordhuis 2023-05-31 10:30:36 +0200
  • 05eaf7ff50
    Added secrets input prompt for secrets put-secret command (#413) Andrew Nester 2023-05-31 10:18:29 +0200
  • e51ff1c68f
    Merge branch 'filer-readdir' into filer-dbfs Pieter Noordhuis 2023-05-31 09:43:09 +0200
  • 177ee9024e
    Add Mkdir and ReadDir functions to filer.Filer interface Pieter Noordhuis 2023-05-31 09:30:39 +0200
  • a3e0fff2ca Dont use prompt when json is passed Andrew Nester 2023-05-30 13:12:43 +0200
  • 197f168aa1 Added secrets input prompt for secrets put-secrets command Andrew Nester 2023-05-30 13:06:20 +0200
  • 95d8590e81
    changed alias to a function lscmd Shreyas Goenka 2023-05-26 18:00:38 +0200
  • c3bc6fd540
    alias for fileinfo Shreyas Goenka 2023-05-26 17:56:30 +0200
  • d876eaf619
    add comments Shreyas Goenka 2023-05-26 17:16:53 +0200
  • c49df325d6
    added integration testst for ls Shreyas Goenka 2023-05-26 17:13:45 +0200
  • aed6450baf
    Do not prompt for List methods (#411) Andrew Nester 2023-05-26 16:02:53 +0200
  • 3b6b29f30e Added integration tests Andrew Nester 2023-05-26 15:54:00 +0200
  • 300dd9b3fe Do not prompt for List methods Andrew Nester 2023-05-26 15:45:17 +0200
  • 3c4d6f637f
    Changed service template to correctly handle required positional arguments (#405) Andrew Nester 2023-05-26 14:46:08 +0200
  • 1c91e730e0 Added integration tests Andrew Nester 2023-05-26 14:03:05 +0200
  • e366faf4a6
    Release v0.100.2 (#410) v0.100.2 Pieter Noordhuis 2023-05-26 11:28:38 +0000
  • ededffec5b
    Release v0.100.2 Pieter Noordhuis 2023-05-26 13:25:49 +0200
  • e4ab455ea1
    Don't pass synthesized TMPDIR if not already set (#409) Pieter Noordhuis 2023-05-26 11:05:30 +0000
  • 7c46b35597
    preallocate array Shreyas Goenka 2023-05-26 13:02:50 +0200
  • 2b44e6e927
    Nit Pieter Noordhuis 2023-05-26 12:59:58 +0200
  • 29424b6382
    Move comment Pieter Noordhuis 2023-05-26 12:57:24 +0200
  • e84a963daa
    Don't pass synthesized TMPDIR if not already set Pieter Noordhuis 2023-05-26 10:54:40 +0200
  • 8a9175e332
    fix tests Shreyas Goenka 2023-05-26 11:42:20 +0200
  • 53f0228bf2
    nit Shreyas Goenka 2023-05-26 11:37:32 +0200
  • e1780a4a16
    Add databricks fs ls command for WSFS Shreyas Goenka 2023-05-26 11:35:13 +0200
  • 3853759943 Always allow json flag Andrew Nester 2023-05-25 17:18:07 +0200
  • 4f69d6c007 Make args optional if there is a prompt or accepts JSON Andrew Nester 2023-05-25 15:48:39 +0200
  • 854444077f
    Reduce parallellism in locker integration test (#407) Pieter Noordhuis 2023-05-25 13:22:51 +0000
  • 04ba08fefe
    Reduce parallellism in locker integration test Pieter Noordhuis 2023-05-25 14:26:51 +0200
  • ce86dcc6db Regenerated with fixed generator Andrew Nester 2023-05-25 12:36:11 +0200
  • 4349103c79 Changed service template to correctly handle required positional arguments Andrew Nester 2023-05-24 17:42:23 +0200
  • d5da1b1d74 Fixed to use new mutator syntax Andrew Nester 2023-05-24 15:26:09 +0200
  • 268401c382 Added build and upload steps for Python wheel artifacts Andrew Nester 2023-05-23 16:11:37 +0200
  • 10351c00e9 skip translating job task for jobs with a git source Sri Tikkireddy 2023-05-24 08:54:03 -0400
  • 6141476ca2
    Added support for bundle.Seq, simplified Mutator.Apply interface (#403) Andrew Nester 2023-05-24 14:45:19 +0200
  • 568aa9f617 Addressed missing direct Apply calls Andrew Nester 2023-05-24 13:39:32 +0200
  • aabb8a56bb Do not call Mutator.Apply directly Andrew Nester 2023-05-24 13:33:30 +0200
  • 18bd9b46b7 Added support for bundle.Seq, simplified Mutator.Apply interface Andrew Nester 2023-05-24 12:08:02 +0200
  • 273271bc59
    Regenerated internal schema structs based on Terraform provider schemas (#401) Andrew Nester 2023-05-23 19:33:24 +0200