Skip to content

Commit fbf463a

Browse files
author
Alexander Haller
committedJun 15, 2023
Resolve "Move formula language partially into own module"

File tree

64 files changed

+537
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+537
-91
lines changed
 

‎backend/.flake8

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ per-file-ignores =
1010
exclude =
1111
.git,
1212
__pycache__,
13-
src/baserow/contrib/database/formula/parser/generated
13+
src/baserow/formula/parser/generated
1414

1515

1616
[flake8:local-plugins]

‎backend/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ ENTRYPOINT ["/usr/bin/tini", "--", "/bin/bash", "/baserow/backend/docker/docker-
9898

9999
FROM core as dev
100100

101+
COPY --chown=$UID:$GID ./tests /baserow/tests/
101102

102103
USER root
103104
RUN apt-get update && \

0 commit comments

Comments
 (0)
Please sign in to comment.