Martin McKeaveney
|
9144fdef6e
|
merge with develop
|
2022-02-10 11:39:15 +01:00 |
mike12345567
|
832e3bd76e
|
Fix for #3758 - updating the datetime cell renderer and form component to be capable of display time only formats, as well as adding an option to only select the time component for a date time form field.
|
2022-02-08 16:15:08 +00:00 |
mike12345567
|
b9de2c1897
|
Fix for #3928 - error invalid use of FETCH was based on a lack of sorting on MS-SQL platforms, this enforces a sort of some type no matter what.
|
2022-02-04 16:17:36 +00:00 |
mike12345567
|
fa94ea7b3a
|
Updating the SQL core to allow it to handle multiple relationships between the same two tables.
|
2022-02-02 18:15:17 +00:00 |
Martin McKeaveney
|
394eb44b5f
|
merge
|
2022-02-01 11:22:14 +01:00 |
Martin McKeaveney
|
5cee2aff84
|
remove more references to envoy
|
2022-02-01 11:02:37 +01:00 |
Martin McKeaveney
|
362b777c9e
|
fixing cypress setup
|
2022-01-31 16:35:23 +01:00 |
Martin McKeaveney
|
430fb29e17
|
point to MinIO instance instead of through proxy
|
2022-01-30 21:25:56 +01:00 |
Martin McKeaveney
|
d749c4bd34
|
nginx prod config, security headers and content-security policies
|
2022-01-30 21:11:59 +01:00 |
Maurits Lourens
|
71f5b68d57
|
run prettier + lint over typescript files as well
|
2022-01-20 09:17:08 +01:00 |
Martin McKeaveney
|
b2d43a2b08
|
Merge branch 'master' of github.com:Budibase/budibase into feature/envoy-nginx
|
2022-01-13 18:53:34 +01:00 |
Martin McKeaveney
|
6721b234ac
|
nginx dev setup
|
2022-01-11 20:33:22 +01:00 |
mike12345567
|
836a2f5863
|
Switching out @budibase/auth to @budibase/backend-core.
|
2022-01-10 19:33:00 +00:00 |
Rory Powell
|
6118b7ba36
|
Fix oracle password config
|
2021-12-03 10:52:03 +00:00 |
Rory Powell
|
bd3bf6a9ad
|
Fix oracle password config
|
2021-12-03 10:48:47 +00:00 |
Rory Powell
|
4799ad32b2
|
Merge pull request #3555 from Budibase/oracle/returning
Improve returning logic for oracle
|
2021-11-26 18:54:19 +00:00 |
Rory Powell
|
301938eaa0
|
Merge pull request #3555 from Budibase/oracle/returning
Improve returning logic for oracle
|
2021-11-26 18:54:19 +00:00 |
Rory Powell
|
eaed8642f9
|
Improve returning logic for oracle
|
2021-11-26 15:02:03 +00:00 |
Rory Powell
|
115fc08aa4
|
Improve returning logic for oracle
|
2021-11-26 15:02:03 +00:00 |
mike12345567
|
4d3f234807
|
Updating docs for tables, adding a swagger generation tool and a README describing how to use it.
|
2021-11-26 14:13:53 +00:00 |
mike12345567
|
4697b21ef1
|
Updating docs for tables, adding a swagger generation tool and a README describing how to use it.
|
2021-11-26 14:13:53 +00:00 |
mike12345567
|
0aad95658b
|
Updating scripts to allow opening in the browser when generated.
|
2021-11-25 18:13:14 +00:00 |
mike12345567
|
a99bf1bba3
|
Updating scripts to allow opening in the browser when generated.
|
2021-11-25 18:13:14 +00:00 |
mike12345567
|
95d02649de
|
Updating docs.
|
2021-11-25 17:44:47 +00:00 |
mike12345567
|
5b2e6bddf8
|
Updating docs.
|
2021-11-25 17:44:47 +00:00 |
mike12345567
|
0896a88c5a
|
Basic work for generating.
|
2021-11-25 16:13:19 +00:00 |
mike12345567
|
88f31bcf34
|
Basic work for generating.
|
2021-11-25 16:13:19 +00:00 |
Rory Powell
|
dffb3064de
|
Merge branch 'develop' into oracle-datasource
|
2021-11-23 09:27:55 +00:00 |
Rory Powell
|
1a0c66beb6
|
Merge branch 'develop' into oracle-datasource
|
2021-11-23 09:27:55 +00:00 |
mike12345567
|
9dfa8c7651
|
Fixing issue from review, values weren't wiped when delete modals closed, also adding a fix for threading to disable it in development as node-ts was causing memory leaks on low memory systems (doesn't apply to production built version).
|
2021-11-22 17:42:41 +00:00 |
mike12345567
|
0335b1cee3
|
Fixing issue from review, values weren't wiped when delete modals closed, also adding a fix for threading to disable it in development as node-ts was causing memory leaks on low memory systems (doesn't apply to production built version).
|
2021-11-22 17:42:41 +00:00 |
Rory Powell
|
56d8b29962
|
Merge branch 'develop' into oracle-datasource
|
2021-11-22 10:47:48 +00:00 |
Rory Powell
|
f94a0eadbe
|
Merge branch 'develop' into oracle-datasource
|
2021-11-22 10:47:48 +00:00 |
mike12345567
|
3b9f3d6690
|
Fix for cypress test issues, when metadata is updated rapidly it could get into a bad state - this should resolve it.
|
2021-11-16 20:56:24 +00:00 |
mike12345567
|
7170c00a4f
|
Fix for cypress test issues, when metadata is updated rapidly it could get into a bad state - this should resolve it.
|
2021-11-16 20:56:24 +00:00 |
mike12345567
|
8d56fe1339
|
Adding a script to be able to debug backend like cypress runs, without needing to build everytime - fixing an issue that appears to only occur occasionally in the cypress environment.
|
2021-11-16 17:40:31 +00:00 |
mike12345567
|
aaff5260d3
|
Adding a script to be able to debug backend like cypress runs, without needing to build everytime - fixing an issue that appears to only occur occasionally in the cypress environment.
|
2021-11-16 17:40:31 +00:00 |
Rory Powell
|
01a3a8ff0d
|
Add oracle instant client installation scripts
|
2021-11-09 17:10:26 +00:00 |
Rory Powell
|
ef2697a82d
|
Add oracle instant client installation scripts
|
2021-11-09 17:10:26 +00:00 |
Rory Powell
|
ab1fb07f86
|
Add oracledb package, readme, and config
|
2021-11-05 13:56:54 +00:00 |
Rory Powell
|
cb661eab34
|
Add oracledb package, readme, and config
|
2021-11-05 13:56:54 +00:00 |
mike12345567
|
974cf7b27e
|
Linting and updating SQL Server schema generation to include auto column and primary key recognition.
|
2021-11-05 12:33:48 +00:00 |
mike12345567
|
9c933b629f
|
Linting and updating SQL Server schema generation to include auto column and primary key recognition.
|
2021-11-05 12:33:48 +00:00 |
Rory Powell
|
b78388f771
|
Add stub integration file and docker compose config
|
2021-11-04 14:54:35 +00:00 |
Rory Powell
|
b5b191361d
|
Add stub integration file and docker compose config
|
2021-11-04 14:54:35 +00:00 |
mike12345567
|
ac27ba4c81
|
Adding docker compose for ms-sql with products, tasks table setup.
|
2021-10-27 17:32:02 +01:00 |
mike12345567
|
09d83dea39
|
Adding docker compose for ms-sql with products, tasks table setup.
|
2021-10-27 17:32:02 +01:00 |
Rory Powell
|
0718f99850
|
Prevent non builder from accessing dev apps
|
2021-10-25 16:59:09 +01:00 |
Rory Powell
|
ad61f2af3b
|
Prevent non builder from accessing dev apps
|
2021-10-25 16:59:09 +01:00 |
Rory Powell
|
b7bf662e6d
|
Introduce dev modes, update contributor guide
|
2021-10-08 13:13:16 +01:00 |