1
0
Fork 0
mirror of synced 2024-09-16 01:07:19 +12:00
Commit graph

866 commits

Author SHA1 Message Date
mike12345567
b20ef0c146 Linting. 2022-07-28 13:40:04 +01:00
mike12345567
348f7e2d1c 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
Mel O'Hagan
406362b3f9 Merge branch 'develop' into feature/multiselect-filters 2022-07-27 18:08:37 +01:00
Mel O'Hagan
03daaa5a9c Add multiselect contains filters to custom query 2022-07-27 17:54:49 +01:00
Mel O'Hagan
1afb64d7f9 Support for string bindings as array 2022-07-27 17:34:42 +01:00
Andrew Kingston
30256bbb8d Add groundwork for custom themes based off other themes 2022-07-27 16:37:35 +01:00
Mel O'Hagan
17bb56a772 Has any of MySQL filter 2022-07-27 13:19:47 +01:00
Andrew Kingston
a307d91faf Slightly darken nord borders 2022-07-27 13:11:36 +01:00
Andrew Kingston
8c69cb8130 Slightly increase hover contrast in nord theme 2022-07-27 13:08:40 +01:00
Andrew Kingston
b9fdce9316 Slightly darken borders in nord theme 2022-07-27 13:07:01 +01:00
Mel O'Hagan
b5dbeb49e4 Has any filter InternalDB 2022-07-27 13:02:46 +01:00
Andrew Kingston
31ddce3ada Merge branch 'master' of github.com:Budibase/budibase into design-updates 2022-07-27 11:19:39 +01:00
Mel O'Hagan
291e13641d Merge branch 'develop' into feature/multiselect-filters 2022-07-27 10:18:07 +01:00
Peter Clement
548e8d518c Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab 2022-07-26 20:19:33 +01:00
mike12345567
d30e27d27d Merge branch 'master' of github.com:Budibase/budibase into develop 2022-07-26 17:25:55 +01:00
Mel O'Hagan
93f60ec095 NotContains internalSearch 2022-07-26 17:21:58 +01:00
Andrew Kingston
678434fe2d Tweak midnight theme 2022-07-26 13:45:08 +01:00
Andrew Kingston
3290bc78d7 Add midnight theme 2022-07-26 13:41:46 +01:00
Andrew Kingston
8da7586ba2 Update tooltip to use theme colour rather than static grey 2022-07-26 13:41:18 +01:00
Andrew Kingston
ec6e17748a Merge branch 'master' of github.com:Budibase/budibase into nord-theme 2022-07-26 11:46:28 +01:00
Peter Clement
25d13d4a72 move bulk update / delete functionality out of controller 2022-07-25 16:58:30 +01:00
Andrew Kingston
d1b18bd20d Update role colours 2022-07-25 15:23:37 +01:00
Andrew Kingston
303bfd5be4 Make block searching on dates useful by using a range of the whole day 2022-07-22 11:10:20 +01:00
Peter Clement
ad1cf0726f Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab 2022-07-21 11:47:08 +01:00
Peter Clement
88f1db74b7 updating license check to search for feature 2022-07-21 09:52:01 +01:00
Mel O'Hagan
9f8eb695d8 Merge branch 'develop' into feature/contains-filter 2022-07-19 18:10:12 +01:00
Peter Clement
94d999faf9 Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab 2022-07-19 14:54:29 +01:00
Mel O'Hagan
ac378e1839 Contains now works for internalSearch array type 2022-07-19 14:11:40 +01:00
Andrew Kingston
f0e84b94f5 Fix bug with sequential helper 2022-07-15 13:09:48 +01:00
Andrew Kingston
0d2509a7f6 Update sequential helper to properly queue promises 2022-07-15 13:08:14 +01:00
Peter Clement
819ce4e360 Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab 2022-07-14 13:32:51 +01:00
Peter Clement
f980d55af3 some user table fixes 2022-07-13 15:46:10 +01:00
Peter Clement
eff78240a6 improve performance of adding users and groups 2022-07-11 15:29:39 +01:00
Andrew Kingston
16116f2877 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-07-11 10:33:50 +01:00
mike12345567
53ead79de2 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
Peter Clement
00ef0e3ef9 Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab 2022-07-05 16:04:01 +01:00
Peter Clement
3de2123dc4 group / user app assignment 2022-07-05 09:21:59 +01:00
mike12345567
21a78d6fc8 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-07-01 15:14:12 +01:00
Martin McKeaveney
836af2ffbe Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-07-01 00:34:50 +01:00
mike12345567
1efd77c790 Updating to maintain the old worker API for deprecation purposes, but removing from frontend usage. 2022-06-30 16:01:14 +01:00
mike12345567
062d834950 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
mike12345567
98c486655b 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
45fc55278e add InputPicker component and finish onboarding flow 2022-06-29 19:04:18 +01:00
Mel O'Hagan
78217d825b Merge branch 'develop' into feature/in-not-in-filter 2022-06-29 09:05:28 +01:00
Andrew Kingston
748a7de1ec Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-29 09:01:48 +01:00
Martin McKeaveney
0c04ac58a6 move logic to cloud URL to backend 2022-06-28 22:45:05 +01:00
Martin McKeaveney
3f26814f39 adding external call for preview URL 2022-06-28 19:26:59 +01:00
Martin McKeaveney
251520bcd1 adding types 2022-06-28 12:16:23 +01:00
Mel O'Hagan
c0967ffe01 Remove console log 2022-06-27 14:37:15 +01:00
Mel O'Hagan
3a65c87714 Handle number 'Is in' 2022-06-27 14:32:20 +01:00
Martin McKeaveney
2a15ac97bb adding endpoint to cloud to check for beta access 2022-06-27 14:28:25 +01:00
Mel O'Hagan
08f1ddddd0 Handle number types custom query 2022-06-27 13:54:03 +01:00
Mel O'Hagan
de01b684f0 Split string by comma if not array 2022-06-27 13:38:43 +01:00
Mel O'Hagan
c5cfe0539c Add 'Is in' filter option to number type 2022-06-27 13:36:03 +01:00
Mel O'Hagan
ea94983e69 Remove NotIn constant 2022-06-24 21:36:38 +01:00
Mel O'Hagan
abcf9752c1 Removed notOneOf 2022-06-24 21:29:19 +01:00
mike12345567
a60c41e58b Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-06-24 17:43:59 +01:00
Mel O'Hagan
36a59632c4 Add (not)oneOf filter methods 2022-06-24 14:41:08 +01:00
Mel O'Hagan
848b42dad5 Add In/NotIn constants 2022-06-24 14:39:16 +01:00
Andrew Kingston
0dbc4fcd3c Pull in more work from new design UI 2022-06-24 14:31:35 +01:00
mike12345567
063540fe0a 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
Peter Clement
d952b9a3bb updated store and finished groups tab 2022-06-22 13:55:31 +01:00
Andrew Kingston
a0d83eefaa Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-22 12:49:46 +01:00
Andrew Kingston
680849d561 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
ad57889c79 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-21 15:10:58 +01:00
mike12345567
2d04c57575 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-06-21 14:25:09 +01:00
Mel O'Hagan
bb083899a0 prettier 2022-06-21 09:41:08 +01:00
Mel O'Hagan
a2572889e9 Change constant to pascal case 2022-06-21 09:40:37 +01:00
Mel O'Hagan
48046b4b90 Add constants for sql int max min ranges 2022-06-20 17:26:35 +01:00
Andrew Kingston
6845f86689 Add option to customise which columns are exported in export data action 2022-06-20 12:32:13 +01:00
Peter Clement
b7cc71a623 saving and fetching groups from couch 2022-06-15 16:51:30 +01:00
Andrew Kingston
b5d635c83f Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-15 15:32:33 +01:00
mike12345567
c4ab4b5af8 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-06-15 15:08:48 +01:00
Andrew Kingston
12961806ff 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
Martin McKeaveney
02320c0ee0 Beta tab initial test for E2E, needs styled 2022-06-08 10:20:47 +01:00
Andrew Kingston
d059433f1f Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-07 08:45:57 +01:00
Martin McKeaveney
d15dfb83fc new ui functionality working from S3 bucket 2022-06-06 23:30:36 +01:00
Rory Powell
33f44f6ee7 Remove todos 2022-06-06 11:11:13 +01:00
Martin McKeaveney
dabbab4c83 rough implementation 2022-06-03 12:50:38 +01:00
mike12345567
fe84c0f21c 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
mike12345567
34759c7916 Adding real history to the history tab, getting storage to couch and retrieval + api working. 2022-06-01 16:01:06 +01:00
Rory Powell
2a00f6498d Merge branch 'feature/posthog-v2' into feature/event-backfill 2022-05-29 00:25:40 +01:00
Rory Powell
857cd2d735 Merge branch 'develop' into feature/posthog-v2 2022-05-28 23:03:31 +01:00
Andrew Kingston
416baf556c Update order of schema enrichment in data fetch 2022-05-24 10:29:58 +01:00
Andrew Kingston
d84150d26f Enrich data fetch subscriptions with additional JSON schema fields 2022-05-24 10:23:23 +01:00
Andrew Kingston
fcf682b827 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-05-23 11:54:24 +01:00
Rory Powell
4841c84861 Merge branch 'feature/posthog-v2' into feature/event-backfill 2022-05-23 10:29:33 +01:00
Rory Powell
70fff5c7b9 Merge branch 'develop' into feature/posthog-v2 2022-05-23 09:04:00 +01:00
mike12345567
2acf1053d9 Merge branch 'develop' of github.com:Budibase/budibase into feature/portal-usage 2022-05-19 21:25:41 +01:00
Peter Clement
2f1401a576 Merge pull request #5966 from Budibase/feat/qa-templates
Return QA templates when environment variable is set
2022-05-19 15:08:17 +01:00
Andrew Kingston
27788626ec Remove some log statements 2022-05-19 09:17:09 +01:00
Peter Clement
2fb7777c5d Return QA templates when TEST_ENV environmentvariable is set 2022-05-18 16:21:17 +01:00
mike12345567
e61efc5474 Merge branch 'develop' of github.com:Budibase/budibase into feature/portal-usage 2022-05-18 10:56:44 +01:00
mike12345567
c528896e2d Finishing off UI, expanding settings menus from 80ch to 90ch as they were quite restricted and made the usage UI a bit difficult to view. Added a DISABLE_DEVELOPER_LICENSE env variable for testing. 2022-05-17 17:44:40 +01:00
Andrew Kingston
08a98b4b95 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-05-17 12:59:15 +01:00
mike12345567
b24a108d80 Porting UI, still needs testing. 2022-05-16 18:13:59 +01:00
Mel O'Hagan
db2cfd077f Allow SMTP config to be cleared 2022-05-12 16:57:54 +01:00
Mel O'Hagan
827f78f8a0 Add deleteConfig to API 2022-05-12 16:57:05 +01:00
Andrew Kingston
316d5d682f Improve role colours and ordering 2022-05-10 14:02:00 +01:00
Andrew Kingston
afa5f5e6cd Move some role logic to frontend core and enable client library to preferentially route to home screens 2022-04-28 15:13:33 +01:00
Rory Powell
1caf4b1965 Merge branch 'develop' into feature/posthog-v2 2022-04-27 16:32:00 +01:00
Rory Powell
d2a4e0a934 Merge branch 'develop' into feature/licensing 2022-04-20 14:59:36 +01:00
Mel O'Hagan
9b5ad2dacc Get latest RevId if not provided 2022-04-20 11:51:01 +01:00
Rory Powell
03ba6d914f Merge branch 'develop' into feature/licensing 2022-04-12 16:18:41 +01:00
Andrew Kingston
0427b9dc7f Merge branch 'develop' of github.com:Budibase/budibase into nord-theme 2022-04-04 12:19:29 +01:00
Rory Powell
75d5c0c0b9 Merge branch 'feature/licensing' into feature/posthog-v2 2022-03-28 09:47:34 +01:00
Rory Powell
3e5e95a9c1 Add analytics to backend-core. Update server posthog usage 2022-03-25 13:04:34 +00:00
Rory Powell
715d42d3e6 Merge branch 'develop' into feature/licensing 2022-03-21 17:13:16 +00:00
Martin McKeaveney
aaf84b6995 updating analytics endpoint, removing old NPS survey 2022-03-21 08:00:03 +00:00
Peter Clement
a2c3257515 send export file from backend 2022-03-16 10:22:06 +00:00
Andrew Kingston
55a68890af Add nord theme 2022-03-15 11:18:34 +00:00
Rory Powell
7698e9293c Self Host <-> Licensing integration 2022-03-09 21:16:22 +00:00
Rory Powell
7151c86224 Merge branch 'develop' into labday/status-banner 2022-03-08 16:31:07 +00:00
Martin McKeaveney
14cffcd6ff merge 2022-03-08 12:40:41 +01:00
Martin McKeaveney
975eb0b99e merge from master 2022-03-08 12:34:27 +01:00
Peter Clement
ed2c210db8 Add button action allowing for export of client row selection 2022-03-07 12:06:11 +00:00
Andrew Kingston
3d7e5c6313 Fix relative usage of S3 upload API calls 2022-03-07 09:57:03 +00:00
Martin McKeaveney
7c971586aa Merge pull request #4621 from mslourens/show_current_version
fix getting the current version
2022-03-06 21:57:47 +01:00
Andrew Kingston
e58fa37b6e Merge pull request #4750 from Budibase/fix/option-picker-values
Fixes for 409s and option picker values
2022-03-03 12:37:59 +00:00
Andrew Kingston
0f295afb04 Make component setting updates sequential to prevent 409s 2022-03-01 11:11:56 +00:00
mike12345567
4086c8f439 Fixes for review comments. 2022-02-28 18:39:05 +00:00
Rory Powell
9e0a10955a Add status banner that reacts to cypress healthcheck failures 2022-02-24 14:41:24 +00:00
Maurits Lourens
225bea021d fix getting the current version 2022-02-22 10:10:41 +01:00
mike12345567
6cbf186ead Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api 2022-02-21 14:34:06 +00:00
Rory Powell
814b5ae5ab Merge branch 'master' into develop 2022-02-18 11:57:54 +00:00
Martin McKeaveney
e8d5d54f5d bug fix for handlebars expression, show budibase version in updates panel 2022-02-17 10:12:35 +01:00
mike12345567
f0b02cf9a9 Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api 2022-02-16 15:30:48 +00:00
mike12345567
e5289ddcee Fixing #4522 - frontend-core refactor changed how some of these endpoints were used. 2022-02-16 13:13:40 +00:00
mike12345567
edd4a3233e Shifting over all of self API, deprecating old endpoints. 2022-02-14 18:11:35 +00:00
mike12345567
3fb3a5e47d Moving APIs around after some discussion, creating a self API to make it obvious. 2022-02-10 18:34:55 +00:00
Michael Drury
911f2780ef Start of API key modal. 2022-02-09 20:30:52 +00:00
Andrew Kingston
14eca1b461 Merge branch 'frontend-core' of github.com:Budibase/budibase into experimental-hbs-caching 2022-02-01 16:49:59 +00:00
Andrew Kingston
de12e0dc79 Merge branch 'develop' of github.com:Budibase/budibase into frontend-core 2022-02-01 16:46:00 +00:00
Andrew Kingston
21a771ff70 Merge in client bundle size reductions 2022-01-31 19:02:59 +00:00
Andrew Kingston
fcd79ed70a Merge branch 'client-bundle-size-reduction' into experimental-hbs-caching 2022-01-31 18:58:19 +00:00
Andrew Kingston
a3f13508d8 Disable API caching by default and deep clone data fetch config to avoid direct mutation side effects 2022-01-26 17:44:14 +00:00
Andrew Kingston
29f47198c6 Remove built-in patch functionality from core API client and instead manually patch client library API endpoints 2022-01-25 19:22:43 +00:00
Andrew Kingston
bd04d627d2 Add missing API client documentation and fix S3 upload endpoints to make them consistent 2022-01-25 16:54:55 +00:00
Andrew Kingston
673deddc8c Fix JSON content missing from handled API errors 2022-01-25 08:25:16 +00:00
Andrew Kingston
25df85b91f Fix custom API response parsing not working 2022-01-25 08:10:49 +00:00
Andrew Kingston
a8f9138001 Fix email template update endpoint 2022-01-25 08:04:56 +00:00
Andrew Kingston
b75401edfb Remove log 2022-01-24 19:15:06 +00:00
Andrew Kingston
bed1f0e092 Fix issue with create app endpoint sending json content type header 2022-01-24 19:06:18 +00:00
Andrew Kingston
ba669dbcf4 Include missing layout endpoints 2022-01-24 16:50:33 +00:00
Andrew Kingston
c08fadc7b0 Move API client in builder to top level under src and fix some endpoints not being imported 2022-01-24 16:38:36 +00:00
Andrew Kingston
30fa72665a Merge branch 'develop' of github.com:Budibase/budibase into frontend-core 2022-01-24 15:46:54 +00:00
Andrew Kingston
db3b4c0b8c Update remaining builder stores to use new core API and handle errors properly 2022-01-24 14:32:27 +00:00
Andrew Kingston
453386696f Refactor all backend stores and their usages to use new core API and handle errors 2022-01-24 12:37:22 +00:00
Andrew Kingston
816ced96df Update all API usages in builder components directory 2022-01-24 10:44:37 +00:00
Andrew Kingston
59349f2451 Add lots more work on refactoring builder to use core API 2022-01-21 15:09:27 +00:00
Andrew Kingston
f100ae42fd Add more work on API refactor in builder 2022-01-21 09:10:59 +00:00
Andrew Kingston
e6cddcca3e Add more builder API refactor updates 2022-01-20 19:53:55 +00:00
Andrew Kingston
6319760b8c More work on builder API refactor 2022-01-20 19:27:15 +00:00
Andrew Kingston
6a7aed1c0d Update parts of builder with core API refactor 2022-01-20 18:42:30 +00:00
Andrew Kingston
b74815d41b Add URL to error objects 2022-01-20 14:27:43 +00:00
Andrew Kingston
21443b0e53 Tidy core API client 2022-01-20 13:55:07 +00:00
Andrew Kingston
978c3984e9 Extract error mesages better when throwing errors in core api client 2022-01-20 13:37:06 +00:00
Andrew Kingston
d494e53786 Remove static functions from data fetch models 2022-01-20 11:50:18 +00:00
Andrew Kingston
6a07e727cd Fix recursion issue with applying API method patches 2022-01-20 11:26:43 +00:00
Andrew Kingston
1ec3a91cae Update usages of utils and helpers in the builder 2022-01-20 11:19:37 +00:00
Andrew Kingston
aab7adce03 Update remaining dependency issues in client 2022-01-20 10:16:13 +00:00
Andrew Kingston
e3258a0caf Add helpers into BBUI rather than frontend core and fix A11y issue 2022-01-20 10:14:39 +00:00
Andrew Kingston
6e58820b45 Merge branch 'develop' of github.com:Budibase/budibase into frontend-core 2022-01-20 09:43:23 +00:00
Andrew Kingston
6694bdc651 Add core API implementation and update most of client library to use it 2022-01-20 09:40:53 +00:00
Andrew Kingston
9d4f18f1ce Merge branch 'develop' of github.com:Budibase/budibase into frontend-core 2022-01-19 13:54:39 +00:00
Andrew Kingston
0201841b90 Add initial work on frontend-core refactor 2022-01-18 09:39:19 +00:00