Andrew Kingston
b2d865458d
Merge branch 'master' into fix-modal-relationship-picker
2023-11-28 09:45:15 +00:00
Peter Clement
4baab262d5
Merge remote-tracking branch 'origin/master' into fix/pc-bug-fixes
2023-11-27 10:16:10 +00:00
Peter Clement
19f527d620
fix disabled state interfering with column name input
2023-11-21 13:46:34 +00:00
Adria Navarro
16af6ce352
Merge branch 'master' into chore/lint_imports
2023-11-21 10:22:32 +01:00
Adria Navarro
92f411bf77
Prettier
2023-11-20 21:48:49 +01:00
Adria Navarro
4d27ff1dc0
eslint import/no-duplicates
2023-11-20 21:48:49 +01:00
Andrew Kingston
bcf431a476
Fix a few svelte bugs with the LinkedRowSelector component to fix adding/editing relationships via a model from the data UI
2023-11-08 14:43:28 +00:00
Dean
ce9de420e2
Merge remote-tracking branch 'origin/master' into feature/monolith-js-refactor
2023-11-07 17:41:18 +00:00
Dean
856fe14ae9
Missing import
2023-11-07 15:14:33 +00:00
Dean
e8202755f6
Merge remote-tracking branch 'origin/master' into fix/export-data-ui
2023-11-07 15:07:14 +00:00
Dean
a39accdb42
Test coverage added for the component. Minor refactor
2023-11-07 15:07:00 +00:00
melohagan
f28eb054f3
Set the relationship type ( #12275 )
...
* Set the relationship type
* Add users type
* Set user relationship type saveColumn
* Set relationshipType for users type on save
* Add relatioshipType to schema
* Refactor
* Check isUsersColumn
* Make relationshipType optional
---------
Co-authored-by: Michael Drury <me@michaeldrury.co.uk>
2023-11-07 11:59:51 +00:00
Dean
561778cf6a
Fixes for exported data UI. Filtered out unnecessary onEmptyFilter filter.
2023-11-06 12:58:47 +00:00
Dean
c96fefdba7
Consolidated all stores into stores/builder. Store refactoring and added store console debug flag
2023-11-06 11:22:00 +00:00
Dean
a916c2a3ed
Merge remote-tracking branch 'origin/master' into feature/monolith-js-refactor
2023-11-01 17:36:39 +00:00
Dean
bcbed2400c
Merge remote-tracking branch 'origin/master' into feature/monolith-js-refactor
2023-10-30 13:08:37 +00:00
Dean
79da5956b8
Patch from original environment
2023-10-30 12:46:44 +00:00
Michael Drury
c0a9b0a678
Merge branch 'master' into feature/budi-7607-migrate-user-relationship-columns-to-the-new-user-column
2023-10-27 13:36:52 +01:00
Michael Drury
2bfdd9769e
Merge pull request #12177 from Budibase/feature/make-table-source-id-required
...
Make sourceId property of table required (for all table types)
2023-10-27 13:35:47 +01:00
Andrew Kingston
1d5fc3a175
Merge branch 'master' into fix/view1-sortable-column-config
2023-10-27 09:19:06 +01:00
mike12345567
fd29b8d949
PR comments.
2023-10-26 17:27:40 +01:00
mike12345567
ed0670a008
Major update to make the table.type always 'table' and then adding a new sourceType which states what source the table came from, external or internal. Don't want to keep using a type that should be static as two different things.
2023-10-26 13:19:09 +01:00
Sam Rose
c9e3b7a348
Remove the previous attempt at syncing grid state, it is no longer needed.
2023-10-25 16:00:14 +01:00
Sam Rose
0ac6b17ff0
Remove stray console.log
2023-10-25 15:33:53 +01:00
Dean
b952892c42
Generalised the fix as not all calculations will have a groupby per PR feedback
2023-10-25 12:08:56 +01:00
Sam Rose
d3670ddf21
Add an input to allow the user to choose the new column name.
2023-10-24 17:22:49 +01:00
Sam Rose
2f0a40e9bb
Introduce modal to show warning to users, and toast to show success.
2023-10-24 15:18:46 +01:00
Dean
871891c2a2
Parse view v1 schema to fix builder crashed caused by 'groupedby' views
2023-10-20 15:35:16 +01:00
Andrew Kingston
9d62affe07
Merge branch 'grid-inline-searching' of github.com:Budibase/budibase into refactor-grid-columns
2023-10-18 16:00:59 +01:00
Andrew Kingston
fb69c3a0da
Add new shared core util for determining whether columns can be sort columns or not
2023-10-18 15:38:37 +01:00
Andrew Kingston
dadb368279
Lint and add hover styles for deleting prompts
2023-10-18 08:31:29 +01:00
Andrew Kingston
5e8e4add4a
Make it less painful to delete columns
2023-10-18 08:16:59 +01:00
mike12345567
7dcd6767f9
Fixes for adding autocolumns, it was not possible to select auto column type and fixing icon, as well as display of column when editing it - this corrects a few issues in this area as auto columns did not have a correct fieldId and also did not have a valid field definition.
2023-10-16 18:37:56 +01:00
Michael Drury
5783ae3e00
Merge branch 'master' into feature/multi-user-type-column
2023-10-10 12:38:51 +01:00
Andrew Kingston
73e208292f
Simplify logic to be more readable
2023-10-09 15:05:57 +01:00
Andrew Kingston
a4e3cd72cc
Add new app feature flag to allow disable user metadata columns in new apps, but allow them in old apps
2023-10-09 15:01:16 +01:00
Adria Navarro
0d21d13e4b
Extract functions
2023-10-06 13:53:34 +02:00
Adria Navarro
58a22ccde8
Fix initialisation of simple types
2023-10-05 11:16:52 +02:00
Adria Navarro
ee11ebf8e4
Do not allow multiple users for google sheets
2023-10-04 17:55:23 +02:00
Adria Navarro
46b85ac12c
Multiple users column
2023-10-04 17:55:23 +02:00
Adria Navarro
9b45c1fe92
Fix wrong constraints
2023-10-04 17:55:23 +02:00
Adria Navarro
17df64c588
Allow selecting multiple users
2023-10-04 17:55:23 +02:00
Adria Navarro
23702391ff
Use field ids instead of playing with the type/subtype
2023-10-04 17:55:23 +02:00
Adria Navarro
e01600d1bb
Remove composite key
2023-10-04 17:55:23 +02:00
Adria Navarro
e77cc3dac8
Specify column types instead of using spread
2023-10-04 17:55:23 +02:00
Adria Navarro
deeb8ee254
Remove relationshiptype from user type
2023-10-04 17:55:23 +02:00
Adria Navarro
bf632ae9a8
Fix
2023-10-04 17:55:23 +02:00
Adria Navarro
d22fac9bf9
Replace relationshipType for subtype
2023-10-04 17:55:23 +02:00
Adria Navarro
63306d3509
Fix filtering pg datasource
2023-10-04 12:20:19 +02:00
Adria Navarro
8ebf473ab2
Disable multiple users for now
2023-10-03 16:58:49 +02:00
Adria Navarro
15bec7aae8
Refresh relationships on column link add/edit/delete
2023-10-02 14:51:48 +02:00
Peter Clement
ebe8a562f6
fix relationship direction issue
2023-09-29 11:56:50 +01:00
Peter Clement
7e6faaf587
Merge remote-tracking branch 'origin/develop' into feat/relationship-configuration
2023-09-28 15:28:21 +01:00
Adria Navarro
ab97093a06
Remove user logic from CreateEditColumn
2023-09-28 10:00:25 +02:00
Peter Clement
4b0501d186
fix bad merge
2023-09-27 15:47:19 +01:00
Peter Clement
b32f1b5510
Merge remote-tracking branch 'origin/develop' into feat/relationship-configuration
2023-09-27 15:25:39 +01:00
Peter Clement
420972ca6b
fixing edge cases and improving reusability
2023-09-27 15:15:02 +01:00
Peter Clement
7d4613c3f6
extract logic from component and disable one to one
2023-09-26 15:12:01 +01:00
Gerard Burns
62acbc43fd
Query UI improvements ( #11881 )
...
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* linting
* sidebar close icon, fix overflow issue with sidebar
* better schema auto populating behavior
* rename newqueryviewer
* remove external datasource table
* linting
* wip
* align header
* fix needing to press the validate button twice
* table min width
* wip
* remove loading
* remove disabled
* remove validation
* lint
* wip
* fix json panel
2023-09-26 12:27:27 +01:00
Adria Navarro
da313e72c9
Lint
2023-09-26 12:02:24 +02:00
Adria Navarro
0b0ffff6dd
Enable field outside dev
2023-09-26 12:00:55 +02:00
Adria Navarro
f4542283f5
Merge branch 'develop' into feature/user-column-type
2023-09-26 11:51:20 +02:00
Michael Drury
18fd154ab5
Merge branch 'develop' into feat/relationship-configuration
2023-09-26 09:44:00 +01:00
Peter Clement
8af8c33bbe
pr comments
2023-09-26 09:33:44 +01:00
Andrew Kingston
ed1fa2aba5
Merge branch 'develop' into date-only-type
2023-09-26 08:31:45 +01:00
Adria Navarro
6487d76b1d
Merge branch 'develop' into feature/user-column-type
2023-09-25 21:51:43 +02:00
Andrew Kingston
f010cf2d53
Merge branch 'develop' into user-table-changes
2023-09-25 19:33:35 +01:00
Andrew Kingston
6b152349bd
Expose date-only setting on date fields
2023-09-25 19:30:34 +01:00
Peter Clement
db9c5db6e3
bug fixes
2023-09-25 15:36:08 +01:00
Peter Clement
85f4141e46
code clean up
2023-09-25 14:38:36 +01:00
Peter Clement
678afc134e
Create new component for selecting relationships
2023-09-25 13:25:23 +01:00
Adria Navarro
6879c65a5b
Merge branch 'develop' into feature/user-column-type
2023-09-19 14:21:40 +02:00
Andrew Kingston
84a89ddc92
Support up to 3 lines of text in tooltips and fix icon for date fields
2023-09-19 11:07:31 +01:00
Adria Navarro
847e17e04a
Change column config layout
2023-09-19 09:50:29 +02:00
Adria Navarro
108728ee15
Lint
2023-09-18 12:22:49 +02:00
Adria Navarro
d0197730d5
Fix initial references
2023-09-18 12:22:49 +02:00
Adria Navarro
c00443d0ad
Handle single/multiple users on creation and display
2023-09-18 12:22:48 +02:00
Adria Navarro
8564509ca9
Allow bb_refs to externals
2023-09-14 17:51:09 +02:00
Adria Navarro
2c715f5144
Renamings
2023-09-14 17:49:48 +02:00
Adria Navarro
6f78825592
Clean
2023-09-14 16:51:15 +02:00
Adria Navarro
78c5216ee8
Merge dev fields to fields
2023-09-14 16:49:41 +02:00
Adria Navarro
3c4e550c7d
Clean
2023-09-14 16:43:34 +02:00
Adria Navarro
1b1819b4a5
Clean
2023-09-14 16:16:47 +02:00
Adria Navarro
29b2e3b8f1
Handle internal types frontend
2023-09-14 16:06:02 +02:00
Adria Navarro
85a9b9ab21
Typings
2023-09-14 15:18:54 +02:00
Andrew Kingston
54fcc52197
Merge branch 'develop' into user-table-changes
2023-09-14 13:26:07 +01:00
Adria Navarro
eb748db3be
Add user type column selector
2023-09-14 10:45:27 +02:00
Conor Webb
ca743e77fb
Fixed typo of label for number type column.
2023-09-11 07:52:43 +01:00
Andrew Kingston
bac5d52107
Add users table button explaining why it is readonly
2023-09-08 11:05:09 +01:00
Andrew Kingston
8375297f2d
Make users table readonly and add WIP for button explaining change
2023-09-08 09:56:01 +01:00
mike12345567
662e8d9c31
Quick fix for disabling formula changing, swapping between static and dynamic can cause problems.
2023-09-07 17:02:11 +01:00
mike12345567
83875cd2d6
Merge branch 'develop' of github.com:Budibase/budibase into merge-master-develop
2023-09-05 12:29:27 +01:00
mike12345567
d096f359d7
Revert "Revert "Merge branch 'develop' into master""
...
This reverts commit 3265042025
.
2023-09-05 12:28:56 +01:00
Adria Navarro
d68d449f1f
DRY
2023-09-04 12:11:59 +02:00
Adria Navarro
a1da8e495c
Merge branch 'develop' into BUDI-7393/display_inheritance_permission
2023-09-04 09:53:34 +02:00
Adria Navarro
bb8aacd830
Improve messaging
2023-09-01 17:23:47 +02:00
Adria Navarro
0dc03abe5f
Display dependant info
2023-09-01 17:03:33 +02:00
Adria Navarro
8c801f2bbe
Handle disabled
2023-09-01 11:44:40 +02:00
Adria Navarro
5b7756936d
Change api interfaces
2023-09-01 11:33:59 +02:00
Andrew Kingston
d47bb4f191
Show tooltip when initially applying filters to a table
2023-09-01 10:07:37 +01:00