1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00
Commit graph

20984 commits

Author SHA1 Message Date
Mitch-Budibase 60592616f8 Test Refactoring
AdminAndManagement + Datasources tests are being being refactored here
2022-06-27 18:28:21 +01:00
Mitch-Budibase 3f597ba6e0 Merge branch 'develop' into cypress-testing 2022-06-27 16:15:00 +01:00
Budibase Staging Release Bot 67b7c8be42 Update pro version to 1.0.212-alpha.0 2022-06-24 17:01:59 +00:00
Budibase Staging Release Bot 07672b99c8 v1.0.212-alpha.0 2022-06-24 17:00:31 +00:00
mike12345567 f0dd336b15 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-06-24 17:50:55 +01:00
mike12345567 9207642779 Fixing an issue where periodically the cache state of the couch revision gets out of sync and need to update it for cache to be able to write again. 2022-06-24 17:41:17 +01:00
Budibase Release Bot eedba6411d Update pro version to 1.0.211 2022-06-24 15:06:29 +00:00
Budibase Release Bot e5c895c869 v1.0.211 2022-06-24 15:04:34 +00:00
Michael Drury bd3d505306
Merge pull request #6452 from Budibase/fix/redis-update
Redis update for pro usage
2022-06-24 15:52:20 +01:00
mike12345567 b45557fe26 Adding explanation of the difference between Database and SelectableDatabase in Redis. 2022-06-24 14:42:15 +01:00
mike12345567 c62b6da703 Adding case to handle multi-DB setups, to confirm store same doc ID to different databases and they run in different cache keys. 2022-06-24 14:28:45 +01:00
mike12345567 eeca1cb3ba Updating writethrough cache a bit to make sure it implements the PouchDB API properly. 2022-06-24 13:34:00 +01:00
mike12345567 e3f25795e8 Fixing test case and review comments. 2022-06-24 12:08:29 +01:00
mike12345567 07d47102a1 Adding a class wrapper incase using get/put functions multiple times, functions like the PouchDB constructor. 2022-06-23 20:27:20 +01:00
mike12345567 0a9edc48b6 Updating redis to use typescript and adding the option of a writethrough cache which can be used, by passing a DB and a value to be written + a delay for writes. 2022-06-23 20:22:51 +01:00
Budibase Release Bot e13f3da61b Update pro version to 1.0.210 2022-06-23 16:59:24 +00:00
Budibase Release Bot 472a313321 v1.0.210 2022-06-23 16:57:56 +00:00
mike12345567 64fce61db9 Updating lerna version. 2022-06-23 16:56:53 +01:00
Budibase Staging Release Bot e3196adc18 Update pro version to 1.0.207-alpha.10 2022-06-23 14:46:55 +00:00
Budibase Staging Release Bot 490c83d2bc v1.0.207-alpha.10 2022-06-23 14:45:06 +00:00
Andrew Kingston 27d5f2ba6e
Merge pull request #6443 from Budibase/datasource-labels
Datasource labels
2022-06-23 15:32:28 +01:00
Budibase Staging Release Bot 92160d6e4e Update pro version to 1.0.207-alpha.9 2022-06-23 14:11:00 +00:00
Budibase Release Bot ba8a3f4432 Update pro version to 1.0.209 2022-06-23 14:10:27 +00:00
Budibase Staging Release Bot 4875a4be1b v1.0.207-alpha.9 2022-06-23 14:09:31 +00:00
Budibase Release Bot 93817194f5 v1.0.209 2022-06-23 14:08:59 +00:00
Andrew Kingston ad512eda5e
Merge pull request #6440 from Budibase/fix/couch-db-url-parsing
Improve Couch DB URL parsing to handle edge cases and special characters
2022-06-23 14:59:58 +01:00
Andrew Kingston 468d4b8e77 Update cypress 2022-06-23 14:58:32 +01:00
Budibase Staging Release Bot 1b73961240 Update pro version to 1.0.207-alpha.8 2022-06-23 13:03:17 +00:00
Budibase Staging Release Bot e1be0be29b v1.0.207-alpha.8 2022-06-23 13:01:28 +00:00
melohagan f15f9c23ab
Merge pull request #6432 from Budibase/bug/sev2/money-form-field
Cast Money as numeric for Postgres
2022-06-23 13:50:09 +01:00
Mitch-Budibase 9c37fd1aa6 Merge branch 'develop' into cypress-testing 2022-06-23 13:44:32 +01:00
Budibase Staging Release Bot c136b64b9f Update pro version to 1.0.207-alpha.7 2022-06-23 12:20:51 +00:00
Budibase Staging Release Bot bc263af550 v1.0.207-alpha.7 2022-06-23 12:19:06 +00:00
Mel O'Hagan 688a46f75e Added Knex.Raw to return type 2022-06-23 13:09:22 +01:00
Andrew Kingston c37e4cc8be Lint 2022-06-23 12:07:12 +01:00
Andrew Kingston 2663860ec1 Update styles to use spectrum components 2022-06-23 12:05:05 +01:00
Andrew Kingston 5dd8186383 Add types to datasources 2022-06-23 11:35:57 +01:00
Mel O'Hagan 1d6f780c72 Refactor - simplify regex and use enum 2022-06-23 09:41:43 +01:00
Andrew Kingston 60060fac6f Improve Couch DB URL parsing to handle edge cases and special characters 2022-06-23 09:14:22 +01:00
Mitch-Budibase 66c3991b55 AdminAndManagement test changes + Commands update
Specifically changes for accountPortals & userManagement

Commands
- Delete user function added
- Few timing changes
2022-06-22 18:55:43 +01:00
Mel O'Hagan 0fb46ca465 Only cast money as numeric for Postgres 2022-06-22 16:13:02 +01:00
Mel O'Hagan bc72b63579 Use raw sql to get money type as numeric 2022-06-22 15:58:15 +01:00
Michael Drury 9c8e25526e
Merge pull request #6415 from Budibase/feature/arm-support-single
ARM support - single image
2022-06-22 12:49:39 +01:00
Andrew Kingston 16dc6403e3
Merge pull request #6392 from Budibase/custom-csv-export
Add option to customise which columns are exported in export data action
2022-06-22 12:49:10 +01:00
Andrew Kingston 8b2d125974
Merge pull request #6352 from Budibase/fix/select-table-by-id
Fix autoscreen and autoscreen link creation and deletion
2022-06-22 12:47:57 +01:00
Andrew Kingston da0429582a Replace all column spaces with underscores when performing internal searches 2022-06-22 12:39:55 +01:00
mike12345567 2455ede4a4 Updating install script to work from any directory. 2022-06-21 20:01:50 +01:00
Mitch-Budibase b5ab5014e2 Merge branch 'develop' into cypress-testing 2022-06-21 18:26:16 +01:00
Mitch-Budibase d707b504f6 User Settings Menu tests
New test file with user setting menu tests

- Also updated AccountPortals test (logout was required)

Commands & Interact files updated as required
2022-06-21 18:25:33 +01:00
mike12345567 358d15a8ad Fixing cleanup script, adding ARM support to dockerfile, as well as adding ARM client. 2022-06-21 17:56:55 +01:00