1
0
Fork 0
mirror of synced 2024-09-12 23:43:09 +12:00
Commit graph

68 commits

Author SHA1 Message Date
Martin McKeaveney
15943b3542
Merge pull request #2440 from mslourens/querybuilder_results_width
limit the width of the preview component
2021-08-30 22:52:55 +01:00
Maurits Lourens
c5311c4054 limit the width of the preview component 2021-08-23 17:32:27 +02:00
Christo
c6b1ea9a0f Feat: Add collection fields as "extra" query config for MongoDB 2021-07-09 19:28:46 +02:00
Andrew Kingston
d9d0cc9be3 Fix all eslint issues 2021-06-15 19:36:56 +01:00
Martin McKeaveney
a12a59e869 lint 2021-06-08 17:14:46 +01:00
Martin McKeaveney
ba17e0bc9c do not make query execution a requirement 2021-06-08 14:26:06 +01:00
Andrew Kingston
556236ebce Add explicit prettier options 2021-05-04 11:32:22 +01:00
Keviin Åberg Kultalahti
71f20dd2ea convert all Heading instances to use new API 2021-04-30 13:38:06 +02:00
Keviin Åberg Kultalahti
f0f10ab2b4 Convert Body component to use size="" prop 2021-04-30 13:31:45 +02:00
Keviin Åberg Kultalahti
4376e18fbc remove Spacer imports 2021-04-28 15:56:52 +02:00
Keviin Åberg Kultalahti
94a398bb41 Fix editor 2021-04-28 15:46:11 +02:00
Keviin Åberg Kultalahti
ca775d8a80 converts QueryViewer to use new Layout component 2021-04-27 15:26:03 +02:00
Keviin Åberg Kultalahti
422707c18a Merge branch 'spectrum-bbui' into spectrum/kevins-bits-and-bobs 2021-04-23 14:12:20 +02:00
Andrew Kingston
d3452d18f8 Update some leftover header sizes 2021-04-23 11:55:36 +01:00
Keviin Åberg Kultalahti
81f10890b9 replace remix 2021-04-23 11:55:27 +02:00
Keviin Åberg Kultalahti
7a1ebaf374 remove unused code in QueryViewer component 2021-04-21 13:53:21 +02:00
Keviin Åberg Kultalahti
72d6b941d3 QueryViewer now uses Tabs component 2021-04-21 13:41:44 +02:00
Andrew Kingston
b00b7cf7b2 Add additional spacer to query params 2021-04-20 12:37:33 +01:00
Andrew Kingston
17d031eeed Update entire builder backend UI to work with new spectrum components and fix multiple issues 2021-04-20 11:53:19 +01:00
Keviin Åberg Kultalahti
b68d677e27 moves NotificationDisplay to bbui and converts it to spectrum 2021-04-09 12:02:53 +02:00
Andrew Kingston
46745a757a Update to support new stores 2021-04-01 10:29:47 +01:00
Andrew Kingston
d4cc872b5c Merge branch 'feat/store-tests' of github.com:Budibase/budibase into spectrum-bbui 2021-04-01 09:12:16 +01:00
Keviin Åberg Kultalahti
d1b7620215 fixes queries and datasource tests 2021-03-29 17:45:18 +02:00
Keviin Åberg Kultalahti
a14d991e81 moves backend stores to "stores" in the root src directory 2021-03-26 09:50:37 +01:00
Keviin Åberg Kultalahti
e758fff34a wip: cleanup of components 2021-03-23 12:27:10 +01:00
Keviin Åberg Kultalahti
5a4ea4ebf2 moves queries part of backendstore to separate store 2021-03-22 14:47:21 +01:00
Keviin Åberg Kultalahti
25b45ba42c moves integrations part of backendstore to separate store 2021-03-22 13:23:36 +01:00
Keviin Åberg Kultalahti
a85b9f5895 moves the datasources store to it's separate store 2021-03-22 12:02:55 +01:00
Keviin Åberg Kultalahti
4503a7d1f8 wip: routify 2021-03-17 12:40:24 +01:00
Michael Drury
ea07683a9f
Merge pull request #1155 from Budibase/bug/fix-binding-issue
Fixing issue with copying/cutting and pasting components with bindings
2021-02-23 11:35:23 +00:00
Martin McKeaveney
beb98eea1b
Merge pull request #1156 from Budibase/external-data-source-fixes
External data source fixes
2021-02-22 18:53:22 +00:00
Martin McKeaveney
692c5a9b3e read all columns for schema rather than just the first 2021-02-22 17:41:02 +00:00
mike12345567
820fe9c9a5 Adding prettier ignore statement as it kept re-formatting the spacing in query viewer file. 2021-02-22 15:53:49 +00:00
Andrew Kingston
e3c214f310 Merge branch 'develop' of github.com:Budibase/budibase into repeater-filtering 2021-02-22 14:01:02 +00:00
Andrew Kingston
fc8f4b9215 Bump BBUI version 2021-02-22 12:28:43 +00:00
Andrew Kingston
8c4cf0bb8d Merge branch 'develop' of github.com:Budibase/budibase into repeater-filtering 2021-02-22 12:23:46 +00:00
Joe
7166f11a1d Query results section ui updated
- json ui emphasized
- min-height added to stop screen bouncing when navigating across tabs
- spacing adjusted
2021-02-22 09:01:40 +00:00
Joe
b6c6b52dac initial spacing improvements and border adjustments
additional spacing added
border added to main nav
font-size adjustments
2021-02-21 12:04:36 +00:00
Martin McKeaveney
86026a2c12 adding description blurbs to datasources 2021-02-19 15:07:43 +00:00
Martin McKeaveney
92098ceb59 lint 2021-02-19 14:31:07 +00:00
Martin McKeaveney
f8c04cc586 merge with develop 2021-02-19 12:09:17 +00:00
Martin McKeaveney
50eabc82d0 prevent editing of headers in params 2021-02-19 12:07:37 +00:00
Martin McKeaveney
68f28bb912 more design updates 2021-02-18 18:55:08 +00:00
Martin McKeaveney
d99e1a5a53 design updates, changing query verb names to HTTP verbs 2021-02-18 16:58:10 +00:00
mike12345567
0b0101da10 Adding the ability to create/control auto-columns from the create/edit column modal. 2021-02-15 19:59:30 +00:00
Martin McKeaveney
3a1a375c35 REST integration complete 2021-02-15 18:41:56 +00:00
Joe
481e949b3e I emphasized the naming of a query
Label text added and made semi-bold
Removed placeholder text
2021-02-05 10:32:10 +00:00
Martin McKeaveney
1939c1e000 actions fix 2021-01-27 17:29:30 +00:00
Martin McKeaveney
aa28bb5e94 only allow read queries in datasources 2021-01-26 15:23:23 +00:00
Joe
eb4d992eda 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