Commit Graph

24090 Commits

Author SHA1 Message Date
mike12345567 f48fcfd0c8 Fixes based on re-trying everything with the new type structures (some empty structures being filled out affected things). 2022-08-11 12:24:36 +01:00
deanhannigan 80512e1715
Merge pull request #7116 from Budibase/fix/remove-dynamic-var-filtering
Removed query filtering on dynamic variables in binding drawer
2022-08-11 12:12:39 +01:00
mike12345567 5dce4fc16a Moving all datasource types around - this is needed to make the SDK/Document types more accesible for the development datasource plugins. 2022-08-11 11:48:58 +01:00
Martin McKeaveney 865ae93f7c simplify if 2022-08-11 11:31:16 +01:00
Mel O'Hagan 740a5b05ba Redraw Date Picker when settings change 2022-08-11 11:13:50 +01:00
mike12345567 bff53c6c81 Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-11 11:04:58 +01:00
mike12345567 bf3fd90268 Install after retrieving skeleton for custom plugins. 2022-08-11 11:03:33 +01:00
Mel O'Hagan 6d4f3244d5 Add prop for 24hr time 2022-08-11 11:01:48 +01:00
Andrew Kingston f2ee01d58f Add plugin upload to core API client, add response to plugin upload endpoint 2022-08-11 10:37:57 +01:00
Budibase Release Bot 47c3bc8c30 Update pro version to 1.2.37 2022-08-11 08:55:15 +00:00
Budibase Release Bot 3ba01b0a74 v1.2.37 2022-08-11 08:52:16 +00:00
melohagan 68b3a073cc
Merge pull request #7215 from Budibase/bug/webhook-automation-error-saving
Webhook Automation - Finish and test, error saving automation
2022-08-11 09:42:23 +01:00
Martin McKeaveney eb0086e532 skip empty dbs in test 2022-08-11 09:30:29 +01:00
FlaminWrap 5242931409
Fix issue #4290
* Fixes issue #4290
* Changed the title from 'Accept Invitation' to 'Invitation to organistaion / Budibase'
* Changed the 'Please enter a password to set up your user.' to 'Please enter a password to get started.'
* Increased width to 300px to allow longer org names
2022-08-10 23:04:52 +00:00
Budibase Release Bot ed18d3b734 Update pro version to 1.2.36 2022-08-10 20:07:57 +00:00
Budibase Release Bot 7e76f33033 v1.2.36 2022-08-10 20:04:54 +00:00
mike12345567 b7116ccc18 Adding plugin upload API - takes a file form-data and then extracts, uploads to minio and stores data about the plugin to CouchDB. 2022-08-10 20:01:48 +01:00
Martin McKeaveney bf16ffd8a5 dont get app db name if undefined 2022-08-10 18:39:41 +01:00
Budibase Release Bot a63305c6da Update pro version to 1.2.35 2022-08-10 16:47:30 +00:00
Budibase Release Bot a1c1185fc5 v1.2.35 2022-08-10 16:44:10 +00:00
Martin McKeaveney bb923c751c
Merge pull request #7210 from Budibase/fix/6013
onEmptyFilter selection for automations
2022-08-10 17:32:42 +01:00
mike12345567 bab20e5744 Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-10 17:30:18 +01:00
Mel O'Hagan b06fdb066f Null safety 2022-08-10 17:09:51 +01:00
Budibase Release Bot a47a076532 Update pro version to 1.2.34 2022-08-10 16:01:36 +00:00
Budibase Release Bot b4c8077c0a v1.2.34 2022-08-10 15:58:32 +00:00
Andrew Kingston 737d5e1ef3 Add full PoC of using a custom component inside the builder, with children and bindings 2022-08-10 16:54:13 +01:00
NEOLPAR ca43f769ca
Merge pull request #7213 from Budibase/fix/executequery-datasources
fixing wrong filter, excluding just bb_internal
2022-08-10 16:44:00 +01:00
Budibase Release Bot fa4abfda76 Update pro version to 1.2.33 2022-08-10 15:39:19 +00:00
Budibase Release Bot 46cc9a8e54 v1.2.33 2022-08-10 15:36:06 +00:00
Budibase Staging Release Bot aaa7e48f99 Update pro version to 1.2.33-alpha.1 2022-08-10 15:32:02 +00:00
NEOLPAR 4a1090c556 wrong comment 2022-08-10 16:30:26 +01:00
Budibase Staging Release Bot 8e7169e064 v1.2.33-alpha.1 2022-08-10 15:28:57 +00:00
NEOLPAR 3fc5ede82e fixing wrong filter, excluding just bb_internal 2022-08-10 16:27:53 +01:00
Martin McKeaveney 25571d7751 pr comments 2022-08-10 16:26:10 +01:00
mike12345567 7dc9abf54b Validating datasources fully, initial work towards validating components and including the build in the CLI. 2022-08-10 16:19:08 +01:00
Budibase Staging Release Bot 437024d5c7 Update pro version to 1.2.33-alpha.0 2022-08-10 15:01:22 +00:00
Budibase Staging Release Bot f4a729b0e6 v1.2.33-alpha.0 2022-08-10 14:57:48 +00:00
Andrew Kingston eb1699381c Remove forced custom component from client library 2022-08-10 15:52:19 +01:00
Rory Powell 6c67ed1345 Merge branch 'master' into merge-master 2022-08-10 15:46:30 +01:00
Martin McKeaveney 0095a9a566 onEmptyFilter selection for automations 2022-08-10 15:38:08 +01:00
Budibase Release Bot f7378af092 Update pro version to 1.2.32 2022-08-10 14:35:23 +00:00
Andrew Kingston 0a338181ca Update client library to full handle custom components 2022-08-10 15:34:00 +01:00
Budibase Release Bot 797790483e v1.2.32 2022-08-10 14:32:21 +00:00
Rory Powell 41672cedbe Merge branch 'develop' into merge-master 2022-08-10 15:29:46 +01:00
Budibase Staging Release Bot 7b0a82c1ce Update pro version to 1.2.28-alpha.1 2022-08-10 14:07:59 +00:00
Budibase Staging Release Bot 8edeb4bdad v1.2.28-alpha.1 2022-08-10 14:04:56 +00:00
Budibase Release Bot b13f89244e Update pro version to 1.2.31 2022-08-10 13:58:18 +00:00
Budibase Release Bot 774751c9ba v1.2.31 2022-08-10 13:55:01 +00: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 c0f75a286f Update lockfiles 2022-08-10 14:48:45 +01:00
Rory Powell 6c61c36b85 Fix versions after failed release 2022-08-10 14:43:20 +01:00
Rory Powell 3d12db8b2b Merge branch 'master' into develop 2022-08-10 14:36:49 +01:00
Budibase Release Bot cf73b9fa2d v1.2.30 2022-08-10 13:31:28 +00: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
Budibase Release Bot 2165d3c46a Update pro version to 1.2.29 2022-08-10 12:45:41 +00:00
Budibase Release Bot 5fb18037e6 v1.2.29 2022-08-10 12:42:25 +00:00
NEOLPAR 18a9a91dc6
Merge pull request #7143 from Budibase/fix/executequery-datasources
filtering datasources for execute query actions
2022-08-10 13:31:55 +01:00
mike12345567 d5376ebf6b Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-10 13:31:10 +01:00
mike12345567 b3f6a481b4 First part of plugin CLI - generates the skeleton project and enriches it with user input. 2022-08-10 13:11:57 +01:00
NEOLPAR 3f1b2d6d63 fixed pouchdb unable to find the view throwing error 2022-08-10 13:11:10 +01:00
Budibase Release Bot 2e997c9c6d Update pro version to 1.2.28 2022-08-10 11:54:02 +00:00
Budibase Release Bot 319336cf66 v1.2.28 2022-08-10 11:50:14 +00:00
Rory Powell 0525e7bca2
Merge pull request #7194 from Budibase/trigger-served-ping
Trigger served events on ping endpoint
2022-08-10 12:37:24 +01:00
Budibase Staging Release Bot 5b9f241420 Update pro version to 1.2.28-alpha.0 2022-08-10 11:13:09 +00:00
Budibase Staging Release Bot f73078bcbf v1.2.28-alpha.0 2022-08-10 11:09:57 +00:00
Andrew Kingston 0ec6ac3372 Add PoC of using a custom component inside client library 2022-08-10 12:04:58 +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
Budibase Release Bot a4a2229957 Update pro version to 1.2.27 2022-08-10 08:46:47 +00:00
Budibase Release Bot 3144291948 v1.2.27 2022-08-10 08:43:44 +00: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
Budibase Release Bot b33a0fb3ad Update pro version to 1.2.26 2022-08-09 13:31:52 +00:00
Budibase Release Bot 1057663353 v1.2.26 2022-08-09 13:28:56 +00:00
Rory Powell 1a31dff984 Rename async to emit 2022-08-09 14:01:55 +01:00
Rory Powell cf37563c89 Fix served events 2022-08-09 13:31:12 +01:00
Budibase Staging Release Bot 527bf06f48 Update pro version to 1.2.26-alpha.0 2022-08-09 11:06:45 +00:00
Budibase Staging Release Bot 5efb77d1fe v1.2.26-alpha.0 2022-08-09 11:03:46 +00:00
Martin McKeaveney 621ebcf7a4 merge from master 2022-08-09 11:52:48 +01:00
Budibase Staging Release Bot d6a0e3b75e Update pro version to 1.2.20-alpha.2 2022-08-09 10:23:45 +00:00
Budibase Staging Release Bot 93cd77c605 v1.2.20-alpha.2 2022-08-09 10:20:35 +00:00
Budibase Release Bot 56bcd46886 Update pro version to 1.2.25 2022-08-09 10:12:47 +00:00
Budibase Release Bot 152937e3d1 v1.2.25 2022-08-09 10:08:51 +00: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
Andrew Kingston dc7e08c381 Lint 2022-08-09 10:33:55 +01:00
Andrew Kingston d313e4858c Set errors to null rather than deleting when validating user email addresses 2022-08-09 10:16:22 +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
Budibase Release Bot 971dcf4129 Update pro version to 1.2.24 2022-08-08 16:53:33 +00:00
Mel O'Hagan 98d8080826 Bug fix findOneAndUpdate 2022-08-08 17:53:17 +01:00
Budibase Release Bot 62df76b14e v1.2.24 2022-08-08 16:50:33 +00:00
Mel O'Hagan d02e5ae87f Add unit tests for ObjectId 2022-08-08 17:01:56 +01:00
Budibase Release Bot 8f4fba0e70 Update pro version to 1.2.23 2022-08-08 15:57:56 +00:00
Budibase Release Bot 54355697a9 v1.2.23 2022-08-08 15:55:00 +00:00
Andrew Kingston 3c5e933577 Fix crash when attempting to parse a nullish automation error 2022-08-08 16:44:00 +01:00
Andrew Kingston b9cc7a83c8 Fix users not being added to group when invited via email 2022-08-08 16:40:32 +01:00
Rory Powell b093b18e6a Support per app events 2022-08-08 16:22:26 +01:00
Rory Powell ae342910c2 Rate limit served:X events 2022-08-08 15:44:29 +01:00
Budibase Release Bot ea165ea36d Update pro version to 1.2.22 2022-08-08 14:16:20 +00:00
Mel O'Hagan c57fc1cfcd Merge branch 'develop' into bug/sev2/mongodb-fixes 2022-08-08 15:15:03 +01:00
Budibase Release Bot 66e48550a5 v1.2.22 2022-08-08 14:13:10 +00:00
Rory Powell 06e0c3a18a
Merge pull request #7145 from Budibase/disable-posthog-pageview
Disable pageview event
2022-08-08 15:03:17 +01:00
Andrew Kingston 43b6fd3055 Remove leftover code 2022-08-08 14:29:12 +01:00
Budibase Release Bot 966e130b03 Update pro version to 1.2.21 2022-08-08 13:23:08 +00:00
Budibase Release Bot 63d7c9060f v1.2.21 2022-08-08 13:19:20 +00:00
Budibase Staging Release Bot b6033a1bc5 Update pro version to 1.2.20-alpha.1 2022-08-08 13:04:41 +00:00
Rory Powell 73db927f8e Update posthog token 2022-08-08 14:03:04 +01:00
Budibase Staging Release Bot 4f1f86fda0 v1.2.20-alpha.1 2022-08-08 13:01:41 +00:00
Andrew Kingston 8d13928d67 Fix assignment modal, use userFetch for searching users, fix data mutations 2022-08-08 13:20:59 +01:00
Budibase Release Bot 55d6c08ad3 Update pro version to 1.2.20 2022-08-08 11:39:56 +00:00
Budibase Release Bot ce8df755d3 v1.2.20 2022-08-08 11:36:29 +00:00
Rory Powell c11df5d170 Disable pageview event 2022-08-08 12:28:39 +01:00
Andrew Kingston e18e941449 Optimise loading in overview tab and add transition to dash card header 2022-08-08 12:25:49 +01:00
NEOLPAR 2103ce17a5 filtering datasources for execute query actions 2022-08-08 12:12:56 +01:00
Andrew Kingston 50c04c801f Fix loading states and issues with overview tab 2022-08-08 12:08:37 +01:00
Budibase Staging Release Bot d7605500d6 Update pro version to 1.2.20-alpha.0 2022-08-08 11:04:33 +00:00
Budibase Staging Release Bot 02fbe2a7d2 v1.2.20-alpha.0 2022-08-08 11:01:32 +00:00
Rory Powell 0b38b960f8 Merge branch 'master' into develop 2022-08-08 11:50:22 +01:00
Andrew Kingston 3d42c9cfeb Prevent rendering overview until selected app has loaded 2022-08-08 11:40:13 +01:00
Andrew Kingston 8f63abe923 Show that admins and builders can access all apps 2022-08-08 11:39:32 +01:00
Budibase Release Bot b894405f8e Update pro version to 1.2.19 2022-08-08 10:02:59 +00:00
Budibase Release Bot fb7ee6f5ff v1.2.19 2022-08-08 09:59:51 +00:00
Rory Powell 69fd38f145
Merge pull request #7135 from Budibase/posthog-reduction
Reduce event frequency
2022-08-08 10:49:33 +01:00
Rory Powell d123a4de25 Reduce event frequency 2022-08-08 10:47:39 +01:00
Dean 29023910c0 Walked back previous change. Ensured filtering of global bindings surfaces appropriate values. Filtering logic separated for global and local dynamic variables. 2022-08-08 10:33:39 +01:00
Budibase Release Bot 0a7c2e8f08 Update pro version to 1.2.18 2022-08-08 09:13:47 +00:00
Budibase Release Bot 89e70edefb v1.2.18 2022-08-08 09:10:52 +00:00
Rory Powell 87a7b8b701 Bulk session wipe fix + logging 2022-08-08 09:34:45 +01:00
Mel O'Hagan 350e0233e2 Handle 'Is in' onOperatorChange 2022-08-06 20:52:34 +01:00
Mel O'Hagan fbdef393f9 Revert Multiselect component changes 2022-08-06 20:32:52 +01:00
Budibase Release Bot 89bad2c5e5 Update pro version to 1.2.17 2022-08-06 19:32:22 +00:00
Budibase Release Bot c432cbd529 v1.2.17 2022-08-06 19:29:21 +00:00
melohagan 9bc7f400ef
Merge pull request #7113 from Budibase/bug/sev3/options-picker-set-value-relationship-picker
Options picker set value for relationship picker - handle non-array values
2022-08-06 20:18:27 +01:00
Budibase Release Bot d3d307ae72 Update pro version to 1.2.16 2022-08-05 21:25:20 +00:00
Budibase Release Bot 012a0d114c v1.2.16 2022-08-05 21:22:22 +00:00
mike12345567 a24f2157a5 Some various session fixes based on current data. 2022-08-05 21:35:26 +01:00
Budibase Release Bot 13e2a56f37 Update pro version to 1.2.15 2022-08-05 16:48:53 +00:00
Budibase Release Bot eeaccdae1a v1.2.15 2022-08-05 16:45:30 +00: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 0f27af90c7 Merge branch 'master' of github.com:Budibase/budibase into group-fixes 2022-08-05 16:10:34 +01:00
Andrew Kingston 1f3b1b675f Insert table ID back into query for follow-up pagination query 2022-08-05 16:06:16 +01:00
Andrew Kingston 39dc0afdc9 Add new UserFetch for searching users table and use in users page. Add debounce utility 2022-08-05 15:57:21 +01:00
mike12345567 ba0e423fb9 Updating authenticated middleware to typescript and updating the TTL once per minute rather than every API request. 2022-08-05 15:21:12 +01:00
Dean 5b6e8992bc Removed query filtering on dynamic variables in binding drawer 2022-08-05 15:16:04 +01:00
Mel O'Hagan 61d46062b7 Handle non-array values 2022-08-05 14:53:41 +01:00
Budibase Release Bot 29c0e07b7e Update pro version to 1.2.14 2022-08-05 12:04:48 +00:00
Budibase Release Bot 24d1c27760 v1.2.14 2022-08-05 12:00:58 +00:00
Michael Drury e36d4ff1d7
Merge pull request #7110 from Budibase/fix/remove-sesh-api
Remove session API
2022-08-05 12:47:33 +01:00
Budibase Staging Release Bot b034d78d71 Update pro version to 1.2.13-alpha.1 2022-08-05 10:53:28 +00:00
Budibase Staging Release Bot 4890cda6c9 v1.2.13-alpha.1 2022-08-05 10:50:30 +00:00
Budibase Release Bot 1c92cdfdbd Update pro version to 1.2.13 2022-08-05 10:43:53 +00:00
Michael Drury af634ae65a
Merge pull request #6986 from Budibase/labday/transpiler
JS helpers, development only HBS -> JS conversion
2022-08-05 11:40:37 +01:00
Budibase Release Bot e621f60756 v1.2.13 2022-08-05 10:40:20 +00:00
mike12345567 59ee85f46c Removing session API. 2022-08-05 11:39:28 +01:00
Andrew Kingston e42b854825 Restore popover styles to spectrum 2022-08-05 11:11:12 +01:00
Andrew Kingston 592438e4c5 Fix crash when deleting app when on the settings tab 2022-08-05 11:08:32 +01:00
Andrew Kingston 797a486cb2 Update icon usage in pickerdropdown 2022-08-05 11:01:30 +01:00
Andrew Kingston 92f97eb71d Remove public from role options for users 2022-08-05 10:52:34 +01:00
Andrew Kingston 638ff655fb Fix placeholder icon when groups have no apps 2022-08-05 10:46:16 +01:00
Andrew Kingston 1f8c40c716 Revert app rows to use normal icons 2022-08-05 10:41:44 +01:00
Andrew Kingston 0b04dc5172 Use core icon component for app rows 2022-08-05 10:37:35 +01:00
Andrew Kingston 2d4ae38a02 Standardise icons across groups and users 2022-08-05 10:32:55 +01:00
Andrew Kingston 73b563ef19 Account for admin and builder status in users table 2022-08-05 09:19:08 +01:00
Budibase Staging Release Bot 17c2fc1a7b Update pro version to 1.2.13-alpha.0 2022-08-04 20:50:55 +00:00
Budibase Staging Release Bot a869551328 v1.2.13-alpha.0 2022-08-04 20:47:50 +00:00
mike12345567 71992cf5a3 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-08-04 21:35:55 +01:00
Budibase Release Bot 8c67f0a2b3 Update pro version to 1.2.12 2022-08-04 19:54:14 +00:00
Budibase Release Bot ceb51339d8 v1.2.12 2022-08-04 19:51:17 +00:00
mike12345567 2f665362e4 Updating pino logging to remove health check spam. 2022-08-04 20:23:45 +01:00
Budibase Release Bot 592c47e02c Update pro version to 1.2.11 2022-08-04 18:52:59 +00:00
Budibase Release Bot cd8e93642c v1.2.11 2022-08-04 18:49:45 +00:00
Michael Drury d88a0a1204
Merge pull request #7093 from Budibase/fix/builder-delete-apps
Allow builders that don't have admin access to delete apps
2022-08-04 19:38:19 +01:00
mike12345567 65e8af01f5 Some more logging, moving middlewares to backend-core. 2022-08-04 19:03:50 +01:00
Andrew Kingston ee8bd9f599 Show that admin and builder users have admin access to all apps 2022-08-04 18:01:14 +01:00
mike12345567 a05e21ee4b Allow builders (not just admins) to delete apps. 2022-08-04 17:14:52 +01:00
Budibase Release Bot 7f73533fcf Update pro version to 1.2.10 2022-08-04 15:23:31 +00:00
Budibase Release Bot ad8ca74aa0 v1.2.10 2022-08-04 15:20:18 +00:00
mike12345567 ba7ad93932 Adding logging for session invalidation. 2022-08-04 16:06:59 +01:00
Budibase Release Bot 0257b8cbc9 Update pro version to 1.2.9 2022-08-04 14:36:45 +00:00
Andrew Kingston f5f510a482 Fix multiple issues in user details page 2022-08-04 15:33:51 +01:00
Budibase Release Bot c6e737e509 v1.2.9 2022-08-04 14:33:14 +00:00
Andrew Kingston ea6356147b Fix access filter not working 2022-08-04 15:32:51 +01:00
Andrew Kingston 7e506fd601 Revert env changes 2022-08-04 15:32:26 +01:00
Rory Powell 3b3f3188ab Sync global-info users to fix login + prevent double password hashing 2022-08-04 14:49:56 +01:00
Andrew Kingston 23194c91f1 Fix click propagation in group user list 2022-08-04 13:27:44 +01:00
Andrew Kingston 095bb83202 Fix adding/removing users to group. Remove add all button 2022-08-04 13:25:44 +01:00
Budibase Release Bot cf8c3629df Update pro version to 1.2.8 2022-08-04 12:03:52 +00:00
Budibase Release Bot b3cfc81532 v1.2.8 2022-08-04 12:00:52 +00:00
mike12345567 090493c959 Switching variable name to make it more obvious value isn't being set directly. 2022-08-04 12:56:08 +01:00
mike12345567 e440586156 Merge branch 'develop' of github.com:Budibase/budibase into labday/transpiler 2022-08-04 12:41:10 +01:00
Budibase Release Bot 5ac9f49f24 Update pro version to 1.2.7 2022-08-04 11:18:08 +00:00
Budibase Release Bot 1f0a254f5a v1.2.7 2022-08-04 11:15:11 +00:00
Rory Powell 2a41cc6092
Merge pull request #7082 from Budibase/sev1/login-new-users
Fix login for new users
2022-08-04 12:04:06 +01:00
Rory Powell 81625729d9 Fix login issues for new users 2022-08-04 11:56:18 +01:00
Andrew Kingston 4d475c3cd4 Navigate to group upon creation 2022-08-04 11:31:06 +01:00
Andrew Kingston fbb4692ba5 Fix issue when using an invalid group ID in url 2022-08-04 11:28:55 +01:00
Andrew Kingston f9fd96ed21 Fix issue when using an invalid user ID in url 2022-08-04 11:21:31 +01:00
Andrew Kingston 4945fbf9b1 Update text to be consistent 2022-08-04 11:20:13 +01:00
Andrew Kingston df0c1df868 Make users and apps in group details page clickable 2022-08-04 11:11:44 +01:00
Andrew Kingston 206af376fd Update groups list and groups details pages to new designs. Multiple fixes and improvements. Standardise divider thickness 2022-08-04 11:06:49 +01:00
Budibase Release Bot c39dd8f065 Update pro version to 1.2.6 2022-08-04 08:33:41 +00:00
Budibase Release Bot 7aa3a20ecc v1.2.6 2022-08-04 08:30:40 +00:00
Andrew Kingston feee950c3d
Merge pull request #7066 from Budibase/prod-user-fixes
Prod user fixes
2022-08-04 09:20:18 +01:00
Andrew Kingston 115ef53f82 Update multi-user invite endpoint 2022-08-03 19:20:33 +01:00
Andrew Kingston b60a1ad7b0 Remove log 2022-08-03 19:20:18 +01:00
mike12345567 df074c6004 Fixing test cases. 2022-08-03 18:20:07 +01:00
mike12345567 7d6b45c1e6 Switching to an explicit select for the OR/AND options in the filter. 2022-08-03 17:44:44 +01:00
Dean 5c29b57c0f Removed forced default behaviour for date range 2022-08-03 16:06:39 +01:00
Dean e97c0d15b0 Updated Pro upgrade flow 2022-08-03 15:43:10 +01:00
Andrew Kingston 6701c25fc9 Fix users invited by email not being able to take priveleged roles 2022-08-03 15:16:26 +01:00
Budibase Release Bot f0ecd0d3c9 Update pro version to 1.2.5 2022-08-03 14:06:54 +00:00
Budibase Release Bot fe1a52ca49 v1.2.5 2022-08-03 14:03:36 +00:00
Peter Clement 1da4645d58 use correct middleware 2022-08-03 14:37:41 +01:00
Peter Clement d36fde046b fix redirect loop in overview page 2022-08-03 14:35:10 +01:00
Andrew Kingston 60565abfbf Allow removing users from user assignment modal and add validation to prevent invalid submissions 2022-08-03 14:27:44 +01:00
Dean 13e63b15bf Merge remote-tracking branch 'origin/develop' into feature/automation-log-filter-by-license 2022-08-03 14:14:16 +01:00
Andrew Kingston d1cce411c8 Fix picker dropdown UX issues. Rename some usages of groups to user groups. 2022-08-03 13:47:55 +01:00
Andrew Kingston f07f507fe6 Make user assignment picker readonly and prevent adding same user multiple times 2022-08-03 09:58:41 +01:00
Andrew Kingston 546c45570d Prevent showing any mention of groups when groups are not enabled both the platform and license level 2022-08-02 20:03:39 +01:00
Andrew Kingston 15176d68f6 More improvements to user pages 2022-08-02 19:49:15 +01:00
Andrew Kingston 2ec2030138 Fix typo 2022-08-02 19:43:01 +01:00
Andrew Kingston 4557165cb0 Improve add new user modal so that validation doesn't fire immediately 2022-08-02 19:41:58 +01:00
Andrew Kingston e6a3c2915b Use new styles for secondary buttons 2022-08-02 19:41:43 +01:00
Andrew Kingston b71a27a0f4 Update styles of user details page and user list page to match new designs 2022-08-02 19:22:14 +01:00
Andrew Kingston 9d5fd239f0 Update users page to be narrow and remove name column 2022-08-02 18:47:00 +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
Budibase Staging Release Bot 96958cb1b8 Update pro version to 1.1.33-alpha.4 2022-08-02 17:08:30 +00:00
Budibase Staging Release Bot 9f1748e893 v1.1.33-alpha.4 2022-08-02 17:05:27 +00:00
deanhannigan 08a0db5949
Merge pull request #7039 from Budibase/fix/app-row-render
Fix/app row render
2022-08-02 17:55:09 +01:00
Andrew Kingston 05c57b1e69 Fix type in import users modal 2022-08-02 16:46:00 +01:00
Andrew Kingston 9a442cb0ce Update delete rows button to be configurable 2022-08-02 16:44:37 +01:00
Andrew Kingston e8fa134c7c Update styles in user details page and user list page 2022-08-02 16:41:15 +01:00
Andrew Kingston bb5c95b86a Tidy styles on user details page 2022-08-02 16:15:09 +01:00
Andrew Kingston 089b615c1b Fix icon size in user details page 2022-08-02 16:08:09 +01:00
Andrew Kingston 5c688f355c Fix app list in user details page styles 2022-08-02 16:06:20 +01:00
Andrew Kingston bb626ce924 Fix crashing when determining roles when no apps exist 2022-08-02 16:01:38 +01:00
Budibase Release Bot b0f94d1ad3 Update pro version to 1.2.4 2022-08-02 14:42:05 +00:00
Budibase Release Bot 0995a35ea3 v1.2.4 2022-08-02 14:38:48 +00:00
Dean bd9fbb7d90 Code review updates 2022-08-02 15:20:53 +01:00
mike12345567 b87fcc1f8f Adding API checks to stop deletion of self. 2022-08-02 14:58:18 +01:00
Budibase Staging Release Bot a94f28e72b Update pro version to 1.1.33-alpha.3 2022-08-02 13:50:58 +00:00
Budibase Staging Release Bot 25b1532c4c v1.1.33-alpha.3 2022-08-02 13:47:38 +00:00
Andrew Kingston e2d5a27dac Prevent deleting yourself or resetting your own password from user details page 2022-08-02 14:37:18 +01:00
Rory Powell b955946415
Merge pull request #7037 from Budibase/fix/joi-createdAt-updatedAt
Add updatedAt and createdAt as optional to all joi middleware
2022-08-02 14:35:58 +01:00
Andrew Kingston 16cb6d556f Prevent deleting yourself from users list page 2022-08-02 14:35:32 +01:00
Budibase Staging Release Bot 20f1cdfd98 Update pro version to 1.1.33-alpha.2 2022-08-02 11:00:07 +00:00
Budibase Release Bot 3c1d2bd7cf Update pro version to 1.2.3 2022-08-02 10:59:22 +00:00
Budibase Staging Release Bot 63e1da84b2 v1.1.33-alpha.2 2022-08-02 10:56:51 +00:00
Budibase Release Bot 1a58e53794 v1.2.3 2022-08-02 10:56:12 +00:00
Martin McKeaveney 4ca40e59e4
Merge pull request #7028 from Budibase/fix/6737
Fix for SQL column removal (external to Budibase)
2022-08-02 11:44:51 +01:00
Dean 3dcfff5ea5 Removed unused class 2022-08-02 11:41:24 +01:00
Dean f015266ed7 Removed debugging line 2022-08-02 11:20:22 +01:00
Dean e2f269bd1a Ensure the row key is unique even when the rows are sorted. 2022-08-02 11:16:35 +01:00
Rory Powell c7f4be584d Reduce event frequency 2022-08-02 10:52:09 +01:00
Budibase Release Bot 8ada1ae04b Update pro version to 1.2.2 2022-08-02 09:48:31 +00:00
Budibase Release Bot 91527fdba7 v1.2.2 2022-08-02 09:45:34 +00:00
Budibase Release Bot 44547043a4 v1.2.1 2022-08-02 09:33:49 +00:00
mike12345567 c01df359d7 Merge branch 'master' of github.com:Budibase/budibase into fix/6737 2022-08-02 10:15:12 +01:00
Andrew Kingston 63a0dacf36 Update hover background colour for nord theme 2022-08-02 10:02:04 +01:00
Andrew Kingston b75e53b50a Allow use of meta key as well as control key for modifier shortcuts 2022-08-02 10:01:46 +01:00
Andrew Kingston 530b6940d4 Update style of keybinds for menu items 2022-08-02 10:01:24 +01:00
Budibase Release Bot 5d80c680cf v1.2.0 2022-08-02 08:45:09 +00:00
Rory Powell c90dfbb00f Add updatedAt and createdAt as optional to all joi middleware 2022-08-02 09:39:30 +01:00
Dean a1e16428b5 Linting and tidying 2022-08-02 09:06:35 +01:00
Andrew Kingston 7b7075b276 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-keyboard-shortcuts-develop 2022-08-01 19:08:30 +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
Budibase Staging Release Bot 955ccc208e Update pro version to 1.1.33-alpha.1 2022-08-01 17:27:27 +00:00
Budibase Staging Release Bot d3f5c42f76 v1.1.33-alpha.1 2022-08-01 17:23:31 +00:00
Martin McKeaveney d317761c6b Merge branch 'develop' of github.com:Budibase/budibase into develop 2022-08-01 17:56:20 +01:00
Martin McKeaveney 575b283f54 adding data-cy to component list 2022-08-01 17:55:30 +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
Mitch-Budibase f9d94e6137 Merge branch 'develop' into cypress-testing 2022-08-01 17:30:52 +01:00
Mitch-Budibase cacb0e88a4 Cypress: Test changes for UI + Components
Mainly updating the searchAndAddComponent test command

- Removing skips from a few tests also
2022-08-01 17:29:56 +01:00
Dean a134fa41ee Minor update to select logic and removed the sample pro badge behaviour 2022-08-01 17:15:46 +01:00
Budibase Staging Release Bot 02b979b41b Update pro version to 1.1.33-alpha.0 2022-08-01 16:12:56 +00:00
Budibase Staging Release Bot b57c4e5e74 v1.1.33-alpha.0 2022-08-01 16:09:32 +00:00
Martin McKeaveney 37b2723737 merge 2022-08-01 16:53:37 +01:00
Martin McKeaveney adea24e132 merge with master 2022-08-01 16:51:51 +01:00
Budibase Staging Release Bot 9f2105a597 Update pro version to 1.1.32-alpha.6 2022-08-01 15:49:14 +00:00
Budibase Staging Release Bot 1e5ddf4e78 v1.1.32-alpha.6 2022-08-01 15:46:13 +00:00
Budibase Release Bot 74b13cd946 Update pro version to 1.1.32 2022-08-01 15:45:14 +00:00
Budibase Release Bot 900d5de072 v1.1.32 2022-08-01 15:43:39 +00:00
Martin McKeaveney 3481964974 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-08-01 16:35:12 +01:00
Martin McKeaveney 03b133bf9b
Merge pull request #6922 from Budibase/fix/indicators-initial-load
Fix issue showing selected component indicators on initial load
2022-08-01 16:33:44 +01:00
Martin McKeaveney b15d555054
Merge pull request #7023 from Budibase/cheeks-fixes-2
Fix add component button in empty screens
2022-08-01 16:33:03 +01:00
Budibase Staging Release Bot c72eb87047 Update pro version to 1.1.32-alpha.5 2022-08-01 15:06:25 +00:00
Budibase Staging Release Bot b4e232adce v1.1.32-alpha.5 2022-08-01 15:03:22 +00:00
Andrew Kingston 927af56c41 Remove unused dependency 2022-08-01 15:54:25 +01:00
Andrew Kingston 88444df24b
Merge pull request #7019 from Budibase/cheeks-fixes
User groups fixes
2022-08-01 15:52:51 +01:00
Andrew Kingston 572762eca9 Fix add component button in empty screens 2022-08-01 15:52:01 +01:00
Dean fe4314e168 Investigation edits 2022-08-01 15:23:41 +01:00
Peter Clement 4a148bd9ab use correct appId when searching for users by app 2022-08-01 15:16:00 +01:00
Peter Clement 64381eee81 fix add all functionality within groupId screen 2022-08-01 15:14:49 +01:00
Peter Clement d166ff976e add user groups tab in correct location 2022-08-01 15:10:18 +01:00
Andrew Kingston 080ba48adf Prevent adding the same group to an app multiple times 2022-08-01 13:21:45 +01:00
Andrew Kingston 8f524ce2c0 Update button casing 2022-08-01 13:13:55 +01:00
Andrew Kingston 451c55ae67 Fix stale data in group details page, fix role colour in group app access 2022-08-01 13:04:58 +01:00
Andrew Kingston 59e08c5346 Fix role display for groups and update status light 2022-08-01 13:00:16 +01:00
Budibase Staging Release Bot 328c3a8754 Update pro version to 1.1.32-alpha.4 2022-08-01 11:51:16 +00:00
Budibase Staging Release Bot 4b774539ea v1.1.32-alpha.4 2022-08-01 11:47:51 +00: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
Andrew Kingston 6f98ff2b3a Improve name and email display on user details page 2022-08-01 12:04:44 +01:00
Andrew Kingston 046f61e015 Fix stale data showing when creating user groups and reduce height of group rows 2022-08-01 11:56:01 +01:00
Andrew Kingston f13f8eec3b Fix stale UI in user details section due to not waiting for data 2022-08-01 11:48:34 +01:00
Andrew Kingston 0278efbb6d Fix styles of search embedded within pickerdropdown 2022-08-01 10:34:20 +01:00
Andrew Kingston 272ff64ac0 Reduce space between users and add secondary placeholder 2022-08-01 10:31:28 +01:00
Andrew Kingston 04325e1ed4 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes 2022-08-01 10:29:07 +01:00
Dean 97ee217701 Merge remote-tracking branch 'origin/develop' into feature/automation-log-filter-by-license 2022-08-01 10:28:07 +01:00
Andrew Kingston 4d47d06991 Lint 2022-08-01 10:20:46 +01:00
Andrew Kingston f07fd31e68 Dedupe component actions by dispatching keyboard events when clicking component dropdown menu 2022-08-01 10:06:01 +01:00
Budibase Staging Release Bot 82c6aa65a1 Update pro version to 1.1.32-alpha.3 2022-08-01 08:57:16 +00:00
Andrew Kingston 808de3bbfb Update modal background colours to be themeable and use theme colours for nord and midnight 2022-08-01 09:54:30 +01:00
Budibase Staging Release Bot 1b7322e51a v1.1.32-alpha.3 2022-08-01 08:53:34 +00:00
Peter Clement dbaebf0df3
Merge pull request #6989 from Budibase/pc/fixes
User Management UI fixes
2022-08-01 09:39:55 +01:00
Budibase Staging Release Bot 38f3724ac8 Update pro version to 1.1.32-alpha.2 2022-08-01 08:22:08 +00:00
Budibase Staging Release Bot ec8c17db7d v1.1.32-alpha.2 2022-08-01 08:19:07 +00:00
Peter Clement d9e45a1bab
Merge pull request #7013 from Budibase/fix/fix-access-issue
Ensure auth access for builder and admins
2022-08-01 09:08:41 +01:00
Peter Clement a9023198a4 lint fix 2022-08-01 09:06:07 +01:00
Peter Clement 847fc6c4e5 pr comments 2022-08-01 09:03:47 +01:00
Peter Clement 66b8835759 remove log 2022-08-01 08:54:19 +01:00
Peter Clement 172662c59e ensure auth access for builder and admins 2022-08-01 08:50:57 +01:00
Peter Clement 323c23b4d8 pr comments and updating group check to be more safe 2022-07-30 11:38:08 +01:00
Budibase Staging Release Bot d6734b535f Update pro version to 1.1.32-alpha.1 2022-07-29 18:39:44 +00:00
Budibase Staging Release Bot e48766d0cc v1.1.32-alpha.1 2022-07-29 18:36:47 +00:00
Mitch-Budibase 3476e16d04 Merge branch 'develop' into cypress-testing 2022-07-29 18:42:45 +01:00
Mitch-Budibase c680cf0463 Cypress: Test changes based on User Updates
UI changes for users requires some test updates

- User commands updates
- New user command - setUserRole
- Test updates to adminAndManagement + Datasource tests
- Some test skips as they need reworked (specifically user management tests)
2022-07-29 18:41:57 +01:00
Budibase Staging Release Bot 223f4d8fec Update pro version to 1.1.32-alpha.0 2022-07-29 16:10:07 +00:00
Budibase Staging Release Bot 54294e978f v1.1.32-alpha.0 2022-07-29 16:06:40 +00:00
mike12345567 90259de131 Merge branch 'develop' of github.com:Budibase/budibase into labday/transpiler 2022-07-29 16:29:05 +01:00
Martin McKeaveney d7e45c9b1b Merge branch 'develop' of github.com:Budibase/budibase into develop 2022-07-29 16:21:02 +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 eac45919cd latest from master 2022-07-29 16:12:38 +01:00
Mel O'Hagan fb3351e99b Add multiselect for options is in 2022-07-29 16:09:53 +01:00
Budibase Release Bot 155a4b68a7 Update pro version to 1.1.31 2022-07-29 14:59:43 +00:00
Budibase Release Bot da3be5a095 v1.1.31 2022-07-29 14:57:51 +00:00
Martin McKeaveney 7bad805e5f Merge branch 'master' of github.com:Budibase/budibase into develop 2022-07-29 15:45:27 +01:00
Michael Drury f1859076e2
Merge pull request #6987 from Budibase/fix/other-fixes
Minor automation fixes
2022-07-29 15:45:18 +01:00
Andrew Kingston 3857192d49 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-keyboard-shortcuts-develop 2022-07-29 15:04:37 +01:00
Mel O'Hagan 2aa7f2b2ff Add Is in filter for options type 2022-07-29 14:41:41 +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
Mel O'Hagan 27fafe546c Merge branch 'develop' into feature/multiselect-filters 2022-07-29 14:23:12 +01:00
Andrew Kingston bbc8cee787 Reduce gap between users in assignment modal 2022-07-29 14:20:35 +01:00
Andrew Kingston 18d71cf23b Update user table name renderer to match unavailable copy on user details page 2022-07-29 14:20:21 +01:00
Andrew Kingston 5994cd3fed Fix access tile in overview tab throwing error when attempting to navigate to access tab 2022-07-29 14:16:22 +01:00
Andrew Kingston 3069271a5e Add secondary placeholder to assignment modal 2022-07-29 14:14:06 +01:00
Andrew Kingston ded4cec01d Use square status lights for role colours in pickerdropdowns 2022-07-29 14:13:57 +01:00
mike12345567 67dd1fd9c3 Adding the examples and helper add functionality for JS as well as hiding button to convert outside of development environment. 2022-07-29 14:12:04 +01:00
Budibase Staging Release Bot 2908262c4e Update pro version to 1.1.29-alpha.2 2022-07-29 13:11:08 +00:00
Andrew Kingston 219842248a Remove global style rules that set top left border radius to 0 for all pickers 2022-07-29 14:07:42 +01:00
Budibase Staging Release Bot b6680b2f69 v1.1.29-alpha.2 2022-07-29 13:07:37 +00:00
Andrew Kingston e47fbf2df1 Fix name showing undefined in users tab and fix initials always being PC 2022-07-29 14:04:31 +01:00
Andrew Kingston 1f9086f639 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-07-29 13:48:27 +01:00
Andrew Kingston 447f463ec5 Fix icon colors being static grey in automation section 2022-07-29 13:33:04 +01:00
Andrew Kingston cfe10e36e4 Add key binds to screenslot component 2022-07-29 13:33:04 +01:00
Andrew Kingston 65e43b0f70 Improve component selection after deleting a component 2022-07-29 13:33:04 +01:00
Andrew Kingston 5737e23dd6 Add keybindings to component context menu. Add duplicate keybinding. Simplify pasting 2022-07-29 13:33:04 +01:00
Andrew Kingston df759ac20a Offer custom themes for client apps and improve theme panel 2022-07-29 13:33:04 +01:00
Andrew Kingston 4158513bf4 Fix keybinding order precendence 2022-07-29 13:33:04 +01:00
Andrew Kingston e83543151e Add support for custom themes in client apps 2022-07-29 13:33:04 +01:00
Andrew Kingston 3adb95df55 Fix button roundess not applying properly to large and XL buttons 2022-07-29 13:33:04 +01:00
Andrew Kingston 99010ad770 Auto focus modals so that escape and enter keys work without mouse intervention 2022-07-29 13:33:04 +01:00
Andrew Kingston 4b500eb26f Prevent showing deletion modal for the screen element 2022-07-29 13:33:04 +01:00
Andrew Kingston d15d034af3 Add keyboard shortcuts for components. Improve component reordering 2022-07-29 13:33:02 +01:00
Peter Clement 8fb4cd8da4 flag user groups untill licensing ready 2022-07-29 13:22:59 +01:00
Peter Clement 28405c7beb handle undefined user name and avatar initials 2022-07-29 13:21:42 +01:00
Peter Clement 1d36f258cb improve email validation 2022-07-29 13:17:17 +01:00
Peter Clement 01cd8a9a07 fetching of users via new api in app assignment 2022-07-29 13:13:41 +01:00
Peter Clement 6d12b1b24f more efficient fetching of total users per app 2022-07-29 13:10:00 +01:00
mike12345567 15b275c0f9 Some minor fixes for edge cases. 2022-07-29 09:50:53 +01:00
mike12345567 4f2a623eb0 Initial attempt at transpiling HBS to JS. 2022-07-28 20:20:53 +01:00
Budibase Release Bot 86a828a1de Update pro version to 1.1.30 2022-07-28 15:25:59 +00:00
Budibase Release Bot 0ee09ac4dc v1.1.30 2022-07-28 15:24:10 +00:00
Martin McKeaveney a7fd04d9b6
Merge pull request #6915 from Budibase/fix/attachment-renderer
Fix attachment renderer
2022-07-28 16:12:20 +01:00
mike12345567 b763fda27f Linting. 2022-07-28 13:40:04 +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
Budibase Release Bot 8048c1fe93 Update pro version to 1.1.29 2022-07-28 09:38:37 +00:00
Budibase Release Bot 17638b7cf6 v1.1.29 2022-07-28 09:36:48 +00:00
Budibase Staging Release Bot 05ec70ae2a Update pro version to 1.1.29-alpha.1 2022-07-28 09:36:07 +00:00
Budibase Staging Release Bot f00000b82e v1.1.29-alpha.1 2022-07-28 09:32:56 +00:00
Andrew Kingston ab2a3f4446
Merge pull request #6920 from Budibase/design-updates
Design updates
2022-07-28 10:24:01 +01:00
Mel O'Hagan fc0bffda60 Remove timeoutIds 2022-07-28 09:39:24 +01:00
Mel O'Hagan b0a714de28 Merge branch 'develop' into bug/sev3/remove-validate-current-step-checkbox 2022-07-28 09:25:55 +01:00
Mel O'Hagan 432a8eb1b7 Has any support SQL Server 2022-07-28 09:20:00 +01:00
Mel O'Hagan 0ea6514907 lint 2022-07-28 08:56:52 +01:00
Budibase Staging Release Bot 7dbd6ddd8d Update pro version to 1.1.29-alpha.0 2022-07-27 20:46:40 +00:00
Budibase Staging Release Bot d603e0f1ae v1.1.29-alpha.0 2022-07-27 20:43:38 +00:00
Rory Powell 5e9a03e307 Merge branch 'master' into develop 2022-07-27 16:32:36 -04:00
Budibase Staging Release Bot b140932f88 Update pro version to 1.1.25-alpha.5 2022-07-27 18:37:07 +00:00
Budibase Staging Release Bot 88e812082e v1.1.25-alpha.5 2022-07-27 18:33:57 +00:00
Rory Powell c547e08847 update pro release script 2022-07-27 14:23:17 -04:00
Budibase Staging Release Bot 0c357c79e1 Update pro version to 1.1.25-alpha.4 2022-07-27 17:59:16 +00:00
Budibase Staging Release Bot 1938a83e7e v1.1.25-alpha.4 2022-07-27 17:57:32 +00:00
Rory Powell 79dda094d1 Update lockfiles in pro release 2022-07-27 13:42:06 -04:00
Mel O'Hagan 417ccc3800 Merge branch 'develop' into feature/multiselect-filters 2022-07-27 18:08:37 +01:00
Mel O'Hagan 3819dd3c4f Add multiselect contains filters to custom query 2022-07-27 17:54:49 +01:00
Budibase Release Bot 8c7bf144fa Update pro version to 1.1.28 2022-07-27 16:51:16 +00:00
Budibase Staging Release Bot 076de473f0 Update pro version to 1.1.25-alpha.3 2022-07-27 16:49:53 +00:00
Budibase Release Bot a05e429f17 v1.1.28 2022-07-27 16:49:29 +00:00
Budibase Staging Release Bot 2b835d4f52 v1.1.25-alpha.3 2022-07-27 16:47:54 +00:00
Michael Drury 717e28a69a
Merge pull request #6928 from Budibase/fix/july-release-fixes
Various July fixes
2022-07-27 17:38:17 +01:00
Mel O'Hagan 52408a13f8 Support for string bindings as array 2022-07-27 17:34:42 +01:00
Rory Powell 20dd3d8dbb Update AccountUser type with deletedAt 2022-07-27 12:25:26 -04:00
mike12345567 b26d0b6f21 Adding fix for issue in cloud with user password deletion causing undefined errors. 2022-07-27 17:15:01 +01:00
Budibase Release Bot bfd5d0e874 Update pro version to 1.1.27 2022-07-27 15:48:36 +00:00
mike12345567 ba1c5abf43 Fixing an issue with test panel not updating when new test data comes in. 2022-07-27 16:47:19 +01:00
Budibase Release Bot ce7b4989f2 v1.1.27 2022-07-27 15:46:51 +00:00
Mel O'Hagan 600794de66 SQL Server containsAny unit test 2022-07-27 16:40:07 +01:00
Andrew Kingston ceb5bf94c0 Add groundwork for custom themes based off other themes 2022-07-27 16:37:35 +01:00
Mel O'Hagan 9369498d38 Has any of filter Postgres 2022-07-27 16:37:29 +01:00
Andrew Kingston 0783699626
Merge pull request #6914 from Budibase/fix/remounting-settings
Fix remounting component settings
2022-07-27 16:35:34 +01:00
mike12345567 27162c47e0 Merge branch 'master' of github.com:Budibase/budibase into fix/july-release-fixes 2022-07-27 16:32:11 +01:00
Budibase Staging Release Bot 094acf1c4a Update pro version to 1.1.25-alpha.2 2022-07-27 15:21:25 +00:00
Budibase Staging Release Bot d65ab980af v1.1.25-alpha.2 2022-07-27 15:19:37 +00: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 0f4ed290d1
Merge pull request #6571 from Budibase/feat/user-groups-tab
User Groups and User Management UI redesign
2022-07-27 16:07:30 +01:00
Peter Clement 342efa64b3 fix test naming 2022-07-27 14:45:55 +01:00
Peter Clement e5a6acdf47 update tests 2022-07-27 14:18:54 +01:00
Peter Clement b8fa697482 comment out tests for meanwhile 2022-07-27 14:01:00 +01:00
Budibase Release Bot 82c7ce421c Update pro version to 1.1.26 2022-07-27 12:36:45 +00:00
Budibase Release Bot e30e9a6925 v1.1.26 2022-07-27 12:35:02 +00:00
Martin McKeaveney 1a5ee6a96c bumping lockfiles 2022-07-27 13:24:01 +01:00
Mel O'Hagan 804d1ef8f6 Has any of MySQL filter 2022-07-27 13:19:47 +01:00
Andrew Kingston 5b2f8ee3ab Slightly darken nord borders 2022-07-27 13:11:36 +01:00
Andrew Kingston e027bc9f66 Slightly increase hover contrast in nord theme 2022-07-27 13:08:40 +01:00
Andrew Kingston 6331d9c505 Slightly darken borders in nord theme 2022-07-27 13:07:01 +01:00
Andrew Kingston 5c0849cc61 Update new component panel styles to only use border when focused via keyboard, but background colour when hovering 2022-07-27 13:03:16 +01:00
Mel O'Hagan b160af6603 Has any filter InternalDB 2022-07-27 13:02:46 +01:00
Andrew Kingston 1c65e2b63a Fix issue showing selected component indicators on initial load sometimes due to null reference 2022-07-27 12:55:20 +01:00
Andrew Kingston 93ec652266 Lint 2022-07-27 11:59:48 +01:00
Mel O'Hagan d9823faac6 Not Contains for SQL Server 2022-07-27 11:56:57 +01:00
Mel O'Hagan 54643cff58 Not Contains Postgres filter 2022-07-27 11:49:45 +01:00
Mel O'Hagan 8d7fe78028 Not Contains filter for MySQL 2022-07-27 11:40:46 +01:00
Andrew Kingston 800660570b Merge branch 'master' of github.com:Budibase/budibase into design-updates 2022-07-27 11:19:39 +01:00
Andrew Kingston 805b836040 Shrink square status light, shrink nav item text 2022-07-27 11:16:43 +01:00
Andrew Kingston 27842f4c1a Update long form field icon 2022-07-27 11:09:11 +01:00
Andrew Kingston 74615054dc Remove broken tooltips from attachment renderer 2022-07-27 10:50:15 +01:00
Andrew Kingston 0496a0fdc8 Fix attachment renderer not working due to tooltips 2022-07-27 10:47:24 +01:00
Peter Clement 0f19222393 fix type 2022-07-27 10:25:06 +01:00
Peter Clement e468f83902 adding tests and pr comments 2022-07-27 10:20:39 +01:00
Mel O'Hagan a702828323 Merge branch 'develop' into feature/multiselect-filters 2022-07-27 10:18:07 +01:00
Andrew Kingston 32aa686884 Fully remount component settings when changing selected component 2022-07-27 10:10:42 +01:00
Budibase Staging Release Bot 313af941cf Update pro version to 1.1.25-alpha.1 2022-07-26 19:44:16 +00:00
Budibase Staging Release Bot 9db7679351 v1.1.25-alpha.1 2022-07-26 19:42:38 +00:00
Peter Clement ef2ab96d61 update feature error 2022-07-26 20:25:59 +01:00
Peter Clement fd7ed6d28f user post processing 2022-07-26 20:20:12 +01:00
Peter Clement f845ac055e Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab 2022-07-26 20:19:33 +01:00
Peter Clement 0c831f369d refactor groups into pro and some other pr comments 2022-07-26 20:04:29 +01:00
Mitch-Budibase 11c9afae06 Merge branch 'develop' into cypress-testing 2022-07-26 18:24:05 +01:00
Mitch-Budibase bf137de178 Cypress: PostgreSql and createTable Changes
PostgreSql
- Added intercept when saving a query, sometimes it runs too fast

createTable command
- Improved to ensure better timing, and that table is correctly created
2022-07-26 18:23:05 +01:00
Budibase Release Bot f2888ce297 Update pro version to 1.1.25 2022-07-26 17:08:33 +00:00
Budibase Release Bot b283641be0 v1.1.25 2022-07-26 17:06:56 +00:00
NEOLPAR bb429ec367
Merge pull request #6904 from Budibase/fix/automation-form-not-mapping
fixed automation app:trigger not mapping test modal form
2022-07-26 17:57:41 +01:00
Budibase Staging Release Bot f692d72b55 Update pro version to 1.1.25-alpha.0 2022-07-26 16:37:58 +00:00
Budibase Staging Release Bot dd0b07d7c9 v1.1.25-alpha.0 2022-07-26 16:36:18 +00:00
mike12345567 c3dbeb9d04 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-error-stop 2022-07-26 17:28:57 +01:00
mike12345567 f2addf16cb Merge branch 'master' of github.com:Budibase/budibase into develop 2022-07-26 17:25:55 +01:00
NEOLPAR eb9db559e0 amended code following recommendations in PR comments 2022-07-26 17:22:42 +01:00
Mel O'Hagan a75f3b7bba NotContains internalSearch 2022-07-26 17:21:58 +01:00
Mel O'Hagan 4135c4ce59 Fix unit tests 2022-07-26 16:58:01 +01:00
Budibase Release Bot d8d640c2d4 Update pro version to 1.1.24 2022-07-26 15:55:53 +00:00
Budibase Staging Release Bot 73d5501cfa Update pro version to 1.1.22-alpha.2 2022-07-26 15:55:00 +00:00
Budibase Release Bot 3ef86c5df9 v1.1.24 2022-07-26 15:54:14 +00:00
Budibase Staging Release Bot ad873d1ccf v1.1.22-alpha.2 2022-07-26 15:53:16 +00:00
Mel O'Hagan 91f906877f Has all of SQLServer 2022-07-26 16:45:05 +01:00
Martin McKeaveney fc372ecdff
Merge pull request #6897 from Budibase/nord-theme
Nord theme + Midnight theme
2022-07-26 16:45:04 +01:00
Martin McKeaveney 8dff7a00a3
Merge pull request #6858 from Budibase/cheeks-fixes
Drag and drop fix + date filtering improvement
2022-07-26 16:42:58 +01:00
NEOLPAR 7292afd438 fixed automation app:trigger not mapping test modal form 2022-07-26 16:33:27 +01:00
Mel O'Hagan 3d263f3927 MySQL has all of 2022-07-26 16:16:46 +01:00
mike12345567 07b60dc52c Fixing issue with test after update. 2022-07-26 16:13:41 +01:00
Mel O'Hagan f436c50b5b Postgres has all of 2022-07-26 15:59:49 +01:00
Peter Clement 3914501084 remove uncessary test non we default to users being no access 2022-07-26 15:34:56 +01:00
Budibase Staging Release Bot e38d3f4753 Update pro version to 1.1.22-alpha.1 2022-07-26 14:12:42 +00:00
Budibase Staging Release Bot 87599866f4 v1.1.22-alpha.1 2022-07-26 14:11:00 +00:00
Mitch-Budibase cd4f9f12e3 Cypress: Smoke build test changes
User Management & Revert App test files changed to better suit the timing of the smoke build
2022-07-26 14:43:06 +01:00
Mel O'Hagan 71adcfab3c Has all of internalSearch 2022-07-26 14:01:45 +01:00
mike12345567 cfde86a996 Adding UI for displaying when the CRON job has been stopped and alert the user to next steps. 2022-07-26 13:59:22 +01:00
Mel O'Hagan 89c4175832 Add Multiselect to FilterDrawer 2022-07-26 13:50:36 +01:00
Budibase Release Bot dd20844950 Update pro version to 1.1.23 2022-07-26 12:46:25 +00:00
Andrew Kingston f2ca81340e Tweak midnight theme 2022-07-26 13:45:08 +01:00
Budibase Release Bot 7d2c4dd88c v1.1.23 2022-07-26 12:44:54 +00:00
Andrew Kingston c3b400c166 Don't load custom themes for client apps 2022-07-26 13:41:59 +01:00
Andrew Kingston 7aebe3c411 Add midnight theme 2022-07-26 13:41:46 +01:00
Andrew Kingston d9bb41b2ce Don't load theme options from the store 2022-07-26 13:41:30 +01:00
Andrew Kingston f34ac184ab Update tooltip to use theme colour rather than static grey 2022-07-26 13:41:18 +01:00
Michael Drury 0f8632b199
Merge pull request #6867 from Budibase/fix/export-fixes
Export issues and fix for automation app action permissions spamming
2022-07-26 13:35:01 +01:00
Peter Clement 921a287666 cloud check for max user limit 2022-07-26 12:26:56 +01:00
Peter Clement b078ea9d8d adding limits for uploading users 2022-07-26 12:17:01 +01:00
Andrew Kingston 13d321350b Merge branch 'master' of github.com:Budibase/budibase into nord-theme 2022-07-26 11:46:28 +01:00
Mel O'Hagan 0ead7fca54 lint 2022-07-26 11:38:34 +01:00
Andrew Kingston 05c63265e7 Update device preview picker to be quiet 2022-07-26 11:37:27 +01:00
mike12345567 4055e52d40 Updating based on PR comments. 2022-07-26 11:19:28 +01:00
Mel O'Hagan 377aca0458 Support ObjectId in operator blocks 2022-07-26 10:53:53 +01:00
Andrew Kingston 160d770655 Update version icon to version status light 2022-07-26 10:36:12 +01:00
mike12345567 caaf5dc3c9 Main body of updates to support disabling the cron, some cleanup of metadata at deployment to make sure they can be re-ran. 2022-07-25 20:45:29 +01:00
Peter Clement d1657fe976 adding new custom feature disabled error 2022-07-25 19:45:50 +01:00
Peter Clement 9bb32f610c some more pr comments 2022-07-25 18:57:10 +01:00
Peter Clement 3f401b35f3 moar bulkdocs 2022-07-25 17:36:57 +01:00
Peter Clement caa06e5772 fix builder assignment issue 2022-07-25 17:18:42 +01:00
Andrew Kingston fda4ec692f Update screen list to match designs. Update nav items to make text clearer. Update screen picker 2022-07-25 17:06:00 +01:00
Andrew Kingston bf15f86ade Add square option to status lights 2022-07-25 17:04:29 +01:00
Andrew Kingston 501759134e Update picker to put colour indicators on the left side 2022-07-25 17:04:13 +01:00
Peter Clement 9e4e005dcb move bulk update / delete functionality out of controller 2022-07-25 16:58:30 +01:00
Andrew Kingston d2d028ad9f Update role colours 2022-07-25 15:23:37 +01:00
Andrew Kingston 52626c0747 Update app version copy to be more explicit 2022-07-25 15:14:09 +01:00
Budibase Release Bot 0f1aa0bf15 Update pro version to 1.1.22 2022-07-25 14:13:32 +00:00
Budibase Release Bot 965a5e6a56 v1.1.22 2022-07-25 14:11:42 +00:00
Peter Clement 5e4f6ed3b7 Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab 2022-07-25 15:09:42 +01:00
Andrew Kingston d63c547dd6 Use warn rather than info when notifying about ignored conflicts 2022-07-25 12:23:30 +01:00
Andrew Kingston a0380d7b80 Use log rather than warn for logInfo 2022-07-25 12:22:27 +01:00
Andrew Kingston c79e53db80 Ignore 409s in write-through cache 2022-07-25 12:17:40 +01:00
Andrew Kingston 86ecc7d0d1 Update class names 2022-07-25 12:07:11 +01:00
Andrew Kingston 9263cb000d Update more styles of new component panel 2022-07-25 12:06:45 +01:00
Andrew Kingston 38ed3f8972 Update add component menu to new designs 2022-07-25 11:57:27 +01:00
Andrew Kingston 2c7e675902 Move add component button from above preview to new floating animated button on top of preview 2022-07-25 11:42:18 +01:00
Andrew Kingston 40a0310696 Move new component panel to right side, animate via sliding in and remove add component button above preview 2022-07-25 10:20:59 +01:00
mike12345567 9b2c6d6382 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-error-stop 2022-07-25 10:09:23 +01:00
Maurits Lourens a616ab9b88 add missing props 2022-07-25 09:49:37 +02:00
Budibase Staging Release Bot 5cd1bdd72d Update pro version to 1.1.22-alpha.0 2022-07-22 18:38:56 +00:00
Budibase Staging Release Bot fa012bd576 v1.1.22-alpha.0 2022-07-22 18:37:20 +00:00
mike12345567 d1fcfe4ca9 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-error-stop 2022-07-22 19:18:23 +01:00
mike12345567 1136164fdc Updating yarn locks. 2022-07-22 19:16:11 +01:00
mike12345567 d8d2749733 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-07-22 19:14:35 +01:00
mike12345567 8787201c71 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-error-stop 2022-07-22 19:10:24 +01:00
mike12345567 34c55cdb2d Fix for permission spamming in the automation UI. 2022-07-22 18:43:35 +01:00
mike12345567 295c2e5c68 Fixing issues with exporting apps, first removing the deleted documents when exporting and second making it so that the user has a choice whether to export the development app or the published app from the UI. 2022-07-22 18:16:14 +01:00
Budibase Staging Release Bot 227bf934fd Update pro version to 1.1.18-alpha.5 2022-07-22 17:14:37 +00:00
Budibase Staging Release Bot 1d5a43f66e v1.1.18-alpha.5 2022-07-22 17:12:47 +00:00
Mitch-Budibase a5c8219034 Update command file
Including a wait which seems necessary when logging in for the first time
2022-07-22 17:39:38 +01:00
Mitch-Budibase bec8e3be3e Updated createApp.spec.js
Including an extended timeout for the first test. Specifically when the test is looking for the create app button
2022-07-22 16:54:17 +01:00
Mitch-Budibase cee489fcb5 Merge branch 'develop' into cypress-testing 2022-07-22 16:34:20 +01:00
Mitch-Budibase 7b227817e9 Cypress: Test Changes + New Command
Data-cy IDs are gone for components (I assume due to the UI redesign)

For now I have created a new command to search and add a component. Tests have been updated to reflect this
2022-07-22 16:33:00 +01:00
Andrew Kingston ef83fe50d8 Use discrete buttons with text for adding screens and components 2022-07-22 12:10:53 +01:00
Andrew Kingston e5da58e1fb Replace preview icon with button 2022-07-22 12:04:20 +01:00
Peter Clement 8a066fb1cb move worker middleware to backend-core 2022-07-22 11:50:51 +01:00
Andrew Kingston c2500aac86 Make block searching on dates useful by using a range of the whole day 2022-07-22 11:10:20 +01:00
Peter Clement 710e71d7b8 2nd fix for multi tenancy groups 2022-07-22 10:56:16 +01:00
Peter Clement a5d0b8c74b fixing bug on multi tenant environment 2022-07-22 10:12:16 +01:00
Budibase Release Bot accaaed462 Update pro version to 1.1.21 2022-07-22 07:34:34 +00:00
Budibase Release Bot bd399ecec7 v1.1.21 2022-07-22 07:32:36 +00:00
Martin McKeaveney 944481dfbc
Merge pull request #6845 from Budibase/fix/public-app-api
Fixing issue with app DB not being in context for fetch.
2022-07-22 08:18:37 +01:00
Andrew Kingston f83785b4b3 Allow dropping on the screen component 2022-07-21 18:37:34 +01:00
mike12345567 e8053b55e6 Fixing issue with app DB not being in context for fetch. 2022-07-21 16:39:55 +01:00
Peter Clement ed3ba79730 switch import order 2022-07-21 13:03:33 +01:00
Peter Clement 48eeb6a7c6 removing test fix 2022-07-21 12:56:38 +01:00
Peter Clement dc991996e3 test unit test fix 2022-07-21 12:48:39 +01:00
Budibase Release Bot 27a178a0c4 Update pro version to 1.1.20 2022-07-21 11:24:10 +00:00
Budibase Release Bot 654a371df2 v1.1.20 2022-07-21 11:22:27 +00:00
deanhannigan e06a5b7988
Merge pull request #6800 from Budibase/fix/datasource-binding-editor
Fix default input for newly created datasource query bindings
2022-07-21 12:11:01 +01:00
Mel O'Hagan 23201f784c Set notification width to fixed 2022-07-21 12:03:01 +01:00
Peter Clement 7dc245f073 Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab 2022-07-21 11:47:08 +01:00
Peter Clement 2d5dfcb9a2 stop matching on prodId in some cases 2022-07-21 11:43:50 +01:00
Budibase Staging Release Bot ffe6fd2c7e Update pro version to 1.1.18-alpha.4 2022-07-21 10:02:12 +00:00
Budibase Staging Release Bot 5024df1d98 v1.1.18-alpha.4 2022-07-21 10:00:09 +00:00
melohagan 83cb189fe5
Merge pull request #6815 from Budibase/feature/contains-filter
Contains filter for Multi-select types
2022-07-21 10:47:23 +01:00
Mel O'Hagan f653345296 Added unit tests for contains filter 2022-07-21 10:28:54 +01:00
Peter Clement ea061e6ab1 updating license check to search for feature 2022-07-21 09:52:01 +01:00
Budibase Staging Release Bot a5430038fa Update pro version to 1.1.18-alpha.3 2022-07-21 08:43:20 +00:00
Budibase Staging Release Bot 0bfaf28ea8 v1.1.18-alpha.3 2022-07-21 08:41:47 +00:00
Budibase Release Bot 5ba6b07931 Update pro version to 1.1.19 2022-07-21 08:36:03 +00:00
Budibase Release Bot af92c3d6e8 v1.1.19 2022-07-21 08:34:26 +00:00
Andrew Kingston f8f78330f1
Merge pull request #6735 from Budibase/fix/dom-children
Replace incorrect usages of element.childNodes with element.children
2022-07-21 09:24:47 +01:00
deanhannigan eb323dc11f
Merge pull request #6830 from Budibase/fix/binding-drawer-positioning
Fix for left positioning of the KeyValueBuilder drawers
2022-07-21 09:18:22 +01:00
Andrew Kingston c2ff7769e2
Merge pull request #6788 from Budibase/clickable-cards
Allow full spectrum cards to be clickable
2022-07-21 09:16:41 +01:00
Michael Drury 1682cfdb90 Main bulk of logic around detecting cron recurring failure, still need to disable. 2022-07-20 22:38:06 +01:00
Michael Drury fcdfeee459 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-error-stop 2022-07-20 20:30:56 +01:00
Mitch-Budibase f396e33018 CreateScreen Tests
Updated the current createScreen test file:

- Reworked a test related to access levels
- Tests for screens of all access levels and deleting all screens (and starting new screen journey)
- Added commands to delete screen and delete all screens
2022-07-20 19:21:30 +01:00
mike12345567 1848f85475 Converting main automation thread to typescript. 2022-07-20 19:05:54 +01:00
Mitch-Budibase b83316a237 Merge branch 'develop' into cypress-testing 2022-07-20 17:45:16 +01:00
Mitch-Budibase 552a2e00aa AutoScreensUI test changes
Changes related to the UI redesign
- Also added new command to filter screens by access level
2022-07-20 17:44:30 +01:00
Dean 26713ab53b Fix for left positioning of the KeyValueBuilder drawers 2022-07-20 16:38:42 +01:00
Peter Clement 2c16089258 move group routes to pro module 2022-07-20 15:28:20 +01:00
Mel O'Hagan 201b46e229 lint 2022-07-20 14:16:08 +01:00
Mel O'Hagan 3acdeeea81 lint 2022-07-20 13:55:12 +01:00
Mel O'Hagan 63d3f0117e Add notification store timeouts 2022-07-20 13:54:45 +01:00
Mel O'Hagan 4e2dea375a Allow client notifications to be stacked 2022-07-20 13:41:18 +01:00
Budibase Release Bot 34ac28973b Update pro version to 1.1.18 2022-07-20 12:21:17 +00:00
Budibase Release Bot 4256542aea v1.1.18 2022-07-20 12:19:41 +00:00
Budibase Staging Release Bot b0d4c86f49 Update pro version to 1.1.18-alpha.2 2022-07-20 11:13:23 +00:00
Budibase Staging Release Bot 135ce55971 v1.1.18-alpha.2 2022-07-20 11:11:31 +00:00
Michael Drury 94a226d55d
Merge pull request #6821 from Budibase/dependabot/npm_and_yarn/packages/server/terser-5.14.2
Bump terser from 5.14.0 to 5.14.2 in /packages/server
2022-07-20 11:58:50 +01:00
Mel O'Hagan 1d15e4a999 lint 2022-07-20 10:59:27 +01:00
Mel O'Hagan ec586191e7 Handle validation error toasts 2022-07-20 10:46:24 +01:00
Budibase Staging Release Bot 4011779e2e Update pro version to 1.1.18-alpha.1 2022-07-20 09:23:10 +00:00
Budibase Staging Release Bot 8264777bcc v1.1.18-alpha.1 2022-07-20 09:21:34 +00:00
dependabot[bot] ebda417449
Bump terser from 5.14.0 to 5.14.2 in /packages/server
Bumps [terser](https://github.com/terser/terser) from 5.14.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 09:00:58 +00:00
Michael Drury 57cfc0d69b
Merge pull request #6817 from Budibase/dependabot/npm_and_yarn/packages/client/terser-5.14.2
Bump terser from 5.10.0 to 5.14.2 in /packages/client
2022-07-20 10:00:26 +01:00
Michael Drury c632e5484f
Merge pull request #6804 from Budibase/dependabot/npm_and_yarn/packages/cli/axios-0.21.2
Bump axios from 0.21.1 to 0.21.2 in /packages/cli
2022-07-20 10:00:17 +01:00
Michael Drury c195e8618d
Merge pull request #6818 from Budibase/dependabot/npm_and_yarn/packages/string-templates/terser-5.14.2
Bump terser from 5.10.0 to 5.14.2 in /packages/string-templates
2022-07-20 10:00:06 +01:00
Mel O'Hagan 40ef719f2f Remove checkbox. Always validate current step. 2022-07-20 09:56:02 +01:00
dependabot[bot] d1415535ea
Bump terser from 5.6.1 to 5.14.2 in /packages/bbui
Bumps [terser](https://github.com/terser/terser) from 5.6.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 06:06:01 +00:00
dependabot[bot] b23ae4aa86
Bump terser from 5.10.0 to 5.14.2 in /packages/string-templates
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 04:59:40 +00:00
dependabot[bot] a1cc898299
Bump terser from 5.10.0 to 5.14.2 in /packages/client
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 02:41:02 +00:00
Mel O'Hagan 6b81d3d727 Handle numeric types Postgres 2022-07-19 18:34:30 +01:00
Mel O'Hagan 156eb8eb09 Merge branch 'develop' into feature/contains-filter 2022-07-19 18:10:12 +01:00
Mel O'Hagan cd0bac74e2 Prettier 2022-07-19 18:04:27 +01:00
Mel O'Hagan 4a7c7349e6 Yarn lock 2022-07-19 18:03:50 +01:00
Mel O'Hagan f376fc30b3 lint fix 2022-07-19 17:28:56 +01:00
Mel O'Hagan e5dc38845b Added contains support for datasource pluses 2022-07-19 17:25:41 +01:00
Peter Clement e239318ff6 move controller funcs into bb pro 2022-07-19 16:03:02 +01:00
Peter Clement 2843e65c95 Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab 2022-07-19 14:54:29 +01:00
dependabot[bot] 2ad83d95eb
Bump axios from 0.21.1 to 0.21.2 in /packages/cli
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.2/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-19 13:28:42 +00:00
Budibase Staging Release Bot 5d8efe40eb Update pro version to 1.1.18-alpha.0 2022-07-19 13:26:44 +00:00
Budibase Staging Release Bot 981cd98376 v1.1.18-alpha.0 2022-07-19 13:24:56 +00:00
Peter Clement 3f5fea9adc update handling of group roles 2022-07-19 14:20:57 +01:00
Mel O'Hagan 1345ec831a Test prettier precommit 2022-07-19 14:17:09 +01:00
mike12345567 2c9cbc6681 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-07-19 14:12:48 +01:00
Mel O'Hagan 6a1867939c Contains now works for internalSearch array type 2022-07-19 14:11:40 +01:00
Budibase Staging Release Bot ff18e8c1c7 Update pro version to 1.1.15-alpha.3 2022-07-19 10:25:17 +00:00
Budibase Staging Release Bot 3b8078c809 v1.1.15-alpha.3 2022-07-19 10:23:48 +00:00
Peter Clement c5b9be60c7 Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab 2022-07-19 11:23:31 +01:00
Michael Drury 4e38662dab
Merge pull request #6584 from Budibase/labday/backups
CLI backups functionality
2022-07-19 11:13:59 +01:00
Rory Powell 617ec1fe02 Write users and activity to dynamo 2022-07-18 16:11:52 -04:00
Budibase Release Bot 651bcb9e4a Update pro version to 1.1.17 2022-07-18 17:53:26 +00:00
Budibase Release Bot 327cc3b6f9 v1.1.17 2022-07-18 17:51:38 +00:00
Michael Drury fcdd97ea47
Merge pull request #6794 from Budibase/fix/automation-issue
Fix for automations and context stack up
2022-07-18 18:39:56 +01:00
Budibase Staging Release Bot dc93f42f7d Update pro version to 1.1.15-alpha.2 2022-07-18 17:25:08 +00:00
Budibase Staging Release Bot 94a0f1b575 v1.1.15-alpha.2 2022-07-18 17:23:36 +00:00
mike12345567 d2987fcf39 PR comments. 2022-07-18 18:18:01 +01:00
mike12345567 18a7ad70a0 Updating dependencies and pinning. 2022-07-18 17:56:04 +01:00
mike12345567 d6bb6582b4 Merge branch 'develop' of github.com:Budibase/budibase into labday/backups 2022-07-18 17:53:28 +01:00
Michael Drury 4104074a98
Merge pull request #6745 from Budibase/dependabot/npm_and_yarn/svelte-3.49.0
Bump svelte from 3.46.4 to 3.49.0
2022-07-18 17:47:37 +01:00
mike12345567 0a7ceda807 Fixing an issue with automations being unable to access app databases due to new context stack up. 2022-07-18 17:38:58 +01:00
Dean ef458db8b8 Fix to the default input binding to ensure new bindings are set correctly 2022-07-18 15:58:17 +01:00
Budibase Release Bot eb602fb304 Update pro version to 1.1.16 2022-07-18 14:26:22 +00:00
Budibase Release Bot 914258cba1 v1.1.16 2022-07-18 14:24:55 +00:00
Andrew Kingston c62ff16248 Allow full spectrum cards to be clickable 2022-07-18 15:23:07 +01:00
dependabot[bot] 27d75cbc74
Bump svelte from 3.46.4 to 3.49.0
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.46.4 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/compare/v3.46.4...v3.49.0)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 14:22:29 +00:00
Budibase Staging Release Bot f3547bc6e7 Update pro version to 1.1.15-alpha.1 2022-07-18 14:18:46 +00:00
Budibase Staging Release Bot 55f61d5034 v1.1.15-alpha.1 2022-07-18 14:17:03 +00:00
Mitch-Budibase f947792cd7
Merge pull request #6787 from Budibase/cypress-testing
Create App Tests: Timeout Changes
2022-07-18 15:07:13 +01:00
Andrew Kingston 9348e3e4dd
Merge pull request #6647 from Budibase/fix/automation-drawers
Fix drawer widths in automations section
2022-07-18 15:04:26 +01:00
Andrew Kingston d99dbdde83
Merge pull request #6733 from Budibase/409-fixes-master
Frontend store improvements for conflicts and performance
2022-07-18 15:03:47 +01:00
Mitch-Budibase d9f0d9da1c Create App Tests: Timeout Changes
This test spec file fires off against every PR. There is some timing issues currently.

I am making a few changes in relation to timeout values (a small restructure too) in hopes this helps with the PR builds.

Tests pass locally for me, so there may be more changes required against this spec file as I check its performance
2022-07-18 14:28:27 +01:00
Budibase Staging Release Bot ba2bda31eb Update pro version to 1.1.15-alpha.0 2022-07-18 13:25:54 +00:00
Budibase Staging Release Bot bf337239b9 v1.1.15-alpha.0 2022-07-18 13:23:56 +00:00
Budibase Release Bot 16b81bfc95 Update pro version to 1.1.15 2022-07-18 13:18:27 +00:00
mike12345567 5dd754f314 Removing console log. 2022-07-18 14:18:15 +01:00
Budibase Release Bot 9852ee7f2b v1.1.15 2022-07-18 13:16:48 +00:00
mike12345567 953d5a35eb Merge branch 'develop' of github.com:Budibase/budibase into labday/backups 2022-07-18 14:16:39 +01:00
mike12345567 939fd34caf Merge branch 'master' of github.com:Budibase/budibase into develop 2022-07-18 14:09:02 +01:00
Peter Clement aea03eec81
Merge pull request #6783 from Budibase/fix/automation-looping-null-issue
Ensure binding exists before continuing with loop
2022-07-18 14:06:29 +01:00
mike12345567 ff12b4fbe9 Merge branch 'develop' of github.com:Budibase/budibase into labday/backups 2022-07-18 13:59:46 +01:00
Mitch-Budibase 3ce6bd1ab6 Merge branch 'develop' into cypress-testing 2022-07-18 13:53:20 +01:00
Mitch-Budibase 7ab64c730b Timeout changes for Cypress Commands file
Cypress visit and requests in some cases need a timeout value included. This is specific for smoke build and CI runs (has no effect on local runs)
2022-07-18 13:52:21 +01:00
Budibase Release Bot b201b8c99b Update pro version to 1.1.14 2022-07-18 12:15:05 +00:00
Peter Clement 2599566ccb Merge remote-tracking branch 'origin/master' into fix/automation-looping-null-issue 2022-07-18 13:14:42 +01:00
Budibase Release Bot f0ac987c98 v1.1.14 2022-07-18 12:13:20 +00:00
Peter Clement 8dfcb12cdf Ensure a binding exists before continuing with loop 2022-07-18 13:10:18 +01:00
Peter Clement d7d90c87bc Merge branch 'feat/user-groups-tab' of github.com:Budibase/budibase into feat/user-groups-tab 2022-07-18 12:35:24 +01:00
Peter Clement dfdee4d271 lint 2022-07-18 12:33:56 +01:00
Budibase Release Bot a019e739d1 Update pro version to 1.1.13 2022-07-18 09:55:14 +00:00
Budibase Release Bot 13cac82db7 v1.1.13 2022-07-18 09:53:41 +00:00
Martin McKeaveney e06d54e2e8
Merge pull request #6767 from Budibase/fix/user-email-view-migration
fixing broken migration and single image
2022-07-18 10:43:27 +01:00
Budibase Staging Release Bot a21a69df66 Update pro version to 1.1.10-alpha.4 2022-07-18 09:13:56 +00:00
Budibase Staging Release Bot 0b1e9c4aa3 v1.1.10-alpha.4 2022-07-18 09:12:15 +00:00
mike12345567 91eb2cfe6f Fix for email view casing test. 2022-07-18 10:10:37 +01:00
NEOLPAR 29818a3ced downloading csv users created through batch 2022-07-18 09:57:15 +01:00
Budibase Release Bot fddb5d13eb Update pro version to 1.1.12 2022-07-18 08:57:04 +00:00
Martin McKeaveney 38b2c02cf6 Merge branch 'master' of github.com:Budibase/budibase into fix/user-email-view-migration 2022-07-18 09:56:01 +01:00
Budibase Release Bot dbdd88b46d v1.1.12 2022-07-18 08:55:27 +00:00
Michael Drury 8581b8e64d
Merge pull request #6740 from Budibase/dependabot/npm_and_yarn/packages/server/svelte-3.49.0
Bump svelte from 3.44.1 to 3.49.0 in /packages/server
2022-07-18 09:47:56 +01:00
Michael Drury 8e940486cc
Merge pull request #6742 from Budibase/dependabot/npm_and_yarn/packages/frontend-core/svelte-3.49.0
Bump svelte from 3.46.2 to 3.49.0 in /packages/frontend-core
2022-07-18 09:47:46 +01:00
Michael Drury 6095dc1d59
Merge pull request #6743 from Budibase/dependabot/npm_and_yarn/packages/client/svelte-3.49.0
Bump svelte from 3.46.4 to 3.49.0 in /packages/client
2022-07-18 09:47:10 +01:00
unknown cfdcafb1f4 Fix popover min-width to have parents full width 2022-07-18 13:34:40 +09:00
Martin McKeaveney fa20a6169e fixing broken migration 2022-07-17 16:21:55 +01:00
dependabot[bot] a3f473e690
Bump svelte from 3.48.0 to 3.49.0 in /packages/builder
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.48.0 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/compare/v3.48.0...v3.49.0)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 16:54:55 +00:00
dependabot[bot] 350712d4f2
Bump svelte from 3.46.4 to 3.49.0 in /packages/client
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.46.4 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/compare/v3.46.4...v3.49.0)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 16:53:52 +00:00
dependabot[bot] b3eb812fb1
Bump svelte from 3.46.2 to 3.49.0 in /packages/frontend-core
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.46.2 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/compare/v3.46.2...v3.49.0)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 16:52:50 +00:00
mike12345567 9c885ad284 Fixing test case. 2022-07-15 17:45:35 +01:00
dependabot[bot] 2cec129f43
Bump svelte from 3.44.1 to 3.49.0 in /packages/server
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.44.1 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/compare/v3.44.1...v3.49.0)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 16:39:40 +00:00
mike12345567 30b7790e65 Fix for #6709 - Adding the option to set a role for app action, allowing users to set what level an automation can be accessed from. 2022-07-15 17:13:45 +01:00
mike12345567 a4825f8f6c Removing console log. 2022-07-15 14:33:34 +01:00
mike12345567 90bc52336a Fix for #6501 - don't fail to publish app when cron expression is empty in any automation, just don't publish that automation. Also adding an error to automation to make it clear an expression is required. 2022-07-15 14:15:16 +01:00
Andrew Kingston 61ed214e88 Replace incorrect usages of element.childNodes with element.children 2022-07-15 13:47:39 +01:00
mike12345567 320e41c393 Fix for #6702 - remove users table as an option for automation triggers. 2022-07-15 13:39:47 +01:00
Andrew Kingston eeb528b312 Lint 2022-07-15 13:09:53 +01:00
Andrew Kingston 84e87aeb1d Fix bug with sequential helper 2022-07-15 13:09:48 +01:00
Andrew Kingston 343dec5013 Visually hide components when cutting but do not remove from real definition 2022-07-15 13:09:43 +01:00
Andrew Kingston 210fc143ee Fix pasting inside different screens and select new screen when pasting inside different screen 2022-07-15 13:09:37 +01:00
Andrew Kingston be76f9ebfb Allow pasting multiple times after copying when not cutting 2022-07-15 13:09:32 +01:00
Andrew Kingston b82c57fac8 Remove debug logs and add comments 2022-07-15 13:09:28 +01:00
Andrew Kingston f00d441f8e Move screen setting updates into store and use patches. Make screen settings generic 2022-07-15 13:09:23 +01:00
Andrew Kingston e46f64a166 Update screen settings to use patches 2022-07-15 13:09:19 +01:00
Andrew Kingston d5b8ddafaf Ensure state never gets out of sync when saving app metadata by using server response to update state 2022-07-15 13:09:13 +01:00
Andrew Kingston 2a240b1831 Use patch for all component methods, add core component patch function, add component move functions to store 2022-07-15 13:09:09 +01:00
Andrew Kingston bfefae0e5f Update cut+paste so cut doesn't actually remove the component from the tree and use new patch function 2022-07-15 13:08:55 +01:00
Andrew Kingston 64ca62f8d8 Use patch when deleting components 2022-07-15 13:08:50 +01:00
Andrew Kingston 283de4b673 Use patch when creating new components 2022-07-15 13:08:44 +01:00
Andrew Kingston 07c04e3093 Remove deprecated layout logic 2022-07-15 13:08:38 +01:00
Andrew Kingston fa42acaaf8 Reduce state updates when selecting layouts 2022-07-15 13:08:32 +01:00
Andrew Kingston da41c6d96a Use patch when detaching screen custom layouts 2022-07-15 13:08:25 +01:00
Andrew Kingston 6b85700fff Use patches when updating homescreens 2022-07-15 13:08:20 +01:00
Andrew Kingston c24c5b2861 Update sequential helper to properly queue promises 2022-07-15 13:08:14 +01:00
Andrew Kingston 3e4cf89765 Add screen patch store method and reduce state updates when deleting screens 2022-07-15 13:08:04 +01:00
Andrew Kingston 55fb91a1ae Reduce state updates while saving screens 2022-07-15 13:07:35 +01:00
Andrew Kingston 75ed8feb92 Reduce state updates when selecting screens 2022-07-15 13:06:43 +01:00
Dean e746383c16 Merge remote-tracking branch 'origin/develop' into feature/automation-log-filter-by-license 2022-07-15 11:36:41 +01:00
Dean 2480ae5aab Merge commit 2022-07-15 11:33:05 +01:00
Peter Clement 25a395972c Merge branch 'feat/user-groups-tab' of github.com:Budibase/budibase into feat/user-groups-tab 2022-07-15 11:30:11 +01:00
Peter Clement b5ffd995f4 split out id parsing into pro repo 2022-07-15 11:29:20 +01:00
Budibase Staging Release Bot e0aa4967dd Update pro version to 1.1.10-alpha.3 2022-07-15 09:59:45 +00:00
Budibase Staging Release Bot e08fe1cf6f v1.1.10-alpha.3 2022-07-15 09:57:58 +00:00
deanhannigan b959f14958
Merge pull request #6676 from Budibase/feature/app-action-ui-updates
Feature/app action UI updates
2022-07-15 10:46:58 +01:00
Budibase Staging Release Bot 9a931bc16f Update pro version to 1.1.10-alpha.2 2022-07-15 09:34:01 +00:00
Budibase Staging Release Bot 2282e6376c v1.1.10-alpha.2 2022-07-15 09:32:18 +00:00
Martin McKeaveney 346416d2ee only add account portal people to intercom 2022-07-15 10:26:41 +01:00
deanhannigan b52fb1c42c
Merge pull request #6558 from Budibase/feature/component-condition-count
Feature/component condition count
2022-07-15 10:20:04 +01:00
NEOLPAR bd80601924 removed role dropdown from users table due to incompatibilities with table horizontal scroll and overflowing dropdown component 2022-07-15 10:13:03 +01:00
Budibase Release Bot 27fffe63bf Update pro version to 1.1.11 2022-07-15 09:07:26 +00:00
Budibase Release Bot 704b293bbc v1.1.11 2022-07-15 09:05:39 +00:00
Martin McKeaveney 9cef8a87aa
Merge pull request #6722 from Budibase/fix/intercom-self-host-only
only show intercom in cloud
2022-07-15 09:53:08 +01:00
Martin McKeaveney 994aade372 only show intercom in cloud 2022-07-15 09:32:46 +01:00
Budibase Staging Release Bot ffa44b3b29 Update pro version to 1.1.10-alpha.1 2022-07-15 08:27:44 +00:00
Budibase Staging Release Bot ffc2be72cb v1.1.10-alpha.1 2022-07-15 08:26:04 +00:00
deanhannigan 40489ff0d5
Merge pull request #6557 from Budibase/remove-datasource-from-schema-picker
Data providers are excluded from the Form Schema picker
2022-07-15 09:14:39 +01:00
Budibase Staging Release Bot 6b1501a818 Update pro version to 1.1.10-alpha.0 2022-07-14 18:47:02 +00:00
Budibase Staging Release Bot 26db87bb92 v1.1.10-alpha.0 2022-07-14 18:45:31 +00:00
Budibase Release Bot da26008e39 Update pro version to 1.1.10 2022-07-14 18:44:14 +00:00
Budibase Release Bot e9604377d1 v1.1.10 2022-07-14 18:42:37 +00:00
mike12345567 843e4a1d38 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-07-14 19:35:31 +01:00
mike12345567 f3cbf5fa73 Moving @budibase/types around. 2022-07-14 19:30:34 +01:00
Michael Drury 1bf07d6d21
Merge pull request #6705 from Budibase/fix/memory-leak
Memory leak fix
2022-07-14 19:22:26 +01:00
Budibase Release Bot a25aaf60d8 Update pro version to 1.1.9 2022-07-14 18:02:47 +00:00
mike12345567 c692a656de PR comments. 2022-07-14 19:02:00 +01:00
Budibase Release Bot 0f6c9d188f v1.1.9 2022-07-14 18:01:07 +00:00
mike12345567 c0b3ad155e Merge branch 'master' of github.com:Budibase/budibase into fix/memory-leak 2022-07-14 18:53:58 +01:00
Budibase Release Bot 3afbc58b4b Update pro version to 1.1.8 2022-07-14 17:19:49 +00:00
Budibase Release Bot a4bf973141 v1.1.8 2022-07-14 17:18:06 +00:00
Peter Clement 3f721400e6 Merge branch 'feat/user-groups-tab' of github.com:Budibase/budibase into feat/user-groups-tab 2022-07-14 16:58:41 +01:00
Peter Clement e63c7fd56f update groups doc to take a roles object 2022-07-14 16:58:32 +01:00
NEOLPAR c8512e3de6 changing user roles from users table 2022-07-14 16:55:19 +01:00
mike12345567 a0b3055a1a Removing un-used, dist import which broke build, updating yarn locks. 2022-07-14 16:49:20 +01:00
mike12345567 8deab4be06 Merge branch 'master' of github.com:Budibase/budibase into fix/memory-leak 2022-07-14 16:40:23 +01:00
mike12345567 4c9b82c9ed Fixing some issues highlighted by test cases, as well as refactoring context a bit to make it easier to edit. 2022-07-14 16:02:05 +01:00
NEOLPAR 0fc78fdbf6 removed duplicated behaviour in user table 2022-07-14 15:59:06 +01:00
NEOLPAR 6b98547709 amended icons 2022-07-14 15:36:35 +01:00
NEOLPAR f253803dc2 exported deleteUserModal as component 2022-07-14 15:29:30 +01:00
NEOLPAR a7898411a9 fixed issue bulkDelete losing context because of a forEach loop 2022-07-14 14:15:12 +01:00
Peter Clement 6663fc25fc Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab 2022-07-14 13:32:51 +01:00
Peter Clement 2b5eccaa77 fix table overflow 2022-07-14 11:43:09 +01:00
Peter Clement a9a69de3c0 Merge branch 'feat/user-groups-tab' of github.com:Budibase/budibase into feat/user-groups-tab 2022-07-14 11:40:56 +01:00
Peter Clement 855c47b19c wrong link for groups button 2022-07-14 11:18:31 +01:00
NEOLPAR 0cde11daa1 fixed issue where table cells hide overflowed content 2022-07-14 10:26:32 +01:00
Peter Clement cfb211f23c Merge branch 'feat/user-groups-tab' of github.com:Budibase/budibase into feat/user-groups-tab 2022-07-14 10:05:02 +01:00
Peter Clement 5fe6bd34b0 tidy up 2022-07-14 10:01:26 +01:00
NEOLPAR 679eac1e11 fixed click propagation users table when click in Role dropdown 2022-07-14 09:40:49 +01:00
Peter Clement 20e9e7a716 Merge branch 'feat/user-groups-tab' of github.com:Budibase/budibase into feat/user-groups-tab 2022-07-14 09:19:08 +01:00
Peter Clement 71179b0f1e overview card updates 2022-07-14 08:39:39 +01:00
Michael Drury fedcc2dfd9 Adding a mechanism to deprecate a view and replace it with a new one. 2022-07-13 21:50:19 +01:00
Budibase Release Bot fbaf1a4817 Update pro version to 1.1.7 2022-07-13 17:28:20 +00:00
Budibase Release Bot 0c6b22b6ff v1.1.7 2022-07-13 17:26:44 +00:00
Martin McKeaveney 8eb6db09e6
Merge pull request #6687 from Budibase/app-update-icon
Add version modal back into builder
2022-07-13 18:16:40 +01:00
NEOLPAR 22864ba324 fixed duplicating users in user creation backend 2022-07-13 17:37:03 +01:00
Budibase Release Bot 89075dfbef Update pro version to 1.1.6 2022-07-13 16:31:34 +00:00
Budibase Release Bot e6f7b1699f v1.1.6 2022-07-13 16:29:54 +00:00
NEOLPAR cb29ac9e26 fixed duplicating users in user creation frontend 2022-07-13 17:12:44 +01:00
Dean c0d43fdcdf Merge remote-tracking branch 'origin/develop' into remove-datasource-from-schema-picker 2022-07-13 17:12:07 +01:00
Dean 3a8c62d04f Refactoring of the button actions layout, updating the padding of the action categories to better separate them. 2022-07-13 16:53:08 +01:00
Dean 6594d27de6 Merge remote-tracking branch 'origin/develop' into feature/app-action-ui-updates 2022-07-13 16:24:34 +01:00
Budibase Release Bot b8764e7aec Update pro version to 1.1.5 2022-07-13 15:19:37 +00:00
Budibase Release Bot fb3316dd49 v1.1.5 2022-07-13 15:18:01 +00:00
Andrew Kingston b5083b506b Add version modal back into builder 2022-07-13 16:13:56 +01:00
Michael Drury c2aace9d87
Merge pull request #6685 from Budibase/fix/ethereal-test-case
Fix for ethereal test case failures
2022-07-13 16:08:44 +01:00
Budibase Staging Release Bot 256c0daa76 Update pro version to 1.0.220-alpha.4 2022-07-13 15:08:24 +00:00
Budibase Staging Release Bot 7f49bbcab3 v1.0.220-alpha.4 2022-07-13 15:06:33 +00:00
Martin McKeaveney e20ac2ce2f
Merge pull request #6683 from brocococonut/patch-1
Update koa2-ratelimit
2022-07-13 15:55:05 +01:00
Peter Clement 4543b1213f some user table fixes 2022-07-13 15:46:10 +01:00
mike12345567 b860e05fe8 Quick fix for realEmail test which was causing problems. 2022-07-13 15:39:58 +01:00
Budibase Release Bot 44a27ee1db Update pro version to 1.1.4 2022-07-13 14:24:45 +00:00
Budibase Release Bot 8f9b9b6242 v1.1.4 2022-07-13 14:23:12 +00:00
Dean 5dd1ca8f33 Minor update to reduce spacing in component condition count 2022-07-13 14:33:30 +01:00
Dean f5a8735882 Merge remote-tracking branch 'origin/develop' into feature/component-condition-count 2022-07-13 14:19:39 +01:00
Dean 480236254c Merge remote-tracking branch 'origin/develop' into feature/app-action-ui-updates 2022-07-13 14:05:44 +01:00
Martin McKeaveney 4adff8c8fc
Merge pull request #6603 from mslourens/duplicate_automation
6512 - duplicate automation
2022-07-13 14:02:42 +01:00
Michael Drury 956cd01a3c
Merge pull request #6638 from Budibase/fix/6633
July release fixes
2022-07-13 14:01:32 +01:00
Jake Lees f773d66c34
Update koa2-ratelimit
Update koa2-ratelimit as per #5469 to _hopefully_ fix ratelimit not being reset after the set interval.
2022-07-13 22:41:49 +10:00
mike12345567 ec9c0a3ed7 Increasing real email test timeout. 2022-07-13 13:32:06 +01:00
Rory Powell 917cbbb6b1 WIP: Memory leak fix 2022-07-13 08:22:21 -04:00
Andrew Kingston 75ddf9509b
Merge pull request #6682 from Budibase/cheeks-fixes
Design polish + misc fixes
2022-07-13 13:09:30 +01:00
Andrew Kingston 9f3bee6f55 Update cards block filter limit to 5 2022-07-13 12:54:04 +01:00
mike12345567 843c7c04a7 Merge branch 'fix/july-fixes' of github.com:Budibase/budibase into fix/6633 2022-07-13 12:47:59 +01:00
mike12345567 2272c095b7 Fix for ARM processors. 2022-07-13 12:37:55 +01:00
Dean 24cfc17a78 Updated action categories, adding a logic specific entry for the conditional step. Shift the action text above the button. 2022-07-13 12:30:58 +01:00
Andrew Kingston 50929b1d90 Remove layout padding when using max width screens 2022-07-13 12:19:24 +01:00
Andrew Kingston a4da35c3e5 Update table block filter limit to 5 2022-07-13 12:12:30 +01:00
Budibase Release Bot af49f3511b Update pro version to 1.1.3 2022-07-13 11:10:40 +00:00
Budibase Release Bot a676758227 v1.1.3 2022-07-13 11:08:22 +00:00
mike12345567 a946641735 Fix for #6681 - email save validation not working. 2022-07-13 11:57:14 +01:00
Martin McKeaveney 2b42545b77 prevent redirect on app overview by allowing builders access to user endpoint 2022-07-13 11:49:23 +01:00
mike12345567 88d6f3dad2 Merge branch 'master' of github.com:Budibase/budibase into fix/6633 2022-07-13 10:57:37 +01:00
mike12345567 d6f92c7039 Allowing query backend to attempt to convert types in returned JSON to build a better base schema. 2022-07-13 10:53:50 +01:00
Dean 1491aebd30 Merge remote-tracking branch 'origin/develop' into feature/app-action-ui-updates 2022-07-13 09:11:03 +01:00
Dean f3b4856101 Made action visibility react based on the number of loaded actions 2022-07-13 09:09:00 +01:00
Andrew Kingston 4635dbbee4 Fix spacing in overview settings tab 2022-07-11 20:23:46 +01:00
Andrew Kingston 8d52c772ad Improve automation test display layout and spacing 2022-07-11 20:16:22 +01:00
Andrew Kingston f0eb659cb5 Add hover effect to automation item header expand icon 2022-07-11 20:04:35 +01:00
Andrew Kingston 1608e436fc Update automation run log detail panel padding 2022-07-11 20:03:33 +01:00
Andrew Kingston 57155656e2 Increase spacing on automation run log tab and move pagination control to bottom right of table 2022-07-11 19:53:14 +01:00
Andrew Kingston f780762d09 Remove back button while loading app overview 2022-07-11 19:42:04 +01:00
Andrew Kingston aee82f04d4 Fix drawer widths in automations section 2022-07-11 18:14:30 +01:00
NEOLPAR 6eb4f189ce creating users from csv 2022-07-11 18:03:41 +01:00
Budibase Release Bot 92dcd640a1 Update pro version to 1.1.2 2022-07-11 16:57:49 +00:00
Budibase Release Bot f55e277e69 v1.1.2 2022-07-11 16:56:08 +00:00
Martin McKeaveney b14ea4772d v1.1.1 2022-07-11 17:45:09 +01:00
Budibase Release Bot 9a3ef0212b v1.1.0 2022-07-11 16:35:16 +00:00
Budibase Release Bot d556e3ca59 Update pro version to 1.0.221 2022-07-11 16:16:17 +00:00
Budibase Release Bot 4e1904bba3 v1.0.221 2022-07-11 16:14:26 +00:00
Budibase Release Bot 34eea7e83b Update pro version to 1.0.220 2022-07-11 15:51:26 +00:00
Budibase Release Bot c2160f8a2f v1.0.220 2022-07-11 15:49:41 +00:00
mike12345567 c50fa65e08 Merge branch 'develop' of github.com:Budibase/budibase into fix/6633 2022-07-11 16:26:31 +01:00
Peter Clement c084412a8d Merge branch 'feat/user-groups-tab' of github.com:Budibase/budibase into feat/user-groups-tab 2022-07-11 15:30:31 +01:00
Peter Clement 72a67adcf4 improve performance of adding users and groups 2022-07-11 15:29:39 +01:00
NEOLPAR 56a5bb927a fixed placeholder in assignmentmodal 2022-07-11 15:13:29 +01:00
NEOLPAR 519927981e filtering apps with user groups, added clear button in pickerdropdown component 2022-07-11 15:12:45 +01:00
Maurits Lourens 22541721c1 Pass a title property with untruncated text to the RadioGroup 2022-07-11 15:59:32 +02:00
Martin McKeaveney 01266ff4db removing beta tab 2022-07-11 14:09:12 +01:00
Budibase Staging Release Bot afb731e36b Update pro version to 1.0.220-alpha.3 2022-07-11 12:42:09 +00:00
Budibase Staging Release Bot 52fce58f07 v1.0.220-alpha.3 2022-07-11 12:40:23 +00:00
Andrew Kingston 7a3c220c8c Ensure devtools are never shown in the app preview 2022-07-11 13:13:39 +01:00
Andrew Kingston 3937171a25 Move notifications to the bottom of the screen for builder only (not client apps) 2022-07-11 13:12:14 +01:00
mike12345567 e1fab46daf Quick fix for string based searches, attempting to convert doc type if they differ. 2022-07-11 12:54:45 +01:00
Andrew Kingston bb866f7cc0 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-07-11 12:13:14 +01:00
Andrew Kingston cfee376a97 Move on screen load action above new-design-only settings 2022-07-11 12:08:30 +01:00
Budibase Staging Release Bot 5c6ad1e704 Update pro version to 1.0.220-alpha.2 2022-07-11 11:05:44 +00:00
Budibase Staging Release Bot 80b7a2da2f v1.0.220-alpha.2 2022-07-11 11:04:12 +00:00
Martin McKeaveney 63e141e364
Merge pull request #6637 from Budibase/fix/release-removals
remove beta stuff and remove self-host banners
2022-07-11 11:54:52 +01:00
Andrew Kingston b11df37920 Remove view details button in custom layout deprecation info box 2022-07-11 11:43:16 +01:00
Martin McKeaveney 763863d6b5 remove beta middleware 2022-07-11 11:38:53 +01:00
Martin McKeaveney abcc909c14 lint fix 2022-07-11 11:29:00 +01:00
Budibase Staging Release Bot 2aad4c0862 Update pro version to 1.0.220-alpha.1 2022-07-11 10:23:34 +00:00
Budibase Staging Release Bot dc59ba5253 v1.0.220-alpha.1 2022-07-11 10:22:01 +00:00
Martin McKeaveney 95a7155b79 update builder path 2022-07-11 11:16:31 +01:00
Michael Drury ef1e70b281
Merge pull request #6636 from Budibase/omnibus-action
Single image pipeline
2022-07-11 11:12:09 +01:00
Martin McKeaveney 387f224198 remove beta stuff and remove self-host banners 2022-07-11 11:08:56 +01:00
Andrew Kingston eb1fadb56c Update dependencies 2022-07-11 10:54:27 +01:00
Andrew Kingston 47f2aa953d Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-07-11 10:51:29 +01:00
Andrew Kingston 8e03c8a33c Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-07-11 10:33:50 +01:00
Budibase Staging Release Bot d16e9aae5b Update pro version to 1.0.220-alpha.0 2022-07-11 09:33:11 +00:00
Budibase Staging Release Bot 00cefe45cc v1.0.220-alpha.0 2022-07-11 09:31:40 +00:00
Martin McKeaveney 78fbf862e1 merge 2022-07-11 10:19:07 +01:00
Martin McKeaveney 44ddfdc626
Merge pull request #6511 from Budibase/seed-admin-user
Add env vars to automatically create initial admin user on first run
2022-07-11 10:04:05 +01:00
Dean e26f7bcd28 Merge remote-tracking branch 'origin/develop' into feature/app-action-ui-updates 2022-07-11 09:03:39 +01:00
mike12345567 514c58a54e Quick fixes to automation history UI around publishing and unpublishing. 2022-07-08 19:32:05 +01:00
mike12345567 24f416cdde Merge branch 'develop' of github.com:Budibase/budibase into fix/june-fixes 2022-07-08 19:12:43 +01:00
mike12345567 33e8600d62 Updating dockerfile to be friendly to volume usage, as well as pre-filling with uuids rather than static secrets. 2022-07-08 18:33:07 +01:00
Budibase Staging Release Bot a2c2763565 Update pro version to 1.0.219-alpha.17 2022-07-08 14:44:38 +00:00
Budibase Staging Release Bot 418c60a9bc v1.0.219-alpha.17 2022-07-08 14:43:13 +00:00
Mel O'Hagan a72bcd9645 Add await to cache delete 2022-07-08 14:53:34 +01:00
Dean b994320ab2 Merge remote-tracking branch 'origin/develop' into feature/app-action-ui-updates 2022-07-08 14:50:56 +01:00
Mel O'Hagan e677cbef20 Merge branch 'bug/sev3/reset-email-config-delete-cache' into bug/sev3/reset-email-config-delete-cache-dev 2022-07-08 14:50:47 +01:00
Budibase Release Bot cad11504e4 Update pro version to 1.0.219 2022-07-08 12:35:35 +00:00
Budibase Release Bot 231b038a3c v1.0.219 2022-07-08 12:34:02 +00:00
Budibase Staging Release Bot ce24807c32 Update pro version to 1.0.219-alpha.16 2022-07-08 12:32:33 +00:00
Budibase Staging Release Bot 2e50ccf547 v1.0.219-alpha.16 2022-07-08 12:31:06 +00:00
Peter Clement 02629fcf38
Merge pull request #6612 from Budibase/fix/automation-auth-issue
Fix Automation auth issue - External Data Connector not working
2022-07-08 13:21:56 +01:00
Budibase Staging Release Bot 474948d27c Update pro version to 1.0.219-alpha.15 2022-07-08 12:14:13 +00:00
Budibase Staging Release Bot 66ddcc18b4 v1.0.219-alpha.15 2022-07-08 12:12:41 +00:00
deanhannigan 8cead5c2b8
Merge pull request #6609 from Budibase/fix/rest-query-retry-mutation
Fixed expression mutation
2022-07-08 13:03:19 +01:00
Peter Clement 218abe39cc add isAutomation to object 2022-07-08 12:16:27 +01:00
Budibase Staging Release Bot 54d46fe3db Update pro version to 1.0.219-alpha.14 2022-07-08 11:03:42 +00:00
Budibase Staging Release Bot 76708282a3 v1.0.219-alpha.14 2022-07-08 11:01:57 +00:00
Mitch-Budibase 9914a83737 Merge branch 'develop' into cypress-testing 2022-07-08 11:34:12 +01:00
Mitch-Budibase 9825f26fb1 Cypress: Smoke Build Test Changes
More timing related changes to assist with smoke build tests

- Increasing timeouts where applicable
2022-07-08 11:33:11 +01:00
Dean 41d8fa8340 Updated query tests to remove altered datasource. Updated messaging for refresh failure messaging 2022-07-08 11:19:41 +01:00
Peter Clement 4bf9dda4d6 linting 2022-07-08 11:11:03 +01:00
Peter Clement 0ee8635348 make auth check optional when caller is automation 2022-07-08 11:09:06 +01:00
Rory Powell f7e7693604 Re-apply quota restrictions 2022-07-08 10:52:23 +01:00
Budibase Staging Release Bot 6d1d7e1d81 Update pro version to 1.0.219-alpha.13 2022-07-08 08:42:23 +00:00
Budibase Staging Release Bot dc4365d708 v1.0.219-alpha.13 2022-07-08 08:40:36 +00:00
Dean dfc21184cf Fixed issue where mutation was causing expression bindings to be lost. Request retries will now have them intact for re-enrichment 2022-07-08 09:29:16 +01:00
melohagan 51013b9723
Merge pull request #6563 from Budibase/bug/sev2/generate-select-statement-null-pointer-fix
Don't try to check externalType of related tables
2022-07-08 09:21:37 +01:00
Budibase Staging Release Bot ae9d101649 Update pro version to 1.0.219-alpha.12 2022-07-08 08:19:04 +00:00
Budibase Staging Release Bot f166ff9ac0 v1.0.219-alpha.12 2022-07-08 08:17:27 +00:00
Dean 508a865ea5 Action drawer updates. Actions now grouped by type and filterable in the action drawer 2022-07-08 09:09:21 +01:00
melohagan 38556b105b
Merge pull request #6561 from Budibase/bug/sev2/dynamic-filter-delete-column-fix
Only add defined schema fields to dynamic filter
2022-07-08 09:05:40 +01:00
Mel O'Hagan 206eef1bd3 Merge branch 'develop' into bug/sev2/generate-select-statement-null-pointer-fix 2022-07-08 09:03:36 +01:00
Maurits Lourens 15fbd8fcae 6512 - duplicate automation 2022-07-07 23:39:16 +02:00
mike12345567 9a3f6ae002 Merge branch 'develop' of github.com:Budibase/budibase into fix/june-fixes 2022-07-07 17:31:43 +01:00
Budibase Staging Release Bot 63a5eb3035 Update pro version to 1.0.219-alpha.11 2022-07-07 14:42:44 +00:00
Budibase Staging Release Bot d312605ac6 v1.0.219-alpha.11 2022-07-07 14:41:07 +00:00
Mitch-Budibase 3da5da2537
Merge pull request #6600 from Budibase/cypress-testing
Cypress: Increasing timeout values
2022-07-07 15:32:09 +01:00
Mitch-Budibase c8843b0950 Cypress: Increasing timeout values
Getting close.... but there are still some minor timing issues against the smoke build.

I am increasing a few timeout values within postgreSQL & commands files
2022-07-07 15:13:15 +01:00
mike12345567 594cfb1f6b Merge branch 'develop' of github.com:Budibase/budibase into omnibus-action 2022-07-07 14:25:56 +01:00
Mel O'Hagan 3311c00770 Merge branch 'develop' into bug/sev2/dynamic-filter-delete-column-fix 2022-07-07 13:45:43 +01:00
mike12345567 fdd7edf84f Merge branch 'develop' of github.com:Budibase/budibase into labday/backups 2022-07-07 13:40:52 +01:00
Budibase Staging Release Bot c7e7fc25e9 Update pro version to 1.0.219-alpha.10 2022-07-07 12:15:04 +00:00
Budibase Staging Release Bot ecc49c6225 v1.0.219-alpha.10 2022-07-07 12:13:32 +00:00
Mitch-Budibase c331c8c606
Merge pull request #6596 from Budibase/cypress-testing
Cypress: User Details Test Fix
2022-07-07 13:04:03 +01:00
Mitch-Budibase 025405c09f Cypress: User Details Test Fix
It seems that at times, Cypress is running so fast that it does not type entire words (it sometimes misses the first couple of letters.

I've put a small change in the userManagement test file to try and revolve this.
- Adding a wait and clear in association with the type command
2022-07-07 12:50:30 +01:00
Budibase Staging Release Bot 0dc7a827a0 Update pro version to 1.0.219-alpha.9 2022-07-07 11:14:18 +00:00
Budibase Staging Release Bot b2f9898d0f v1.0.219-alpha.9 2022-07-07 11:12:43 +00:00
Budibase Staging Release Bot 0a4d326162 Update pro version to 1.0.219-alpha.8 2022-07-07 10:41:47 +00:00
Budibase Staging Release Bot d006763b9f v1.0.219-alpha.8 2022-07-07 10:40:17 +00:00
Mitch-Budibase bfa125c112 Merge branch 'develop' into cypress-testing 2022-07-07 11:07:54 +01:00
Mitch-Budibase 9a7e5ba830 Smoke Build Changes - Timing issues
Timing issues persist for the smoke build.

Increasing timeout values to try and combat this
2022-07-07 11:07:05 +01:00
Peter Clement 0e3b1fc46f linting and tidy 2022-07-07 08:55:32 +01:00
Budibase Staging Release Bot e90bafa41f Update pro version to 1.0.219-alpha.7 2022-07-06 20:58:00 +00:00
Budibase Staging Release Bot 57e5d6fa3b v1.0.219-alpha.7 2022-07-06 20:56:34 +00:00
Mitch-Budibase 8913e70bc2
Merge pull request #6588 from Budibase/cypress-testing
Cypress: Smoke Build Timing based Changes
2022-07-06 21:47:46 +01:00
Mitch-Budibase 7dfe0c0fc3 Cypress: Smoke Build Timing based Changes
Still some timing issues against the smoke build, but less this time.

- Mainly adding timeouts against cy.visit
- Improving some structure with the close modal command in a few places
2022-07-06 21:10:34 +01:00
Budibase Staging Release Bot 4db53953f2 Update pro version to 1.0.219-alpha.6 2022-07-06 16:59:08 +00:00
Budibase Staging Release Bot 011f37f7c8 v1.0.219-alpha.6 2022-07-06 16:57:35 +00:00
Mitch-Budibase 4a39ec88ae
Merge pull request #6583 from Budibase/cypress-testing
More Smoke Build Test Changes - Timing for Smoke Build and Deleting Apps
2022-07-06 17:48:09 +01:00
mike12345567 21dcf4decd Fixing an issue with running in dev with prebuilds and fixing an issue with backup questions being asked twice. 2022-07-06 17:42:54 +01:00
Mitch-Budibase a4bbdd39db Smoke build test changes
This time it is adding appropriate deleteAllApps commands and adding waits

- The waits seem to be essential for the smoke build.
- Tests pass locally, but timing issues causes failure on the smoke build
2022-07-06 17:32:27 +01:00
Budibase Staging Release Bot 5d67e16c3a Update pro version to 1.0.219-alpha.5 2022-07-06 15:44:18 +00:00
mike12345567 216298c74b Fixing issue which can block accessing platform - if error scenario occurs but admin user partially created. 2022-07-06 16:42:38 +01:00
Budibase Staging Release Bot 4840f5c44b v1.0.219-alpha.5 2022-07-06 15:42:23 +00:00
Peter Clement 8a66a38470 Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab 2022-07-06 16:30:24 +01:00
Mitch-Budibase 377bbe9c52 CreateApp test file update
A few timing issues that need sorted. There may be more after this as they tend to be linear through the test run
2022-07-06 16:17:58 +01:00
mike12345567 c62805853a Updating user search endpoint to allow searching by app ID with a new view, as well as updating user page to have a search input again. 2022-07-06 16:09:05 +01:00
Mitch-Budibase 40031f04d8 Merge branch 'develop' into cypress-testing 2022-07-06 15:57:06 +01:00
Mitch-Budibase 8e24b85b24 Smoke Build Test Changes
Changes have been made to the following test files to remove smoke build failures:

- addRadioButtons.spec.js
- accountPortals.spec.js
- userManagement.spec.js
- userSettings.spec.js
2022-07-06 15:56:02 +01:00
Peter Clement 18d259b1ba access tab refreshing correctly 2022-07-06 14:30:15 +01:00
Budibase Staging Release Bot 3f58a6aadf Update pro version to 1.0.219-alpha.4 2022-07-06 13:15:48 +00:00
Budibase Staging Release Bot c9f92c3407 v1.0.219-alpha.4 2022-07-06 13:14:14 +00:00
mike12345567 13769aca8a Merge branch 'develop' of github.com:Budibase/budibase into develop 2022-07-06 14:05:00 +01:00
mike12345567 35ed1baeca Updating logging to typescript to fix build issue. 2022-07-06 14:04:04 +01:00
Budibase Staging Release Bot 7fcb354cc2 Update pro version to 1.0.219-alpha.3 2022-07-06 12:49:59 +00:00
Budibase Staging Release Bot 50abf0869e v1.0.219-alpha.3 2022-07-06 12:48:30 +00:00
mike12345567 fee6ca4cfb Merge branch 'develop' of github.com:Budibase/budibase into develop 2022-07-06 13:38:20 +01:00
Budibase Staging Release Bot 6cc8db45a9 v1.0.219-alpha.2 2022-07-06 12:36:37 +00:00
mike12345567 12a8487732 Adding null parameter so that TS doesn't build with strict requirement. 2022-07-06 13:36:29 +01:00
deanhannigan 58f398a083
Merge pull request #6575 from Budibase/fix/sso-stale-credentials
Properly invalidate the cached user
2022-07-06 13:25:39 +01:00
Budibase Staging Release Bot e3b81c6fc2 Update pro version to 1.0.219-alpha.1 2022-07-06 12:17:39 +00:00
Budibase Staging Release Bot 58d9fc1384 v1.0.219-alpha.1 2022-07-06 12:16:08 +00:00
Dean 36d69a0b81 Linting commit 2022-07-06 13:09:13 +01:00
Dean 457a671831 Surface refresh process error messaging 2022-07-06 13:03:25 +01:00
Peter Clement b846402d90 take into account pagination 2022-07-06 12:58:55 +01:00
Dean bceff77e35 Properly invalidate the cached user ensuring up-to-date credentials are always used 2022-07-06 11:51:48 +01:00
Peter Clement c9d86230d4 fixing users api references 2022-07-06 08:45:22 +01:00
mike12345567 77b2e68935 Updating specs to state that oneOf is allowed, fixing YAML issue and making sure allOr function works for lucene. 2022-07-05 19:54:11 +01:00
Martin McKeaveney 543ab2f528 hide banner from new UI 2022-07-05 19:26:12 +01:00
mike12345567 18df43e197 Fix for #5709 making sure public API can update existing apps. 2022-07-05 18:52:53 +01:00
mike12345567 1742c071cc Updating definitions. 2022-07-05 18:51:34 +01:00
mike12345567 9a7c1e714b Updating API docs #6434 to better describe the API for range and for oneOf operator. 2022-07-05 18:47:30 +01:00
Budibase Staging Release Bot 7b11c9e357 Update pro version to 1.0.219-alpha.0 2022-07-05 16:58:48 +00:00
Budibase Staging Release Bot 7918452c52 v1.0.219-alpha.0 2022-07-05 16:57:18 +00:00
mike12345567 245dca2c2a Merge branch 'develop' of github.com:Budibase/budibase into labday/backups 2022-07-05 17:47:22 +01:00
mike12345567 9b41a2a438 Merge branch 'develop' of github.com:Budibase/budibase into fix/june-fixes 2022-07-05 17:46:36 +01:00
mike12345567 2593dccdac Merge branch 'master' of github.com:Budibase/budibase into develop 2022-07-05 17:37:04 +01:00
Mel O'Hagan 65aab29ee6 Don't try to check externalType of related tables 2022-07-05 16:59:32 +01:00
Peter Clement daafba8ec8 Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab 2022-07-05 16:04:01 +01:00
Peter Clement 51f09377b8 user screen update 2022-07-05 15:40:12 +01:00
Mel O'Hagan a625f9e107 Only add defined schema fields to dynamic filter 2022-07-05 15:23:04 +01:00
mike12345567 9bd668fc67 Fix for #6534 make the user aware of the readonly properties on the user and how to edit them. 2022-07-05 14:05:20 +01:00
Dean d3c6f01535 Removed asterix from section header 2022-07-05 10:50:09 +01:00
Budibase Staging Release Bot 6e5a7d077d Update pro version to 1.0.212-alpha.15 2022-07-05 09:29:08 +00:00
Budibase Staging Release Bot 95300e2d71 v1.0.212-alpha.15 2022-07-05 09:27:43 +00:00
Dean e997ff0a19 Merge remote-tracking branch 'origin/develop' into feature/component-condition-count 2022-07-05 10:21:32 +01:00
melohagan ccb7f7c57b
Merge pull request #6554 from Budibase/bug/sev3/blank-field-regex-not-working
Make null values empty for regex validation
2022-07-05 10:08:51 +01:00
deanhannigan 3e5d6ca5a5
Merge pull request #6535 from Budibase/sso-rest-requests
SSO rest request refresh
2022-07-05 10:06:26 +01:00
Budibase Staging Release Bot d165f46868 Update pro version to 1.0.212-alpha.14 2022-07-05 08:33:18 +00:00
Budibase Staging Release Bot 5147929cb5 v1.0.212-alpha.14 2022-07-05 08:31:43 +00:00
Dean 7152125667 Merge remote-tracking branch 'origin/develop' into sso-rest-requests 2022-07-05 09:28:56 +01:00
deanhannigan 9b98c617bf
Merge pull request #6315 from Budibase/feature/current-user-rest-bindings
REST query bindings for Current User
2022-07-05 09:22:03 +01:00
Peter Clement a84b36cc54 group / user app assignment 2022-07-05 09:21:59 +01:00
Peter Clement ce1fe5e600 add ability to select groups from dropdown 2022-07-05 09:21:20 +01:00
Dean f14b1c008c Merge remote-tracking branch 'origin/develop' into sso-rest-requests 2022-07-05 09:07:33 +01:00
Dean d7c2f53a55 Added condition count to the component settings panel 2022-07-05 09:05:23 +01:00
Mel O'Hagan 8fdf3a52db Merge branch 'develop' into bug/sev3/blank-field-regex-not-working 2022-07-04 20:29:25 +01:00
Mel O'Hagan 39875f01e2 Make null values empty for regex validation 2022-07-04 20:25:27 +01:00
Martin McKeaveney ea7d3c4b99 PR comments 2022-07-04 18:11:40 +01:00
Budibase Staging Release Bot 10bb786fbd Update pro version to 1.0.212-alpha.13 2022-07-04 16:58:07 +00:00
Budibase Staging Release Bot 1b460f45a1 v1.0.212-alpha.13 2022-07-04 16:56:48 +00:00
Dean db446afd36 Data providers are excluded from the Form Schema picker 2022-07-04 17:01:40 +01:00
mike12345567 abcb94f1a4 Removing spam of unauthorised traces from tests, may be causing stack overflow. 2022-07-04 16:34:59 +01:00
Budibase Release Bot 1c67e6e453 Update pro version to 1.0.218 2022-07-04 15:06:22 +00:00
Budibase Release Bot b6a5feadb6 v1.0.218 2022-07-04 15:04:53 +00:00
Martin McKeaveney d84eab64a5 adding right user key 2022-07-04 15:53:40 +01:00
mike12345567 02f6dcf01e Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-07-04 15:47:52 +01:00
mike12345567 90453212d5 Moving majority of automation logging functionality to pro. 2022-07-04 15:44:47 +01:00
Budibase Release Bot 35c53baceb Update pro version to 1.0.217 2022-07-04 13:17:58 +00:00
Budibase Release Bot 8bc247cbba v1.0.217 2022-07-04 13:16:12 +00:00
Martin McKeaveney 9cb97b2dcb
Merge pull request #6544 from Budibase/fix/intercom-admins
filter out non-admins in intercom
2022-07-04 14:03:43 +01:00
Dean d7a572d9ee Code review update, removing sheets scope from authentication 2022-07-04 13:37:56 +01:00
mike12345567 e0014a8801 Fixing build error. 2022-07-04 13:25:29 +01:00
Dean 180af9b30b Merge remote-tracking branch 'origin/develop' into sso-rest-requests 2022-07-04 13:16:39 +01:00
Dean 4ecae7fa5b Code review updates 2022-07-04 12:54:26 +01:00
Martin McKeaveney 65ea61ba6f filter out non-admins in intercom 2022-07-04 12:51:38 +01:00
Budibase Staging Release Bot bffb293790 Update pro version to 1.0.212-alpha.12 2022-07-04 11:24:06 +00:00
Budibase Staging Release Bot 2a15345a18 v1.0.212-alpha.12 2022-07-04 11:22:35 +00:00
mike12345567 5a5c1cfa9c Update as per changes to pro SDK. 2022-07-04 11:43:18 +01:00
mike12345567 f6fc63f1a8 Main body of PR comments - still need to move a bit to pro. 2022-07-04 11:12:08 +01:00
Dean d5819c9fce Merge remote-tracking branch 'origin/develop' into fix/update-icon-context 2022-07-04 10:38:16 +01:00
Budibase Release Bot 56a008e739 Update pro version to 1.0.216 2022-07-04 09:28:15 +00:00
Budibase Release Bot c14c710027 v1.0.216 2022-07-04 09:26:54 +00:00
Budibase Release Bot 4c08c5eca8 Update pro version to 1.0.215 2022-07-04 08:52:54 +00:00
Budibase Release Bot 7fbf48811f v1.0.215 2022-07-04 08:51:35 +00:00
Budibase Staging Release Bot 08e57be5ab Update pro version to 1.0.212-alpha.11 2022-07-04 08:47:00 +00:00
Budibase Staging Release Bot d123d0b4fd v1.0.212-alpha.11 2022-07-04 08:45:33 +00:00
Martin McKeaveney 687e9432f0
Merge pull request #6498 from Budibase/bug/sev2/dont-allow-json-to-multiselect
Don't allow json columns to swap to multi-select
2022-07-04 09:42:43 +01:00
Martin McKeaveney e0e5002bf6
Merge pull request #6473 from Budibase/fix/dates-with-custom-templates
Fix dates with custom templates
2022-07-04 09:36:37 +01:00
Dean 709e8600b0 Auth test fix for oidc strategy mocks 2022-07-04 09:04:55 +01:00
Dean 5a97b71403 OIDC config test fix 2022-07-03 22:39:16 +01:00
Dean 69b424dee6 Removed debugging line 2022-07-03 22:17:29 +01:00
Dean 79f54d5873 Fix for oauth user db update 2022-07-03 22:14:18 +01:00
Dean 2ea4a9d225 Refresh the OAuth tokens automatically when making rest calls. Fix to remove the password from the api token authentication. 2022-07-03 21:13:15 +01:00
Dean 338b5072a4 Removed API call in create app tests 2022-07-03 19:50:12 +01:00
Dean 87c44701d8 Ignore authconfigs for datasources if they are empty 2022-07-03 18:55:44 +01:00
Dean 6be703d99a Added fixes for query body binding. Query parameter fixes and pretty bindings added 2022-07-03 17:33:25 +01:00
Dean cad3d7dead Merge remote-tracking branch 'origin/develop' into feature/current-user-rest-bindings 2022-07-03 14:04:15 +01:00
Dean 6a79e467ba Merge remote-tracking branch 'origin/develop' into sso-rest-requests 2022-07-03 09:55:05 +01:00
mike12345567 4354ae76cb Adding prebuild management for pouchDB leveldown. 2022-07-01 23:04:34 +01:00
Dean 94496abe85 Fixes for datasource authentication parsing. Mapping UX updates 2022-07-01 17:27:24 +01:00
mike12345567 ae0391c304 Updating pagination in automation run history to use the same pagination store helper as the users pagination. 2022-07-01 15:48:36 +01:00
mike12345567 686cf6e1c4 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-07-01 15:14:12 +01:00
Andrew Kingston e4facbe9f3 Fix drawer width and left offset 2022-07-01 15:03:57 +01:00
Andrew Kingston 3dfcb48215 Fix mobile mode not working properly inside app preview 2022-07-01 13:40:37 +01:00
Andrew Kingston cefb733d00 Set button active state color to be custom theme hover color 2022-07-01 13:37:28 +01:00
Andrew Kingston 607db933d2 Update icons for many components 2022-07-01 13:11:48 +01:00
Andrew Kingston b084e19855 Update new component panel so that long component names take up 2 columns. Reorder component sections and components 2022-07-01 12:48:12 +01:00
Andrew Kingston bbf66a85fc Reduce builder side panel width to 260px 2022-07-01 12:47:30 +01:00
Andrew Kingston dbfc576fba Update styles of some buttons 2022-07-01 12:23:18 +01:00
Andrew Kingston a0a3531964 Remove margin from around buttons in banners 2022-07-01 12:14:30 +01:00
Andrew Kingston 9cb7ff076c Update font sizes and weights 2022-07-01 12:03:04 +01:00
Andrew Kingston 32e946e1f6 Remove divider from beta tab 2022-07-01 11:34:40 +01:00
Andrew Kingston 74d0f5c3cb Update some font sizes and weights 2022-07-01 11:26:30 +01:00
Andrew Kingston e56b33ed95 Remove unused styles 2022-07-01 11:26:20 +01:00
Andrew Kingston 4485c4dd78 Fix icon side nav colours in light theme 2022-07-01 11:26:11 +01:00
Budibase Staging Release Bot a8796bc975 Update pro version to 1.0.212-alpha.10 2022-07-01 10:13:10 +00:00
Budibase Staging Release Bot d5a8da563f v1.0.212-alpha.10 2022-07-01 10:11:44 +00:00
Michael Drury 6b627a5f5b
Merge pull request #6500 from Budibase/bug/sev3/update-sql-server-icon
Update SQL Server svg
2022-07-01 11:02:07 +01:00
Dean 7773a5f780 Merge remote-tracking branch 'origin/develop' into feature/current-user-rest-bindings 2022-07-01 08:56:06 +01:00
Budibase Staging Release Bot 2953bf732c Update pro version to 1.0.212-alpha.9 2022-06-30 23:44:12 +00:00
Budibase Staging Release Bot 84013b1a59 v1.0.212-alpha.9 2022-06-30 23:42:49 +00:00
Martin McKeaveney 2d60f74d91 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-07-01 00:34:50 +01:00
mike12345567 a9d927b713 Adding MinIO handling, backing up to disk by bucket name. 2022-06-30 20:26:49 +01:00
Andrew Kingston 02e5e66992 Add ability to eject blocks into raw components 2022-06-30 19:31:25 +01:00
Andrew Kingston d78bcc2b06 Be more explicit with imports to avoid circular dependencies 2022-06-30 19:31:06 +01:00
Andrew Kingston b4296378aa Update locks 2022-06-30 19:30:43 +01:00
mike12345567 c633c643e2 Adding main functionality for exporting CouchDB to disk, just need to add MinIO export. 2022-06-30 19:20:50 +01:00
Budibase Staging Release Bot 56d266da53 Update pro version to 1.0.212-alpha.8 2022-06-30 17:02:38 +00:00
Budibase Staging Release Bot 5087b886af v1.0.212-alpha.8 2022-06-30 17:01:12 +00:00
mike12345567 59e3737250 Initial CLI management, getting properties required for access. 2022-06-30 17:31:18 +01:00
mike12345567 c691a5d9c4 Adding loading control to make sure that pagination can't be spammed in between loads. 2022-06-30 17:02:50 +01:00
mike12345567 f17f3debca Merge branch 'develop' of github.com:Budibase/budibase into feature/user-pagination 2022-06-30 16:16:55 +01:00
mike12345567 136eec3388 Updating to maintain the old worker API for deprecation purposes, but removing from frontend usage. 2022-06-30 16:01:14 +01:00
mike12345567 2733f48492 Updating user page to search through the backend and building a basic pagination store that can be used for it. 2022-06-30 15:39:26 +01:00
Budibase Staging Release Bot 6a82c7ce92 Update pro version to 1.0.212-alpha.7 2022-06-30 13:57:49 +00:00
Budibase Staging Release Bot 548b2c1a9f v1.0.212-alpha.7 2022-06-30 13:56:24 +00:00
Mitch-Budibase 0941615b94 Additional timing based changes for createApp
All tests pass locally, just having issues with timing on the CI run

Also reduced test retries (runs a total of 2 times instead of 3, the 3rd run does not add any value)
2022-06-30 13:53:16 +01:00
Budibase Release Bot ba79b13fb3 Update pro version to 1.0.214 2022-06-30 12:22:07 +00:00
Budibase Release Bot 9c7248b498 v1.0.214 2022-06-30 12:20:41 +00:00
Martin McKeaveney e49a2147cd re-adding account portal check 2022-06-30 12:58:10 +01:00
Martin McKeaveney b7d4e45e20 cherry picking moving release url to backend 2022-06-30 12:55:07 +01:00
Martin McKeaveney bec7d86739 cherry pick new ui from develop 2022-06-30 12:52:07 +01:00
Mitch-Budibase 0d4773241b Additional timing changes for CreateApp test file
Timing issues against the CI run - included more timeouts as a result of this
2022-06-30 12:30:53 +01:00
mike12345567 3344a756d7 Adding fix for global user retrieval as part of admin creation. 2022-06-30 12:01:15 +01:00
Mitch-Budibase b5fcff3213 CreateApp Test Update
Timing issues affecting some tests
- Updated some cy.visit commands to include timeouts
2022-06-30 11:41:11 +01:00
Andrew Kingston a98192ba57 Wrap admin user creation in a try/catch to provider better info in case of an error 2022-06-30 11:40:52 +01:00
Andrew Kingston e9c02c29a5 Add env vars to automatically create initial admin user on first run 2022-06-30 11:28:52 +01:00
mike12345567 e7ff299c63 Adding user pagination, removing usages of the global user list from builder and replacing with direct user lookups where possible, still need to apply filtering to username/email serverside. 2022-06-29 19:11:00 +01:00
Peter Clement 4c4a6ccb14 add InputPicker component and finish onboarding flow 2022-06-29 19:04:18 +01:00
Dean 4b296f9bce Merge remote-tracking branch 'origin/develop' into feature/current-user-rest-bindings 2022-06-29 18:50:14 +01:00
Mitch-Budibase 7495b859c8 Cypress Tests Refactoring
Refactoring a large portion of tests - necessary updates to have them working (may still be timing issues on the smoke build)
2022-06-29 18:28:32 +01:00
Mel O'Hagan 9b6fd15a60 Update SQL Server svg 2022-06-29 16:09:08 +01:00
Mel O'Hagan 8ca6086303 Merge branch 'develop' into feature/clickable-container 2022-06-29 14:21:58 +01:00
Mel O'Hagan b51d24891a Remove array type option for JSON columns 2022-06-29 14:11:39 +01:00
mike12345567 bfd9a29104 Fix for builder loading flow item header. 2022-06-29 13:34:36 +01:00
Mel O'Hagan 8796bffade Use default config when resetting smtp 2022-06-29 13:12:51 +01:00
Mel O'Hagan 8468222431 Delete checkList cache on destroy 2022-06-29 13:08:48 +01:00
Dean ac60786996 Merge remote-tracking branch 'origin/develop' into sso-rest-requests 2022-06-29 12:42:04 +01:00
Mitch-Budibase cc65d54902 Merge branch 'develop' into cypress-testing 2022-06-29 11:29:49 +01:00
Budibase Staging Release Bot fccf14eb95 Update pro version to 1.0.212-alpha.6 2022-06-29 09:03:49 +00:00
Budibase Staging Release Bot 5c1af196d2 v1.0.212-alpha.6 2022-06-29 09:02:17 +00:00
Martin McKeaveney a5113f12c4 Merge branch 'develop' of github.com:Budibase/budibase into develop 2022-06-29 09:50:14 +01:00
Martin McKeaveney 0c677757eb default beta access baseURL to production 2022-06-29 09:32:00 +01:00
Budibase Release Bot b6aa4e7b21 Update pro version to 1.0.213 2022-06-29 08:18:14 +00:00
Dean a6584961c1 Merge remote-tracking branch 'origin/develop' into sso-rest-requests 2022-06-29 09:17:18 +01:00
Budibase Release Bot f9dc1b530d v1.0.213 2022-06-29 08:16:43 +00:00
Martin McKeaveney 0d057d912f check for account portal URL 2022-06-29 09:16:30 +01:00
Andrew Kingston 64990ca11a Lint 2022-06-29 09:09:44 +01:00
Mel O'Hagan b42259118f Merge branch 'develop' into feature/in-not-in-filter 2022-06-29 09:05:28 +01:00
Andrew Kingston 9c82f8650a Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-29 09:01:48 +01:00
Budibase Staging Release Bot 1f6477c553 Update pro version to 1.0.212-alpha.5 2022-06-28 21:56:16 +00:00
Budibase Staging Release Bot 8567f9037a v1.0.212-alpha.5 2022-06-28 21:54:55 +00:00
Martin McKeaveney 80fe65386a Merge branch 'develop' of github.com:Budibase/budibase into develop 2022-06-28 22:45:58 +01:00
Martin McKeaveney 3716632144 move logic to cloud URL to backend 2022-06-28 22:45:05 +01:00
Budibase Staging Release Bot f138178ee8 Update pro version to 1.0.212-alpha.4 2022-06-28 18:43:18 +00:00
Budibase Staging Release Bot 03cdf3688a v1.0.212-alpha.4 2022-06-28 18:41:48 +00:00
Martin McKeaveney 199adfbc50 adding external call for preview URL 2022-06-28 19:26:59 +01:00
Budibase Staging Release Bot 31827e4708 Update pro version to 1.0.212-alpha.3 2022-06-28 17:24:26 +00:00
Budibase Staging Release Bot 620bf24e97 v1.0.212-alpha.3 2022-06-28 17:22:24 +00:00
Mitch-Budibase 1157856d16 Merge branch 'develop' into cypress-testing 2022-06-28 18:01:45 +01:00
Mitch-Budibase 5fb18d4d79 appOverview Refactor + Commands update
Refactoring tests within appOverview.spec.js

Commands
- refactoring the deleteApp command (works better with new UI)
2022-06-28 18:01:04 +01:00
mike12345567 afda023fc4 Fixing test case issue. 2022-06-28 17:59:00 +01:00
mike12345567 e921547c64 Updating filter/condition action to show a stopped status rather than error, updating everything else to be aware of this. 2022-06-28 17:02:24 +01:00
Mel O'Hagan fbf9997805 Refactor 2022-06-28 15:43:34 +01:00
Budibase Staging Release Bot bfc55d9f97 Update pro version to 1.0.212-alpha.2 2022-06-28 13:56:10 +00:00
Budibase Staging Release Bot fd7ab042b5 v1.0.212-alpha.2 2022-06-28 13:54:40 +00:00
Peter Clement 7537edcb54
Merge pull request #6448 from Budibase/fix/loop-item-javascript
Fix issue with loop item in javascript bindings
2022-06-28 14:45:23 +01:00
Mel O'Hagan de30ebb60d Only call slice if Array or string 2022-06-28 13:44:33 +01:00
Budibase Staging Release Bot b01b172279 Update pro version to 1.0.212-alpha.1 2022-06-28 12:25:41 +00:00
Budibase Staging Release Bot 3bad427a96 v1.0.212-alpha.1 2022-06-28 12:24:15 +00:00
Martin McKeaveney 3ed1390c6e adding types 2022-06-28 12:16:23 +01:00
Martin McKeaveney f0998bb31c PR comments 2022-06-28 11:53:57 +01:00
mike12345567 a01790b837 Adding clear old history on read, if there is nothing to do this should add very little work. 2022-06-27 18:39:33 +01:00
Mitch-Budibase 60592616f8 Test Refactoring
AdminAndManagement + Datasources tests are being being refactored here
2022-06-27 18:28:21 +01:00
mike12345567 da2303803c Moving get of logs to pro. 2022-06-27 18:00:48 +01:00
Mitch-Budibase 3f597ba6e0 Merge branch 'develop' into cypress-testing 2022-06-27 16:15:00 +01:00
Andrew Kingston 148c916416 Use string renderer for datetime fields with custom templates 2022-06-27 14:44:52 +01:00
Andrew Kingston c4730c36ba Fix slight issue with column editor layout 2022-06-27 14:44:38 +01:00
Mel O'Hagan 01e34e353e Remove console log 2022-06-27 14:37:15 +01:00
Martin McKeaveney 9e3f211440 remove test DB IDs 2022-06-27 14:36:31 +01:00
Mel O'Hagan 3e1bf29bcf Handle number 'Is in' 2022-06-27 14:32:20 +01:00
Martin McKeaveney 8538fb056c adding endpoint to cloud to check for beta access 2022-06-27 14:28:25 +01:00
Mel O'Hagan 6d394e551d Using allPreProcessingOpts 2022-06-27 14:20:51 +01:00
Mel O'Hagan 2db45457d6 Handle number types custom query 2022-06-27 13:54:03 +01:00
Mel O'Hagan b295ecfeda Split string by comma if not array 2022-06-27 13:38:43 +01:00
Mel O'Hagan ee74e724c6 Add 'Is in' filter option to number type 2022-06-27 13:36:03 +01:00
mike12345567 efdbd1dc8f Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-06-27 12:12:46 +01:00
Dean 547f2788c9 Merge remote-tracking branch 'origin/develop' into sso-rest-requests 2022-06-27 09:14:40 +01:00
Peter Clement 82ebc9526f convert to new ListItem component 2022-06-26 20:46:31 +01:00
Mel O'Hagan f1188a8b81 Remove regex 2022-06-24 21:37:58 +01:00
Mel O'Hagan 43885b86b2 Remove NotIn constant 2022-06-24 21:36:38 +01:00
Mel O'Hagan 2925e171aa Removed notOneOf 2022-06-24 21:29:19 +01:00
Mel O'Hagan d019fb8555 Internal table support for oneOf 2022-06-24 21:15:41 +01:00
mike12345567 70e5a81db2 Adding in management of time range to lookup automation logs in. 2022-06-24 18:11:19 +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
Budibase Release Bot ed9a54e197 Update pro version to 1.0.212 2022-06-24 16:55:21 +00:00
Budibase Release Bot afbc3d517e v1.0.212 2022-06-24 16:54:00 +00:00
mike12345567 1550e8f0a3 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-06-24 17:53:25 +01:00
mike12345567 f0dd336b15 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-06-24 17:50:55 +01:00
mike12345567 dd6617465c Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-06-24 17:43:59 +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
Peter Clement 0129888761 Merge branch 'feat/user-groups-tab' of github.com:Budibase/budibase into feat/user-groups-tab 2022-06-24 15:08:09 +01:00
Peter Clement c975a58b3c fix missing modal error 2022-06-24 15:01:08 +01:00
Andrew Kingston e1063bf0bf Merge branch 'feat/user-groups-tab' of github.com:Budibase/budibase into app-overview-access-tab 2022-06-24 14:58:27 +01:00
Andrew Kingston 527962b301 Add access tab to app overview 2022-06-24 14:55:49 +01:00
Andrew Kingston 3296d14f97 Add generic list and list item spectrum components for simple table style UI 2022-06-24 14:55:25 +01:00
mike12345567 b45557fe26 Adding explanation of the difference between Database and SelectableDatabase in Redis. 2022-06-24 14:42:15 +01:00
Peter Clement 6b3832b841 user table updates 2022-06-24 14:41:52 +01:00
Mel O'Hagan 6b880e7f0c Add (not)oneOf filter methods 2022-06-24 14:41:08 +01:00
Mel O'Hagan 652515ca69 Add In/NotIn constants 2022-06-24 14:39:16 +01:00
Andrew Kingston 41941b6484 Pull in role select component from new design UI 2022-06-24 14:31:55 +01:00
Andrew Kingston 02ec1b9968 Pull in more work from new design UI 2022-06-24 14:31:35 +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
Andrew Kingston 8e6acda5bd Pull in picker changes from new design UI 2022-06-24 14:10:13 +01:00
Andrew Kingston 465ef6ab57 Pull in new status light from new design UI 2022-06-24 14:07:32 +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
Peter Clement 271b274b27 users table renderer 2022-06-24 11:16:26 +01:00
Dean fce3a7b0a4 Merge remote-tracking branch 'origin/develop' into sso-rest-requests 2022-06-24 09:21:07 +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
Peter Clement 482be4b5b4 fix use of loop item in javascript bindings 2022-06-23 16:09:35 +01:00
Peter Clement 6b7b31c7a9 update handling of max iterations 2022-06-23 16:08:25 +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 82f685a27f Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-23 15:33:07 +01: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 143d0f2aec Update action buttons to have blue backgrounds when both selected and emphasized 2022-06-23 15:08:34 +01:00
Andrew Kingston a3947c70a0 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-23 15:00:48 +01: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
Dean dc20ecc5ff Merge commit 2022-06-23 14:29:19 +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
mike12345567 a2dc3dc3b1 Getting notifications working correctly, linking to errors in a better way, generally improving UI, getting some final touches here and there. 2022-06-22 20:23:18 +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
Andrew Kingston 1dd0528b17 Update autoscreen link creation and deletion to use new app level navigation settings 2022-06-22 15:42:08 +01:00
Peter Clement 389558fd95 user onboarding new flow 2022-06-22 15:34:49 +01:00
Peter Clement 8d264fe983 updated store and finished groups tab 2022-06-22 13:55:31 +01:00
Andrew Kingston 955c7b0600 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-22 12:49:46 +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
Andrew Kingston df839e7aa8
Merge pull request #6409 from Budibase/useful-features
"On screen load" actions & query params binding
2022-06-22 08:49:51 +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
Andrew Kingston e9696440be Separate style overrides for range input to fix not displaying on webkit 2022-06-21 15:25:37 +01:00
Andrew Kingston cc4b2b159c Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-21 15:10:58 +01:00
mike12345567 4aba13ac39 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-06-21 14:25:09 +01:00
Budibase Staging Release Bot cb153c7da6 Update pro version to 1.0.207-alpha.6 2022-06-21 12:38:35 +00:00
Budibase Staging Release Bot 053305b212 v1.0.207-alpha.6 2022-06-21 12:37:15 +00:00
Mitch-Budibase c800134793 Merge branch 'develop' into cypress-testing 2022-06-21 12:55:45 +01:00
Maurits Lourens 0b3b2ca45b Merge branch 'develop' into merge_create_user_modals
# Conflicts:
#	packages/builder/src/pages/builder/portal/manage/users/_components/BasicOnboardingModal.svelte
2022-06-21 13:10:27 +02:00
Budibase Staging Release Bot 7ccf005ee2 Update pro version to 1.0.207-alpha.5 2022-06-21 09:14:51 +00:00
Budibase Staging Release Bot f25296c080 v1.0.207-alpha.5 2022-06-21 09:13:16 +00:00
melohagan cb4fa33d73
Merge pull request #6402 from Budibase/bug/sev2/sql-server-int-filter-range-validation
External data source plus - Integer filter range validation
2022-06-21 10:02:13 +01:00
Andrew Kingston 622c021afa Fix indentation 2022-06-21 09:52:51 +01:00
Mel O'Hagan 3e9b0a729b prettier 2022-06-21 09:41:08 +01:00
Mel O'Hagan b57881960e Change constant to pascal case 2022-06-21 09:40:37 +01:00
Andrew Kingston f9ef0da58e Add data binding for query params 2022-06-21 09:39:25 +01:00
Andrew Kingston 67eecf4d8e Don't fire on load events when working in the builder preview 2022-06-21 09:38:57 +01:00
mike12345567 3d159c1401 Adding in main portal page automation error notification. 2022-06-21 00:02:22 +01:00
Mitch-Budibase 2cee36c2b6 Merge branch 'develop' into cypress-testing 2022-06-20 18:42:38 +01:00
Mitch-Budibase 55432388cf Account Portal tests + Command file changes
Account portal tests
- Visibility when accessing the portal with different permissions

Commands
- New command to logout when app grid is not present
- Need matching data-cy commands for this
2022-06-20 18:38:44 +01:00
Mel O'Hagan ba0916d161 Added external types to ds+ schemas 2022-06-20 18:08:30 +01:00
Mel O'Hagan 0b14e1bad1 Set external type of field for filter 2022-06-20 17:55:11 +01:00
Budibase Staging Release Bot 7f9e7def2c Update pro version to 1.0.207-alpha.4 2022-06-20 16:35:50 +00:00
Budibase Staging Release Bot 802c544091 v1.0.207-alpha.4 2022-06-20 16:34:21 +00:00
mike12345567 a7d8d2ae3c Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-06-20 17:28:49 +01:00
Mel O'Hagan 656ee2fb91 Add constants for sql int max min ranges 2022-06-20 17:26:35 +01:00
mike12345567 13d7e4caca Merge branch 'develop' of github.com:Budibase/budibase into fix/single-image 2022-06-20 16:50:20 +01:00
Mel O'Hagan 78a3043aed Include external SQL server type in schema 2022-06-20 16:49:58 +01:00
Andrew Kingston 030f5ce6bd Add 'on load' actions for screens 2022-06-20 16:12:46 +01:00
mike12345567 8c9f76b815 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-06-20 15:56:00 +01:00
mike12345567 bd9e05d7fa Fixing build issue. 2022-06-20 15:39:18 +01:00
Budibase Staging Release Bot 3ab2fd6302 Update pro version to 1.0.207-alpha.3 2022-06-20 12:51:05 +00:00
Budibase Staging Release Bot 5b6bf77161 v1.0.207-alpha.3 2022-06-20 12:49:25 +00:00
Andrew Kingston e2d3a3269c Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-20 13:29:16 +01:00
Andrew Kingston a335b8cab5 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-20 13:28:26 +01:00
Rory Powell 52aa0b279d Merge branch 'develop' of github.com:Budibase/budibase into develop 2022-06-20 13:27:32 +01:00
Rory Powell 35a6eef9f3 Update workflow readmes and rename release staging to prerelease 2022-06-20 13:27:03 +01:00
Budibase Release Bot fd6718078b Update pro version to 1.0.208 2022-06-20 12:15:39 +00:00
Budibase Release Bot e750e91b58 v1.0.208 2022-06-20 12:14:13 +00:00
Budibase Staging Release Bot 4d26064fa2 Update pro version to 1.0.207-alpha.2 2022-06-20 12:10:47 +00:00
Budibase Staging Release Bot 2600c84077 v1.0.207-alpha.2 2022-06-20 12:09:16 +00:00
melohagan ba41199ed4
Merge pull request #6372 from Budibase/bug/sev2/mongodb-deleting-all-when-options-not-present
MongoDB Delete - Add empty options if missing
2022-06-20 13:05:22 +01:00
Budibase Staging Release Bot 3d9abf712c Update pro version to 1.0.207-alpha.1 2022-06-20 11:47:44 +00:00
Budibase Staging Release Bot 9b996830c7 v1.0.207-alpha.1 2022-06-20 11:46:05 +00:00
Andrew Kingston 2ad6f0a1ff Add option to customise which columns are exported in export data action 2022-06-20 12:32:13 +01:00
mike12345567 4b6083687c Merge branch 'develop' of github.com:Budibase/budibase into fix/single-image 2022-06-20 12:29:22 +01:00
Rory Powell 9a587f020d Add dispatch deploy job for release env 2022-06-20 12:14:16 +01:00
Dean 523bb63455 Added missing request context for user bindings 2022-06-20 11:11:15 +01:00
Budibase Staging Release Bot dffbbe6c25 Update pro version to 1.0.207-alpha.0 2022-06-20 09:50:48 +00:00
Budibase Release Bot d198d33a6d Update pro version to 1.0.207 2022-06-20 09:50:38 +00:00
Budibase Staging Release Bot 27f64d38b5 v1.0.207-alpha.0 2022-06-20 09:49:23 +00:00
Budibase Release Bot a47a2859fd v1.0.207 2022-06-20 09:49:13 +00:00
Andrew Kingston 69855ab803
Merge pull request #6286 from Budibase/cheeks-fixes
App list updates + small stuff
2022-06-20 10:18:13 +01:00
Dean 3b68abf407 Merge remote-tracking branch 'origin/develop' into feature/current-user-rest-bindings 2022-06-20 09:09:21 +01:00
mike12345567 0ba185a487 Adding metadata update with automation IDs and counts of errors which can be totalled in frontend, also moving to using production apps for history only. 2022-06-17 18:39:06 +01:00
Mitch-Budibase acc5ef8d53 Merge branch 'develop' into cypress-testing 2022-06-17 17:45:43 +01:00
Mitch-Budibase 8b41e9bca6 AdminAndManagement Test folder + timeouts refactoring
Created a new folder called adminAndManagement
- contains user and portal based tests

Timeouts refactoring
- Replacing a large number of waits with timeouts - this will prevent less time waiting during all testing
2022-06-17 17:41:07 +01:00
mike12345567 f8c73b1e68 Adding edit automation button. 2022-06-17 17:00:43 +01:00
Mel O'Hagan 5f9944af34 Add empty options if missing for delete 2022-06-17 16:54:23 +01:00
Mel O'Hagan feefed6733 Merge branch 'develop' into bug/sev2/export-rows-external-table 2022-06-17 16:18:55 +01:00
mike12345567 e761dc20c0 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-06-17 15:05:46 +01:00
mike12345567 31c4459796 Adding back dependencies. 2022-06-17 14:12:04 +01:00
Maurits Lourens fa6c2313d1 Merge branch 'develop' into merge_create_user_modals
# Conflicts:
#	packages/builder/src/pages/builder/portal/manage/users/_components/BasicOnboardingModal.svelte
2022-06-17 14:23:36 +02:00
Dean 18f2e13a30 Fixes for Rest API request UI. Rest test fixes for XML API request body. Fix for raw XML api request body parsing issue. General fixes for query testing. 2022-06-17 12:00:42 +01:00
mike12345567 a46d73931d Merge branch 'master' of github.com:Budibase/budibase into develop 2022-06-17 11:41:34 +01:00
Andrew Kingston 3aebdd33d9 Move screen ranking and sorting logic to screen store 2022-06-17 10:18:39 +01:00
Andrew Kingston e048d00fc8 Improve client routing logic 2022-06-17 10:09:27 +01:00
Budibase Release Bot 9934cca216 Update pro version to 1.0.206 2022-06-16 14:04:46 +00:00
Budibase Release Bot a27b4685d0 v1.0.206 2022-06-16 14:03:10 +00:00
Rory Powell c16e8a94a7
Merge pull request #6335 from Budibase/bug/sev3/cors-error-non-eu-s3
Use s3 region from datasource config
2022-06-16 14:52:58 +01:00
Mel O'Hagan 8a03ca38ec Get all selected rows for external ds row export 2022-06-16 13:04:25 +01:00
Andrew Kingston 56187d0d39 Fix logic around deleting autoscreens and autoscreen links 2022-06-16 11:46:53 +01:00
Andrew Kingston 1796a50d47 Use ID rather than name to identiy datasources when creating autoscreens 2022-06-16 11:46:16 +01:00
Rory Powell 8f0c045a11 Bump timeout for migration test 2022-06-16 10:40:42 +01:00
Dean e75ea3361b Merge remote-tracking branch 'origin/develop' into feature/current-user-rest-bindings 2022-06-16 09:59:19 +01:00
Budibase Release Bot ca653cc5d7 Update pro version to 1.0.205 2022-06-16 08:51:42 +00:00
Budibase Release Bot 779086c0f8 v1.0.205 2022-06-16 08:50:15 +00:00
Mel O'Hagan 380eae4544 Merge master 2022-06-16 09:44:37 +01:00
Rory Powell cd336c02b2 Revert pro version to fix build issue 2022-06-16 09:40:42 +01:00
Budibase Release Bot 42f9194754 Update pro version to 1.0.204 2022-06-16 08:31:22 +00:00
Budibase Release Bot f4913f9116 v1.0.204 2022-06-16 08:30:01 +00:00
Rory Powell 3941272c99 Fix: Handle datasource not exists for query 2022-06-16 09:21:01 +01:00
Andrew Kingston aeacc4e59f Update tests for new app document structure 2022-06-16 09:03:57 +01:00
Budibase Release Bot 46f96c4db7 Update pro version to 1.0.203 2022-06-16 07:43:21 +00:00
Budibase Release Bot d2f9f6ee4b v1.0.203 2022-06-16 07:41:55 +00:00
mike12345567 a7b781468e Adding mechanism to disable automation logging in self host. 2022-06-15 17:07:17 +01:00
Budibase Release Bot 685e836e87 Update pro version to 1.0.202 2022-06-15 15:57:53 +00:00
Budibase Release Bot f42dfd5547 v1.0.202 2022-06-15 15:56:01 +00:00
Peter Clement 4ab7e8cd11 saving and fetching groups from couch 2022-06-15 16:51:30 +01:00
Mel O'Hagan b118833fda Default to eu-west-1 2022-06-15 16:29:11 +01:00
Mel O'Hagan b0a3abc308 No default aws region 2022-06-15 16:27:07 +01:00
Andrew Kingston e9cc8143e8 Update types with new properties for new design UI 2022-06-15 15:56:00 +01:00
Andrew Kingston ac02d78082 Lint and update locks 2022-06-15 15:39:38 +01:00
Andrew Kingston f30bbd58b4 Merge branch 'new-design-ui' of github.com:Budibase/budibase into new-design-ui 2022-06-15 15:32:56 +01:00
Andrew Kingston 15c28bcb8f Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-15 15:32:33 +01:00
mike12345567 03165faf0f Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-06-15 15:08:48 +01:00
Andrew Kingston 2cb1f4bec6 Update cypress tests 2022-06-15 15:08:03 +01:00
Budibase Release Bot a5a5440188 Update pro version to 1.0.201 2022-06-15 13:57:29 +00:00
Budibase Release Bot 0c16c4bd9d v1.0.201 2022-06-15 13:56:05 +00:00
Budibase Staging Release Bot d59a59329f Update pro version to 1.0.201-alpha.5 2022-06-15 13:21:16 +00:00
Budibase Staging Release Bot 26a44d5592 v1.0.201-alpha.5 2022-06-15 13:19:50 +00:00
Rory Powell acbb411a0a Ensure tests can't send events even when token is set 2022-06-15 14:09:02 +01:00
Mel O'Hagan cf604fdefd Check for blank string 2022-06-15 13:16:30 +01:00
Mel O'Hagan dbbeccda61 Use s3 region from datasource config 2022-06-15 13:06:34 +01:00
Budibase Staging Release Bot d27e4cd6ee Update pro version to 1.0.201-alpha.4 2022-06-15 11:49:22 +00:00
Budibase Staging Release Bot dd401c8a97 v1.0.201-alpha.4 2022-06-15 11:47:55 +00:00
Rory Powell 0c56c47ec8 Merge branch 'release' of github.com:Budibase/budibase into release 2022-06-15 12:38:58 +01:00
Rory Powell 0db37c2fc3 Exclude assets from builder:served 2022-06-15 12:38:10 +01:00
Budibase Staging Release Bot ef5f35c1a4 Update pro version to 1.0.201-alpha.3 2022-06-15 10:56:56 +00:00
Budibase Staging Release Bot 4ffedac6e1 v1.0.201-alpha.3 2022-06-15 10:55:33 +00:00
Rory Powell d5ef5ec954 Merge branch 'release' of github.com:Budibase/budibase into release 2022-06-15 11:46:33 +01:00
Rory Powell 7283e01442 Add deployment environment to identities 2022-06-15 11:46:03 +01:00
Budibase Staging Release Bot c760cbfd12 Update pro version to 1.0.201-alpha.2 2022-06-15 10:33:21 +00:00
Budibase Staging Release Bot 4582f5b071 v1.0.201-alpha.2 2022-06-15 10:31:43 +00:00
Rory Powell cb9550734f Merge branch 'release' of github.com:Budibase/budibase into release 2022-06-15 11:21:02 +01:00
Rory Powell 4cfedf7252 Better handle first time startup + dedicated event 2022-06-15 11:20:13 +01:00
Andrew Kingston 43938d7b54 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes 2022-06-15 11:08:40 +01:00
Andrew Kingston 48dc729f9a
Merge pull request #6309 from Budibase/builder-focus-updates
Builder focus updates
2022-06-15 11:07:46 +01:00
Andrew Kingston 11c5ed1f6a Fix issue where required settings that depend on other settings were still blocking rendering 2022-06-15 10:17:34 +01:00
Dean 57b8ae7842 Fix to ignore global rest query headers when they are not configured. 2022-06-15 10:09:47 +01:00
Budibase Staging Release Bot b0b8f1aab3 Update pro version to 1.0.201-alpha.1 2022-06-15 08:51:19 +00:00
Budibase Staging Release Bot 56e8f24b84 v1.0.201-alpha.1 2022-06-15 08:49:31 +00:00
Rory Powell 92d5039dfb Add prepack hook to backend-core preserve correct version after bumped by lerna 2022-06-15 09:35:35 +01:00
Andrew Kingston 9ec4c29e66 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes 2022-06-15 09:02:35 +01:00
Budibase Staging Release Bot de43cc6536 Update pro version to 1.0.201-alpha.0 2022-06-14 16:45:40 +00:00
Budibase Staging Release Bot 61af1f299c v1.0.201-alpha.0 2022-06-14 16:44:13 +00:00
Rory Powell cfad5af382 Add hosting to all identities and events, add installationId to tenant group 2022-06-14 17:34:32 +01:00
Rory Powell 5c9e8d5038 Merge branch 'master' into release 2022-06-14 17:25:11 +01:00
Budibase Release Bot 49b546b32d Update pro version to 1.0.200 2022-06-14 15:57:51 +00:00
Budibase Staging Release Bot 6be8a7e490 Update pro version to 1.0.200-alpha.5 2022-06-14 15:57:32 +00:00
Budibase Release Bot 94c375fdea v1.0.200 2022-06-14 15:56:28 +00:00
Budibase Staging Release Bot 2513b2100d v1.0.200-alpha.5 2022-06-14 15:56:05 +00:00
melohagan 8fac8066f4
Merge pull request #6271 from Budibase/bug/sev2/firebase-private-key
Remove duplicate equals
2022-06-14 16:42:35 +01:00
melohagan 014188f8b4
Merge pull request #6246 from Budibase/bug/sev2/edc-execute-v2
Use execute v2 in External Data Connector automation step
2022-06-14 16:39:30 +01:00
Dean 6e15901847 Merge remote-tracking branch 'origin/develop' into feature/current-user-rest-bindings 2022-06-14 16:11:12 +01:00
Andrew Kingston 8fbcf86d40 Prevent inline editing of components with missing required settings 2022-06-14 15:34:33 +01:00
Andrew Kingston 599d9eb406 Add default value for button text 2022-06-14 15:31:28 +01:00
Andrew Kingston 97e42bf318 Improve determination of default values and logic around showing highlighted settings 2022-06-14 15:29:27 +01:00
Andrew Kingston b7d7ed0c67 Remove required settings from link 2022-06-14 15:08:40 +01:00
Peter Clement 4fd1fb9e03 add user groups UI 2022-06-14 14:57:34 +01:00
Peter Clement f3c7248169 add IconPicker component 2022-06-14 14:56:09 +01:00
Andrew Kingston ebbd8fb5f9 Scroll the highlighted element into view 2022-06-14 14:32:17 +01:00
Budibase Staging Release Bot 626435292f Update pro version to 1.0.200-alpha.4 2022-06-14 13:07:35 +00:00
Budibase Staging Release Bot 207d3f0df7 v1.0.200-alpha.4 2022-06-14 13:06:03 +00:00
Andrew Kingston bc2c665ba3 Remove unnecessary code 2022-06-14 14:05:35 +01:00
Andrew Kingston c052303eee Save highlighted setting key in store and show as highlighted until unmounted or changed 2022-06-14 14:05:28 +01:00
Rory Powell 23fe45a876 Merge branch 'release' into develop 2022-06-14 13:57:54 +01:00
Dean 10157cf5ff Joi validator update to accomodate 'createdAt' and 'updatedAt' in the schema as optional 2022-06-14 12:34:15 +01:00
Dean 62a7d7128b Merge remote-tracking branch 'origin/develop' into feature/current-user-rest-bindings 2022-06-14 10:16:52 +01:00
Dean 830f127343 Context binding for authenticated user in REST API querys. Includes fix for REST datasource UI 2022-06-14 10:14:05 +01:00
Budibase Staging Release Bot 1eb10890b4 Update pro version to 1.0.200-alpha.3 2022-06-13 21:40:54 +00:00
Budibase Staging Release Bot 48dd23473a v1.0.200-alpha.3 2022-06-13 21:39:05 +00:00
Rory Powell d63a1e8e05 Merge branch 'release' of github.com:Budibase/budibase into release 2022-06-13 22:26:57 +01:00
Rory Powell 29292395ef Fix user id generation 2022-06-13 22:26:15 +01:00
Rory Powell a826aacbcb Remove test throw in installation backfill 2022-06-13 22:04:20 +01:00
Martin McKeaveney b077903991 Merge branch 'new-design-ui' of github.com:Budibase/budibase into new-design-ui 2022-06-13 21:01:08 +01:00
Martin McKeaveney 46247346d6 CSS updates to beta tab 2022-06-13 21:00:15 +01:00
Budibase Staging Release Bot 0abfe36d34 Update pro version to 1.0.200-alpha.2 2022-06-13 16:00:54 +00:00
Budibase Staging Release Bot a35a4d60c0 v1.0.200-alpha.2 2022-06-13 15:59:17 +00:00
Andrew Kingston 22df82dd9d Revert focus specific logic in other components and simplify 2022-06-13 16:11:12 +01:00
Budibase Staging Release Bot b73d968844 Update pro version to 1.0.200-alpha.1 2022-06-13 14:40:20 +00:00
Budibase Staging Release Bot c38688b3c5 v1.0.200-alpha.1 2022-06-13 14:38:52 +00:00
Rory Powell 2661c4b408 Export core test pkg as package.json export 2022-06-13 15:29:19 +01:00
Budibase Staging Release Bot 7b10296169 Update pro version to 1.0.200-alpha.0 2022-06-13 11:09:57 +00:00
Andrew Kingston f6b55efbec Update client library so that component placeholders are always shown when required settings are missing 2022-06-13 12:09:29 +01:00
Budibase Staging Release Bot a422cec2e4 v1.0.200-alpha.0 2022-06-13 11:08:22 +00:00
Rory Powell 05aca077d1 Merge branch 'release' into merge-release 2022-06-13 11:58:14 +01:00
Rory Powell b9f17827fe Merge branch 'master' into release 2022-06-13 11:54:37 +01:00
Rory Powell 05f0393310 Merge branch 'release' into merge-release 2022-06-13 11:45:18 +01:00
Budibase Staging Release Bot bd9f89f2c8 Update pro version to 1.0.199-alpha.0 2022-06-13 10:36:08 +00:00
Budibase Staging Release Bot 669d080a99 v1.0.199-alpha.0 2022-06-13 10:34:28 +00:00
Mihail Hadzhiev f02e292690
Merge pull request #6287 from Budibase/cypressTests
Cypress tests
2022-06-13 13:26:40 +03:00
MihailHadzhiev2022 58241c3ecb refactoring reverApp 2022-06-13 13:10:11 +03:00
Andrew Kingston caef092f8a Fix crash when running automations with an app action trigger without parameters 2022-06-13 10:56:50 +01:00
Budibase Staging Release Bot 417bede430 Update pro version to 1.0.192-alpha.8 2022-06-13 09:54:19 +00:00
Budibase Staging Release Bot 186585f019 v1.0.192-alpha.8 2022-06-13 09:52:53 +00:00
Rory Powell eb0214a231 Back populate no-op migrations on new app and tenant create 2022-06-13 10:51:29 +01:00
Martin McKeaveney 76d6b5af52
Merge pull request #6184 from actus-ag/feature/optiontype-sort-order
feat: toggle for sort order in options type field
2022-06-13 10:44:21 +01:00
MihailHadzhiev2022 27173468cc refactoring test renemaApplication 2022-06-13 12:18:18 +03:00
MihailHadzhiev2022 bd009d10d7 refactoring test queryLevelTransformers 2022-06-13 11:28:36 +03:00
Budibase Staging Release Bot 3da0c8f418 Update pro version to 1.0.192-alpha.7 2022-06-13 08:15:03 +00:00
Budibase Staging Release Bot 8363857920 v1.0.192-alpha.7 2022-06-13 08:13:34 +00:00
Rory Powell a2b9fcd448 Dev improvements - remove need to rebuilds of backend-core/dist and enable debugging when running tests and backend services, use source directly using typescript and jest path mappings 2022-06-10 22:57:12 +01:00
Mel O'Hagan 9bb0dba973 Remove duplicate equals 2022-06-10 15:52:28 +01:00
Budibase Release Bot 3761edb325 Update pro version to 1.0.199 2022-06-10 13:45:01 +00:00
Budibase Release Bot 2c737c1a61 v1.0.199 2022-06-10 13:43:23 +00:00
Mel O'Hagan 86d0d37fd5 Fix for privatekey newline 2022-06-10 14:15:25 +01:00
Mel O'Hagan aedda40891 Removed ServiceAccount to reduce confusion 2022-06-10 14:04:34 +01:00
Andrew Kingston 3a33f5b376 Update apps list page and app rows to match new styles and behaviours 2022-06-10 12:16:28 +01:00
Andrew Kingston 4219b2251a Add new styles setting to button to use update spectrum styles 2022-06-10 12:15:58 +01:00
Andrew Kingston 9905d000f4 Update basic user onboarding modal to be readonly rather than disabled and lighten disabled state text 2022-06-10 11:04:17 +01:00
Dean f89d63e664 Removed commented attachment column test 2022-06-10 09:54:56 +01:00
Dean 1856289d19 Merge remote-tracking branch 'origin/develop' into feature/required-field-focus 2022-06-10 09:53:39 +01:00
Andrew Kingston 6f00c62d48 Lint 2022-06-09 16:16:57 +01:00
Andrew Kingston 96293c2088 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-09 16:05:40 +01:00
Andrew Kingston 1de1091ded Add role status lights to screen filter picker 2022-06-09 16:04:58 +01:00
Andrew Kingston e2105f51a8 Fix redirections when deleting screns 2022-06-09 16:00:53 +01:00
Andrew Kingston eeb0a9fc64 Show devtools even in client app error states, to fix being locked out when changing to a public preview 2022-06-09 15:55:59 +01:00
Andrew Kingston 13c3390da5 Invalidate cached API responses when bad response statuses are recevied and invalidate entire API cache when switching role 2022-06-09 15:33:41 +01:00
Rory Powell 872e4f7a3b Update dependencies 2022-06-09 15:30:00 +01:00
Rory Powell b1b852b72c Merge branch 'release' into feature/event-backfill 2022-06-09 15:21:49 +01:00
Andrew Kingston 10258e1df8 Improve logic around dev tools roles and its usages. Ensure dev tools roles are never used in builder preview 2022-06-09 15:03:43 +01:00
Andrew Kingston 8dd517dcb2 Add role setting to navigation links to allow easily customising which roles see which links 2022-06-09 14:28:02 +01:00
Andrew Kingston f351fb0019 Allow role select to accept a placeholder 2022-06-09 14:27:29 +01:00
Andrew Kingston 71b18a4260 Delete user builder and admin flags when specifying a custom role via dev tools 2022-06-09 14:26:56 +01:00
Andrew Kingston a0f1657087 Revert default builder tab to data instead of design 2022-06-09 13:35:38 +01:00
Andrew Kingston 98ac9af88b Update order of builder tabs to put data before design again 2022-06-09 13:34:41 +01:00
Rory Powell 2018cd4922 Update locks 2022-06-09 13:33:31 +01:00
Rory Powell d1f4666ab7 Build dev fixes 2022-06-09 13:15:20 +01:00
Rory Powell e447fd11d1 Build fixes 2022-06-09 12:33:10 +01:00
Mel O'Hagan 5b47a66098 Use executeV2 External Data Connector 2022-06-09 11:13:52 +01:00
Andrew Kingston 0e8a3f1769 Remove background from icon side nav 2022-06-09 07:57:57 +01:00
Martin McKeaveney 1770a91b1a adding dockerignore to worker 2022-06-08 20:15:17 +01:00
Mitch-Budibase ccc584bdf2 Edit User Details Test + Timeout Changes for Commands
New user test
- Edits user details (for now just adds first name and last name)

Commands updated
- Removing some waits and replacing with timeouts associated with 'get' Cypress functionality
2022-06-08 18:08:45 +01:00
Mitch-Budibase 56d3b46366 appPublishWorkflow test fix
Third test was failing as part of the smoke build
2022-06-08 17:33:56 +01:00
Mitch-Budibase 21f68815a9 Merge branch 'develop' into cypress-testing 2022-06-08 17:15:58 +01:00
Mitch-Budibase 72adb450b3 Minor Smoke Build Test changes
Updates for appOverview & autoScreensUI
2022-06-08 17:14:02 +01:00
Andrew Kingston a34eced805 Update layout deprecation notice 2022-06-08 16:51:43 +01:00
Andrew Kingston feb8bff299 Update action button style for component settings to match designs 2022-06-08 16:51:14 +01:00
Andrew Kingston ccfa350118 Merge branch 'new-design-ui' of github.com:Budibase/budibase into new-design-ui 2022-06-08 16:22:22 +01:00
MihailHadzhiev2022 e35c353295 Refactoring test revertApp 2022-06-08 17:29:12 +03:00
Andrew Kingston 10b4e29702 Update select settings to match the settings bar style where possible 2022-06-08 15:13:47 +01:00
MihailHadzhiev2022 d8f18dfd44 Refactoring test: createView 2022-06-08 17:05:08 +03:00
Martin McKeaveney 80a0c59c8a merge with master 2022-06-08 13:26:14 +01:00
Budibase Release Bot bd0ea6fd3c Update pro version to 1.0.198 2022-06-08 12:07:32 +00:00
Budibase Release Bot f16afcf780 v1.0.198 2022-06-08 12:06:10 +00:00
Andrew Kingston dd6f35e816 Fix custom options drawer layout 2022-06-08 12:50:04 +01:00
Mel O'Hagan 91b97698a6 Rename Firebase to Firestore 2022-06-08 12:05:29 +01:00
Martin McKeaveney 7fd579f818 gitignore JS for new UI 2022-06-08 10:52:12 +01:00
Martin McKeaveney a479c7c55c Beta tab initial test for E2E, needs styled 2022-06-08 10:20:47 +01:00
Budibase Release Bot 992a9dffce Update pro version to 1.0.197 2022-06-08 08:30:27 +00:00
Budibase Release Bot 126d42763f v1.0.197 2022-06-08 08:28:45 +00:00
melohagan 08c8ba8d81
Merge pull request #6220 from Budibase/bug/sev3/select-row-with-button
Don't allow row selection for buttons in rows
2022-06-08 09:18:01 +01:00
Martin McKeaveney f2370418d7 merge 2022-06-07 16:44:04 +01:00
Martin McKeaveney 5b58981a53 start of beta panel 2022-06-07 16:40:43 +01:00
Andrew Kingston c873b42242 Lint 2022-06-07 15:19:51 +01:00
Mel O'Hagan 2740b5502f using preventSelectRow property 2022-06-07 15:19:48 +01:00
Mel O'Hagan 543d2521e6 Revert field changes 2022-06-07 15:14:53 +01:00
Andrew Kingston aa6d483713 Include block results when searching for components 2022-06-07 15:08:46 +01:00
Budibase Release Bot 89d4395f12 Update pro version to 1.0.196 2022-06-07 13:56:13 +00:00
Budibase Release Bot a7f4959e85 v1.0.196 2022-06-07 13:54:52 +00:00
Mel O'Hagan 12ced8cba7 Added preventSelectRow prop to custom column 2022-06-07 14:40:56 +01:00
Andrew Kingston 081d29e0c4 Show empty screen placeholder with a CTA to add a component 2022-06-07 13:41:17 +01:00
Mel O'Hagan 3fd60528a4 yarn lock 2022-06-07 11:25:16 +01:00
Mel O'Hagan 08aea99c94 Don't allow row selection for button/link column 2022-06-07 11:24:44 +01:00
Mel O'Hagan fe99647ad1 Use default value from manifest 2022-06-07 10:55:32 +01:00
Rory Powell 98a92c0ad2 Purge lockfiles for worker, server and backend-core 2022-06-07 10:44:56 +01:00
Budibase Staging Release Bot b0b69222d1 Update pro version to 1.0.192-alpha.6 2022-06-07 09:42:54 +00:00
Budibase Staging Release Bot cbf0adc98c v1.0.192-alpha.6 2022-06-07 09:41:26 +00:00
MihailHadzhiev2022 9e1d526b1b Merge branch 'develop' of https://github.com/Budibase/budibase into cypressTests 2022-06-07 11:38:46 +03:00
Philipp Wirtenberger 31543964ff fix: pass `sort` parameter through the options picker 2022-06-07 09:49:19 +02:00
Andrew Kingston 17da8f192f Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-07 08:45:57 +01:00
Andrew Kingston 3a9e4fff87 Account for types being undefined when running in a test env 2022-06-07 08:41:45 +01:00
Andrew Kingston f2e3b2efa8 Apply timezones patch from existing ignore-timezones branch 2022-06-07 08:31:00 +01:00
Philipp Wirtenberger 6909e02e78
chore: reword options type sort order label
Co-authored-by: Martin McKeaveney <martinmckeaveney@gmail.com>
2022-06-07 09:27:41 +02:00
Martin McKeaveney bf3a14dda4 new ui functionality working from S3 bucket 2022-06-06 23:30:36 +01:00
Rory Powell bc9674cecb Downgrade jest 2022-06-06 17:25:35 +01:00
Budibase Staging Release Bot a48618f811 Update pro version to 1.0.192-alpha.5 2022-06-06 15:41:01 +00:00
Budibase Staging Release Bot 22d3f343d9 v1.0.192-alpha.5 2022-06-06 15:39:39 +00:00
Rory Powell d5a945ed67 Update lockfiles 2022-06-06 16:33:10 +01:00
Peter Clement 586d4d1694
Merge pull request #6059 from Budibase/feat/dont-export-app-rows
Allow export of app without rows
2022-06-06 16:31:21 +01:00
MihailHadzhiev2022 d7dc4ce6ac Refactoring test: createUserAndRoles 2022-06-06 18:03:41 +03:00
Rory Powell 01e48b418f Environment config 2022-06-06 15:27:29 +01:00
Peter Clement 3d9a6d5c4c negate export button 2022-06-06 15:17:14 +01:00
Rory Powell 14e9fb4505 Remove ui events except for component created and view published app 2022-06-06 12:51:22 +01:00
MihailHadzhiev2022 b9b60cf2cd refactoring test createTable 2022-06-06 14:01:14 +03:00
Rory Powell 23b1aea277 Update types dependency 2022-06-06 11:31:57 +01:00
Rory Powell 4cdfb3c110 Remove todos 2022-06-06 11:11:13 +01:00
Rory Powell 4e77571ddb Merge branch 'release' into feature/event-backfill 2022-06-06 09:50:06 +01:00
Budibase Release Bot 067ad97474 Update pro version to 1.0.195 2022-06-05 15:56:52 +00:00
Budibase Release Bot 6350422338 v1.0.195 2022-06-05 15:55:19 +00:00
Martin McKeaveney 493607b853 update google sheets strategy to use the standard passport strategy 2022-06-05 16:43:04 +01:00
Budibase Staging Release Bot 596f27740d Update pro version to 1.0.192-alpha.4 2022-06-05 14:40:43 +00:00
Budibase Staging Release Bot 109d54bc11 v1.0.192-alpha.4 2022-06-05 14:39:18 +00:00
Maurits Lourens f856a150c4 remove comment 2022-06-03 14:37:29 +02:00
Martin McKeaveney 95988a7407 rough implementation 2022-06-03 12:50:38 +01:00
Philipp Wirtenberger 77f778df29 feat: toggle for sort order in options type field 2022-06-03 10:58:37 +02:00
Maurits Lourens c4136e544e move the unpublish link 2022-06-03 00:41:16 +02:00
Budibase Staging Release Bot 06b7442500 Update pro version to 1.0.192-alpha.3 2022-06-02 15:54:38 +00:00
Budibase Staging Release Bot 66470d6b93 v1.0.192-alpha.3 2022-06-02 15:53:16 +00:00
MihailHadzhiev2022 6db2a30e96 Refactoring tests
Tests:
1. AppiconAndColour
2. Automation
2022-06-02 15:03:47 +03:00
mike12345567 7fbe63420c Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-06-01 22:41:37 +01:00
mike12345567 e8e0e36089 Adding pagination control to the API and to the frontend, as well as getting view working as expected, emitting different key combinations to be able to search by any pattern. 2022-06-01 22:39:51 +01:00
Mitch-Budibase babbd22bf6 Organising Commands file
Rearranged the commands file into categories
- Commands are organisation by relative category (users, tables etc.)
2022-06-01 18:54:14 +01:00
Mitch-Budibase f46c489fde Merge Icon Change Tests
Deleting changeAppIconAndColour test file

Merging that test within the appOverview test file
- Updating commands also
2022-06-01 18:36:29 +01:00
Mitch-Budibase 5a355be990 Removing templates test folder
We do not need to test templates this way via the UI
- There is currently a test which creates an app via a template
- These specific templates tests are time consuming and repetitive
- These template tests will be replaced by API testing

Commands.js
- Removing a publishApp function -> There was two, one is not needed
2022-06-01 18:16:16 +01:00
Mitch-Budibase 69454a0c92 changeAppIconAndColor Test Fix
Updating this test as it was failing consistently
2022-06-01 18:05:51 +01:00
Rory Powell 9f2620dd7a Migration locks and add optional preventRetry option 2022-06-01 17:52:41 +01:00
mike12345567 5914b0c560 Adding real history to the history tab, getting storage to couch and retrieval + api working. 2022-06-01 16:01:06 +01:00
Budibase Release Bot 5ebf471c28 Update pro version to 1.0.194 2022-06-01 14:51:28 +00:00
Budibase Release Bot 594e16cb4f v1.0.194 2022-06-01 14:49:52 +00:00
Rory Powell eae5223fe3 Fix key eviction 2022-06-01 15:31:27 +01:00
Martin McKeaveney 35b007d13c fix users list on app overview 2022-06-01 15:20:56 +01:00
Rory Powell 090fdb58e0 app id fixes 2022-06-01 15:17:49 +01:00
Rory Powell b570563d41 Default to historical timestamp 2022-06-01 14:44:12 +01:00
Rory Powell bf9c6cbc42 Add awareness of deployment environment 2022-06-01 14:10:00 +01:00
Budibase Staging Release Bot aee5a98d80 Update pro version to 1.0.192-alpha.2 2022-06-01 12:41:53 +00:00
Budibase Staging Release Bot 3229fac63b v1.0.192-alpha.2 2022-06-01 12:40:30 +00:00
Budibase Release Bot 273f15421d Update pro version to 1.0.193 2022-06-01 12:39:37 +00:00
Budibase Release Bot e578ffe12e v1.0.193 2022-06-01 12:38:18 +00:00
melohagan db4092fbe2
Merge pull request #6068 from Budibase/bug/sev3/error-when-changing-between-values-bindings-in-automations
Make sure linkedRows is an array before map
2022-06-01 13:30:19 +01:00
melohagan 5951794b4d
Merge pull request #6109 from Budibase/bug/sev2/automation-trigger-save-multiselect
Automation validation - convert array string to array type
2022-06-01 13:23:51 +01:00
Martin McKeaveney f12302059b groundwork 2022-06-01 13:03:59 +01:00
Budibase Release Bot 3a398a6f7c Update pro version to 1.0.192 2022-06-01 11:17:39 +00:00
Budibase Release Bot 95d1af6c85 v1.0.192 2022-06-01 11:16:17 +00:00
Mel O'Hagan 33309c0fb7 Added snowflake-promise 2022-06-01 11:58:17 +01:00
Mel O'Hagan 87c0df55f0 Using snowflake-promise 2022-06-01 11:41:41 +01:00
Mel O'Hagan aef0aa78d8 Move snowflake to server package.json 2022-06-01 11:20:04 +01:00
Mel O'Hagan ebd854296d Merge branch 'develop' into feature/snowflake-integration 2022-06-01 11:17:26 +01:00
Dean 8da8631781 Backed out merge conflict remoted updates. 2022-06-01 11:11:44 +01:00
Dean 2040fd4b67 Merge remote-tracking branch 'origin/develop' into feature/required-field-focus 2022-06-01 10:52:11 +01:00
Dean f650090ead Minor fix for component test 2022-06-01 10:49:01 +01:00
Budibase Staging Release Bot 303b0a32e0 Update pro version to 1.0.192-alpha.1 2022-06-01 09:36:32 +00:00
Budibase Staging Release Bot 5c750164f8 v1.0.192-alpha.1 2022-06-01 09:34:58 +00:00
Mihail Hadzhiev 31fe58470e
Merge pull request #6138 from Budibase/cypressTests
Refactoring cypress tests
2022-06-01 12:22:36 +03:00
Budibase Staging Release Bot 6b892934ac Update pro version to 1.0.192-alpha.0 2022-06-01 08:58:28 +00:00
Budibase Staging Release Bot c4a7598c9a v1.0.192-alpha.0 2022-06-01 08:57:05 +00:00
Martin McKeaveney 9be1bddf85 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-06-01 09:47:13 +01:00
Mel O'Hagan b282102998 Revert "Datasource plus - build schema"
This reverts commit 3c1d32ba24.
2022-06-01 09:36:42 +01:00
Mel O'Hagan be8cd07cdc Revert "primaryKey name fix"
This reverts commit fcdc2bf584.
2022-06-01 09:36:28 +01:00
Dean 08a3dc29cc Merge remote-tracking branch 'origin/develop' into feature/required-field-focus 2022-06-01 09:05:24 +01:00
Dean 9e72438d6c Added missing component config 2022-06-01 09:04:38 +01:00
MihailHadzhiev2022 c387863923 adding locators for PublishWorkFlow test 2022-06-01 10:23:15 +03:00
Dean 0c25ecbf21 Component Cypress tests and fixes 2022-05-31 22:57:33 +01:00
Rory Powell 429f379431 Failover protection with event cache 2022-05-31 21:04:41 +01:00
mike12345567 0274516ad6 Progress towards using couchdb for automation logs, after testing redis and realising it won't work. 2022-05-31 19:52:35 +01:00
MihailHadzhiev2022 25e1696008 Merge branch 'develop' into cypressTests 2022-05-31 18:57:07 +03:00
MihailHadzhiev2022 62652bd0d3 refactoring autoScreensUI test 2022-05-31 18:39:05 +03:00
Budibase Staging Release Bot 3581423e16 Update pro version to 1.0.191-alpha.0 2022-05-31 14:18:09 +00:00
Budibase Staging Release Bot 14deb5aebb v1.0.191-alpha.0 2022-05-31 14:16:46 +00:00
mike12345567 37f9e71f5d Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-05-31 15:09:11 +01:00
MihailHadzhiev2022 7b687df638 Small fixes 2022-05-31 17:01:11 +03:00
mike12345567 e9d3915dc6 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-05-31 14:59:57 +01:00
Budibase Release Bot 50f5107291 Update pro version to 1.0.191 2022-05-31 13:59:30 +00:00
Budibase Release Bot 5f9a797223 v1.0.191 2022-05-31 13:57:52 +00:00
Michael Drury 351e91a5bc
Merge pull request #6120 from Budibase/fix/graceful-shutdown
Graceful server shutdown and cleaning up hooks which keep instance alive
2022-05-31 14:49:51 +01:00
Mel O'Hagan fcdc2bf584 primaryKey name fix 2022-05-31 14:47:27 +01:00
Mel O'Hagan 3c1d32ba24 Datasource plus - build schema 2022-05-31 14:39:53 +01:00
Budibase Release Bot 0fbad42b99 Update pro version to 1.0.190 2022-05-31 13:08:58 +00:00
Budibase Release Bot 1a378dfe50 v1.0.190 2022-05-31 13:07:37 +00:00
mike12345567 72cfd09b8f Using the test panel in the automation history tab, same experience as that of the automation flow. 2022-05-31 13:30:18 +01:00
Budibase Staging Release Bot edaa71e668 Update pro version to 1.0.190-alpha.0 2022-05-31 12:21:56 +00:00
Budibase Staging Release Bot 21f755d186 v1.0.190-alpha.0 2022-05-31 12:20:29 +00:00
Martin McKeaveney e8d6188c4e merge 2022-05-31 13:11:42 +01:00
Mel O'Hagan a940269051 CRUD added for snowflake 2022-05-31 13:10:16 +01:00
Mel O'Hagan 31aa9418dd Added types and error handling 2022-05-31 11:58:03 +01:00
mike12345567 e439d7097b Review comments and test fix. 2022-05-31 10:16:22 +01:00
mike12345567 b7075de0cd Adding checking for zlib error, to try and stop if it occurs. 2022-05-30 21:54:24 +01:00
Rory Powell fd845284d3 Lots of failure handling and caching 2022-05-30 21:46:08 +01:00
mike12345567 81edc7a18a Adding process exits. 2022-05-30 21:24:23 +01:00
mike12345567 06a32ed357 Fixing issue with server not shutting down correctly when an error occurs, making sure that everything clears up gracefully. 2022-05-30 21:22:06 +01:00
Mel O'Hagan a2a29caeea Added Snowflake integration 2022-05-30 21:13:45 +01:00
Mel O'Hagan 647870572e Added snowflake dependency 2022-05-30 15:31:25 +01:00
mike12345567 06100af834 Fixing minor issue with automation quota updates. 2022-05-30 14:06:42 +01:00
MihailHadzhiev2022 5bd19b9e42 Adding interact locators for createComponent cypress test 2022-05-30 15:45:04 +03:00
mike12345567 58afd1b6cc Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-05-30 13:41:46 +01:00
Dean dbbf7afcd0 Updated approach to focus behaviour. Placeholder now updates to direct the user to the next required field they haven't entered 2022-05-30 12:57:10 +01:00
Mel O'Hagan 84100ab0cd Convert array string to array type 2022-05-30 12:05:25 +01:00
Rory Powell f2f6bf779d Merge branch 'feature/posthog-v2' into feature/event-backfill 2022-05-29 00:25:40 +01:00
Rory Powell 64d73e2f96 Merge branch 'develop' into feature/posthog-v2 2022-05-28 23:03:31 +01:00
Rory Powell 26855033ce Merge branch 'master' into develop 2022-05-28 21:47:24 +01:00
Rory Powell 9610d8f1e7 Identity tenant and installation groups, property updates 2022-05-28 21:38:22 +01:00
Dean e786a0d122 Merge remote-tracking branch 'origin/develop' into feature/required-field-focus 2022-05-28 18:31:48 +01:00
mike12345567 c01c35386b Updating UI after pulling in latest changes. 2022-05-27 17:11:41 +01:00
Budibase Staging Release Bot 262767adff Update pro version to 1.0.188-alpha.2 2022-05-27 14:50:06 +00:00
Budibase Staging Release Bot 757771908b v1.0.188-alpha.2 2022-05-27 14:48:22 +00:00
Budibase Release Bot b46ab2eb09 Update pro version to 1.0.189 2022-05-27 14:46:58 +00:00
Budibase Release Bot 44c5d0b141 v1.0.189 2022-05-27 14:45:37 +00:00
Martin McKeaveney 57ac6e414f gyp fixes for slim docker image 2022-05-27 15:38:03 +01:00
mike12345567 f9ce10cf65 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-05-27 15:37:15 +01:00
Martin McKeaveney 6bace48d67 gyp fixes for slim docker image 2022-05-27 15:36:34 +01:00
Budibase Staging Release Bot d7a5151ec6 Update pro version to 1.0.188-alpha.1 2022-05-27 13:43:30 +00:00
Budibase Staging Release Bot bf9e4eda90 v1.0.188-alpha.1 2022-05-27 13:42:06 +00:00
Martin McKeaveney 5953c0acc0
Merge pull request #6043 from Budibase/fix/json-schema
Enrich data fetch subscriptions with additional JSON schema fields
2022-05-27 14:34:28 +01:00
mike12345567 bbdc5abc28 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-05-27 14:05:24 +01:00
Dean eb96fbe77a Merge remote-tracking branch 'origin/develop' into feature/required-field-focus 2022-05-27 14:04:40 +01:00
Budibase Staging Release Bot 03751fd2f6 Update pro version to 1.0.188-alpha.0 2022-05-27 12:41:26 +00:00
Budibase Staging Release Bot 64aa4d362e v1.0.188-alpha.0 2022-05-27 12:39:56 +00:00
Budibase Release Bot 9e76028da1 Update pro version to 1.0.188 2022-05-27 12:34:43 +00:00
Budibase Release Bot 240746c559 v1.0.188 2022-05-27 12:33:26 +00:00
Andrew Kingston 6b905da588 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-05-27 13:32:07 +01:00
mike12345567 05dc8931af Merge branch 'master' of github.com:Budibase/budibase into develop 2022-05-27 13:30:02 +01:00
mike12345567 12a3af4583 Merge branch 'master' of github.com:Budibase/budibase into dep/node-gyp 2022-05-27 12:45:11 +01:00
Budibase Release Bot ada92a45dd Update pro version to 1.0.187 2022-05-27 11:32:39 +00:00
Budibase Release Bot c77d7de66f v1.0.187 2022-05-27 11:31:21 +00:00
mike12345567 6f093f9491 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-05-27 12:31:00 +01:00
Martin McKeaveney 9a49f85fd7 updating worker script to run as sh 2022-05-27 12:22:55 +01:00
Budibase Release Bot 356acd2d85 Update pro version to 1.0.186 2022-05-27 10:52:18 +00:00
Budibase Release Bot 4ecd3e9454 v1.0.186 2022-05-27 10:51:02 +00:00
Rory Powell 81b0ff666c
Merge pull request #6084 from Budibase/fix/provision-master
Cherry pick provision fix
2022-05-27 11:42:58 +01:00
mike12345567 003861dc4f Adding node-gyp dependencies to dockerfiles. 2022-05-27 11:35:55 +01:00
Budibase Staging Release Bot 5c77a43855 Update pro version to 1.0.185-alpha.7 2022-05-27 10:11:49 +00:00
Budibase Staging Release Bot 5d1fd1e489 v1.0.185-alpha.7 2022-05-27 10:10:14 +00:00
Peter Clement 89f57ea56e Merge remote-tracking branch 'origin/develop' into feat/dont-export-app-rows 2022-05-27 11:00:39 +01:00
Martin McKeaveney 646cce33ef
Merge pull request #5684 from Budibase/bug/sev/empty-relationships-oncreate
Pass through type when creating internal table
2022-05-27 10:59:36 +01:00
Budibase Release Bot cafbee7693 Update pro version to 1.0.185 2022-05-27 09:54:11 +00:00
Budibase Release Bot 9bdb67f672 v1.0.185 2022-05-27 09:52:35 +00:00
Rory Powell 967fc8a397 Fix provisioning in multi tenant environment 2022-05-27 10:51:23 +01:00
Martin McKeaveney e7a364df84 adding shebang to run scripts 2022-05-27 10:41:02 +01:00
Budibase Staging Release Bot 75ca06dfb8 Update pro version to 1.0.185-alpha.6 2022-05-27 09:27:44 +00:00
Budibase Staging Release Bot fcbcd71354 v1.0.185-alpha.6 2022-05-27 09:26:19 +00:00
Dean 15d95ed2b2 Merge remote-tracking branch 'origin/develop' into feature/required-field-focus 2022-05-27 10:22:48 +01:00
Rory Powell 37b734731c
Merge pull request #6075 from Budibase/fix/provisioning-multi-tenant
Fix provisioning in multi tenant environment
2022-05-27 10:17:30 +01:00
Budibase Staging Release Bot 110ca8daed Update pro version to 1.0.185-alpha.5 2022-05-26 23:48:01 +00:00
Budibase Staging Release Bot 53bd156d41 v1.0.185-alpha.5 2022-05-26 23:46:33 +00:00
Budibase Staging Release Bot 31869014f0 Update pro version to 1.0.185-alpha.4 2022-05-26 23:21:12 +00:00
Budibase Staging Release Bot 1e14406719 v1.0.185-alpha.4 2022-05-26 23:19:48 +00:00
Rory Powell 398a4e7034 Installation identities, upgrade / downgrade events, filling in more event properties 2022-05-26 23:57:14 +01:00
Budibase Staging Release Bot e79965ffcb Update pro version to 1.0.185-alpha.3 2022-05-26 22:17:36 +00:00
Budibase Staging Release Bot 3aea483b70 v1.0.185-alpha.3 2022-05-26 22:16:19 +00:00
Martin McKeaveney e98cdef74d
Merge pull request #6042 from Budibase/bug/sev3/bad-special-document-member
Internal table columns cannot start with _
2022-05-26 23:08:31 +01:00
Budibase Staging Release Bot 6a724a821b Update pro version to 1.0.185-alpha.2 2022-05-26 20:29:02 +00:00
Budibase Staging Release Bot edbafe3140 v1.0.185-alpha.2 2022-05-26 20:27:40 +00:00
Martin McKeaveney e5ade4024a
Merge pull request #6058 from HMXHIU/feature/attachmentLimit
Expose option to limit amount of uploads in attatchment field
2022-05-26 21:18:53 +01:00
Budibase Staging Release Bot 117b1dc72f Update pro version to 1.0.185-alpha.1 2022-05-26 16:53:43 +00:00
Budibase Staging Release Bot 4bf27080c0 v1.0.185-alpha.1 2022-05-26 16:52:21 +00:00
mike12345567 e87fd9d0a5 Updating test cases. 2022-05-26 17:31:57 +01:00
Rory Powell ab54ae29ab Fix provisioning in multi tenant environment 2022-05-26 16:48:26 +01:00
mike12345567 957c2ba703 Updating migration name. 2022-05-26 16:39:47 +01:00
mike12345567 65eb2790d6 Adding the ID inputs for the quota breakdown functionality. 2022-05-26 16:01:10 +01:00
mike12345567 80d6dec808 Merge branch 'develop' of github.com:Budibase/budibase into feature/app-quotas 2022-05-26 14:57:28 +01:00
melohagan e32e878993
Merge pull request #6002 from Budibase/bug/sev3/send-email-validation-automation
Make 'to' field undefined if empty for consistent validation
2022-05-26 14:08:28 +01:00
mike12345567 7d6bf87483 Merge branch 'develop' of github.com:Budibase/budibase into feature/app-quotas 2022-05-26 13:31:32 +01:00
Mel O'Hagan fcb0d66674 Make sure linkedRows is an array before map 2022-05-26 13:00:19 +01:00
Peter Clement 956d96515a Merge remote-tracking branch 'origin/develop' into feat/dont-export-app-rows 2022-05-26 10:32:18 +01:00
Dean 03e032e835 Removed debug logging 2022-05-26 10:14:01 +01:00
Rory Powell cbc3e72757 app and account properties, add account details to all user and tenant identities 2022-05-26 10:13:26 +01:00
Dean e9554562bb Refactored approach to ensure the request context is set appropriately 2022-05-26 10:03:29 +01:00
Dean 550f6f4d61 Merge remote-tracking branch 'origin/develop' into fix/update-icon-context 2022-05-26 09:02:13 +01:00
Rory Powell 163b667f95 Historical timestamps 2022-05-25 21:32:08 +01:00
Budibase Staging Release Bot 6fec37d705 Update pro version to 1.0.185-alpha.0 2022-05-25 17:35:50 +00:00
Budibase Staging Release Bot ef65c070fb v1.0.185-alpha.0 2022-05-25 17:34:17 +00:00
mike12345567 09f8675816 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-05-25 18:12:27 +01:00
Budibase Release Bot d21b8abf5a Update pro version to 1.0.184 2022-05-25 16:12:57 +00:00
Budibase Release Bot 0a8800cb79 v1.0.184 2022-05-25 16:11:35 +00:00
mike12345567 7957ca2a58 Merge branch 'master' of github.com:Budibase/budibase into feature/load-testing 2022-05-25 16:15:59 +01:00
mike12345567 157802b70a Swapping bcryptjs for bcrypt. 2022-05-25 16:14:45 +01:00
Budibase Release Bot ed3f6af60d Update pro version to 1.0.183 2022-05-25 15:06:00 +00:00
Budibase Release Bot 9f115b8d1e v1.0.183 2022-05-25 15:03:59 +00:00
Peter Clement fa326f8c7c
Merge pull request #5983 from Budibase/pc-fixes
Misc bug fixes
2022-05-25 15:56:09 +01:00
Dean e86dce30e3 Explicitly passing requested appId when calling updateAppPackage 2022-05-25 15:10:37 +01:00
Peter Clement 2395112ce2 change variable to reflect negation 2022-05-25 15:06:41 +01:00
meng xiong hiu 4788cb0a04
Expose option to limit amount of uploads in attatchment field 2022-05-25 21:15:23 +08:00
Andrew Kingston 4f1f2abf21 Merge branch 'new-design-ui' of github.com:Budibase/budibase into new-design-ui 2022-05-25 13:50:04 +01:00
Andrew Kingston 245a074317 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-05-25 13:49:28 +01:00
Rory Powell acc54148e2 Add TS references to improve build watching 2022-05-25 13:31:49 +01:00
Budibase Release Bot 422a41e264 Update pro version to 1.0.182 2022-05-25 12:14:44 +00:00
Budibase Release Bot 1fb604e601 v1.0.182 2022-05-25 12:13:30 +00:00
Martin McKeaveney 543cd8deb1 add better logging on session invalidation 2022-05-25 13:02:15 +01:00
mike12345567 3d0827a272 Adding scripts for generating heavy use of worker. 2022-05-25 11:48:18 +01:00
mike12345567 62bc2f2be3 Moving table, datasource and datasource plus document types into the backend core. 2022-05-25 10:52:19 +01:00
Peter Clement a0735efbb7 Export app without rows 2022-05-25 09:26:10 +01:00
Rory Powell 54e8a5dafd timestamp support, logging updates, migration progress indicators, identification updates 2022-05-25 00:15:52 +01:00
Budibase Release Bot 8e03264509 Update pro version to 1.0.181 2022-05-24 22:19:22 +00:00
Budibase Release Bot f286b2acbb v1.0.181 2022-05-24 22:17:47 +00:00
Martin McKeaveney 80488386dd Merge branch 'master' of github.com:Budibase/budibase 2022-05-24 23:07:30 +01:00
Martin McKeaveney 50c6ad9630 catch block in invalidate sessions 2022-05-24 22:57:32 +01:00
Budibase Release Bot 6765698702 Update pro version to 1.0.180 2022-05-24 19:19:28 +00:00
Budibase Release Bot 74ba842b76 v1.0.180 2022-05-24 19:17:59 +00:00
Rory Powell 6aea03fd44 Fix build 2022-05-24 20:09:22 +01:00
Rory Powell b69a0836f5 Identity updates 2022-05-24 20:01:13 +01:00
Budibase Release Bot bf0ca9784b Update pro version to 1.0.179 2022-05-24 17:00:49 +00:00
Budibase Release Bot 663d18593f v1.0.179 2022-05-24 16:59:27 +00:00
Dean 28804c395c Merge remote-tracking branch 'origin/develop' into feature/required-field-focus 2022-05-24 17:09:15 +01:00
Andrew Kingston eaf3eea73d Update shade of grey for side nav background colour when selected 2022-05-24 15:43:52 +01:00
Budibase Staging Release Bot 58cfc29dc5 Update pro version to 1.0.178-alpha.0 2022-05-24 14:27:47 +00:00
Budibase Staging Release Bot c1da01986f v1.0.178-alpha.0 2022-05-24 14:26:06 +00:00
Martin McKeaveney bdce546902
Merge pull request #5786 from Budibase/feature/app-overview-section
Feature/app overview section
2022-05-24 15:16:17 +01:00
Andrew Kingston f4eb6f36bd Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-05-24 13:36:13 +01:00
Budibase Release Bot 60d5d0f7cb Update pro version to 1.0.178 2022-05-24 11:31:34 +00:00
Budibase Release Bot 252735b3a3 v1.0.178 2022-05-24 11:30:17 +00:00
Dean a16e88acf0 Merge remote-tracking branch 'origin/develop' into feature/required-field-focus 2022-05-24 11:10:42 +01:00
Mel O'Hagan 93054b0129 Revert yarn lock alpha versioning 2022-05-24 10:38:55 +01:00
Mel O'Hagan 61c85baa1a Merge branch 'develop' into bug/sev3/bad-special-document-member 2022-05-24 10:36:17 +01:00
Andrew Kingston c262d17891 Revert yarn.lock 2022-05-24 10:31:34 +01:00
Mel O'Hagan 38df96e033 Update yarn lock 2022-05-24 10:31:20 +01:00
Andrew Kingston 2523f53246 Update order of schema enrichment in data fetch 2022-05-24 10:29:58 +01:00
Mitch-Budibase 1d3719603e
Merge pull request #5978 from Budibase/cypress-testing
Lead Generation Form Template Test + Refactor
2022-05-24 10:28:01 +01:00
Rory Powell 925fcf1991 Merge branch 'master' into develop 2022-05-24 10:24:53 +01:00
Budibase Release Bot 40f97a58b1 Update pro version to 1.0.177 2022-05-24 09:24:07 +00:00
Peter Clement 0365f7a1f2 Merge remote-tracking branch 'origin/master' into pc-fixes 2022-05-24 10:23:43 +01:00
Andrew Kingston 433920f284 Enrich data fetch subscriptions with additional JSON schema fields 2022-05-24 10:23:23 +01:00
Dean 1e826813f1 Merge remote-tracking branch 'origin/develop' into feature/required-field-focus 2022-05-24 10:23:13 +01:00
Budibase Release Bot 2f1f42a84d v1.0.177 2022-05-24 09:22:31 +00:00
Mel O'Hagan aba79086a0 Internal table columns cannot start with _ 2022-05-24 10:22:20 +01:00
Rory Powell ef13d6a821 Merge branch 'master' into develop 2022-05-24 10:20:08 +01:00
Rory Powell 105785a754 Fix pro and core versions 2022-05-24 10:11:55 +01:00
Peter Clement 754c9291e0 Merge remote-tracking branch 'origin/master' into pc-fixes 2022-05-24 09:58:31 +01:00
Peter Clement 6af3c733dd Merge branch 'pc-fixes' of github.com:Budibase/budibase into pc-fixes 2022-05-24 09:58:23 +01:00
Dean 702b62f8e6 Expanding the focus behaviour to more component types in the builder. Minor fix for cypress test 2022-05-24 09:58:05 +01:00
Rory Powell 9d0b4ef45e User context updates and misc fixes 2022-05-24 09:54:36 +01:00
Peter Clement 0455abc400 disable row selection within client table 2022-05-24 09:47:28 +01:00
Andrew Kingston 949ab2dac6 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-05-24 09:47:00 +01:00
Budibase Release Bot d762e8e679 Update pro version to 1.0.176 2022-05-24 08:29:39 +00:00
Budibase Release Bot a44bff0006 v1.0.176 2022-05-24 08:28:23 +00:00
Martin McKeaveney 10fe43050f adding default license env variable 2022-05-24 09:12:39 +01:00
Dean ecaae0ed8d Merge remote-tracking branch 'origin/develop' into feature/required-field-focus 2022-05-24 09:12:34 +01:00
Budibase Staging Release Bot e3bc9c4c90 Update pro version to 1.0.176-alpha.0 2022-05-23 22:53:16 +00:00
Budibase Staging Release Bot 163be3719c v1.0.176-alpha.0 2022-05-23 22:51:48 +00:00
mike12345567 d535afa542 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-05-23 23:43:57 +01:00
Budibase Release Bot 833b829c3e Update pro version to 1.0.175 2022-05-23 22:33:53 +00:00
Budibase Release Bot 80b35ef096 v1.0.175 2022-05-23 22:32:31 +00:00
mike12345567 fe1016d01b Adding the ability to force a new context. 2022-05-23 23:23:49 +01:00
Rory Powell 22aa226ca9 Event identification 2022-05-23 22:14:44 +01:00
Budibase Release Bot 89c51a1afc Update pro version to 1.0.174 2022-05-23 18:25:37 +00:00
Budibase Release Bot 7771898ed6 v1.0.174 2022-05-23 18:24:18 +00:00
Martin McKeaveney ea98ccabd6
Update pm2.config.js 2022-05-23 19:16:11 +01:00
Martin McKeaveney 878f5401d7 updating pm2 config files to be named correctly so commands are picked up 2022-05-23 19:13:02 +01:00
Budibase Release Bot 65b44906e0 Update pro version to 1.0.173 2022-05-23 17:15:41 +00:00
Budibase Release Bot b408b4079f v1.0.173 2022-05-23 17:14:13 +00:00
Martin McKeaveney 73404a6fb3 prevent issue with TTL dependency import 2022-05-23 17:38:02 +01:00
Budibase Staging Release Bot f66e36d494 Update pro version to 1.0.173-alpha.0 2022-05-23 16:14:33 +00:00
Budibase Staging Release Bot c8bdd7b059 v1.0.173-alpha.0 2022-05-23 16:13:12 +00:00
mike12345567 806a0c0389 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-05-23 17:03:36 +01:00
Martin McKeaveney 1cc140d50a making checklist cache length controllable through env var 2022-05-23 16:57:15 +01:00
Martin McKeaveney f8d0e6fea8 merge 2022-05-23 16:52:34 +01:00
Budibase Release Bot d7d1e9a5c3 Update pro version to 1.0.172 2022-05-23 15:49:57 +00:00
Budibase Release Bot 6af7e64085 v1.0.172 2022-05-23 15:48:30 +00:00
Martin McKeaveney b30c045663 enable clustering on server and worker services, better log output on user not found errors 2022-05-23 16:24:29 +01:00
Dean 1bc87704eb Merge remote-tracking branch 'origin/develop' into feature/required-field-focus 2022-05-23 16:13:26 +01:00
Dean f82316561a Refactored the approach to builder focus. Extending the behaviour beyond form fields 2022-05-23 16:12:56 +01:00
mike12345567 7be0dad245 Updating cache to 1 hour. 2022-05-23 16:06:47 +01:00
Budibase Staging Release Bot 799c290c86 Update pro version to 1.0.167-alpha.9 2022-05-23 14:18:44 +00:00
Budibase Staging Release Bot c12c1db195 v1.0.167-alpha.9 2022-05-23 14:17:10 +00:00
mike12345567 0e84430307 Removing old caching code. 2022-05-23 15:07:58 +01:00
Peter Clement 5d1a6c370b
Merge pull request #5795 from Budibase/feature/automation-test-sidebar
Add automation test sidebar
2022-05-23 15:07:37 +01:00
mike12345567 100f5a6f3c Moving the withCache function to backend-core so that it can be shared, as well as adding a cache busting function which can be used when one of the checklist configs changes. 2022-05-23 15:03:52 +01:00
Peter Clement 0a8cb11514 update Automation button placement and test details button 2022-05-23 14:11:37 +01:00
Budibase Release Bot c1ea4353df Update pro version to 1.0.171 2022-05-23 12:03:00 +00:00
Budibase Release Bot be3f4676fd v1.0.171 2022-05-23 12:01:23 +00:00
Martin McKeaveney 5e2155cbc7 simple login validation to prevent login without entering anything 2022-05-23 12:50:42 +01:00
Andrew Kingston d4a551f80a Improve performance when determining client component icons and update layout to allow for a better visual selection of the navigation section 2022-05-23 12:22:42 +01:00
Andrew Kingston 123f091730 Lint 2022-05-23 11:56:15 +01:00
Andrew Kingston a494aec6c6 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-05-23 11:54:24 +01:00
Andrew Kingston b5ded3d8b2 Add fade to DND position indicators 2022-05-23 11:52:50 +01:00
Andrew Kingston 05d627b846 Finish new component DND experience 2022-05-23 11:50:26 +01:00
Rory Powell 6ea7912a73 Merge branch 'feature/posthog-v2' into feature/event-backfill 2022-05-23 10:29:33 +01:00
Andrew Kingston b9dd1068f2 Add WIP component DND indicator refactor 2022-05-23 09:42:55 +01:00
MihailHadzhiev2022 4b69f5ec9c adding interact locators for APP_Publish_WORK_FLOW 2022-05-23 11:36:54 +03:00
Rory Powell 80a82bbcc3 Merge branch 'develop' into feature/posthog-v2 2022-05-23 09:04:00 +01:00