1
0
Fork 0
mirror of synced 2024-08-02 03:42:08 +12:00
Commit graph

3261 commits

Author SHA1 Message Date
Budibase Staging Release Bot
5f40c6e234 v0.9.185-alpha.20 2021-11-24 13:56:19 +00:00
Budibase Staging Release Bot
ff96b409aa v0.9.185-alpha.19 2021-11-24 09:17:53 +00:00
Budibase Staging Release Bot
aefc0a4695 v0.9.185-alpha.18 2021-11-24 08:48:23 +00:00
Budibase Staging Release Bot
145c1c5031 v0.9.185-alpha.17 2021-11-23 20:15:28 +00:00
Budibase Staging Release Bot
8e61944128 v0.9.185-alpha.16 2021-11-23 15:23:55 +00:00
Budibase Staging Release Bot
8cb6e6e34c v0.9.185-alpha.15 2021-11-23 13:57:12 +00:00
Rory Powell
b631c8c624 Add returning 2021-11-23 13:27:38 +00:00
Rory Powell
dffb3064de Merge branch 'develop' into oracle-datasource 2021-11-23 09:27:55 +00:00
Budibase Staging Release Bot
4e76951a03 v0.9.185-alpha.14 2021-11-22 18:04:40 +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
Rory Powell
3793c1784a Update locks, ignore oracle imports on m1 2021-11-22 15:26:31 +00:00
mike12345567
72bf66926d Updating UI to have a table/column deletion check which makes sure the user understands what they are doing, also disabling external table deletion. 2021-11-22 15:26:24 +00:00
Rory Powell
90885b998a Fix dependency issues on m1 2021-11-22 14:49:39 +00:00
Rory Powell
2edb24fa86 Use global sql type map, update base integration type defs 2021-11-22 11:38:17 +00:00
Budibase Staging Release Bot
95fcaeea06 v0.9.185-alpha.13 2021-11-22 11:13:33 +00:00
Rory Powell
85ef7838af Merge branch 'develop' into oracle-datasource 2021-11-22 11:07:11 +00:00
Michael Drury
7762c1cc80
Merge pull request #3444 from Budibase/fix/sql-invalid-cols
Disallow _id, _rev and tableId fields for SQL tables
2021-11-22 11:03:59 +00:00
Budibase Staging Release Bot
c48ead6f49 v0.9.185-alpha.12 2021-11-22 10:53:34 +00:00
Rory Powell
c36df3ad18 Merge branch 'oracle-datasource' into oracle-datatasource-plus 2021-11-22 10:50:34 +00:00
Rory Powell
56d8b29962 Merge branch 'develop' into oracle-datasource 2021-11-22 10:47:48 +00:00
mike12345567
19c096c3e5 Updating inline alert component to handle newlines as different elements, putting out error with new lines. 2021-11-22 10:37:58 +00:00
Budibase Staging Release Bot
d6018c2c9c v0.9.185-alpha.11 2021-11-22 10:26:21 +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
Rory Powell
cb3495c831 Boolean support and linting 2021-11-18 13:35:22 +00:00
Rory Powell
1be2d006db Tests 2021-11-18 12:05:30 +00:00
Budibase Staging Release Bot
a013c51e2b v0.9.185-alpha.10 2021-11-18 11:15:57 +00:00
Michael Drury
b3af8f41cb
Merge pull request #3435 from Budibase/dependabot/npm_and_yarn/packages/server/sshpk-1.16.1
Bump sshpk from 1.13.0 to 1.16.1 in /packages/server
2021-11-18 11:08:27 +00:00
mike12345567
31606a8059 Upgrading to Node 14 across the board as recent packages don't support 12 anymore. 2021-11-18 10:59:35 +00:00
dependabot[bot]
8553949fee
Bump sshpk from 1.13.0 to 1.16.1 in /packages/server
Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.0 to 1.16.1.
- [Release notes](https://github.com/joyent/node-sshpk/releases)
- [Commits](https://github.com/joyent/node-sshpk/compare/v1.13.0...v1.16.1)

---
updated-dependencies:
- dependency-name: sshpk
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-18 10:52:11 +00:00
Rory Powell
681cb1bbbc Detect auto columns 2021-11-18 10:49:53 +00:00
Michael Drury
0b6eb6b71d Fixing issue discovered by test case. 2021-11-17 21:33:35 +00:00
mike12345567
e1de339f55 Downgrading typescript to match eslint required version. 2021-11-17 18:07:56 +00:00
mike12345567
4993329ceb Adding audit script and commiting all of the audits that it made, updating all yarn locks. 2021-11-17 18:04:16 +00:00
Rory Powell
1d53581f17 Datatypes working 2021-11-17 16:41:00 +00:00
mike12345567
32f4a87f95 Updating bullboard to use the new koa version (supported). 2021-11-17 16:30:06 +00:00
mike12345567
494e042dd8 Adding a mechanism for disabling cron jobs when an app is unpublished. 2021-11-17 16:28:52 +00:00
Rory Powell
a2ea5e730f First pass end-to-end working 2021-11-17 14:34:16 +00:00
Budibase Staging Release Bot
402a16f387 v0.9.185-alpha.9 2021-11-17 11:47:25 +00:00
Michael Drury
361589d18a
Merge pull request #3338 from Budibase/feature/query-rbac-timeouts
Query RBAC, query and automation threading/timeouts
2021-11-17 11:39:09 +00:00
Budibase Staging Release Bot
8463afab10 v0.9.185-alpha.8 2021-11-17 11:28:58 +00:00
Budibase Staging Release Bot
5f6f2e6ed1 v0.9.185-alpha.7 2021-11-16 21:20:35 +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
3fdfc95298 Quick update, just to cover both queue add functions. 2021-11-16 19:02:55 +00:00
mike12345567
ba4c79895f Updating to manage completed events piling up, this will periodically clear out all events - repeats cannot be removed with the removeOnCompleted job option. 2021-11-16 18:58: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
Budibase Staging Release Bot
782a0cc175 v0.9.185-alpha.6 2021-11-16 14:37:51 +00:00
Budibase Staging Release Bot
1a9706bbb2 v0.9.185-alpha.5 2021-11-16 13:54:16 +00:00
Budibase Staging Release Bot
4a22570b05 v0.9.185-alpha.4 2021-11-16 11:48:38 +00:00
Michael Drury
852f75ac48
Merge pull request #3392 from Budibase/fix/app-list-perf
Caching app metadata to improve application fetch performance
2021-11-16 11:37:54 +00:00
Budibase Staging Release Bot
144452346f v0.9.185-alpha.3 2021-11-16 11:12:03 +00:00