1
0
Fork 0
mirror of synced 2024-08-28 00:12:02 +12:00
Commit graph

373 commits

Author SHA1 Message Date
Martin McKeaveney
21ff46f18e fix import 2021-01-15 13:50:11 +00:00
Martin McKeaveney
75c787553b lint 2021-01-15 13:42:55 +00:00
Martin McKeaveney
0a3d338985 query and datasource unit tests 2021-01-14 20:51:03 +00:00
Martin McKeaveney
1b51113c44 pass field values in binding drawer 2021-01-14 14:22:24 +00:00
Martin McKeaveney
267e85c2bf tidy up 2021-01-13 18:29:51 +00:00
Martin McKeaveney
01ff661f17 schema updates, custom fields 2021-01-13 16:39:47 +00:00
Martin McKeaveney
33d63607e2 Add all CRUD ops to airtable integration 2021-01-12 17:45:43 +00:00
Martin McKeaveney
d05f1666fc further syntax highlighting updates 2021-01-12 16:49:11 +00:00
Martin McKeaveney
a48869a2f0 merge 2021-01-11 20:29:33 +00:00
Martin McKeaveney
15de3c8f83 styling, async data fetching 2021-01-11 20:17:56 +00:00
Martin McKeaveney
b76d42bcde use dynamic input in query 2021-01-11 15:34:43 +00:00
Martin McKeaveney
102b7ce61f binding data context in component 2021-01-08 18:22:03 +00:00
Martin McKeaveney
8e40f4b5f8 Allow dynamic query execution from front end components 2021-01-08 12:06:37 +00:00
Martin McKeaveney
d1a119f06a new datasource design 2021-01-07 13:13:46 +00:00
Joe
078d8c07bb Fix: Text overlap in data table#961
fix: Text overlap in data table #961

This fix clamps the text to one line and hides the overflow with an ellipsis.
2021-01-07 12:15:55 +00:00
Andrew Kingston
c5263999c3 Update autoscreen toggle text 2021-01-07 10:00:24 +00:00
Andrew Kingston
a5b574d61e Small text change to autoscreen toggle 2021-01-07 09:32:44 +00:00
Andrew Kingston
ff93d30608 Add toggle to make autoscreens optional 2021-01-06 16:03:00 +00:00
Martin McKeaveney
d7a0d29b03 switching between queries 2021-01-06 12:28:51 +00:00
Martin McKeaveney
755fa0ac4a allow execution of external connector queries from button clicks 2021-01-04 18:57:16 +00:00
Martin McKeaveney
d27a264c96 better UI feedback 2021-01-04 10:39:17 +00:00
Martin McKeaveney
b4b4941003 use queries in front end 2020-12-30 12:58:39 +00:00
Martin McKeaveney
30b4c2467f codemirror 2020-12-30 11:46:37 +00:00
Martin McKeaveney
29b51bc6c2 separation of datasources and queries 2020-12-18 18:19:43 +00:00
kevmodrome
55e364071f remove console logs 2020-12-18 11:12:00 +01:00
kevmodrome
b3497d3846 fixes encoding issue of file to work with non-english chars 2020-12-18 11:10:36 +01:00
kevmodrome
1ce7dfda79 fixes CreateEditRow not display multiselect correctly when long-form component was used 2020-12-16 13:00:07 +01:00
Andrew Kingston
63d9371b4d Small JS syntax refactor 2020-12-14 13:36:09 +00:00
Andrew Kingston
75b971f6ff Rename create new row to create new user for users table 2020-12-14 13:24:09 +00:00
Martin McKeaveney
7255a21819 merge 2020-12-12 20:09:04 +00:00
Andrew Kingston
b842a2addc Cache roles in store and add role selector for screens 2020-12-09 15:35:57 +00:00
Andrew Kingston
05b9c3fa68 Fix selected row state not resetting properly 2020-12-09 11:31:50 +00:00
mike12345567
4d5ac0ee9e Updating builder/server in a few ways, to allow creating users with extra columns attached, allowing password to be updated in the builder and making sure that all row endpoints correctly pass through the user controller so that we can still have customised functionality for users (such as making sure password is never returned). 2020-12-08 17:33:08 +00:00
Andrew Kingston
495427082f Add custom renderer for user roles to show pretty names 2020-12-08 14:03:47 +00:00
Andrew Kingston
77f049d1bd Merge branch 'master' of github.com:Budibase/budibase into feature/security-update 2020-12-08 13:16:53 +00:00
Andrew Kingston
1c73786226 Update user editing to support new email field 2020-12-08 11:43:37 +00:00
Martin McKeaveney
a7789067d3 fix layout bugs, some tidy up 2020-12-07 20:29:41 +00:00
Andrew Kingston
b70512ada2 Add custom modal for creating and editing users 2020-12-07 19:05:39 +00:00
mike12345567
74f5197865 Merge branch 'username-email' of github.com:Budibase/budibase into feature/security-update 2020-12-07 18:08:20 +00:00
Martin McKeaveney
3af5ec36b8 merge 2020-12-07 15:53:51 +00:00
Martin McKeaveney
15279f2c41 lint 2020-12-04 14:46:21 +00:00
Andrew Kingston
1bc339679a Add modal for editing user roles 2020-12-04 08:27:42 +00:00
kevmodrome
afac1857bc now uses RichText component in create/edit row modal on the backend 2020-12-03 15:37:04 +01:00
Martin McKeaveney
d7bff037bc tidy up 2020-12-02 17:07:30 +00:00
mike12345567
b55c4bc9c0 Merge branch 'master' of github.com:Budibase/budibase into feature/page-refactor 2020-11-30 11:47:08 +00:00
Martin McKeaveney
30b28c12ca allow password creation 2020-11-27 15:33:32 +00:00
Martin McKeaveney
d78e2c8d94 allow creation of username 2020-11-27 15:24:43 +00:00
mike12345567
060fee722c Merge branch 'component-sdk' of github.com:Budibase/budibase into feature/page-refactor 2020-11-27 15:11:56 +00:00
Martin McKeaveney
4a8c37440e prevent username changing 2020-11-27 14:59:27 +00:00
Martin McKeaveney
eae0ed5468 fix tests 2020-11-27 14:36:36 +00:00
Martin McKeaveney
6cca720117 browse contents of s3 buckets from within budibase 2020-11-26 21:23:20 +00:00
Martin McKeaveney
9a6ac6915b CouchDB integration E2E 2020-11-26 17:34:15 +00:00
Martin McKeaveney
fbf501aebc mongoDB end to end 2020-11-26 16:46:36 +00:00
Martin McKeaveney
298ef30360 budibase postgres E2E working 2020-11-26 14:43:56 +00:00
mike12345567
8a013c33c3 Major re-work, client library stills needs some work but it appears layouts and screens are no longer inter-dependent. 2020-11-25 17:56:09 +00:00
Martin McKeaveney
ce4bf552f1 fix users test, remove superfluous files 2020-11-25 15:30:10 +00:00
mike12345567
e1314b0d88 Starting work on builder, very broken. 2020-11-24 18:11:34 +00:00
Martin McKeaveney
2f996d4e68 users as table working end to end 2020-11-24 17:00:15 +00:00
Martin McKeaveney
a92d54f9a7 user table and relationships complete 2020-11-24 14:04:14 +00:00
Martin McKeaveney
f9785a69a2 fix fast view switching bug 2020-11-23 12:12:03 +00:00
mike12345567
63f7641c9e linting. 2020-11-17 18:13:21 +00:00
Michael Drury
a423664f4c Large update, tests passing, have simplifed access level API, access levels and permissions are now totally separate. 2020-11-13 15:35:20 +00:00
Martin McKeaveney
8b5db4493e fix auto screens issue 2020-11-09 15:55:36 +00:00
Andrew Kingston
b2738f3177 Fix autoscreens sometimes created in public rather than private page 2020-11-09 08:40:47 +00:00
mike12345567
d57368eb8b Refactoring to replace the use of frontend store.screens with derived allScreens and currentScreens. 2020-11-05 17:47:27 +00:00
mike12345567
105d407ce8 Further updates to clear out all usage of the old frontend store functions. 2020-11-05 11:44:18 +00:00
Martin McKeaveney
1106026687 cut over to new frontend store 2020-11-04 17:09:45 +00:00
Martin McKeaveney
a874399d01 Merge pull request #812 from Budibase/lock-columns
prevent drag on first two columns
2020-11-02 13:13:28 +00:00
Martin McKeaveney
23add6fdcc prevent drag on first two columns 2020-11-02 12:33:18 +00:00
Andrew Kingston
db51fad9b7 Remove ag-grid loading overlay color 2020-11-02 09:15:39 +00:00
Andrew Kingston
cb25dd97b3 Enabling the dark side 2020-10-29 20:42:34 +00:00
Martin McKeaveney
e74d754f32 fixing attachment height 2020-10-28 22:21:41 +00:00
Andrew Kingston
1e41461a90 Rename deletion modal titles and fixing cypress tests 2020-10-28 16:05:19 +00:00
Andrew Kingston
1a8da28c09 Merge ag-grid backend UI and update styles 2020-10-28 15:20:56 +00:00
Martin McKeaveney
a3e813f67e finally reached the summit of the cypress mountain 2020-10-28 09:50:05 +00:00
Martin McKeaveney
f84c7c4070 styling updates from code review 2020-10-27 22:57:05 +00:00
Martin McKeaveney
e56259a4c1 cypress green 2020-10-27 22:06:51 +00:00
Martin McKeaveney
3e7a5e112a fix cypress table creation tests 2020-10-27 16:01:27 +00:00
Andrew Kingston
add4162000 Format with prettier 2020-10-27 15:28:13 +00:00
Andrew Kingston
a93757a8d9 Fix cypress tests 2020-10-27 15:26:07 +00:00
Martin McKeaveney
50f21e61ff bulk delete, delete column from panel 2020-10-27 13:04:32 +00:00
Andrew Kingston
bf14c3045d Lint 2020-10-27 09:37:20 +00:00
Andrew Kingston
fae4037a65 Remove bunch of unused components and tidy up unused references 2020-10-27 09:10:20 +00:00
Martin McKeaveney
e025609539 cypress test fixes 2020-10-26 21:43:04 +00:00
Martin McKeaveney
3f587a4756 lint 2020-10-26 18:07:08 +00:00
Martin McKeaveney
341843af84 restructuring, more styling updates on table, renaming 2020-10-26 17:42:00 +00:00
Andrew Kingston
3626d8da2b Replace backend usages of dropdown menus with common components 2020-10-26 14:34:52 +00:00
Martin McKeaveney
137c3ccdec tidy up 2020-10-26 09:37:53 +00:00
Martin McKeaveney
4549e8e5b2 reinstating relationships 2020-10-25 17:05:11 +00:00
Martin McKeaveney
4681033535 allow editing row from modal 2020-10-23 23:55:51 +01:00
Martin McKeaveney
80b76f5f30 update table headers on table change 2020-10-23 22:34:40 +01:00
Martin McKeaveney
eb1192ebc0 more ag grid styling 2020-10-23 17:38:10 +01:00
Andrew Kingston
9a32997591 Reduce unecessary div layers 2020-10-23 12:57:35 +01:00
Andrew Kingston
14b13c7c52 Update data page to use new styles 2020-10-23 12:25:22 +01:00
Andrew Kingston
7271662cc8 Update routing to use new page names 2020-10-22 17:46:44 +01:00
Martin McKeaveney
be407ece71 popovers replaced with table icons 2020-10-22 15:45:58 +01:00
Martin McKeaveney
4ae78dd74d Merge branch 'master' of github.com:Budibase/budibase into backend-ag-grid 2020-10-21 15:03:31 +01:00
Martin McKeaveney
dc08fc13d2 ag grid updates 2020-10-21 13:42:26 +01:00
Martin McKeaveney
1add16147d rename data design, ag grid mvp 2020-10-21 11:15:02 +01:00
Andrew Kingston
c0e0b48a80 Allow CSV upload in browser and add display column option 2020-10-19 19:24:05 +01:00
Martin McKeaveney
272f79e70f fix text overflow 2020-10-19 16:07:29 +01:00
Andrew Kingston
a0a691e39b Create links to 'list' autoscreens 2020-10-17 18:20:06 +01:00
Martin McKeaveney
67e8490eac Merge pull request #743 from Budibase/bug/minor-fixes
Minor fixes - Chuckles
2020-10-17 12:16:46 +01:00
Michael Shanks
45322846c0 Primary display column is always required 2020-10-16 21:50:58 +01:00
mike12345567
c2a7510d19 Some minor fixes, right padding wasn't the same as left padding and fixing 404 when deleting a view. 2020-10-16 18:05:45 +01:00
mike12345567
ebffeeb998 Fixing some issues found with deleting tables and relationships not getting cleaned up fully + builder not updating - also making sure builder store initial state of screens is accurate. 2020-10-16 13:48:59 +01:00
mike12345567
82a9bbb478 Merge branch 'master' of github.com:Budibase/budibase into bug/casing-table-fix 2020-10-16 09:53:38 +01:00
mike12345567
335043440d Fixing issues with table columns allowing weirdness to happen around casing, now only one column with a particular name can be specified, no matter what the case, but the case will be respected. 2020-10-15 18:09:19 +01:00
Martin McKeaveney
71a7482dda lint 2020-10-15 17:05:09 +01:00
Martin McKeaveney
3dac1e2a78 allow users to remove a calculation 2020-10-15 15:02:22 +01:00
Martin McKeaveney
a34a59880e merge from master 2020-10-15 14:41:29 +01:00
mike12345567
e70c0f32c7 Some changes for authentication and getting rid of allScreens component of store as it was causing confusion and breakages. 2020-10-15 13:52:56 +01:00
Martin McKeaveney
f0f9015819 more filtering updates 2020-10-15 12:09:41 +01:00
Martin McKeaveney
a23440c740 adding sum and count functionality, preventing user from doing bad filters 2020-10-15 10:48:57 +01:00
Martin McKeaveney
a2f64a80a0 Merge branch 'master' of github.com:Budibase/budibase into martin-more-bugfixes 2020-10-15 09:29:59 +01:00
Martin McKeaveney
988789f1d4 frontend bug fixes, remove bindable prop, add not equals filter 2020-10-14 21:43:36 +01:00
Andrew Kingston
d5630760cc Rename usages of primary display column to just display column 2020-10-14 20:38:32 +01:00
Andrew Kingston
008b59829b Merge branch 'more-bug-fixes' of github.com:Budibase/budibase into screen-updates 2020-10-14 20:16:01 +01:00
Andrew Kingston
472dded1fc Move primary display column option in to column popover 2020-10-14 19:40:01 +01:00
mike12345567
dbd6237e44 Fixing a bug where if you created a column without a name editting it would create another column and also adding an option to remove sorting from your table. 2020-10-14 18:04:21 +01:00
Martin McKeaveney
4823e66fe9 merge 2020-10-14 15:08:54 +01:00
Martin McKeaveney
79b50dc0b7 lint 2020-10-14 13:21:43 +01:00
mike12345567
e33dd65768 Upgrading prettier svelte plugin until found a version that works for our formatting without breaking on some syntax. 2020-10-14 12:22:43 +01:00
mike12345567
e96098c5f4 Some design changes and moving around screen deletion to centralise it. 2020-10-14 11:56:02 +01:00
mike12345567
23c8339827 Adding info to the table deletion about screens that will be deleted and deleted template screens when table deleted. 2020-10-13 19:37:52 +01:00
Martin McKeaveney
2b3b41e778 bulk deletes on grid 2020-10-13 16:17:07 +01:00
Martin McKeaveney
8bac014955 optional chaining for backend ui models 2020-10-13 15:40:59 +01:00
Martin McKeaveney
55527784ed Merge branch 'master' of github.com:Budibase/budibase into bugz 2020-10-13 12:52:55 +01:00
Martin McKeaveney
fa6880f291 Merge branch 'master' of github.com:Budibase/budibase into bugz 2020-10-13 10:59:31 +01:00
Martin McKeaveney
7d8cb16824 prevent duplicate table names 2020-10-13 10:59:24 +01:00
mike12345567
ca9012d07d Merge branch 'feat/linked-records-data-source' of github.com:Budibase/budibase into endpoint-renaming 2020-10-13 09:58:31 +01:00
mike12345567
5e9d32824c Merge branch 'feat/linked-records-data-source' of github.com:Budibase/budibase into endpoint-renaming 2020-10-13 09:58:08 +01:00
Andrew Kingston
0aeed3241e Remove random text 2020-10-13 09:51:43 +01:00
Andrew Kingston
652e3b43ed Remove console.log statement 2020-10-13 09:47:12 +01:00
Andrew Kingston
ae63877d67 Merge branch 'master' of github.com:Budibase/budibase into feat/linked-records-data-source 2020-10-12 21:35:51 +01:00
mike12345567
51ed75978b Merge branch 'master' of github.com:Budibase/budibase into endpoint-renaming 2020-10-12 17:45:11 +01:00
Michael Shanks
f1604992db Merge pull request #703 from mjashanks/fixes
Some Fixes
2020-10-12 16:34:48 +01:00
Andrew Kingston
0ec10acc43 Update pagination to handle any number of pages 2020-10-12 16:33:38 +01:00
Michael Shanks
4a32c7981a fix: view filter displaying incorrect options 2020-10-12 15:32:49 +01:00
mike12345567
12242cf6b2 Merge branch 'master' of github.com:Budibase/budibase into endpoint-renaming 2020-10-12 15:25:27 +01:00
mike12345567
9841aab689 Fixes the link doc ID so that they do not start with automation ID and fixes an error that was occurring when creating tables. 2020-10-12 14:31:17 +01:00
mike12345567
cfd4d9d34d Merge branch 'master' of github.com:Budibase/budibase into endpoint-renaming 2020-10-12 13:34:32 +01:00
mike12345567
dc9552dbad Updating tests and re-formatting. 2020-10-09 19:30:50 +01:00
mike12345567
5d49d529e3 Changing record -> row in this update, completing the update of renaming in the builder, this release needs further testing. 2020-10-09 19:10:28 +01:00
mike12345567
fdaa69ee7f Renaming Model -> Table across the entire system, this is an unstable update and has not been tested fully yet. 2020-10-09 18:49:23 +01:00
Michael Shanks
67845b1c82 auto create screens with new table 2020-10-09 11:58:46 +01:00
Michael Shanks
027819bae0 merge from master - including fixes 2020-10-08 16:15:12 +01:00
Andrew Kingston
fa1836ad23 Improve relationship datatable title when no primary display is selected for a model 2020-10-08 10:41:20 +01:00
Andrew Kingston
d24679bc33 Move modal to BBUI and update usages 2020-10-08 09:35:11 +01:00
Andrew Kingston
fff39f65e5 Change create table popover to modal to better support data import which can be long 2020-10-07 12:40:00 +01:00
Andrew Kingston
475d811e5b Fix layout by removing extra columns from grid layout css 2020-10-07 11:17:01 +01:00
Andrew Kingston
e38985e111 Remove duplicate select element 2020-10-07 11:16:36 +01:00
Andrew Kingston
8582d63a75 Update styles of data import to match BBUI components 2020-10-07 11:16:06 +01:00
Andrew Kingston
3dc30262d7 Merge branch 'master' of github.com:Budibase/budibase into linked-records 2020-10-07 10:45:26 +01:00
Andrew Kingston
517fb201ec Move multiselect to BBUI 2020-10-06 16:02:48 +01:00
Andrew Kingston
a23967364b Fix cypress texts and update use of modal 2020-10-05 11:13:09 +01:00
Andrew Kingston
261c3da459 Update backend export popover to be line with new popover structure 2020-10-03 21:06:58 +01:00
Andrew Kingston
93cc0ad26d Remove unused imports 2020-10-02 20:39:39 +01:00
Andrew Kingston
27d41069cb Remove double 'no data' in empty tables 2020-10-02 16:48:01 +01:00
Andrew Kingston
8706561bd4 Merge branch 'linked-records' of github.com:Budibase/budibase into linked-records 2020-10-02 16:43:08 +01:00
mike12345567
4d8b1ecc10 Merge branch 'remove-views' of github.com:Budibase/budibase into linked-records 2020-10-02 14:49:23 +01:00
Andrew Kingston
c062111403 Rename linked rows to related rows and remove deprecated file 2020-10-02 12:02:11 +01:00
Andrew Kingston
34373fc0dd Add new modal to backend and fix backend file structure 2020-10-02 12:00:17 +01:00
Andrew Kingston
27060f5f46 Add initial version of new modal (WIP) 2020-10-02 08:35:54 +01:00
Andrew Kingston
9b11067faf Remove console.log statement 2020-10-01 11:33:40 +01:00
Andrew Kingston
b4a5714e59 Prevent editing linked record columns 2020-10-01 11:33:26 +01:00
Andrew Kingston
7aa040d314 Add functional backend UI for navigating relationships 2020-10-01 11:01:06 +01:00
Andrew Kingston
cd69d17c87 Use common Table component across backend UI and add initial empty page for relationships 2020-10-01 07:19:38 +01:00
Andrew Kingston
089ecf5609 Add WIP draft of linked records UI allowing single linked record selection 2020-09-29 18:27:35 +01:00
Andrew Kingston
36498f2a2b Add primary display column and update all backend UI popovers with new form styles 2020-09-29 13:54:04 +01:00
Andrew Kingston
db47e5c581 Bump BBUI version 2020-09-29 13:52:26 +01:00
Joe
620134132e Page titles and primary cta alignment and styling consistent
Data and automations page titles now use BBUI Heading component and Spacer component. They are not consistent in styling and spacing.

Welcome screen app cards buttons changed to text buttons. I made this change as there were too many buttons on the page. We want one primary button - create new app.

Early changes mage to binding popover. More to come.
2020-09-26 00:45:56 +01:00
Andrew Kingston
ab1ddd8006 Rename backend components file structure and standardise no table empty state 2020-09-25 13:11:57 +01:00