Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lakeFS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
lakeFS
Commits
83881cce
Commit
83881cce
authored
May 19, 2025
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Downgraded lakeFS to 1.32.1 to get ACLs functionality back
parent
f40fa965
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
22 deletions
+22
-22
Makefile
Makefile
+18
-18
lakeFS-1.32.1-fix_apache-arrow.patch
lakeFS-1.32.1-fix_apache-arrow.patch
+4
-4
lakeFS-1.32.1.tar.gz
lakeFS-1.32.1.tar.gz
+0
-0
No files found.
Makefile
View file @
83881cce
...
...
@@ -7,20 +7,20 @@ all: lakeFS-service lakeFS-config
mount
--bind
tmp /tmp
mkdir
lakefs-home
tar
xf
lakeFS-1.
53
.1.tar.gz
patch
-Np1
-d
lakeFS-1.
53.1
<
lakeFS-1.53
.1-fix_apache-arrow.patch
cd
lakeFS-1.
53
.1/webui
&&
HOME
=
$(CURDIR)
/lakefs-home npm
install
cd
lakeFS-1.
53
.1/webui
&&
HOME
=
$(CURDIR)
/lakefs-home npm run build
cd
lakeFS-1.
53
.1
&&
cp
api/swagger.yml
docs/assets/js/swagger.yml
cd
lakeFS-1.
53
.1
&&
HOME
=
$(CURDIR)
/lakefs-home
GO111MODULE
=
on
GOCACHE
=
/tmp/gocache
GOPATH
=
$(CURDIR)
/../go/go
$(CURDIR)
/../go/go/bin/go generate ./pkg/api/apigen ./pkg/auth ./pkg/authentication
cd
lakeFS-1.
53
.1
&&
HOME
=
$(CURDIR)
/lakefs-home
GO111MODULE
=
on
GOCACHE
=
/tmp/gocache
GOPATH
=
$(CURDIR)
/../go/go
$(CURDIR)
/../go/go/bin/go generate ./pkg/actions ./pkg/auth/ ./pkg/authentication ./pkg/distributed ./pkg/graveler ./pkg/graveler/committed ./pkg/graveler/sstable ./pkg/kv ./pkg/permissions ./pkg/pyramid ./tools/wrapgen/testcode
cd
lakeFS-1.
53
.1
&&
HOME
=
$(CURDIR)
/lakefs-home
GO111MODULE
=
on
GOCACHE
=
/tmp/gocache
GOPATH
=
$(CURDIR)
/../go/go
$(CURDIR)
/../go/go/bin/go run cmd/lakectl/main.go docs
>
docs/reference/cli.md
cd
lakeFS-1.
53.1
&&
HOME
=
$(CURDIR)
/lakefs-home
GO111MODULE
=
on
GOCACHE
=
/tmp/gocache
GOPATH
=
$(CURDIR)
/../go/go
$(CURDIR)
/../go/go/bin/go build
-o
lakefs
-ldflags
"-X github.com/treeverse/lakefs/pkg/version.Version=1.53
.1"
-v
./cmd/lakefs
cd
lakeFS-1.
53.1
&&
HOME
=
$(CURDIR)
/lakefs-home
GO111MODULE
=
on
GOCACHE
=
/tmp/gocache
GOPATH
=
$(CURDIR)
/../go/go
$(CURDIR)
/../go/go/bin/go build
-o
lakectl
-ldflags
"-X github.com/treeverse/lakefs/pkg/version.Version=1.53
.1"
-v
./cmd/lakectl
install
-v
-D
-m0755
lakeFS-1.
53
.1/lakefs
/usr/bin/lakefs
install
-v
-D
-m0755
lakeFS-1.
53
.1/lakectl
/usr/bin/lakectl
cp
-r
lakeFS-1.
53
.1/webui/dist
/srv/www
rm
-rf
lakeFS-1.
53
.1
tar
xf
lakeFS-1.
32
.1.tar.gz
patch
-Np1
-d
lakeFS-1.
32.1
<
lakeFS-1.32
.1-fix_apache-arrow.patch
cd
lakeFS-1.
32
.1/webui
&&
HOME
=
$(CURDIR)
/lakefs-home npm
install
cd
lakeFS-1.
32
.1/webui
&&
HOME
=
$(CURDIR)
/lakefs-home npm run build
cd
lakeFS-1.
32
.1
&&
cp
api/swagger.yml
docs/assets/js/swagger.yml
cd
lakeFS-1.
32
.1
&&
HOME
=
$(CURDIR)
/lakefs-home
GO111MODULE
=
on
GOCACHE
=
/tmp/gocache
GOPATH
=
$(CURDIR)
/../go/go
$(CURDIR)
/../go/go/bin/go generate ./pkg/api/apigen ./pkg/auth ./pkg/authentication
cd
lakeFS-1.
32
.1
&&
HOME
=
$(CURDIR)
/lakefs-home
GO111MODULE
=
on
GOCACHE
=
/tmp/gocache
GOPATH
=
$(CURDIR)
/../go/go
$(CURDIR)
/../go/go/bin/go generate ./pkg/actions ./pkg/auth/ ./pkg/authentication ./pkg/distributed ./pkg/graveler ./pkg/graveler/committed ./pkg/graveler/sstable ./pkg/kv ./pkg/permissions ./pkg/pyramid ./tools/wrapgen/testcode
cd
lakeFS-1.
32
.1
&&
HOME
=
$(CURDIR)
/lakefs-home
GO111MODULE
=
on
GOCACHE
=
/tmp/gocache
GOPATH
=
$(CURDIR)
/../go/go
$(CURDIR)
/../go/go/bin/go run cmd/lakectl/main.go docs
>
docs/reference/cli.md
cd
lakeFS-1.
32.1
&&
HOME
=
$(CURDIR)
/lakefs-home
GO111MODULE
=
on
GOCACHE
=
/tmp/gocache
GOPATH
=
$(CURDIR)
/../go/go
$(CURDIR)
/../go/go/bin/go build
-o
lakefs
-ldflags
"-X github.com/treeverse/lakefs/pkg/version.Version=1.32
.1"
-v
./cmd/lakefs
cd
lakeFS-1.
32.1
&&
HOME
=
$(CURDIR)
/lakefs-home
GO111MODULE
=
on
GOCACHE
=
/tmp/gocache
GOPATH
=
$(CURDIR)
/../go/go
$(CURDIR)
/../go/go/bin/go build
-o
lakectl
-ldflags
"-X github.com/treeverse/lakefs/pkg/version.Version=1.32
.1"
-v
./cmd/lakectl
install
-v
-D
-m0755
lakeFS-1.
32
.1/lakefs
/usr/bin/lakefs
install
-v
-D
-m0755
lakeFS-1.
32
.1/lakectl
/usr/bin/lakectl
cp
-r
lakeFS-1.
32
.1/webui/dist
/srv/www
rm
-rf
lakeFS-1.
32
.1
@echo
"$$LAKEFS_SERVICE"
>
/lib/systemd/system/lakefs.service
systemctl
enable
lakefs.service
...
...
@@ -38,10 +38,10 @@ all: lakeFS-service lakeFS-config
rm
-rf
swap
python-client
:
tar
xf lakeFS-1.
53
.1.tar.gz
cd
lakeFS-1.
53
.1/clients/python
&&
python3 setup.py
install
cd
lakeFS-1.
53
.1/clients/python
&&
pytest
rm
-rf
lakeFS-1.
53
.1
tar
xf lakeFS-1.
32
.1.tar.gz
cd
lakeFS-1.
32
.1/clients/python
&&
python3 setup.py
install
cd
lakeFS-1.
32
.1/clients/python
&&
pytest
rm
-rf
lakeFS-1.
32
.1
lakeFS-service
:
define
LAKEFS_SERVICE
...
...
lakeFS-1.
53
.1-fix_apache-arrow.patch
→
lakeFS-1.
32
.1-fix_apache-arrow.patch
View file @
83881cce
diff -uNr lakeFS-1.
53.1/webui/package.json lakeFS-1.53
.1-fix_apache-arrow/webui/package.json
--- lakeFS-1.
53.1/webui/package.json 2025-03-31 04:55:34.000000000 +10
30
+++ lakeFS-1.
53.1-fix_apache-arrow/webui/package.json 2025-04-27 22:13:50.233571834
+0930
@@ -2
4,7 +24
,7 @@
diff -uNr lakeFS-1.
32.1/webui/package.json lakeFS-1.32
.1-fix_apache-arrow/webui/package.json
--- lakeFS-1.
32.1/webui/package.json 2024-08-28 01:08:51.000000000 +09
30
+++ lakeFS-1.
32.1-fix_apache-arrow/webui/package.json 2025-05-19 08:51:01.610811633
+0930
@@ -2
3,7 +23
,7 @@
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.20",
"@primer/octicons-react": "^17.10.0",
...
...
lakeFS-1.
53
.1.tar.gz
→
lakeFS-1.
32
.1.tar.gz
View file @
83881cce
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment