Skip to content

Releases: databrickslabs/sandbox

acceptance/v0.1.4

04 Mar 11:32
Compare
Choose a tag to compare

llnotes/v0.0.2

02 Mar 15:01
c8dbcdd
Compare
Choose a tag to compare

The code provided is a Go program that uses the Databricks SDK and the lite library to create a release notes assistant called "llnotes". The main function initializes the program with necessary configurations and runs the lite framework along with several commands including pull-request, upcoming-release, diff, and announce. The pull-request command generates a pull request description, while the upcoming-release command generates release notes for the upcoming release. The diff command generates release notes between two git references, and the announce command generates a release announcement that can be edited using a chat model. The program accepts various flags and configurations for GitHub and Databricks integration.

To authenticate with Databricks, run databricks auth login https://....azuredatabricks.net/ or databricks auth login https://....cloud.databricks.com/. To authenticate with GitHub, run gh auth login.

acceptance/v0.1.3

26 Feb 16:07
Compare
Choose a tag to compare

acceptance/v0.1.2

26 Feb 15:44
c09e4c4
Compare
Choose a tag to compare
Fixed AWS runs (#109)

acceptance/v0.1.1

23 Feb 16:09
013abf9
Compare
Choose a tag to compare

acceptance/v0.1.0

21 Feb 20:55
4bda009
Compare
Choose a tag to compare
Update Go dependencies (#103)

v0.1.0

21 Dec 16:14
@nfx nfx
b55c4d1
Compare
Choose a tag to compare
  • Added install instructions (#23).
  • Added more go-git libs (#26).
  • Fixed unsupported protocol scheme error (#27).
  • Modified README to say how to use it with databricks labs sandbox command (#25).
  • More git-related libraries (#30).

Dependency updates:

  • Bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /go-libs (#28).
  • Bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /runtime-packages (#29).

Contributors: @nfx, @alexott

v0.0.1

09 Dec 01:47
@nfx nfx
baf5909
Compare
Choose a tag to compare
Added tests for clone detection framework (#22)