Commit Graph

11480 Commits

Author SHA1 Message Date
Budibase Staging Release Bot c830046a71 Update pro version to 2.3.18-alpha.22 2023-03-01 15:43:27 +00:00
Budibase Staging Release Bot f0c08b0755 v2.3.18-alpha.22 2023-03-01 15:40:29 +00:00
Budibase Staging Release Bot 0670261bc7 Update pro version to 2.3.18-alpha.21 2023-03-01 15:17:01 +00:00
Budibase Staging Release Bot 2dfb0df289 v2.3.18-alpha.21 2023-03-01 15:13:55 +00:00
Budibase Staging Release Bot 6c635fe61f Update pro version to 2.3.18-alpha.20 2023-03-01 14:55:46 +00:00
Budibase Staging Release Bot 6cd323b44b v2.3.18-alpha.20 2023-03-01 14:52:44 +00:00
Budibase Staging Release Bot b574fdcf29 Update pro version to 2.3.18-alpha.19 2023-03-01 13:29:54 +00:00
Budibase Staging Release Bot 268860d6e1 v2.3.18-alpha.19 2023-03-01 13:26:19 +00:00
Michael Drury 3fc8d3aa2f
Merge pull request #9828 from Budibase/fix/9778
Fix for operationId in OpenAPI specs
2023-03-01 13:09:16 +00:00
Budibase Staging Release Bot 76b9e9fa82 Update pro version to 2.3.18-alpha.18 2023-03-01 12:39:29 +00:00
Budibase Staging Release Bot 082106f881 v2.3.18-alpha.18 2023-03-01 12:36:38 +00:00
Budibase Staging Release Bot 6befad8c65 Update pro version to 2.3.18-alpha.17 2023-03-01 10:06:03 +00:00
Budibase Staging Release Bot f703ebb734 v2.3.18-alpha.17 2023-03-01 10:02:33 +00:00
mike12345567 bebac1d35a Fix for #9778 - there was an issue with operationId in the OpenAPI spec, these need to be unique to be compliant with the spec as brought up in the issue. Also re-writing the spec generation to Typescript to be compliant with how backend code is now written. 2023-02-28 18:10:56 +00:00
Budibase Staging Release Bot aea7855bd1 Update pro version to 2.3.18-alpha.16 2023-02-28 14:13:52 +00:00
Budibase Staging Release Bot c350c15ae0 v2.3.18-alpha.16 2023-02-28 14:10:56 +00:00
Michael Drury f45e8d63fc
Merge pull request #9815 from Budibase/bug/budi-6076-cannot-delete-columns-in-google-sheet
Bug - budi-6076 cannot delete columns in google sheet
2023-02-28 13:56:32 +00:00
Budibase Staging Release Bot 89a433a9f4 Update pro version to 2.3.18-alpha.15 2023-02-28 11:14:33 +00:00
Budibase Staging Release Bot 78287e11da v2.3.18-alpha.15 2023-02-28 11:11:24 +00:00
Rory Powell 5a5a1531b3 Prefer default config for google sheets in cloud, don't use env vars for regular auth 2023-02-28 10:36:29 +00:00
Michael Drury 7dfb14c8a5
Merge pull request #9795 from Budibase/feature/audit-logs
Audit Logs
2023-02-27 22:06:02 +00:00
mike12345567 a4da66338a Trying to measure coverage from backend-core from server/worker. 2023-02-27 17:07:52 +00:00
adrinr a7bd117db9 Merge remote-tracking branch 'origin/develop' into bug/budi-6076-cannot-delete-columns-in-google-sheet 2023-02-27 17:45:37 +01:00
adrinr 619d7fede8 Catch issue on test 2023-02-27 17:41:42 +01:00
Budibase Staging Release Bot fb292cf72c Update pro version to 2.3.18-alpha.14 2023-02-27 16:30:38 +00:00
Budibase Staging Release Bot 6303105b71 v2.3.18-alpha.14 2023-02-27 16:27:18 +00:00
adrinr f58dd807a7 Add tests for adding/removing columns in a google spreadsheet 2023-02-27 17:25:48 +01:00
adrinr 2c9c9dbd15 Types 2023-02-27 17:25:26 +01:00
mike12345567 706b78b243 Merge branch 'develop' of github.com:Budibase/budibase into feature/audit-logs 2023-02-27 14:51:33 +00:00
Budibase Staging Release Bot a9bf19dc2f Update pro version to 2.3.18-alpha.13 2023-02-27 14:10:33 +00:00
Budibase Staging Release Bot 95ce3bb56c v2.3.18-alpha.13 2023-02-27 14:07:12 +00:00
Rory Powell d24c7a988e
Merge pull request #9785 from Budibase/configs-refactor-and-server-test-fixes
Configs /  Server tests / Failing real email tests updates
2023-02-27 14:00:21 +00:00
adrinr 369f81af4d Handle deletes 2023-02-27 13:33:19 +01:00
mike12345567 35b670e3ac Further PR comments. 2023-02-27 11:00:13 +00:00
mike12345567 262227bb28 Merge branch 'develop' of github.com:Budibase/budibase into feature/audit-logs 2023-02-24 17:03:00 +00:00
Budibase Staging Release Bot 66f74dfbc3 Update pro version to 2.3.18-alpha.12 2023-02-24 15:54:43 +00:00
Budibase Staging Release Bot f77c214b0a v2.3.18-alpha.12 2023-02-24 15:51:56 +00:00
mike12345567 30024e7b81 Moving around processors to separate audit logs out of central event handling. 2023-02-24 13:52:54 +00:00
mike12345567 f407e18db6 Main body of PR comments. 2023-02-24 13:32:45 +00:00
Budibase Staging Release Bot 90c32a8e5c v2.3.18-alpha.11 2023-02-24 13:23:58 +00:00
mike12345567 98e6530913 Moving search index to an enum. 2023-02-24 13:15:14 +00:00
mike12345567 b9fb7f29a2 Merge branch 'develop' of github.com:Budibase/budibase into feature/audit-logs 2023-02-24 12:46:58 +00:00
Budibase Staging Release Bot c18c898a22 Update pro version to 2.3.18-alpha.10 2023-02-24 10:51:08 +00:00
Budibase Staging Release Bot 91d09b953d v2.3.18-alpha.10 2023-02-24 10:48:01 +00:00
adrinr 61f9febc69 Remove @ts-ignore 2023-02-24 11:26:05 +01:00
adrinr d13d275165 Dry 2023-02-24 11:24:29 +01:00
adrinr 928ab4fb09 Merge remote-tracking branch 'origin/develop' into bug/budi-6619/cannot_update_relationships_in_postgresql_many_to_one 2023-02-24 11:12:07 +01:00
adrinr ff8a4b420d Renamings 2023-02-24 10:51:55 +01:00
adrinr b60105f546 Improve verbosity 2023-02-24 10:47:32 +01:00
Budibase Staging Release Bot b497bc00e9 Update pro version to 2.3.18-alpha.9 2023-02-24 09:26:25 +00:00