shreyas-goenka
|
d587531cbd
|
Added creation of .gitignore for bricks project with cache dir path (#88)
It works, please trust me
|
2022-11-08 13:51:08 +01:00 |
Shreyas Goenka
|
efe1f28b36
|
Revert "Added creation of .gitignore for bricks project with cache dir path"
This reverts commit 1505c63426 .
|
2022-11-03 21:09:29 +01:00 |
Shreyas Goenka
|
1505c63426
|
Added creation of .gitignore for bricks project with cache dir path
|
2022-11-03 21:06:21 +01:00 |
shreyas-goenka
|
0b754e6de8
|
[DECO-94] Execute uploads in parallel instead of sequentailly (#81)
Tested manually
Upload seems fast enough, delete API calls though have a much longer
turn around times
Additional optimizations that can be done if/when the need arises:
1. First time upload can be done using zip batching of the files
https://user-images.githubusercontent.com/88374338/192783332-9b2b19bc-d6c4-4a66-8dbc-e78287e6af1a.mov
|
2022-10-05 00:12:57 +02:00 |
Pieter Noordhuis
|
a7701cc8f3
|
Store project object in context.Context instead of global (#61)
* Load project root from `BRICKS_ROOT` environment variable
* Rename project.Project -> project.Config
* Rename project.inner -> project.project
* Upgrade cobra to 1.5.0 for cmd.SetContext
|
2022-09-16 11:06:58 +02:00 |
Pieter Noordhuis
|
14a45e701e
|
Run go mod tidy (#55)
|
2022-09-14 10:48:51 +02:00 |
shreyas-goenka
|
96efd0e2e4
|
Replace terraform dependency with go sdk (#19)
Issue: https://github.com/databricks/bricks/issues/17
`./bricks fs ls ...` command works
`./bricks launch ...` command works
Did not test other changes as the readme claims other commands don't
work anyways :) cc: @nfx
TODO left for this PR:
2. Replace terraform scim.Me once its there in go SDK
(https://github.com/databricks/databricks-sdk-go/issues/56)
|
2022-09-07 11:55:59 +02:00 |
Kartik Gupta
|
30a7de621a
|
Add more flags to `configure` command (#29)
|
2022-09-06 16:37:58 +02:00 |
Kartik Gupta
|
457f3ad3c2
|
Add `bricks configure` command to bricks CLI (#18)
* bricks configure
* remove t.setenv
* Read token and host from stdin
* Update .vscode/testing.code-snippets
Co-authored-by: Serge Smertin <259697+nfx@users.noreply.github.com>
Co-authored-by: Serge Smertin <259697+nfx@users.noreply.github.com>
|
2022-09-05 20:25:54 +02:00 |
dependabot[bot]
|
bb50563c60
|
Bump github.com/stretchr/testify from 1.7.1 to 1.8.0 (#13)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.1...v1.8.0)
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-02 14:00:38 +02:00 |
dependabot[bot]
|
081f039a93
|
Bump gopkg.in/ini.v1 from 1.66.4 to 1.67.0 (#16)
Bumps [gopkg.in/ini.v1](https://github.com/go-ini/ini) from 1.66.4 to 1.67.0.
- [Release notes](https://github.com/go-ini/ini/releases)
- [Commits](https://github.com/go-ini/ini/compare/v1.66.4...v1.67.0)
---
updated-dependencies:
- dependency-name: gopkg.in/ini.v1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-02 14:00:16 +02:00 |
Shreyas Goenka
|
f70d42fff6
|
Revert "Added go sdk as a dependency"
This reverts commit 0ae8b60573 .
|
2022-09-01 13:42:35 +02:00 |
Shreyas Goenka
|
0ae8b60573
|
Added go sdk as a dependency
|
2022-08-31 19:05:05 +02:00 |
Serge Smertin
|
32ae59c1bc
|
Experimental sync command
|
2022-07-07 20:56:59 +02:00 |
dependabot[bot]
|
82438b9f1c
|
Bump github.com/databrickslabs/terraform-provider-databricks (#1)
Bumps [github.com/databrickslabs/terraform-provider-databricks](https://github.com/databrickslabs/terraform-provider-databricks) from 0.5.7 to 0.5.8.
- [Release notes](https://github.com/databrickslabs/terraform-provider-databricks/releases)
- [Changelog](https://github.com/databrickslabs/terraform-provider-databricks/blob/master/CHANGELOG.md)
- [Commits](https://github.com/databrickslabs/terraform-provider-databricks/compare/v0.5.7...v0.5.8)
---
updated-dependencies:
- dependency-name: github.com/databrickslabs/terraform-provider-databricks
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-05-23 10:49:35 +02:00 |
Serge Smertin
|
515a6930f8
|
interation on `.tfstate` sync stability
* read `serial` from `.tfstate`.
* defer local `.tfstate` handle closing on method exits.
* document private methods not to forget their intentions.
|
2022-05-23 10:34:58 +02:00 |
Serge Smertin
|
3907dcdba9
|
wrap `terraform` execution PoC
|
2022-05-21 14:31:26 +02:00 |
Serge Smertin
|
b85e63684b
|
added essential Python metadata detection
|
2022-05-20 21:40:03 +02:00 |
Serge Smertin
|
3d3b722eda
|
updated dependencies
|
2022-05-14 19:56:09 +02:00 |
Serge Smertin
|
2dab552829
|
Added `launch` command and release pipeline
|
2022-05-13 17:43:54 +02:00 |
Serge Smertin
|
15fd93a012
|
Initial commit
|
2022-05-13 15:30:22 +02:00 |