1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-11 16:01:20 +00:00
Commit graph

33 commits

Author SHA1 Message Date
Bram Wiepjes
8f00743c4b [2/5] Query performance improvements: Improve view field change type performance by doing operations in bulk 2025-01-20 09:05:05 +00:00
Bram Wiepjes
497d67db91 Automatically start storybook in dev environment 2024-08-06 17:47:23 +00:00
Bram Wiepjes
e63565b9f5 Introduce Celery Flower 2024-06-25 11:35:04 +00:00
Cezary Statkiewicz
182a2c05eb Fix/2494 python version review 2024-05-24 07:16:57 +00:00
Petr Stribny
ea86f3f986 Improve local postgres performance 2024-05-06 08:06:03 +00:00
Eimantas Stonys
24a4708323 Upgrade to PostgreSQL 15 2024-04-03 08:04:17 +00:00
Peter Evans
d490817847 Re-add node_modules as a volume 2024-01-16 12:30:54 +00:00
Bram Wiepjes
9af6b0b02f Fix Sentry env var in the web-frontend 2024-01-15 14:34:48 +00:00
Jonathan Adeline
a8f55c51ca Storybook 2023-11-10 13:20:57 +00:00
Alexander Haller
fbf463a864 Resolve "Move formula language partially into own module" 2023-06-15 10:28:18 +00:00
Nigel Gott
2bbb22be2f Resolve "Export useful opentelemetry metrics." 2023-03-03 16:58:45 +00:00
Nigel Gott
b3d9b6a417 Resolve "Disable SILKY_ANALYZE_QUERIES by default in developer env as it causes double data updates" 2023-02-21 06:04:18 +00:00
Nigel Gott
5ae364f6f9 Resolve "Caddy healthcheck is leaking memory" 2023-01-26 12:35:41 +00:00
Nigel Gott
53b6969b37 Resolve "Also check role assignments when deciding if a user is free" 2022-12-19 17:50:44 +00:00
Nigel Gott
ea38da6402 Resolve "Soft Limit for Enterprise Seats" 2022-10-31 15:00:41 +00:00
Jeremie Pardou-Piquemal
2f34b99fb9 Add enterprise plugin 2022-09-22 10:00:59 +02:00
Nigel Gott
f4a94ee5a9 Resolve "Update Plugin boilterplate and docs to match new docker usage" 2022-07-03 17:28:50 +00:00
Nigel Gott
02acea9778 Various self-hosting QOL fixes 2022-07-01 15:43:28 +00:00
Bram Wiepjes
7e3fc3382c Resolve "The model cache sometimes result into an UnpicklingError" 2022-04-19 09:50:23 +00:00
Davide Silvestri
ccabf86685 Improve debugging for frontend and backend 2022-04-13 07:56:43 +00:00
Nigel Gott
7f8021abab Switch dev mode to how it worked before, fix celery beat throwing errors on... 2022-03-03 14:12:20 +00:00
Nigel Gott
13bb140618 Add all-in-one image used as a base by cloudron/heroku.
Signed-off-by: Nigel Gott <nigel@baserow.io>
2022-02-28 13:56:55 +00:00
Nigel Gott
56549afd1c pre-compile mjml email templates and delete runtime mjml-tcpserver for enhanced security, reduced architectural complexity and faster/simpler email setup. 2022-02-28 13:21:17 +00:00
Nigel Gott
241958a8ab Setup Baserow to build its images in CI for Gitlab. 2022-02-28 13:19:00 +00:00
Erwan Daubert
0128d06c47 Change the way variables are used (no substitution as empty value will be the default result) 2021-12-15 12:26:02 +00:00
Nigel Gott
02fd24fbaa Resolve "Allow configuring base premium path" 2021-11-24 14:44:02 +00:00
Nigel Gott
a66653b9f1 Resolve "Disable repeat formula function for now" 2021-11-24 13:45:20 +00:00
Nigel Gott
6f02b38dbc Ensure local node_modules are ignored from the docker builds so docker runs always get the correct latest yarn installed modules instead of something out of date. 2021-07-29 15:46:39 +01:00
Nigel Gott
af96c3d730 Various docker fixes:
- Dont use a named volume to store node_modules in the dev
env to always get a fresh image based node_modules
- Fix the PUBLIC_WEB_FRONTEND_URL mis config in the docker-compose file
- Update docs for publicly exposing baserow
- Fix bad link in docs
2021-07-29 10:11:55 +01:00
Nigel Gott
9103f8e81d Resolve "Don't expose ports for debugging purposes by default in docker-compose.yml" 2021-07-15 09:15:44 +00:00
Nigel Gott
b724d72294 Resolve "Export table/view data to CSV/XML/JSON" 2021-06-01 09:30:30 +00:00
Nigel Gott
d9c277cb7a Small compose changes + ensure docker setup works on windows 2021-05-06 10:52:48 +00:00
Nigel Gott
ee7314b64d Resolve "Make it easier to run production version on local machine" 2021-04-22 11:51:15 +00:00