1
0
Fork 0
mirror of synced 2024-08-10 23:51:24 +12:00
Commit graph

12108 commits

Author SHA1 Message Date
Rory Powell
6d97099448 Bash updates 2022-04-22 11:49:15 +01:00
Rory Powell
7046902d8a Merge pull request #5536 from Budibase/pro-build-fixes
Skip pro install on community forks
2022-04-22 11:46:28 +01:00
Rory Powell
fcc8db9e34 Skip pro install on community forks 2022-04-22 11:45:45 +01:00
Rory Powell
e69cb8b67e Merge pull request #5535 from Budibase/pro-build-fixes
Update release script
2022-04-22 11:39:18 +01:00
Rory Powell
63397aa047 Update release script 2022-04-22 11:37:55 +01:00
Vinoth Kirubakaran
cbee96a4bb Merge branch 'develop' into develop 2022-04-22 15:49:53 +05:30
Budibase Staging Release Bot
a8b963083c v1.0.105-alpha.31 2022-04-22 10:11:20 +00:00
Rory Powell
602f594087 Merge pull request #5534 from Budibase/pro-build-fixes
Release script updates
2022-04-22 11:02:53 +01:00
Rory Powell
1141fdd483 Release script updates 2022-04-22 11:01:27 +01:00
Vinoth Kirubakaran
e2ea748ce6 chore: resolved merge conflicts from develop branch 2022-04-22 15:30:43 +05:30
Budibase Release Bot
ab6473dfb7 v1.0.115 2022-04-22 09:55:33 +00:00
Budibase Staging Release Bot
7bf32ddcb2 v1.0.105-alpha.30 2022-04-22 09:55:26 +00:00
Vinoth Kirubakaran
7ffe77c72d chore: resolved merge conflicts from develop branch 2022-04-22 15:23:05 +05:30
Andrew Kingston
faf6a3ef1e Merge pull request #5483 from Budibase/fix/sticky-icon-hover-state
Fix sticky hover state for icons on mobile
2022-04-22 10:49:04 +01:00
Andrew Kingston
1614f88087 Merge pull request #5315 from Budibase/data-ui-empty-states
Data UI empty states
2022-04-22 10:48:28 +01:00
Andrew Kingston
754aa82cec Merge pull request #5417 from Budibase/form-actions
Form actions
2022-04-22 10:47:57 +01:00
Rory Powell
52c056b9ef Merge pull request #5533 from Budibase/pro-build-fixes
Bash updates
2022-04-22 10:40:56 +01:00
Rory Powell
35e18e7ac1 Bash updates 2022-04-22 10:40:17 +01:00
Budibase Staging Release Bot
e2e5f73549 v1.0.105-alpha.29 2022-04-22 09:30:17 +00:00
Rory Powell
550e89f075 Merge pull request #5532 from Budibase/pro-build-fixes
Pro build fixes
2022-04-22 10:23:08 +01:00
Rory Powell
15e1464a85 Uncomment release script 2022-04-22 10:21:47 +01:00
Rory Powell
eac8c421a7 Merge branch 'develop' into pro-build-fixes 2022-04-22 10:18:36 +01:00
Rory Powell
e10bbb5eb0 Pro build fixes 2022-04-22 10:16:09 +01:00
Budibase Staging Release Bot
21735dae0a v1.0.105-alpha.28 2022-04-22 08:54:21 +00:00
Rory Powell
e763d9e393 Merge pull request #5531 from Budibase/pro-build-fixes
Pro build fixes
2022-04-22 09:47:17 +01:00
Rory Powell
0edc8800bd Pro build fixes 2022-04-22 09:43:51 +01:00
Budibase Staging Release Bot
f0eaf68a5e v1.0.105-alpha.27 2022-04-22 08:11:17 +00:00
Rory Powell
4d0edee5dd Merge pull request #5528 from Budibase/pro-build-fix-typo
Pro build fix typo
2022-04-22 09:03:53 +01:00
Rory Powell
9319d581ea Typo fix 2022-04-22 09:02:27 +01:00
Rory Powell
772fa6d8aa Typo fix 2022-04-22 09:01:04 +01:00
Budibase Staging Release Bot
1a9e89c211 v1.0.105-alpha.26 2022-04-22 07:56:32 +00:00
Rory Powell
c3e38f86d8 Merge pull request #5520 from Budibase/pro-build-fix
Pro build fix
2022-04-22 08:47:05 +01:00
Rory Powell
9105c1cbdd Add access token to top level env 2022-04-21 22:20:38 +01:00
Rory Powell
46155c8308 Add access token to env 2022-04-21 22:19:52 +01:00
Rory Powell
77a79e26d1 Update clone authorization 2022-04-21 22:18:19 +01:00
Rory Powell
96de55bf4f Update pro install scripts with branch handling 2022-04-21 22:12:57 +01:00
Rory Powell
381c23325a Update pro install and release scripts 2022-04-21 21:55:16 +01:00
Martin McKeaveney
79a8a63ede use ioredis mock for in memory redis tests 2022-04-21 20:24:43 +01:00
Budibase Release Bot
980c9d1444 v1.0.114 2022-04-21 14:31:17 +00:00
Michael Drury
f89baa0b16 Merge pull request #5419 from Budibase/fix/5411
Fix for SQL IN queries, trimming the inputs to remove excess whitespace
2022-04-21 15:24:56 +01:00
mike12345567
7083470baa Adding a dep:clean function, cleaning up lock files and fixing backend-core test which did not utilise tenancy (no global db). 2022-04-21 15:20:23 +01:00
Rory Powell
5ae3645015 Merge branch 'develop' into pro-build-fix 2022-04-21 15:10:54 +01:00
Rory Powell
e4709107b3 Change bootstrap ordering 2022-04-21 15:09:39 +01:00
Rory Powell
81cb05b9ef Add explicit pro dependency to worker and server 2022-04-21 15:08:14 +01:00
mike12345567
345bbf603c Fixing issues with test cases - a lot of test cases didn't setup tenancy in any format, which now means that the API endpoints they call would not have access to a Global DB instance. Also had to disable the closing of the database in test as this was removing the database from memory, meaning future calls would find an empty database when they opened it. 2022-04-21 14:56:14 +01:00
Dean
bfce5ccf3f Merge remote-tracking branch 'origin/develop' into feature/new-app-publish-workflow 2022-04-21 14:46:17 +01:00
Budibase Staging Release Bot
851c62d71a v1.0.105-alpha.25 2022-04-21 13:36:43 +00:00
Dean
c904bc6273 Merge remote-tracking branch 'origin/develop' into feature/new-app-publish-workflow 2022-04-21 14:32:49 +01:00
Martin McKeaveney
701cc93866 Merge pull request #5290 from Upgreydd/Do_not_validate_if_multi-select_options_length_is_0
Do not validate if multi-select options length is 0
2022-04-21 14:29:44 +01:00
Dean
61150c82cf Merge remote-tracking branch 'origin/develop' into feature/new-app-publish-workflow 2022-04-21 14:10:58 +01:00