Skip to content

Tags: nopcoder/lakeFS

Tags

v0.40.0

Toggle v0.40.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make mandatory tests non conditional (treeverse#1773)

* Make mandatory tests non conditional.

Currently, if a PR introduces a change that doesn't trigger a mandatory tests,
That PR will never be marked as passing, since mandatroy tests did not complete.

Probably better to have tests run even if they don't add any additional coverage,
than have unmergable PRs. This is not a good solution, but it doesn't seem like
GitHub actions supports anything better.

* removed code in comments

v0.33.1

Toggle v0.33.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add OpenAPI endpoints (treeverse#1639)

* Add OpenAPI endpoints

Allow splitting "upload" support for (thick) clients:

1. Client requests a physical location and an opaque token to upload a key to a branch on a
   repo.
2. Client uploads object to physical location.
3. Client requests _linking_ the physical location to the key and completes the upload.  If
   the requested token does not match the existing token then a commit occurred, and client
   should retry, possibly with a different physical location.

* Include object metadata when linking object

This is known to the client (from uploading) so no need for the server to have to query it
from the backing store.  We can revisit and make it optional at some later date if we have
to support currently unknown client use-cases.

v0.33.0

Toggle v0.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove old treeverse-distcp from docs and its extraction manifest (tr…

…eeverse#1543)

v0.32.1

Toggle v0.32.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
don't sign EXPECT header (treeverse#1477)

v0.32.0

Toggle v0.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change serviceURL to endpointURL (treeverse#1475)

v0.31.2

Toggle v0.31.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Different dbpool for branch-locker (treeverse#1447)

v0.31.1

Toggle v0.31.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
generate CLI docs automatically from command help text (treeverse#1408)

v0.31.0

Toggle v0.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md (treeverse#1416)

v0.30.0

Toggle v0.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Default to use rocks (treeverse#1333)

* Default to use rocks

verify on lakefs run that migration is required. cataloger type is not
set, there are repositories on mvcc tables and migration didn't run

* update installation required message

* add upgrade doc url

* Upgrade docs for data migration

* Update upgrade information

* instruct lakefs migrate up

* Update docs/deploying/upgrade.md

Co-authored-by: Oz Katz <oz.katz@treeverse.io>

* update docs

* Print migration message to output and short description to the log

Co-authored-by: Oz Katz <oz.katz@treeverse.io>

v0.23.1

Toggle v0.23.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix empty merge result (treeverse#1270)