1
0
Fork 0
mirror of synced 2024-09-03 03:01:14 +12:00
budibase/packages/backend-core/src
Jonny McCullagh 757ca6a166 Merge master develop (#10897)
* Binding drawer fixes

* Added missing headless flag for the bindable combobox

* Fix for QueryEditor width

* Fix svelte transitions in grid new row component breaking routify

* Bump version to 2.7.7

* fix REST connector failure to save

* Bump version to 2.7.8

* Bump version to 2.7.9

* Unexpected token when export data (#10721)

* Tidy ID string for JSON parse

* Display error for composite keys

* Unit test WIP

* directly assign the mock function on the datasource

* Unit tests for exportRows ID handling

---------

Co-authored-by: Martin McKeaveney <martinmckeaveney@gmail.com>

* Return all rows if oneOf value is falsey (#10638)

* Bump version to 2.7.10

* Make sure divider fields are left-most (#10627)

* Make sure divider fields are left most

* Refactor

* Bump version to 2.7.11

* Temporarily remove the focus store update as it triggers a full redraw of the component settings

* Linting

* Removed commented out code

* Bump version to 2.7.12

* Bump version to 2.7.13

* Do not show Business tag for Email action (#10867)

* Bump version to 2.7.14

* new deploy trigger (#10892)

* point the deploys at the new env

* Bump version to 2.7.15

---------

Co-authored-by: Dean <deanhannigan@gmail.com>
Co-authored-by: Andrew Kingston <andrew@kingston.dev>
Co-authored-by: Budibase Staging Release Bot <>
Co-authored-by: Martin McKeaveney <martinmckeaveney@gmail.com>
Co-authored-by: Martin McKeaveney <martin@budibase.com>
Co-authored-by: melohagan <101575380+melohagan@users.noreply.github.com>
Co-authored-by: Adria Navarro <adria@budibase.com>
2023-06-14 16:18:09 +01:00
..
accounts Prevent SSO users from setting / resetting a password (#9672) 2023-02-21 08:23:53 +00:00
auth Merging in develop - fixing some test cases which broke in the process. 2023-04-12 10:56:21 +01:00
blacklist Provides the option for blacklisting IPs. 2023-03-08 16:30:26 +00:00
cache Reverting try twice change to writethrough. 2023-05-30 20:45:10 +01:00
configs Merging in develop - fixing some test cases which broke in the process. 2023-04-12 10:56:21 +01:00
constants Update websocket logic to ignore events trigger by API requests originating from the same session 2023-06-01 17:14:32 +01:00
context Lint 2023-05-17 15:31:14 +01:00
db Merge master develop (#10897) 2023-06-14 16:18:09 +01:00
docIds Fixing all broken test cases after breaking out context fully from jestSetup/backend-core jest loading. 2023-03-30 16:35:25 +01:00
docUpdates Main body of PR comments, switching event handling to be a publisher of async events, a generic event; then adding a new async document update processor, which can later be converted to be part of the event processing pipeline. 2023-04-15 00:37:22 +01:00
errors Renames 2023-04-11 13:39:13 +01:00
events Add event for tracking user collaboration 2023-06-06 10:11:51 +01:00
featureFlags Enable higher concurrency and resiliency in worker tests 2023-02-13 11:57:30 +00:00
logging Automation investigation logging + max doc size fix for automation log 2023-05-30 16:37:39 +01:00
middleware Fixing develop currentapp.spec.js test case, when packages within backend-core import all of backend-core they can create cyclics that cause issues. 2023-06-08 13:47:16 +01:00
migrations Merging in develop - fixing some test cases which broke in the process. 2023-04-12 10:56:21 +01:00
objectStore Replace usages 2023-04-17 10:27:37 +01:00
platform Fixing all broken test cases after breaking out context fully from jestSetup/backend-core jest loading. 2023-03-30 16:35:25 +01:00
plugin Adding plugin validation unit tests. 2023-04-18 16:36:03 +01:00
queue Support setting object name for logged json objects 2023-05-17 22:18:50 +01:00
redis Stop attempt at bundling ioredis-mock, only need to check at runtime. 2023-06-02 13:59:33 +01:00
security Merge pull request #10881 from Budibase/fix/budi-7026 2023-06-14 15:10:30 +01:00
tenancy Fixing tenancy.spec.ts - mocking was a bit messed up, moving it all around to work as expected. 2023-04-11 10:54:04 +01:00
timers General fixes for open handles, attempting to find and close all issues in server which are stopping shutdown of Jest suite. 2023-03-27 19:38:49 +01:00
utils Refactor: BUILDER_REFERER_PREFIX -> BUILDER_APP_PREFIX 2023-05-12 15:59:42 +02:00
environment.ts Reverting ioredis-mock removal for test cases - will come back to this in future as it currently breaks pro tests. 2023-06-01 00:02:55 +01:00
helpers.ts Complete conversion of backend-core to Typescript. 2022-11-24 18:48:51 +00:00
index.ts Updating backend tests to actually utilise the redis container which is spun up as part of the tests, doing away with the somewhat problematic ioredis-mock which was breaking some tests due to the addition of the changes for multi-dev collab. 2023-05-31 17:18:01 +01:00
installation.ts Merge branch 'develop' into chore/remove_package.json_dependency 2023-04-24 18:42:55 +02:00
users.ts Per user pricing (#10378) 2023-04-24 09:31:48 +01:00