1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +12:00
Commit graph

21545 commits

Author SHA1 Message Date
Michael Drury 8129954f49 Updating env in budibase ci workflow. 2023-06-01 15:07:17 +01:00
Michael Drury 74b4f66adc Trying a different approach to solving token replacement. 2023-06-01 15:04:50 +01:00
Michael Drury 1b0f8f2b9e Revert "There has been an issue with open source contributors being able to perform CI runs for their PRs - this is related to the addition of the pro checkout/submodule recursion in a recent update. Changing it to not use the contributors personal access token, but to instead use the github access token so that it can always be checked out and tested again the specified pro version."
This reverts commit ec67b162b8.
2023-06-01 15:01:57 +01:00
Michael Drury ec67b162b8 There has been an issue with open source contributors being able to perform CI runs for their PRs - this is related to the addition of the pro checkout/submodule recursion in a recent update. Changing it to not use the contributors personal access token, but to instead use the github access token so that it can always be checked out and tested again the specified pro version. 2023-06-01 14:10:07 +01:00
Budibase Staging Release Bot bdc03e12cc Bump version to 2.6.19-alpha.42 2023-06-01 11:34:02 +00:00
Michael Drury 8e4f0e531c Merge pull request #10755 from Budibase/fix/datasource-info-endpoint
Datasource info endpoint update
2023-06-01 12:29:46 +01:00
Michael Drury 67588f1051 Adding a JSON parse incase the input is actually an array in the form of a string (HBS). 2023-06-01 12:14:34 +01:00
Michael Drury cde4dabe42 Fixing some redis type errors. 2023-06-01 11:10:39 +01:00
Budibase Staging Release Bot eb6df79585 Bump version to 2.6.19-alpha.41 2023-06-01 10:06:35 +00:00
Rory Powell a4df1de4f0 Merge pull request #10757 from Budibase/chore/backoff-error-message
Add error to alert logging for backOff
2023-06-01 11:02:59 +01:00
Budibase Staging Release Bot 6276859f23 Bump version to 2.6.19-alpha.40 2023-06-01 09:45:26 +00:00
deanhannigan a782a8b9b1 Merge pull request #10758 from Budibase/fix/reduce-array-row-parse-log-level
Reduced log level of array parsing on row import
2023-06-01 10:41:19 +01:00
Michael Drury 13d987023a Updating ioredis to latest version and removing typing library as no longer required. 2023-06-01 10:39:16 +01:00
Michael Drury 9b23d3ba36 Pinning version of ioredis-mock. 2023-06-01 10:14:30 +01:00
Michael Drury fde94a262f Moving ioredis-mock dependency back to dev dependency in backend-core. 2023-06-01 10:13:54 +01:00
Dean 6ee83e2da8 Reduced log level of parse array attempt 2023-06-01 09:05:22 +01:00
Rory Powell 9cd4a49d55 Update pro 2023-06-01 08:49:12 +01:00
Michael Drury 022016366e Adding ioredis-mock as an actual dependency for builds. 2023-06-01 00:19:24 +01:00
Michael Drury a3f9759a47 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
Michael Drury d376611c4c Merge branch 'develop' of github.com:Budibase/budibase into fix/datasource-info-endpoint 2023-05-31 23:39:53 +01:00
deanhannigan 8c144bbe2c Merge pull request #10732 from Budibase/feature/binding-v2-updates
Binding V2 Updates
2023-05-31 19:15:20 +01:00
Dean 853e5cff7d PR Feedback fix 2023-05-31 19:01:47 +01:00
Budibase Staging Release Bot 51e02e379f Bump version to 2.6.19-alpha.39 2023-05-31 17:27:53 +00:00
Andrew Kingston 564a98bedc Increase tooltip max size and fix issue with overflow in app overview 2023-05-31 18:23:20 +01:00
mike12345567 16e929bd81 Removing checks around websockets as redis properly available in testing now. 2023-05-31 18:09:15 +01:00
mike12345567 969ee52c29 Fixing merge conflict. 2023-05-31 18:08:29 +01:00
mike12345567 039e78379f Fixing lint issue. 2023-05-31 17:48:18 +01:00
mike12345567 fba3ec987e Merge branch 'develop' of github.com:Budibase/budibase into fix/datasource-info-endpoint 2023-05-31 17:37:17 +01:00
Budibase Staging Release Bot 86e30d2ae4 Bump version to 2.6.19-alpha.38 2023-05-31 16:36:56 +00:00
Andrew Kingston 4fe3aeaf6d Merge pull request #10753 from Budibase/websocket-redis-integration
Websocket redis rewrite for multi-user collaboration
2023-05-31 17:32:15 +01:00
mike12345567 249625ad1a 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
mike12345567 651d50a064 Updating datasource information endpoint to POST which allows sending up an unfinished/unsaved datasource for fetching information with. Also changing how verification and information endpoints work so that enrichment is used and therefore env vars can also be used. 2023-05-31 17:04:29 +01:00
Andrew Kingston 680e609b52 Remove plural forms of enums and use TS enum rather than JS const 2023-05-31 17:03:14 +01:00
Andrew Kingston 8a2d4b7052 Merge branch 'develop' of github.com:Budibase/budibase into websocket-redis-integration 2023-05-31 16:28:14 +01:00
Andrew Kingston e3b5d711df Disable redis select command in tests 2023-05-31 16:27:49 +01:00
Andrew Kingston ffbbf04e86 Lint 2023-05-31 16:08:35 +01:00
Pedro Silva ace2d8c2e1 Merge pull request #10736 from Budibase/test/qa-20-Add-relationship-tests-to-datasources
Test/qa 20 add relationship tests to datasources
2023-05-31 15:57:36 +01:00
Budibase Staging Release Bot 4f85cfbd02 Bump version to 2.6.19-alpha.37 2023-05-31 14:50:30 +00:00
deanhannigan ae9b8e9f2f Merge pull request #10752 from Budibase/fix/overview-deployments-updating
Fix for deployment refresh in overview section
2023-05-31 15:47:16 +01:00
Andrew Kingston a7c6298d1f Ensure socket pruning due to redis TTL expiry works as expected 2023-05-31 15:37:39 +01:00
Budibase Staging Release Bot bfb3ae66a9 Bump version to 2.6.19-alpha.36 2023-05-31 14:27:12 +00:00
deanhannigan 8784773f49 Merge pull request #10584 from Budibase/feature/db-query-save-prompt
Database query save prompt
2023-05-31 15:21:36 +01:00
Dean bb44c9f07f Added console log 2023-05-31 15:20:25 +01:00
Budibase Staging Release Bot 7d1bf71d7e Bump version to 2.6.19-alpha.35 2023-05-31 14:15:51 +00:00
Andrew Kingston 7a307e3de8 Remove logs 2023-05-31 15:14:33 +01:00
Andrew Kingston 8d83a94d61 Disable heartbead on client app socket 2023-05-31 15:13:52 +01:00
Andrew Kingston 05e34076f7 Fully rewrite websocket redis integration to use individual keys per session, enable TTLs on sesisons, prune sessions when users connect and add a heartbeat to sockets 2023-05-31 15:13:22 +01:00
Rory Powell d24e11e266 Merge pull request #10748 from Budibase/chore/update-concurrency 2023-05-31 15:11:40 +01:00
Dean 8b1eca696a Fix for deployment refresh in overiew section 2023-05-31 15:01:15 +01:00
Dean a32934ffaf Merge remote-tracking branch 'origin/develop' into feature/db-query-save-prompt 2023-05-31 14:41:28 +01:00