Michael Drury
|
1682cfdb90
|
Main bulk of logic around detecting cron recurring failure, still need to disable.
|
2022-07-20 22:38:06 +01:00 |
mike12345567
|
1848f85475
|
Converting main automation thread to typescript.
|
2022-07-20 19:05:54 +01:00 |
mike12345567
|
30aedcbb53
|
Fixing an issue where HBS statements couldn't be used for passing arrays through to a looping action in automations.
|
2022-05-11 11:29:33 +01:00 |
mike12345567
|
056d9defe4
|
Fix for #5219 - default all string types to basic text format, allow user to switch string types to longform if they desire.
|
2022-04-27 16:29:03 +01:00 |
Michael Drury
|
8e786bfd53
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-04-26 20:10:26 +01:00 |
mike12345567
|
6880e7bde9
|
Fix for #5269 - the sub type was being lost in some scenarios related to the user table being updated - making sure it is consistently kept when dealing with either of the related tables.
|
2022-04-26 14:24:51 +01:00 |
Peter Clement
|
ef90021b05
|
Improve handling of loop handlebars string replacement
|
2022-04-18 09:22:23 +01:00 |
mike12345567
|
bc87e2b562
|
Moving validators to a single location, simplify route files and all re-usability.
|
2022-02-24 11:39:38 +00:00 |
mike12345567
|
8fbd101448
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/formula-filtering
|
2022-01-31 15:21:15 +00:00 |
mike12345567
|
712382af07
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-01-31 14:29:02 +00:00 |
mike12345567
|
3567e7ddb6
|
Fixing #4192 - allowing switching between JSON and multi-select types, as well as not switching multi-select to JSON when fetching SQL tables.
|
2022-01-26 18:50:13 +00:00 |
mike12345567
|
8115f6eef2
|
Getting the static formulas being processed on input, not re-processing on output.
|
2022-01-20 18:04:44 +00:00 |
Martin McKeaveney
|
857d1f7c0b
|
gsheets E2E
|
2022-01-15 19:28:04 +01:00 |
mike12345567
|
5d9b3af332
|
Refactoring core library usage in monorepo, make it a bit cleaner/easier to search/more standardised.
|
2022-01-12 11:32:14 +00:00 |
mike12345567
|
836a2f5863
|
Switching out @budibase/auth to @budibase/backend-core.
|
2022-01-10 19:33:00 +00:00 |
Martin McKeaveney
|
c2d97b9449
|
google auth working
|
2022-01-06 08:08:54 +00:00 |
mike12345567
|
38c7f3ab90
|
Fix for #2420 - don't allow columns which are considered invalid/not allowed.
|
2021-11-18 18:33:35 +00:00 |
mike12345567
|
854cfd243d
|
Fix for #2420 - don't allow columns which are considered invalid/not allowed.
|
2021-11-18 18:33:35 +00:00 |
mike12345567
|
d9d5391a40
|
Some UI work, as well as moving SQL to using a proper bulk insert method and fixing an issue found with csv parsing and removing of invalid columns.
|
2021-11-12 19:24:56 +00:00 |
mike12345567
|
86eec3bb52
|
Some UI work, as well as moving SQL to using a proper bulk insert method and fixing an issue found with csv parsing and removing of invalid columns.
|
2021-11-12 19:24:56 +00:00 |
mike12345567
|
7f055ed8dc
|
Adding a way to switch between string and options, as well as number and boolean types, this is very useful for SQL tables.
|
2021-11-10 15:01:44 +00:00 |
mike12345567
|
02137f4c08
|
Adding a way to switch between string and options, as well as number and boolean types, this is very useful for SQL tables.
|
2021-11-10 15:01:44 +00:00 |
mike12345567
|
329156d6cc
|
SQL table building.
|
2021-10-28 19:39:42 +01:00 |
mike12345567
|
246d08c804
|
SQL table building.
|
2021-10-28 19:39:42 +01:00 |
mike12345567
|
ac1d6ee23e
|
Fixing #2820 - SQL system no longer includes tables without a primary key constraint and it displays an error to handle this.
|
2021-10-26 20:03:54 +01:00 |
mike12345567
|
015b2a8f56
|
Fixing #2820 - SQL system no longer includes tables without a primary key constraint and it displays an error to handle this.
|
2021-10-26 20:03:54 +01:00 |
Peter Clement
|
eb957bc94f
|
Potential fix for issues with updating and saving rows and columns
|
2021-10-17 21:23:30 +01:00 |
Peter Clement
|
29796c3490
|
Potential fix for issues with updating and saving rows and columns
|
2021-10-17 21:23:30 +01:00 |
mike12345567
|
3cea3dd510
|
Fixing issue #2788 - making client side queries and SQL queries consistent with internal table ones.
|
2021-10-06 17:38:32 +01:00 |
mike12345567
|
3878cf76cd
|
Fixing issue #2788 - making client side queries and SQL queries consistent with internal table ones.
|
2021-10-06 17:38:32 +01:00 |
mike12345567
|
557bd2df9f
|
Adding metadata system and re-writing how Cron works, previously cron only worked in dev because it would never be enabled for the production app ID, this makes it so that it is never enabled for the dev app and when the production app is deployed it runs through all the automations and checks if any need cron jobs setup/disabled.
|
2021-09-08 19:29:28 +01:00 |
mike12345567
|
4e294fbcd9
|
Adding metadata system and re-writing how Cron works, previously cron only worked in dev because it would never be enabled for the production app ID, this makes it so that it is never enabled for the dev app and when the production app is deployed it runs through all the automations and checks if any need cron jobs setup/disabled.
|
2021-09-08 19:29:28 +01:00 |
Peter Clement
|
17438372d0
|
Add ability for user to select 'List' data type for a column
|
2021-08-19 16:54:44 +01:00 |
Peter Clement
|
295e36f576
|
Add ability for user to select 'List' data type for a column
|
2021-08-19 16:54:44 +01:00 |
Andrew Kingston
|
dcaf02ecee
|
Merge branch 'develop' of github.com:Budibase/budibase into spectrum-apps
|
2021-07-05 17:41:26 +01:00 |
Andrew Kingston
|
80679cba13
|
Merge branch 'develop' of github.com:Budibase/budibase into spectrum-apps
|
2021-07-05 17:41:26 +01:00 |
mike12345567
|
10730d8053
|
Implementing UI to support the backend put in place.
|
2021-07-02 14:33:05 +01:00 |
mike12345567
|
f2beac85b7
|
Implementing UI to support the backend put in place.
|
2021-07-02 14:33:05 +01:00 |
Andrew Kingston
|
938ae65132
|
Use app name as default layout title
|
2021-06-30 19:40:59 +01:00 |
Andrew Kingston
|
61a1a4a481
|
Use app name as default layout title
|
2021-06-30 19:40:59 +01:00 |
Martin McKeaveney
|
3c64f870bd
|
Merge branch 'feature/sql-relationships' of github.com:Budibase/budibase into feature/opinionated-relationships-ui
|
2021-06-30 15:06:42 +01:00 |
Martin McKeaveney
|
d928a93465
|
Merge branch 'feature/sql-relationships' of github.com:Budibase/budibase into feature/opinionated-relationships-ui
|
2021-06-30 15:06:42 +01:00 |
Andrew Kingston
|
2693878a72
|
Remove a lot of hacks around screenslots and allow naming them
|
2021-06-30 09:05:03 +01:00 |
Andrew Kingston
|
24172d111c
|
Remove a lot of hacks around screenslots and allow naming them
|
2021-06-30 09:05:03 +01:00 |
mike12345567
|
e14cb54d8c
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/sql-relationships
|
2021-06-28 14:42:15 +01:00 |
mike12345567
|
af71bf478a
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/sql-relationships
|
2021-06-28 14:42:15 +01:00 |
Martin McKeaveney
|
c1abbc1493
|
definitions and tidy up
|
2021-06-28 13:04:52 +01:00 |
Martin McKeaveney
|
e183a9e607
|
definitions and tidy up
|
2021-06-28 13:04:52 +01:00 |
Andrew Kingston
|
6f0bbce083
|
Add gap to default screen in new apps
|
2021-06-28 12:00:01 +01:00 |
Andrew Kingston
|
aeb56250ff
|
Add gap to default screen in new apps
|
2021-06-28 12:00:01 +01:00 |