1
0
Fork 0
mirror of synced 2024-09-06 12:41:24 +12:00
Commit graph

67 commits

Author SHA1 Message Date
Andrew Kingston
8619db57b4 Merge branch 'feat/store-tests' of github.com:Budibase/budibase into spectrum-bbui 2021-04-01 09:12:16 +01:00
Keviin Åberg Kultalahti
003c1c75d4 fixes queries and datasource tests 2021-03-29 17:45:18 +02:00
Keviin Åberg Kultalahti
44e3f29a0b moves backend stores to "stores" in the root src directory 2021-03-26 09:50:37 +01:00
Keviin Åberg Kultalahti
8a2ccbc1a9 wip: cleanup of components 2021-03-23 12:27:10 +01:00
Keviin Åberg Kultalahti
cb3a4b549a moves queries part of backendstore to separate store 2021-03-22 14:47:21 +01:00
Keviin Åberg Kultalahti
17802795d0 moves integrations part of backendstore to separate store 2021-03-22 13:23:36 +01:00
Keviin Åberg Kultalahti
5b08b31fd6 moves the datasources store to it's separate store 2021-03-22 12:02:55 +01:00
Keviin Åberg Kultalahti
bf90d9cf4c wip: routify 2021-03-17 12:40:24 +01:00
Keviin Åberg Kultalahti
51b0656ba9 remove unused code in integration components 2021-03-01 17:42:34 +01:00
Martin McKeaveney
a17a1fb07b SSL config for mysql, remove rickroll 2021-02-24 16:31:47 +00:00
Michael Drury
8d9508bb3f 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
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
22f1ee6d37 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
0270c539cb Merge branch 'develop' of github.com:Budibase/budibase into repeater-filtering 2021-02-22 14:01:02 +00:00
Andrew Kingston
87d9ed089c Bump BBUI version 2021-02-22 12:28:43 +00:00
Andrew Kingston
9c37fa8716 Merge branch 'develop' of github.com:Budibase/budibase into repeater-filtering 2021-02-22 12:23:46 +00:00
Joe
ecc9c6dd14 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
a8e7741fb2 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
e08c917080 adding description blurbs to datasources 2021-02-19 15:07:43 +00:00
Martin McKeaveney
1df1efe59b lint 2021-02-19 14:31:07 +00:00
Martin McKeaveney
8a60131c7e merge with develop 2021-02-19 12:09:17 +00:00
Martin McKeaveney
3f2132df07 prevent editing of headers in params 2021-02-19 12:07:37 +00:00
Martin McKeaveney
f53463ec0c response parsing 2021-02-18 19:24:42 +00:00
Martin McKeaveney
a834f17a80 more design updates 2021-02-18 18:55:08 +00:00
Andrew Kingston
4b81663664 Merge branch 'develop' of github.com:Budibase/budibase into repeater-filtering 2021-02-18 17:45:10 +00:00
Andrew Kingston
2460280841 Fix and tidy up all button actions and drawers 2021-02-18 17:44:56 +00:00
Martin McKeaveney
6e121b6045 design updates, changing query verb names to HTTP verbs 2021-02-18 16:58:10 +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
5d5637571b tidy up 2021-02-15 18:59:21 +00:00
Martin McKeaveney
55f98e82d8 REST integration complete 2021-02-15 18:41:56 +00:00
Martin McKeaveney
5787dd3f93 REST integration end to end 2021-02-15 17:05:53 +00:00
Joe
96036e58bf 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
1738537ad8 binding panel options from helpers 2021-02-01 11:51:53 +00:00
mike12345567
0fabfccb19 Merge branch 'master' of github.com:Budibase/budibase into feature/handlebars-helpers 2021-01-26 16:22:38 +00:00
Martin McKeaveney
75b5b0eb52 only allow read queries in datasources 2021-01-26 15:23:23 +00:00
mike12345567
182353d555 Linting. 2021-01-26 12:43:26 +00:00
Andrew Kingston
5bec329581 Merge branch 'master' of github.com:Budibase/budibase into component-binding-refactor 2021-01-26 09:11:43 +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
fcb1c082cb simplify queries to only have one type under query verb 2021-01-22 12:22:28 +00:00
Martin McKeaveney
6bb9e0e9fc adding please select option to query type 2021-01-22 12:11:13 +00:00
Martin McKeaveney
f1dac763b9 parameter field tidy ups 2021-01-22 11:13:21 +00:00
Martin McKeaveney
1e9736e396 sensible defaults, adding popover for parameters 2021-01-22 10:54:23 +00:00
Andrew Kingston
d76621d5f8 Fix builder crashing when selecting another query datasource when query drawer is open 2021-01-21 10:38:58 +00:00
Andrew Kingston
b1c292b79c Fix incorrect paths after merge 2021-01-20 13:20:08 +00:00
Martin McKeaveney
72c5b173b6 docs link 2021-01-18 17:01:41 +00:00
Martin McKeaveney
4143718d70 lint 2021-01-18 15:40:26 +00:00
Martin McKeaveney
133d93fbee fix dynamic params 2021-01-18 15:37:32 +00:00
Martin McKeaveney
7ed062bf1e fix no schema bug, feedback from demo 2021-01-15 17:29:46 +00:00
Martin McKeaveney
21ff46f18e fix import 2021-01-15 13:50:11 +00:00