1
0
Fork 0
mirror of synced 2024-08-04 12:51:47 +12:00
Commit graph

462 commits

Author SHA1 Message Date
mike12345567
38a99e10a3 Adding a few fixes for bugs related to user table, user table views and some async functions that weren't awaiting promises. 2021-02-23 16:29:50 +00:00
Keviin Åberg Kultalahti
f8adb6429c adds option to allow dot notation in column names 2021-02-23 13:14:30 +01:00
Andrew Kingston
3430048c9b Show error when trying to create user with a duplicate email address 2021-02-23 10:33:26 +00:00
Martin McKeaveney
175d34841b Merge pull request #1156 from Budibase/external-data-source-fixes
External data source fixes
2021-02-22 18:53:22 +00:00
Martin McKeaveney
89c2ae0692 read all columns for schema rather than just the first 2021-02-22 17:41:02 +00:00
mike12345567
b5a2480001 Formatting. 2021-02-22 12:30:07 +00:00
mike12345567
d9aa1a4890 Switching user activity state to an options field rather than boolean (more extensible). 2021-02-22 12:29:49 +00:00
mike12345567
99d356a862 Formatting. 2021-02-22 11:40:24 +00:00
mike12345567
c801203dc5 Adding the ability to set whether a user is active or not rather than deleting them, stops them from being able to log in to the system. 2021-02-22 11:39:58 +00:00
Michael Drury
4a37839151 Merge pull request #1140 from Budibase/feature/relationship-enrichment
Re-introducing relationship tags - showing the display column
2021-02-19 16:54:18 +00:00
mike12345567
aa449e4729 Updating cypress tests as well as changing the auto column icons a bit to improve the look. 2021-02-19 15:49:54 +00:00
Martin McKeaveney
80b0dc672d Merge branch 'develop' of https://github.com/Budibase/budibase into rest-api-integration 2021-02-19 15:12:23 +00:00
mike12345567
c98e990a3d Merge branch 'develop' of github.com:Budibase/budibase into feature/relationship-enrichment 2021-02-19 14:35:18 +00:00
Martin McKeaveney
1df1efe59b lint 2021-02-19 14:31:07 +00:00
Andrew Kingston
1988473051 Fix crash when viewing views without schemas 2021-02-19 14:06:08 +00:00
Andrew Kingston
bd68672c51 Add field type to backend table headers 2021-02-19 14:05:54 +00:00
Andrew Kingston
ce5441e35a Add relationship enrichment display to backend UI 2021-02-19 13:05:52 +00:00
Keviin Åberg Kultalahti
78ee1edf40 merge develop 2021-02-19 13:55:17 +01:00
Keviin Åberg Kultalahti
15947eb9a5 adds disabled state to relationship type - column must be re-created in order to change the value 2021-02-19 13:49:28 +01:00
Martin McKeaveney
8a60131c7e merge with develop 2021-02-19 12:09:17 +00:00
Keviin Åberg Kultalahti
aa38952131 displays correct relationship type in the create/edit component 2021-02-19 12:44:16 +01:00
Martin McKeaveney
a834f17a80 more design updates 2021-02-18 18:55:08 +00:00
Martin McKeaveney
6e121b6045 design updates, changing query verb names to HTTP verbs 2021-02-18 16:58:10 +00:00
mike12345567
0f323d8aa9 linting. 2021-02-17 17:34:15 +00:00
mike12345567
74b6f0069b Fixing some errors found with relationships. 2021-02-17 17:30:58 +00:00
mike12345567
91926d17d9 Adding delay to cypress test to allow time for statistics to calculate. 2021-02-16 22:12:58 +00:00
mike12345567
d700cc254c Formatting. 2021-02-16 18:47:25 +00:00
mike12345567
a63ebd1a9c Fixing another cypress test. 2021-02-16 18:47:05 +00:00
mike12345567
1e39a873b2 Fixing issue with cypress test, fixing a 409 conflict that could occur in table saving - shouldn't happen now. 2021-02-16 18:29:38 +00:00
mike12345567
ad49a428b5 Fixing an issue with Cypress tests. 2021-02-16 17:55:21 +00:00
mike12345567
811aa5ced3 Fixing minor issue with auto-column toggles. 2021-02-16 16:52:30 +00:00
mike12345567
258b2138c3 Formatting. 2021-02-16 16:38:36 +00:00
mike12345567
cafb50bce6 Fixing some UI stuff after discussing with Andrew K - making sure auto-columns always appear at end of table. 2021-02-16 16:22:25 +00:00
mike12345567
1a9d16c8c7 Updating where utilities are held in builder and then making user table relationships autocolumn aware too. 2021-02-16 15:41:50 +00:00
Keviin Åberg Kultalahti
61552975c2 fix: field property saved to wrong place 2021-02-16 15:29:24 +01:00
mike12345567
113de64833 Some further UI work for auto-columns. 2021-02-16 13:56:40 +00:00
Keviin Åberg Kultalahti
11ee6e8b15 change wording and remove console log 2021-02-16 12:50:12 +01:00
mike12345567
3a106c937c Formating. 2021-02-15 19:59:49 +00:00
mike12345567
846772bfeb Adding the ability to create/control auto-columns from the create/edit column modal. 2021-02-15 19:59:30 +00:00
Martin McKeaveney
55f98e82d8 REST integration complete 2021-02-15 18:41:56 +00:00
mike12345567
4b1855974c Work in progress, getting the server backend mostly ready for this work. 2021-02-15 17:47:14 +00:00
Keviin Åberg Kultalahti
a35a6ba807 fix not being able to select relationship type 2021-02-15 17:37:07 +01:00
Keviin Åberg Kultalahti
a7db499544 initial work to switch toggle to radio button 2021-02-15 17:12:39 +01:00
Keviin Åberg Kultalahti
896c6ae5d4 Merge branch 'develop' into relationship-one-to-many 2021-02-15 12:02:26 +01:00
mike12345567
6bc9123a86 Merge branch 'develop' of github.com:Budibase/budibase into feature/autocolumns 2021-02-12 18:03:52 +00:00
mike12345567
f266129489 Merge branch 'develop' of github.com:Budibase/budibase into feature/autocolumns 2021-02-12 13:40:27 +00:00
Keviin Åberg Kultalahti
9c3bde0f7e missed conflict fix 2021-02-12 14:32:46 +01:00
Keviin Åberg Kultalahti
7cb263ceff merge develop 2021-02-12 14:24:38 +01:00
mike12345567
73169ab911 Quick CSS change for manage access popover. 2021-02-12 12:05:01 +00:00
mike12345567
1a8fe9b02c Some more fixes for RBAC as well as fixing the duplication of roles. 2021-02-12 12:02:07 +00:00
Martin McKeaveney
ec3ef225b9 simplify UI 2021-02-12 10:12:17 +00:00
mike12345567
c3840d8017 Merge branch 'master' of github.com:Budibase/budibase into rbac-ui 2021-02-11 13:01:07 +00:00
Martin McKeaveney
701e2b218e RBAC popover complete 2021-02-10 22:23:27 +00:00
Andrew Kingston
56d8a27286 Merge branch 'master' of github.com:Budibase/budibase into form-builder 2021-02-10 18:34:45 +00:00
Martin McKeaveney
37c00f24bd control RBAC from data section 2021-02-10 18:18:31 +00:00
mike12345567
ca20cbeeca First lot of work to update the auto fields into schema. 2021-02-10 17:55:19 +00:00
mike12345567
23f443022b Merge branch 'master' of github.com:Budibase/budibase into feature/autocolumns 2021-02-10 16:10:55 +00:00
mike12345567
feb7e2756f WIP - start of auto columns like autonumber, createdBy, createdAt, updatedBy etc. 2021-02-10 16:10:39 +00:00
Martin McKeaveney
587d20b611 Merge branch 'master' of https://github.com/Budibase/budibase into internal-search 2021-02-10 14:02:57 +00:00
Martin McKeaveney
4766d21340 clean up index on table deletion 2021-02-09 18:57:32 +00:00
Martin McKeaveney
9c7a373fb0 primary and secondary index fields 2021-02-09 18:49:12 +00:00
Keviin Åberg Kultalahti
8a2cc83a3b Merge branch 'form-builder' into relationship-one-to-many 2021-02-09 16:26:42 +01:00
Andrew Kingston
c635956e30 Fix multiselect not being wrapped in CreateEditRow modal 2021-02-09 14:37:42 +00:00
Keviin Åberg Kultalahti
9d58461328 disables one to many toggle when column is edited 2021-02-09 14:28:57 +01:00
Martin McKeaveney
05353c7666 backwards pagination 2021-02-09 12:12:03 +00:00
Keviin Åberg Kultalahti
7dffc1881d adds oneToMany property to save table method 2021-02-09 13:10:01 +01:00
mike12345567
9752263e25 Merge branch 'master' of github.com:Budibase/budibase into feature/rbac 2021-02-08 17:22:21 +00:00
Keviin Åberg Kultalahti
e74509e708 initial setup for one to many 2021-02-08 16:46:54 +01:00
Martin McKeaveney
bfa865cf3c Merge branch 'master' of github.com:Budibase/budibase into internal-search 2021-02-08 09:32:53 +00:00
Martin McKeaveney
786a76208d fixing dropdowns 2021-02-06 20:32:44 +00:00
mike12345567
5f582dd1dc Initial work towards rbac. 2021-02-05 15:58:25 +00:00
Martin McKeaveney
b4628a43d0 merge 2021-02-05 11:18:37 +00:00
Martin McKeaveney
1f6a755cb6 fixing JSON and CSV import/export 2021-02-04 08:20:04 +00:00
Martin McKeaveney
27c7f5697b internal search working 2021-02-01 21:02:54 +00:00
Martin McKeaveney
e1c96d5165 adding search in binding drawer 2021-02-01 14:29:51 +00:00
mike12345567
12a2ad5976 Linting. 2021-02-01 12:40:55 +00:00
Martin McKeaveney
4bce1e3cb8 Merge pull request #1063 from yashank09/master
disables input to edit builtin role name
2021-01-31 12:40:36 +00:00
Yashank
af48e5550d disables input to edit builtin role name 2021-01-31 04:24:33 -08:00
Martin McKeaveney
f745975a0c privacy features + allow builder usage without cloud API key 2021-01-28 19:32:13 +00:00
sovlookup
d1ba3f97f6 add arangodb integration 2021-01-28 21:42:40 +08:00
Martin McKeaveney
0f18ee70ef actions fix 2021-01-27 17:29:30 +00:00
Martin McKeaveney
fcbb27b628 Merge branch 'master' of github.com:Budibase/budibase into mysql-connector 2021-01-26 11:10:08 +00:00
Martin McKeaveney
b52a2efef0 MySQL integration and self hosted deploy event 2021-01-26 11:07:30 +00:00
Joe
58f369bf0a Merge pull request #976 from Budibase/Fix-Text-overlap-in-data-table-#961
Fix: Text overlap in data table #961
2021-01-25 18:19:41 +00:00
Joe
6db127384e Query page tidy up
Props aligned in a row within the header.
Add params popover UI tidied (labels removed, etc)
Query name made an input, and the old query name input removed.
Query type is not an input anymore.
Provided a height for the query editor
Aligned run/save query buttons with the preview panel.
2021-01-22 16:49:22 +00:00
Martin McKeaveney
1e9736e396 sensible defaults, adding popover for parameters 2021-01-22 10:54:23 +00:00
Joe
67d15da120 External data source config ui
I've improved the spacing on this screen and added an additional element (query list) which should improve UX. This list is not complete. Is required dyanmic data. Currently it holds static placement text in order to support the design.
2021-01-21 14:57:11 +00:00
Martin McKeaveney
d3311fbae4 tidy up 2021-01-18 15:47:02 +00:00
Martin McKeaveney
133d93fbee fix dynamic params 2021-01-18 15:37:32 +00:00
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