1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00
Commit graph

5213 commits

Author SHA1 Message Date
Rory Powell
41672cedbe Merge branch 'develop' into merge-master 2022-08-10 15:29:46 +01:00
melohagan
44b723f7c8
Merge pull request #6895 from Budibase/bug/sev2/mongodb-fixes
Support ObjectId in MongoDB operators
2022-08-10 14:54:47 +01:00
Rory Powell
3d12db8b2b Merge branch 'master' into develop 2022-08-10 14:36:49 +01:00
melohagan
b43e8a0130
Merge pull request #7179 from Budibase/bug/sev2/airtable-update-add-table-field
Airtable update: add table field
2022-08-10 14:21:42 +01:00
Mel O'Hagan
69ee22f563 Fix unit test 2022-08-10 13:56:15 +01:00
Mel O'Hagan
ba4b20bb62 Use display field 2022-08-10 13:54:56 +01:00
mike12345567
3a340379e9 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-08-10 11:55:53 +01:00
Rory Powell
3e0cab64f5 Add timezone to served events 2022-08-10 11:29:11 +01:00
Rory Powell
4525cf4c6e Trigger served events on ping endpoint 2022-08-10 11:01:54 +01:00
Mel O'Hagan
9ce34aa4c0 lint 2022-08-10 10:58:11 +01:00
Mel O'Hagan
334d9a956d Ignore escaped double quotes within strings 2022-08-10 10:57:42 +01:00
Mel O'Hagan
f7c816bce9 lint 2022-08-09 17:28:21 +01:00
Mel O'Hagan
40c846ce8f Handle braces within quotes 2022-08-09 17:27:51 +01:00
Mel O'Hagan
15fe3650dc Fix unit test 2022-08-09 15:54:08 +01:00
Mel O'Hagan
ea6f0938da Rename to recordID 2022-08-09 14:59:05 +01:00
Mel O'Hagan
a5065411cc Add table field to Airtable update 2022-08-09 14:55:45 +01:00
Rory Powell
cf37563c89 Fix served events 2022-08-09 13:31:12 +01:00
Michael Drury
1b574bc58f
Merge pull request #7049 from Budibase/fix/2585
Updating filters to allow multiple uses of the same property and exposing allOr option
2022-08-09 11:00:38 +01:00
Mel O'Hagan
e23d29b7ef lint 2022-08-08 21:57:36 +01:00
Mel O'Hagan
88f06539a4 Nested braces parse fix added for MongoDB 2022-08-08 21:56:55 +01:00
mike12345567
2bb0dbdc06 Adding a test for the case where a user has added a number: at the start of the column - could have broken things. 2022-08-08 19:21:06 +01:00
mike12345567
be80839573 Adding multiple of same property test case for lucene building. 2022-08-08 19:19:33 +01:00
mike12345567
77947e8ba9 Adding unit tests for internal DB lucene syntax building. 2022-08-08 19:17:28 +01:00
Mel O'Hagan
98d8080826 Bug fix findOneAndUpdate 2022-08-08 17:53:17 +01:00
Mel O'Hagan
d02e5ae87f Add unit tests for ObjectId 2022-08-08 17:01:56 +01:00
Andrew Kingston
3c5e933577 Fix crash when attempting to parse a nullish automation error 2022-08-08 16:44:00 +01:00
Mel O'Hagan
c57fc1cfcd Merge branch 'develop' into bug/sev2/mongodb-fixes 2022-08-08 15:15:03 +01:00
mike12345567
a24f2157a5 Some various session fixes based on current data. 2022-08-05 21:35:26 +01:00
Michael Drury
bf1b7543b0
Merge pull request #7114 from Budibase/fix/session-perf
Increasing time between updating session TTLs
2022-08-05 17:30:16 +01:00
mike12345567
a2f18e2e44 Updating sessions to TS, adding env var to set the session update length, adding reasons for invalidation, making sure errors are never considered authenticated. 2022-08-05 17:13:03 +01:00
Andrew Kingston
1f3b1b675f Insert table ID back into query for follow-up pagination query 2022-08-05 16:06:16 +01:00
mike12345567
2f665362e4 Updating pino logging to remove health check spam. 2022-08-04 20:23:45 +01:00
mike12345567
df074c6004 Fixing test cases. 2022-08-03 18:20:07 +01:00
mike12345567
5eeb2ea600 Updating the filter system to allow adding multiple filter properties of the same name at once, as well as enabling the use of the allOr property from within the UI - resolves an old issue #2585. 2022-08-02 18:34:58 +01:00
mike12345567
a99ed3bf52 Merge branch 'master' of github.com:Budibase/budibase into fix/6737 2022-08-01 19:00:17 +01:00
mike12345567
5aea08fdce Adding mechanism to allow displaying an error on data retrieval for tables. 2022-08-01 18:56:59 +01:00
mike12345567
41683c1f6d Fix for #6737 - making it so that if a column is deleted externally tables can be re-fetched and this will be fixed. 2022-08-01 17:40:35 +01:00
Michael Drury
62d3fb5cb2
Merge pull request #7018 from Budibase/fix/query-val
Quick query JOI validation fix
2022-08-01 12:35:58 +01:00
mike12345567
e267242d8e Quick fix for query validation to fix issue with createdAt and updatedAt properties. 2022-08-01 12:07:49 +01:00
Peter Clement
dbaebf0df3
Merge pull request #6989 from Budibase/pc/fixes
User Management UI fixes
2022-08-01 09:39:55 +01:00
Peter Clement
323c23b4d8 pr comments and updating group check to be more safe 2022-07-30 11:38:08 +01:00
Michael Drury
88ba63d77e
Merge pull request #6898 from Budibase/feature/automation-error-stop
CRON automation stop after a number of errors
2022-07-29 16:20:51 +01:00
Martin McKeaveney
7bad805e5f Merge branch 'master' of github.com:Budibase/budibase into develop 2022-07-29 15:45:27 +01:00
mike12345567
1366bcd87c Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-error-stop 2022-07-29 14:31:18 +01:00
mike12345567
34432d5862 Fixing some issues with automations + lucene filtering (with string templating on the backend) as well as type coercion in the query rows action. 2022-07-28 13:39:11 +01:00
mike12345567
90b61cd3ca Adding more logging to server log for cloud etc. 2022-07-28 11:14:06 +01:00
Rory Powell
5e9a03e307 Merge branch 'master' into develop 2022-07-27 16:32:36 -04:00
mike12345567
2cd26062d4 Fixing issue discovered in #6813 - versioning of query rows was not correct in automations, was using old broken method. 2022-07-27 16:18:12 +01:00
Peter Clement
e468f83902 adding tests and pr comments 2022-07-27 10:20:39 +01:00
Peter Clement
f845ac055e Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab 2022-07-26 20:19:33 +01:00