Andrew Kingston
74fcf63fbb
Merge branch 'develop' of github.com:Budibase/budibase into rest-pagination
2022-01-06 14:03:42 +00:00
Budibase Staging Release Bot
5ff0505f11
v1.0.27-alpha.5
2022-01-06 13:31:15 +00:00
Martin McKeaveney
c2d97b9449
google auth working
2022-01-06 08:08:54 +00:00
Rory Powell
6d5d301adb
Support variables in URL
2022-01-05 14:33:14 -05:00
Rory Powell
22407446ee
Navigation fixes for duplicate and delete query
2022-01-05 13:27:15 -05:00
mike12345567
efc691f238
Fixing issue #3915 so that when using the short hand URL for apps you will be redirected correctly if not logged in, allows all users to make use of it and updating the builder to send the user to the short form factor URL if not in cloud.
2022-01-05 18:26:39 +00:00
Rory Powell
e115a561c2
Fix Add Authentication button icon
2022-01-05 10:31:44 -05:00
Rory Powell
b1ef2e3988
Fix auth dropdown z-index
2022-01-05 10:29:40 -05:00
Budibase Staging Release Bot
7732d8de3e
v1.0.27-alpha.4
2022-01-05 15:28:59 +00:00
Michael Drury
fe40e3e85d
Merge pull request #3830 from Budibase/feature/query-variables
...
Datasource static and dynamic variables
2022-01-05 15:22:30 +00:00
Andrew Kingston
8aa4d49f31
Fix crash in KeyValueBuilder when object doesn't exist
2022-01-05 10:57:05 +00:00
Andrew Kingston
abc02d812a
Merge branch 'feature/query-variables' of github.com:Budibase/budibase into rest-pagination
2022-01-05 09:21:25 +00:00
Budibase Staging Release Bot
ba5586e601
v1.0.27-alpha.3
2022-01-04 18:07:13 +00:00
Andrew Kingston
81cbb6d403
Remove line from testing
2022-01-04 15:03:19 +00:00
mike12345567
532fefaeff
Hiding all tables from data sources when there is no data for them (no placeholder table).
2022-01-04 14:46:10 +00:00
mike12345567
e32869b100
Fixing issue discovered by cypress test case and updating dynamic variable view to hide table when there are none.
2022-01-04 14:41:11 +00:00
Andrew Kingston
db55074b0a
Merge branch 'develop' of github.com:Budibase/budibase into rest-pagination
2022-01-04 14:34:09 +00:00
mike12345567
18ff7a9cfb
Merge branch 'develop' of github.com:Budibase/budibase into feature/query-variables
2022-01-04 12:58:42 +00:00
Budibase Staging Release Bot
f65ae6a9e3
v1.0.27-alpha.2
2022-01-04 11:52:12 +00:00
Peter Clement
c5f80af0ed
Merge pull request #3913 from Budibase/bug/pc-fixes
...
Bug fixes for #3399 and #3489
2022-01-04 11:44:57 +00:00
Andrew Kingston
4cd8886e1a
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
2022-01-04 09:48:44 +00:00
Budibase Staging Release Bot
e463ae652a
v1.0.27-alpha.1
2021-12-31 14:12:45 +00:00
Martin McKeaveney
a09fabc54b
merge with master
2021-12-30 23:10:46 +00:00
Budibase Release Bot
2a3eb5eed9
v1.0.30
2021-12-30 19:05:38 +00:00
Budibase Release Bot
2848e48f52
v1.0.29
2021-12-30 18:07:14 +00:00
Budibase Release Bot
94e7252464
v1.0.28
2021-12-30 10:06:29 +00:00
Mitch-Budibase
4279772444
Merge branch 'develop' into cypress-testing
2021-12-24 10:55:57 +00:00
Mitch-Budibase
40ab428e22
Adding new lines to bottom of files and other minor changes
2021-12-24 10:49:47 +00:00
Mitch-Budibase
d5bea7e0f3
Adding new lines to bottom of files
2021-12-24 10:40:57 +00:00
Mitch-Budibase
df43b270dc
New Tests and Changes based on updated test environment
...
-Changes made to reflect the new layouts of the test env
--e.g. Changes to the app grid, changes to UI screens
-Updated commands
--New commands added & some updated
-New tests
--Revert App
--AutoScreensUI
--Change app icon and colour
--Data source testing
In particular to data source testing
-I have a file for mySQL, PostgreSQL, Oracle, and REST.
--enabled better regression testing for each
Other changes made for:
-QueryLevelTransformers tests
-Table tests
-Renaming applications
-Automations
-Multi-option datastype
New env file added too
2021-12-24 10:38:03 +00:00
Rory Powell
5890f5d4dc
Add bold and code cell renderers
2021-12-21 14:08:09 -05:00
Budibase Release Bot
c5b066472b
v1.0.27
2021-12-21 17:51:01 +00:00
Rory Powell
e96467a7cd
Further fix for dynamic variable deletion across different queries
2021-12-21 11:26:45 -05:00
mike12345567
ff69aad969
Fixing conflict.
2021-12-21 12:33:12 +00:00
mike12345567
0841e2b50d
Allowing switching between body types without losing state in REST UI.
2021-12-21 12:25:37 +00:00
Rory Powell
4b2ce2a280
Default rest body type to json when there is an existing body
2021-12-20 11:46:01 -05:00
Rory Powell
5dc6917fb2
Fix dynamic variable deletion and move utils
2021-12-20 10:50:58 -05:00
Budibase Staging Release Bot
961d9ea4aa
v1.0.27-alpha.0
2021-12-20 09:21:52 +00:00
Martin McKeaveney
b1769f47dc
Merge branch 'master' of github.com:Budibase/budibase into develop
2021-12-20 08:53:18 +00:00
Andrew Kingston
c1feb935cd
Merge branch 'feature/query-variables' of github.com:Budibase/budibase into rest-pagination
2021-12-17 18:56:16 +00:00
Andrew Kingston
882067056c
Update query pagination to be stored in fields
2021-12-17 18:39:22 +00:00
mike12345567
ab77c081bd
Some minor UI tweaks.
2021-12-17 18:21:36 +00:00
mike12345567
85aa2c27b5
Fixing issues with query dynamic variables being able to overwrite/appearing in other queries.
2021-12-17 17:16:06 +00:00
Budibase Release Bot
50ae72b1f0
v1.0.26
2021-12-17 14:52:40 +00:00
mike12345567
d61cb6c037
Some fixes after testing dynamic variables in rest a bit more.
2021-12-17 14:08:48 +00:00
Andrew Kingston
af00ed88ae
Merge branch 'feature/query-variables' of github.com:Budibase/budibase into rest-pagination
2021-12-17 13:12:28 +00:00
Andrew Kingston
51d5885ec0
Add pagination tab to query UI
2021-12-17 11:37:50 +00:00
Andrew Kingston
4e5df0efa4
Merge branch 'develop' of github.com:Budibase/budibase into rest-pagination
2021-12-17 10:37:43 +00:00
Andrew Kingston
c6792f9903
Update client side lucene searching to treat string startsWith matches as case-insensitive
2021-12-17 10:00:46 +00:00
Michael Drury
f03f3c8864
Fixing some issues discovered with saving queries and dynamic variables, also displaying dynamic variables in a reactive way.
2021-12-16 19:33:47 +00:00
Budibase Release Bot
ef4410229e
v1.0.25
2021-12-16 18:32:05 +00:00
mike12345567
02855fa37b
Merge branch 'develop' of github.com:Budibase/budibase into feature/query-variables
2021-12-16 14:57:21 +00:00
Andrew Kingston
af8d55ef32
Use fixed width for REST query verbs
2021-12-16 11:56:14 +00:00
mike12345567
fab94f5a3a
Fixing lint issues.
2021-12-16 11:44:17 +00:00
mike12345567
a9437302b7
Fixing issue with switching between datasources and making sure old client apps can still use the deprecated API.
2021-12-16 11:41:28 +00:00
Budibase Release Bot
e7ab6f72f7
v1.0.24
2021-12-16 11:04:27 +00:00
Martin McKeaveney
ca456949c7
merge
2021-12-16 11:59:59 +01:00
Budibase Release Bot
5b1da51acb
v1.0.23
2021-12-16 10:18:24 +00:00
Andrew Kingston
49e813cc6c
Revert hiding body tab for GETs since already implemented in another pending PR
2021-12-16 10:11:49 +00:00
Andrew Kingston
f4add0a180
Hide 'Body' tab for REST API datasources when using a GET query
2021-12-16 10:03:59 +00:00
mike12345567
858ef084ad
Finishing up front-end, getting variable creation and management up and working from within the query schema/header menus.
2021-12-15 19:20:19 +00:00
Budibase Staging Release Bot
1a5ee47e9e
v1.0.23-alpha.1
2021-12-15 16:56:03 +00:00
Andrew Kingston
5b6bd31f80
Merge pull request #3795 from Budibase/home-screen-mobile
...
Home screen UI tweaks
2021-12-15 16:48:56 +00:00
Budibase Staging Release Bot
dbb8a4c341
v1.0.23-alpha.0
2021-12-15 16:41:32 +00:00
mike12345567
85858ff6b1
Merge branch 'develop' of github.com:Budibase/budibase into feature/query-variables
2021-12-15 16:35:30 +00:00
mike12345567
65f4b91e8b
Merge branch 'master' of github.com:Budibase/budibase into develop
2021-12-15 16:25:32 +00:00
Andrew Kingston
12d41b95dd
Lint
2021-12-15 16:21:12 +00:00
Andrew Kingston
36839d7fdc
Revert open button size to small in app list
2021-12-15 16:09:40 +00:00
Andrew Kingston
6f9386ddde
Restore original logic around export apps button
2021-12-15 15:56:36 +00:00
Andrew Kingston
69a8376d17
Update home screen UI to work better on mobile and make spacing more consistent
2021-12-15 15:54:33 +00:00
Rory Powell
3833b5fb75
Copy changes
2021-12-15 14:37:03 +00:00
Peter Clement
8d57ae93b3
fixing issue 3489 where default role wasn't saving correctly
2021-12-15 14:32:26 +00:00
Andrew Kingston
d06cc93757
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
2021-12-15 13:36:10 +00:00
mike12345567
136fe11354
Merge branch 'develop' of github.com:Budibase/budibase into feature/rest-bodies
2021-12-15 12:15:19 +00:00
Peter Clement
841feac5fa
Merge pull request #3737 from Budibase/feature/home-screen-redesign
...
Home Screen Redesign
2021-12-15 09:47:03 +00:00
mike12345567
12b11ed3d9
Merge branch 'develop' of github.com:Budibase/budibase into feature/rest-bodies
2021-12-14 18:03:49 +00:00
mike12345567
da7153dd64
Removing outgoing webhook functionality from automations and adding XML response/sending, as well as form data/encoded data.
2021-12-14 17:59:02 +00:00
Rory Powell
f499320b47
Link datasource dynamic variables table to query
2021-12-14 17:05:17 +00:00
Rory Powell
fc719eda27
Add menu to response heades
2021-12-14 16:58:17 +00:00
Rory Powell
d2622a6c4f
Read / Write finished
2021-12-14 16:46:31 +00:00
Peter Clement
d099865c3d
add templates store
2021-12-14 15:58:19 +00:00
Peter Clement
8bbcc3f0df
update handling of app updates
2021-12-14 15:30:20 +00:00
Budibase Staging Release Bot
5ac6b72dc7
v1.0.19-alpha.3
2021-12-14 12:33:48 +00:00
Rory Powell
3e9baf4e14
Merge branch 'develop' into feature/query-variables
2021-12-14 12:31:31 +00:00
Rory Powell
42279e67e8
Variables UI WIP
2021-12-14 12:30:26 +00:00
Rory Powell
b3d8c0b017
Merge branch 'develop' into feature/query-auth
2021-12-14 11:58:44 +00:00
Rory Powell
06359efd94
Move datasource init to onMount
2021-12-14 11:57:28 +00:00
Rory Powell
f609200896
Remove unnecessary assignment to datasource
2021-12-14 11:42:41 +00:00
Budibase Staging Release Bot
461ccb13d7
v1.0.19-alpha.2
2021-12-14 11:41:07 +00:00
Rory Powell
7337ae6f67
Flip datasource and baseDatsource to not update store directly
2021-12-14 11:34:12 +00:00
mike12345567
8d5a035bc9
Merge branch 'develop' of github.com:Budibase/budibase into feature/rest-bodies
2021-12-14 11:33:33 +00:00
mike12345567
3c114d87c7
Fixing issue with creating new rest query.
2021-12-14 11:30:50 +00:00
mike12345567
3c67a2205e
Fixing code mirror mode reactivity.
2021-12-14 10:45:38 +00:00
Rory Powell
26abf39b76
Fix merge issue and clear unsaved datasource changes on query load
2021-12-14 10:44:14 +00:00
Rory Powell
17ba5d7c88
Merge branch 'develop' into feature/query-auth
2021-12-14 09:52:16 +00:00
Peter Clement
ed6b16cb98
remove log
2021-12-14 09:49:39 +00:00
Budibase Release Bot
1ab1e7517d
v1.0.22
2021-12-13 18:46:25 +00:00
mike12345567
17f083e586
Stopping get requests from having bodies (Node fetch doesn't allow this) and allow text body type.
2021-12-13 18:17:20 +00:00
Budibase Release Bot
ecd3198940
v1.0.21
2021-12-13 18:08:22 +00:00
Budibase Release Bot
c8bcf17d21
v1.0.20
2021-12-13 17:46:32 +00:00
Budibase Staging Release Bot
e7b9b02b9e
v1.0.19-alpha.1
2021-12-13 17:45:48 +00:00
Michael Drury
e78df4e1a8
Merge pull request #3741 from Budibase/feature/rest-redesign
...
Rest UI Redesign
2021-12-13 17:31:03 +00:00
Budibase Staging Release Bot
2aea488c50
v1.0.19-alpha.0
2021-12-13 17:17:46 +00:00
Budibase Release Bot
cfa941b11f
v1.0.19
2021-12-13 16:43:28 +00:00
Martin McKeaveney
e1fcf40084
Merge branch 'master' into develop
2021-12-13 17:38:13 +01:00
Budibase Release Bot
c77b29d047
v1.0.18
2021-12-13 16:00:58 +00:00
mike12345567
94041176d4
Fixing issue of disabled headers not being set for unmigrated queries.
2021-12-13 15:18:44 +00:00
Budibase Release Bot
ac6686cf9f
v1.0.17
2021-12-13 12:57:18 +00:00
mike12345567
1948c867cc
Fixing some issues around deleting datasources/queries and managing the full URL for migrating queries.
2021-12-13 12:41:47 +00:00
Andrew Kingston
f5dba692e5
Update UI of JSON schema editor
2021-12-13 12:25:01 +00:00
Budibase Release Bot
b81b880eca
v1.0.16
2021-12-13 11:55:27 +00:00
mike12345567
a7743c8481
Fixing bug in tabs where double clicks cause tab switching, new headers enabled by default, disabled headers rather than enabled, get requests can have bodies.
2021-12-13 11:24:13 +00:00
Andrew Kingston
ab1e5abd5e
Refactor button definitions, rename button action components and add button manifest
2021-12-13 10:55:45 +00:00
mike12345567
740ffae8c8
Merge branch 'develop' of github.com:Budibase/budibase into feature/rest-redesign
2021-12-13 10:14:28 +00:00
Andrew Kingston
42fb4949ab
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
2021-12-13 09:45:56 +00:00
Andrew Kingston
7ecf681010
Lint
2021-12-13 09:45:50 +00:00
Rory Powell
077c9ef434
Integrate query with datasource auth
2021-12-11 23:34:30 +00:00
Rory Powell
9fa4fe6c76
Merge branch 'feature/rest-redesign' into feature/query-auth
2021-12-11 21:43:03 +00:00
Rory Powell
9a0af5ba0a
Add _id field
2021-12-11 10:40:57 +00:00
Rory Powell
77d17e143d
Auth config forms
2021-12-11 09:59:09 +00:00
Budibase Staging Release Bot
2565d5476f
v1.0.15-alpha.1
2021-12-10 16:56:34 +00:00
Budibase Release Bot
9f45829bfa
v1.0.15
2021-12-10 16:55:00 +00:00
Budibase Staging Release Bot
1a2bcc02f1
v1.0.15-alpha.0
2021-12-10 16:29:45 +00:00
mike12345567
ec313a300a
Merge branch 'master' of github.com:Budibase/budibase into develop
2021-12-10 16:19:24 +00:00
Budibase Release Bot
e1a527a4bb
v1.0.14
2021-12-10 15:45:07 +00:00
Andrew Kingston
c072044d21
Rename Key/Value field to JSON field
2021-12-10 15:26:43 +00:00
Andrew Kingston
dc7d22e5cb
Add support for binding forms to deep json fields
2021-12-10 14:18:01 +00:00
Budibase Staging Release Bot
8d1e0e5dfb
v1.0.13-alpha.1
2021-12-10 11:14:30 +00:00
Budibase Release Bot
dc92cbeac0
v1.0.13
2021-12-10 11:12:06 +00:00
Andrew Kingston
891538eaa4
Hide JSON array from filter editor
2021-12-10 10:52:51 +00:00
Budibase Staging Release Bot
b688e50272
v1.0.13-alpha.0
2021-12-10 10:39:20 +00:00
Rory Powell
eeb6614823
Merge branch 'master' into merge-master
2021-12-10 10:14:43 +00:00
Budibase Release Bot
97816ab99f
v1.0.12
2021-12-09 19:15:19 +00:00
mike12345567
f5b1e255d5
Making it so that schema always shows up for future work towards global variables and making it so that tabs selected can be bound to.
2021-12-09 18:41:07 +00:00
Andrew Kingston
eeecc762d2
Add button context to execute query action
2021-12-09 16:48:19 +00:00
Andrew Kingston
372d32b8b3
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
2021-12-09 16:32:25 +00:00
Andrew Kingston
dd5d0ffc7b
Add output context to duplicate row action
2021-12-09 16:29:22 +00:00
Budibase Release Bot
558c85d736
v1.0.11
2021-12-09 14:33:04 +00:00
mike12345567
56d673e55c
Fixing some colors.
2021-12-09 14:22:43 +00:00
mike12345567
81c1644a78
Adding link into learn more banner.
2021-12-09 13:44:54 +00:00
mike12345567
da3df17699
Fixing issue with table expanding too far with large response datasets.
2021-12-09 13:23:06 +00:00
mike12345567
4cd28fa7c4
Adding http verbs instead of icons for REST requests.
2021-12-09 13:08:16 +00:00
mike12345567
ad1007ffdc
Adding in the ability to retrieve and view the headers from a rest response.
2021-12-09 12:30:05 +00:00
Peter Clement
fa8fb5577e
fix home screen automation commands
2021-12-09 11:52:47 +00:00
Rory Powell
431a22aaf0
Modal integration
2021-12-09 11:39:44 +00:00
Andrew Kingston
d9278dbc24
Dynamically enrich button actions at runtime and provide additional ephemeral button action output context
2021-12-09 11:25:32 +00:00
Peter Clement
feacfb922f
re-add status lights for app row
2021-12-09 10:10:16 +00:00
mike12345567
e1ae7c603d
Adding placeholder and making sure query urls have a protocol.
2021-12-09 10:02:47 +00:00
Peter Clement
6798594be3
remove log
2021-12-09 09:24:40 +00:00
Peter Clement
f03a2ac0cc
increase size of icon display
2021-12-09 09:21:38 +00:00
Andrew Kingston
59ac6682ae
Generate button context bindings for all button actions
2021-12-09 08:36:50 +00:00
mike12345567
bbb5501d41
Adding in enabled headers, making way for different body types.
2021-12-08 19:11:19 +00:00
Peter Clement
43a69e22b9
refactor how modal is handled
2021-12-08 18:52:06 +00:00
Peter Clement
14213006e0
add option to change icon / colour
2021-12-08 18:51:24 +00:00
Budibase Release Bot
92bab31ffc
v1.0.10
2021-12-08 18:11:06 +00:00
mike12345567
8077ba8d37
Adding a bit of padding to bottom of rest interface in case scrolling occurs.
2021-12-08 18:06:11 +00:00
mike12345567
82fd691ec7
Adding bindings to rest API, adding in spaceship placeholder, updating the look of some other components, cleaning up some whitespace.
2021-12-08 17:58:30 +00:00
Budibase Release Bot
fe85dc74e4
v1.0.9
2021-12-08 17:44:39 +00:00
Budibase Staging Release Bot
8c0632e4b9
v1.0.9-alpha.1
2021-12-08 17:21:37 +00:00
Martin McKeaveney
40878b02a7
merge with master
2021-12-08 17:20:14 +00:00
Martin McKeaveney
58f0f337b3
Merge pull request #3719 from Budibase/fix/incoming-webhooks
...
Fix/incoming webhooks
2021-12-08 17:14:18 +00:00
Andrew Kingston
2da952af24
Fix bug where state variables were not always extracted, improve performance when determining bindable state values and add initial work on generating button context bindings
2021-12-08 15:31:06 +00:00
Rory Powell
720b828bee
Render table of auth configs and linting
2021-12-08 15:27:58 +00:00
Budibase Staging Release Bot
b429a5bbcf
v1.0.9-alpha.0
2021-12-08 14:06:32 +00:00
Andrew Kingston
7beaa80759
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
2021-12-08 13:08:28 +00:00
Andrew Kingston
a10ca1e045
Update manifest 'dependsOn' logic to correctly handle boolean values
2021-12-08 13:06:36 +00:00
Andrew Kingston
46cf642abd
Add new tag component to client apps
2021-12-08 13:06:15 +00:00
Rory Powell
8df37dae85
Merge branch 'develop' into feature/rest-redesign
2021-12-08 12:36:12 +00:00
Rory Powell
379b8cecc0
Merge branch 'master' into develop
2021-12-08 12:07:06 +00:00
Budibase Staging Release Bot
06c815e9e0
v1.0.8-alpha.2
2021-12-08 12:02:02 +00:00
Rory Powell
ad52b06a75
Merge pull request #3644 from Budibase/rest-import
...
Rest import
2021-12-08 11:54:38 +00:00
Budibase Release Bot
a382184cd0
v1.0.8
2021-12-08 11:38:32 +00:00
Martin McKeaveney
1b8a3c9813
updating cypress test to cover automation creation
2021-12-08 11:32:28 +00:00
Rory Powell
83a28eb4bb
Merge pull request #3702 from Budibase/duplicate-query
...
Duplicate queries
2021-12-08 11:32:28 +00:00
Andrew Kingston
31e669dc12
Merge pull request #3666 from Budibase/fix/conditional-layout-links
...
Fix conditional layout links
2021-12-08 11:30:21 +00:00
Martin McKeaveney
acfe5ac0d7
Merge branch 'ak-fixes' of github.com:Budibase/budibase into fix/incoming-webhooks
2021-12-08 11:16:22 +00:00
Rory Powell
6b7f94a358
Merge branch 'develop' into rest-import
2021-12-08 11:08:32 +00:00
Rory Powell
4f642a03a4
Refactor store actions to allow self reference
2021-12-08 11:01:12 +00:00
Andrew Kingston
90011b53cc
Use full runtime bindings in automation settings and enable JS bindings for backend log action
2021-12-08 10:59:26 +00:00
Budibase Staging Release Bot
e199207daf
v1.0.8-alpha.1
2021-12-08 10:29:51 +00:00
Martin McKeaveney
f40fe2e4ed
account for integer type from JSON schema
2021-12-08 10:14:30 +00:00
Andrew Kingston
96e2ada5bd
Lint
2021-12-08 09:42:19 +00:00
Andrew Kingston
cc212d456a
Fix query params directly mutating the stored app definition
2021-12-08 09:31:39 +00:00
Andrew Kingston
b1cc72c54a
Add support for accessing unlimited levels of nested JSON arrays
2021-12-07 21:19:14 +00:00
mike12345567
ce075c97ff
Adding access controls to rest query ui.
2021-12-07 18:50:29 +00:00
mike12345567
c0512fa242
Adding query save, fixing routing to handle existing rest queries, adding in full saving of enabled headers functionality, fixing various issues discovered while testing.
2021-12-07 18:24:10 +00:00
Andrew Kingston
7146b994ff
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
2021-12-07 15:11:32 +00:00
Andrew Kingston
d36daaf9b9
Add button action for duplicating a row
2021-12-07 13:59:12 +00:00
Andrew Kingston
00179c8a33
Fix lucene filtering crashing when being provided an invalid binding string as the document array
2021-12-07 13:58:59 +00:00
Rory Powell
52ea1fe1da
Duplicate queries
2021-12-07 12:26:00 +00:00
Andrew Kingston
d1b5716252
Fix data bindings from JSON fields not correctly squashing nested structures beyond the first level
2021-12-06 19:56:05 +00:00
Andrew Kingston
ca0abba428
Add data bindings for top level properties within JSON fields
2021-12-06 19:55:21 +00:00
mike12345567
b31cd5b6f7
Adding in raw functionality.
2021-12-06 18:35:44 +00:00
Andrew Kingston
a5b4087f64
Enable support for handling shallow non-object arrays in JSON fields
2021-12-06 18:12:27 +00:00
Andrew Kingston
20ee863780
Add console error to builder when iframe preview receives invalid JSON to aid in debugging some cases of endless loading apps
2021-12-06 18:00:19 +00:00
Andrew Kingston
adae966769
Remove legacy performance hack of remove _revs from component definitions as this was sometimes leading to invalid JSON, preventing the app from loading
2021-12-06 17:59:23 +00:00
mike12345567
5936fe0f5f
Adding all response capabilities.
2021-12-06 17:39:51 +00:00
Andrew Kingston
7b20aa31d1
Flatten JSON schema in apps to allow filtering and display of nested values
2021-12-06 12:37:50 +00:00
Andrew Kingston
8dd916afb9
Add more comments to clarify data binding behaviour
2021-12-06 12:14:06 +00:00
Andrew Kingston
7a0ee7aea6
Remove log statements
2021-12-06 12:04:55 +00:00
Andrew Kingston
d10d332b9f
Update client side lucene searching to work with nested JSON fields and fix bug with flattening nested JSON schema
2021-12-06 12:04:22 +00:00
Peter Clement
8f9bce04bc
initial home screen redesign layout
2021-12-06 11:55:23 +00:00
Andrew Kingston
cd5d370e7b
Allow using JSON field arrays as a data provider source and add data bindings for nested JSON fields
2021-12-06 11:41:17 +00:00
mike12345567
e064237981
Adding in last components of UI that were missing.
2021-12-03 18:39:05 +00:00
Peter Clement
610fc04145
some css fixes for autoscreen ui work
2021-12-03 14:27:38 +00:00
Budibase Staging Release Bot
5d4fb2e7c7
v1.0.8-alpha.0
2021-12-03 13:36:10 +00:00
mike12345567
039daf16d6
Merge branch 'develop' of github.com:Budibase/budibase into feature/rest-redesign
2021-12-03 13:27:54 +00:00
mike12345567
282a32bf0b
Merge branch 'master' of github.com:Budibase/budibase into develop
2021-12-03 13:26:55 +00:00
Budibase Release Bot
2c081c6557
v1.0.7
2021-12-03 13:24:14 +00:00
mike12345567
7c7b7584fa
Merge branch 'develop' of github.com:Budibase/budibase into feature/rest-redesign
2021-12-03 12:45:32 +00:00
Andrew Kingston
39d5c81b72
Ensure links are an array in the wrapper component for a cleaner fix
2021-12-03 11:45:04 +00:00
Andrew Kingston
e695396bb8
Ensure links prop is always an array when configuring layout links
2021-12-03 11:38:49 +00:00
Budibase Release Bot
aecc29b4d7
v1.0.6
2021-12-03 11:22:44 +00:00
Budibase Staging Release Bot
e6680c5c52
v1.0.6-alpha.1
2021-12-03 11:20:24 +00:00
Rory Powell
55aa337f62
Add import to existing DS and add cookie support to curl import
2021-12-03 11:14:22 +00:00
Andrew Kingston
1e38628a4b
Add new form field component for JSON fields, JSON validation and update autoscreen generation
2021-12-03 09:20:45 +00:00
mike12345567
740abf8445
Adding radio group of body types.
2021-12-02 17:53:14 +00:00
Rory Powell
107e4378e7
Merge branch 'develop' into rest-import
2021-12-02 16:57:53 +00:00
Rory Powell
9d5866e747
Fix datasource selection after import and add maxmimum files support to dropzone
2021-12-02 16:51:13 +00:00
Budibase Staging Release Bot
4cc03de7e7
v1.0.6-alpha.0
2021-12-02 15:08:26 +00:00
Rory Powell
224516787d
Merge + Linting
2021-12-02 14:54:47 +00:00
mike12345567
41d34861c3
Merge branch 'develop' of github.com:Budibase/budibase into feature/rest-redesign
2021-12-02 14:35:17 +00:00
Rory Powell
9128043b68
Merge branch 'master' into merge-master
2021-12-02 14:27:52 +00:00
Rory Powell
5e6c967d64
Update supported file tags
2021-12-02 14:24:10 +00:00
Budibase Staging Release Bot
0fce0c076b
v1.0.5-alpha.1
2021-12-02 13:47:17 +00:00
Martin McKeaveney
b8a516aa3b
Merge pull request #3628 from Budibase/do-automation
...
Completely automate digitalocean release with hashicorp packer
2021-12-02 14:39:57 +01:00
Budibase Release Bot
782faca131
v1.0.5
2021-12-02 13:31:45 +00:00
Andrew Kingston
f2a2f5ac70
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
2021-12-02 13:29:24 +00:00
Andrew Kingston
9a7cb71371
Fix custom query params not appearing
2021-12-02 12:28:12 +00:00
Andrew Kingston
e71dd8fb77
Reset client features when selecting a new app
2021-12-02 12:27:59 +00:00
mike12345567
a0c3b0b8ce
Updating key value store to allow adding an activity toggle.
2021-12-02 11:53:51 +00:00
mike12345567
57169bc910
Changing reactivity a bit to make it a bit more understandable.
2021-12-02 11:38:42 +00:00
mike12345567
4de2d55112
Adding query string output to the URL.
2021-12-02 11:32:21 +00:00
Martin McKeaveney
e003f28e27
completely automate digitalocean release with hashicorp packer
2021-12-01 21:33:38 +01:00
mike12345567
4e9d60b446
First major part of the REST query resdesign.
2021-12-01 17:55:57 +00:00
Budibase Staging Release Bot
60a07193d2
v1.0.5-alpha.0
2021-12-01 14:28:00 +00:00
Budibase Release Bot
6c5a5dc192
v1.0.4
2021-12-01 13:49:09 +00:00
Rory Powell
32ea1da281
Merge pull request #3618 from Budibase/fix/block-context
...
Fixes for button actions, block contexts and nester data provider settings
2021-12-01 13:39:37 +00:00
mike12345567
bfd8007dfa
Updating key value in queries to be a bit more clear.
2021-12-01 13:31:40 +00:00
mike12345567
4a0ce14f04
Adding the ability to set a display name for any datasource/query parameter.
2021-12-01 13:11:35 +00:00
mike12345567
f77fe0c75c
Updating integration config screen.
2021-12-01 13:09:16 +00:00
Andrew Kingston
e2ff1d8d54
Merge branch 'fix/block-context' of github.com:Budibase/budibase into feature/json-backend
2021-12-01 11:40:09 +00:00
Budibase Release Bot
7824fe3163
v1.0.3
2021-12-01 10:57:38 +00:00
Andrew Kingston
c54489d7ee
Fix button actions directly mutating the real component definition
2021-12-01 10:33:17 +00:00
Andrew Kingston
e6741ce341
Ensuire the save row action determines the correct runtime bindings and only uses valid context types
2021-12-01 10:32:55 +00:00
mike12345567
6a7d899935
Adding some extra padding to action buttons to line them up better, changing over everything in datasources to tables (where possible).
2021-11-30 19:05:36 +00:00
mike12345567
cd7ef481bd
Some UI tweaks.
2021-11-30 18:11:29 +00:00
mike12345567
76ce9a3017
Disabling save button when no changes made.
2021-11-30 17:56:15 +00:00
mike12345567
3e5f9b9505
Updating REST creation, removing the modal step, updating the config page to move things around as per designs.
2021-11-30 16:21:16 +00:00
Budibase Release Bot
f50014da79
v1.0.2
2021-11-30 15:59:32 +00:00
Budibase Release Bot
c9ae9e56ca
v1.0.1
2021-11-30 15:44:46 +00:00
Martin McKeaveney
29787c70ef
v1.0.0
2021-11-30 16:34:33 +01:00
Andrew Kingston
2c91b89f02
Prevent data providers from using arbitrary context-providing components as sources
2021-11-30 14:32:18 +00:00
Budibase Release Bot
4b0704736b
v0.9.190
2021-11-30 13:36:54 +00:00
mike12345567
39bb1f3e2c
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
2021-11-30 11:32:50 +00:00
Budibase Staging Release Bot
40aa9656e1
v0.9.190-alpha.12
2021-11-30 10:14:02 +00:00
Andrew Kingston
0341b596e6
Merge pull request #3576 from Budibase/ak-fixes
...
Misc bug fixes
2021-11-30 10:05:01 +00:00
mike12345567
193014fc83
Adding validation around invalid JSON inputs and allowing input via a code mirror editor in data UI.
2021-11-29 18:16:44 +00:00
Rory Powell
c421499a46
cURL import working
2021-11-29 17:21:30 +00:00
mike12345567
05e2baa0d3
Moving generation to builder because it reduces API calls and has no reason to be carried out server-side, handling array/object schema generation correctly.
2021-11-29 17:11:08 +00:00
Budibase Staging Release Bot
f8b4c4fa6c
v0.9.190-alpha.11
2021-11-29 13:58:47 +00:00
Peter Clement
e77ef4cf76
Merge pull request #3581 from Budibase/feature/auto-screen-ui
...
Autoscreen fixes
2021-11-29 13:49:59 +00:00
Peter Clement
d716f38759
autoscreen fixes
2021-11-29 11:53:46 +00:00
Rory Powell
c53f5e3d2b
Update backend to be extensible for different import sources
2021-11-29 10:37:31 +00:00
Andrew Kingston
71e4764b17
Fix issue with navigation links editor mutating real component structure
2021-11-29 08:58:49 +00:00
Andrew Kingston
8b4bd84ab5
Preserve bindings when duplicating components
2021-11-29 08:30:52 +00:00
Budibase Staging Release Bot
d33eeec665
v0.9.190-alpha.10
2021-11-26 19:01:35 +00:00
Budibase Staging Release Bot
7ef5ae8823
v0.9.190-alpha.9
2021-11-26 17:52:27 +00:00
mike12345567
5ff8716080
Adding server functionality to determine schema for JSON data type, some basic UI around an editor for getting JSON to determine schema from and the key/value mechanism for flat structures.
2021-11-26 17:39:18 +00:00
mike12345567
1ae4c6ac3a
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
2021-11-26 15:46:45 +00:00
Budibase Staging Release Bot
531985c8da
v0.9.190-alpha.8
2021-11-26 15:29:05 +00:00
Michael Drury
cba41d8e9d
Merge pull request #3554 from Budibase/labday/docs
...
API Docs, generation, tables and rows and Swagger definitions
2021-11-26 15:20:23 +00:00
Budibase Staging Release Bot
15381e44eb
v0.9.190-alpha.7
2021-11-26 14:35:06 +00:00
Martin McKeaveney
a33204e4cf
adding check for initinfo
2021-11-26 15:26:51 +01:00
mike12345567
5e9f3969c9
Fixing a few issues that became obvious when I was looking at examples of what gets sent to the API for table saving.
2021-11-26 14:14:53 +00:00
Budibase Staging Release Bot
78de471948
v0.9.190-alpha.6
2021-11-26 11:36:30 +00:00
Budibase Staging Release Bot
688d461fcc
v0.9.190-alpha.5
2021-11-26 11:08:02 +00:00
Martin McKeaveney
c7bf4770a5
Merge pull request #3543 from Budibase/martin/misc-tasks
...
Martin/misc tasks
2021-11-26 11:58:40 +01:00
Martin McKeaveney
eec02321f5
fix cypress tests
2021-11-26 11:42:37 +01:00
Rory Powell
41fa958c78
File upload working
2021-11-26 09:51:56 +00:00
Budibase Staging Release Bot
186ef7a922
v0.9.190-alpha.4
2021-11-25 22:21:36 +00:00
Peter Clement
0b9cc02023
Merge pull request #3544 from Budibase/feature/auto-screen-ui
...
Remove initial screen defintion so user can see the new screen creation button
2021-11-25 22:13:07 +00:00
Peter Clement
fec8689069
change colour of autoscreen selection
2021-11-25 21:57:27 +00:00
Peter Clement
2945b15ee3
update cypress to account for no default screen
2021-11-25 21:48:07 +00:00
Budibase Staging Release Bot
aa010163a7
v0.9.190-alpha.3
2021-11-25 18:04:35 +00:00
mike12345567
82a0bfa5f5
Fixing issue discovered by Cypress.
2021-11-25 17:56:50 +00:00
Rory Powell
71ba024974
WIP: Rest API import
2021-11-25 17:14:07 +00:00
Martin McKeaveney
f9b2a3c5e1
Google sheets integration CRUD E2E
2021-11-25 18:12:12 +01:00
Budibase Staging Release Bot
7e97d2ba95
v0.9.190-alpha.2
2021-11-25 16:50:21 +00:00
mike12345567
b68cd07431
Fixing issue with data import error not invalidating modals.
2021-11-25 16:41:19 +00:00
Budibase Staging Release Bot
7d024f285d
v0.9.190-alpha.1
2021-11-25 12:49:05 +00:00
Michael Drury
a02ec65661
Merge pull request #3541 from Budibase/fix/sql-issues
...
Fixing various SQL issues
2021-11-25 12:42:38 +00:00
Budibase Staging Release Bot
daaf22f648
v0.9.190-alpha.0
2021-11-25 12:30:15 +00:00
mike12345567
0f0770af32
Merge branch 'master' of github.com:Budibase/budibase into develop
2021-11-25 12:21:58 +00:00
Martin McKeaveney
5313e27797
auto name template based apps
2021-11-25 13:00:21 +01:00
Martin McKeaveney
90934c547f
allow type editing on custom query datasource schemas
2021-11-25 12:20:20 +01:00
Budibase Staging Release Bot
b90a845efc
v0.9.185-alpha.22
2021-11-25 10:33:01 +00:00
Peter Clement
4ede32c408
Merge pull request #3533 from Budibase/feature/auto-screen-ui
...
Fix issue where auto screen UI was duplicating selections
2021-11-25 10:23:50 +00:00
Peter Clement
591d0bb7d8
re-add analytics
2021-11-25 09:41:40 +00:00
Peter Clement
3e6d858d3a
fix automation
2021-11-25 09:30:10 +00:00
Martin McKeaveney
5695827f86
auto app creation from template E2E, added warning to automations that they can't run in dev
2021-11-25 10:29:09 +01:00
Peter Clement
f8f191570d
refactor screen templates to include table name
2021-11-24 19:26:07 +00:00
Peter Clement
f9fea88541
refactor screen templates to include table name
2021-11-24 19:10:10 +00:00
mike12345567
bf44c15b74
Fixing issue with datasource deletion not navigating if was on data source plus table and fixing #3523 where relationships would cause sorting to breaking postgres/oracle.
2021-11-24 18:20:52 +00:00
mike12345567
116bccfd73
Fix for issue #3327 - may not solve issue with mariaDB but works for MySQL.
2021-11-24 17:03:34 +00:00
Budibase Staging Release Bot
e4e29ce1b2
v0.9.185-alpha.21
2021-11-24 16:00:00 +00:00
mike12345567
4e92f2a3f0
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
2021-11-24 15:53:53 +00:00
mike12345567
4f8650a5be
Removing console log.
2021-11-24 15:30:47 +00:00
mike12345567
9336ae5826
Updating test case to mock response value.
2021-11-24 15:10:52 +00:00
mike12345567
f959ea0add
Adding more error tracking around column creation, to reduce confusion/users not understanding required settings.
2021-11-24 14:55:14 +00:00
Budibase Staging Release Bot
c021a6e49c
v0.9.185-alpha.20
2021-11-24 13:56:19 +00:00
Peter Clement
4d18fa2360
Merge pull request #3520 from Budibase/feature/auto-screen-ui
...
Autoscreen ux changes
2021-11-24 13:48:51 +00:00
Michael Drury
03753530cd
Merge pull request #3491 from Budibase/fix/3485
...
Quick change for SQL existing relationships - allow picking both keys
2021-11-24 13:33:54 +00:00
mike12345567
de71e83411
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
2021-11-24 13:27:58 +00:00
mike12345567
e3e8b538f5
Review comments.
2021-11-24 13:15:44 +00:00
Peter Clement
dd3d6aa630
unneeded log
2021-11-24 11:53:56 +00:00
Budibase Staging Release Bot
1497e2d489
v0.9.185-alpha.19
2021-11-24 09:17:53 +00:00
Andrew Kingston
aff6c66fcd
Merge pull request #3508 from Budibase/js-formula-fields
...
JS for formula fields + binding panel refactor
2021-11-24 09:10:46 +00:00
Andrew Kingston
5e7feb08da
Remove unused import
2021-11-24 08:53:14 +00:00
Budibase Staging Release Bot
f7377c71da
v0.9.185-alpha.18
2021-11-24 08:48:23 +00:00
Andrew Kingston
81ad2b7cb2
Fix relationship paths not using correct readable and runtime bindings in server binding panel
2021-11-24 08:44:12 +00:00
Andrew Kingston
567d188e29
Merge pull request #3476 from Budibase/multi-filter-component
...
Dynamic filter component
2021-11-24 08:39:28 +00:00
Budibase Staging Release Bot
f2365738d6
v0.9.185-alpha.17
2021-11-23 20:15:28 +00:00
Peter Clement
35f4121d44
some autoscreen ux fixes
2021-11-23 20:14:28 +00:00
Peter Clement
9c5fc58d43
Merge pull request #3441 from Budibase/fix/pc-generic-fixes
...
Save automation test data
2021-11-23 20:07:19 +00:00
mike12345567
f1b715e844
Fixing warning.
2021-11-23 18:38:05 +00:00
mike12345567
f5e8c6f559
Adding some basic UI around the key/value data type.
2021-11-23 18:20:12 +00:00
Andrew Kingston
46bb498122
Ensure CodeMirror hints are rendered on top of modals
2021-11-23 16:57:51 +00:00
Andrew Kingston
19d74d3fb6
Set inputs to readonly when displaying the javascript function helper label to prevent accidentally setting explicit text
2021-11-23 16:41:09 +00:00
Budibase Staging Release Bot
5ba6f4bd54
v0.9.185-alpha.16
2021-11-23 15:23:55 +00:00
Peter Clement
646c20117d
Merge pull request #3503 from Budibase/feature/auto-screen-ui
...
fix bg color of screen wizard modal
2021-11-23 15:16:27 +00:00
Peter Clement
a0fd1993dc
remove log
2021-11-23 15:02:10 +00:00
Peter Clement
c89e807e31
issue with datasource plus autogen
2021-11-23 15:00:21 +00:00
Peter Clement
cc40a68423
fix bg color of screen wizard modal
2021-11-23 14:45:50 +00:00
Andrew Kingston
4145f6eccc
Refactor client and server binding panels into single generic panel. Enable JS for formula fields
2021-11-23 14:05:20 +00:00
Budibase Staging Release Bot
8547ea2f2c
v0.9.185-alpha.15
2021-11-23 13:57:12 +00:00
Peter Clement
b2fbe308be
show datasource plus popover conditionally
2021-11-23 13:54:05 +00:00
Peter Clement
b6d02dace9
Merge pull request #3488 from Budibase/feature/auto-screen-ui
...
Remove nav selection modal from screens UI (for now)
2021-11-23 13:48:14 +00:00
mike12345567
8be84e5602
Quick fix for #3485 - default the key to the primary key but allow another field to be selected.
2021-11-23 12:10:40 +00:00
Peter Clement
1da1331b3a
Merge remote-tracking branch 'origin/develop' into fix/pc-generic-fixes
2021-11-23 10:24:27 +00:00
Peter Clement
abe7cdfcf7
removing log
2021-11-23 09:43:21 +00:00
Peter Clement
a68247ffcb
fixng some auto screen bugs
2021-11-23 09:39:40 +00:00
Rory Powell
1a0c66beb6
Merge branch 'develop' into oracle-datasource
2021-11-23 09:27:55 +00:00
Peter Clement
33f1264cbb
remove nav selection modal
2021-11-23 09:01:12 +00:00
Budibase Release Bot
d227e192ae
v0.9.189
2021-11-22 18:14:41 +00:00
Budibase Staging Release Bot
f158ee8f57
v0.9.185-alpha.14
2021-11-22 18:04:40 +00:00
mike12345567
0335b1cee3
Fixing issue from review, values weren't wiped when delete modals closed, also adding a fix for threading to disable it in development as node-ts was causing memory leaks on low memory systems (doesn't apply to production built version).
2021-11-22 17:42:41 +00:00
Andrew Kingston
6b2e235c35
Fix cypress tests
2021-11-22 16:29:03 +00:00
Andrew Kingston
d9b7426d29
Update cypress tests to account for component restructuring
2021-11-22 15:26:41 +00:00
Rory Powell
4acfc668ef
Update locks, ignore oracle imports on m1
2021-11-22 15:26:31 +00:00
mike12345567
ea0000df51
Updating UI to have a table/column deletion check which makes sure the user understands what they are doing, also disabling external table deletion.
2021-11-22 15:26:24 +00:00
Rory Powell
b1ac42875b
Fix dependency issues on m1
2021-11-22 14:49:39 +00:00
Andrew Kingston
0fcc7619d0
Reorganise component structure
2021-11-22 14:48:04 +00:00
Budibase Staging Release Bot
2f9941f40c
v0.9.185-alpha.13
2021-11-22 11:13:33 +00:00
Rory Powell
154a5cab26
Merge branch 'develop' into oracle-datasource
2021-11-22 11:07:11 +00:00
Budibase Staging Release Bot
01e7cccb65
v0.9.185-alpha.12
2021-11-22 10:53:34 +00:00
Rory Powell
f94a0eadbe
Merge branch 'develop' into oracle-datasource
2021-11-22 10:47:48 +00:00
Andrew Kingston
8f9dba0db3
Merge branch 'develop' of github.com:Budibase/budibase into multi-filter-component
2021-11-22 10:44:52 +00:00
Andrew Kingston
6c0a1e99da
Merge pull request #3403 from Budibase/cheeks-lab-day
...
Inline text editing + perf. enhancements + preview enhancements
2021-11-22 10:44:38 +00:00
Budibase Staging Release Bot
fe5c3d78f4
v0.9.185-alpha.11
2021-11-22 10:26:21 +00:00
Peter Clement
7bbf5500c6
Merge pull request #3334 from Budibase/feature/auto-screen-ui
...
Feature/auto screen UI
2021-11-22 10:15:44 +00:00
Peter Clement
cc019feab1
Revert "remove delete button for datasource plus"
...
This reverts commit fbe1b02e93
.
2021-11-22 10:09:27 +00:00
Peter Clement
fbe1b02e93
remove delete button for datasource plus
2021-11-22 10:07:30 +00:00
Peter Clement
8581c06721
fix broken automation test
2021-11-22 09:43:57 +00:00
Andrew Kingston
8f981704d6
Merge branch 'cheeks-lab-day' of github.com:Budibase/budibase into multi-filter-component
2021-11-18 15:58:04 +00:00
Andrew Kingston
4ebb4d6b25
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day
2021-11-18 15:53:57 +00:00
Andrew Kingston
f77f7c1e5f
Add dynamic filter component
2021-11-18 15:36:16 +00:00
Michael Drury
773bc06f7f
Merge pull request #3440 from Budibase/fix/export-sql
...
Fixing some issues with exporting CSV/JSON
2021-11-18 15:26:23 +00:00
Peter Clement
0b8c074b81
disable ability to rename external datasource
2021-11-18 15:14:23 +00:00
mike12345567
1d9b4be249
Fixing issue with exporting CSV/JSON, also saving as right file type.
2021-11-18 14:57:17 +00:00
Peter Clement
d16ea91082
remove uneeded add action button
2021-11-18 14:29:31 +00:00
Mitch-Budibase
650702c1b4
Merge branch 'develop' into cypress-testing
2021-11-18 13:51:30 +00:00
Mitch-Budibase
7ba79a8982
Env variables & data files
...
Changes as per PR
-Created files for transformer queries - tests updated accordingly
-Updates for Env variables and usage
-Changes surrounding App Rename testing
2021-11-18 13:47:41 +00:00
Peter Clement
b902e017dd
fix bug with test results
2021-11-18 11:41:51 +00:00
Budibase Staging Release Bot
a1ff7e7262
v0.9.185-alpha.10
2021-11-18 11:15:57 +00:00
Budibase Release Bot
85425520ac
v0.9.188
2021-11-18 07:09:32 +00:00
Michael Drury
1003c0d55e
Updating filter modal to manage invalid schemas when view created.
2021-11-17 22:11:26 +00:00
mike12345567
1ba0584c64
Reverting bbui lock, making sure it isn't upgrading again, fixing vite to the best version we can use.
2021-11-17 19:12:54 +00:00
mike12345567
7802bb1e45
Adding audit script and commiting all of the audits that it made, updating all yarn locks.
2021-11-17 18:04:16 +00:00
Peter Clement
f237cd891e
fix animation issue with automation blocks
2021-11-17 14:28:14 +00:00
Mike Shanks
3db48e3b45
License cleanup
2021-11-17 14:21:16 +00:00
Peter Clement
5311c8ee7e
save inputted test data
2021-11-17 13:49:34 +00:00
Budibase Staging Release Bot
9d74aa2a44
v0.9.185-alpha.9
2021-11-17 11:47:25 +00:00
Michael Drury
a726d158b8
Merge pull request #3338 from Budibase/feature/query-rbac-timeouts
...
Query RBAC, query and automation threading/timeouts
2021-11-17 11:39:09 +00:00
Budibase Staging Release Bot
623cd0c0b0
v0.9.185-alpha.8
2021-11-17 11:28:58 +00:00
Peter Clement
776e4e2d20
more refactoring of screen wizard
2021-11-17 10:24:14 +00:00
Budibase Staging Release Bot
33fef40292
v0.9.185-alpha.7
2021-11-16 21:20:35 +00:00
Andrew Kingston
9b988b60b0
Replace old usage of 'editable' manifest setting with 'static'
2021-11-16 18:33:14 +00:00
mike12345567
aaff5260d3
Adding a script to be able to debug backend like cypress runs, without needing to build everytime - fixing an issue that appears to only occur occasionally in the cypress environment.
2021-11-16 17:40:31 +00:00
Budibase Staging Release Bot
c42acf9bb7
v0.9.185-alpha.6
2021-11-16 14:37:51 +00:00
Budibase Staging Release Bot
8529510e04
v0.9.185-alpha.5
2021-11-16 13:54:16 +00:00
Rory Powell
4235aba7a2
Merge pull request #3354 from Budibase/rory/fixes-platform-url
...
Fixes for google sso, cloud email url and cloud logo updates
2021-11-16 13:46:06 +00:00
Andrew Kingston
9728c6c947
Prevent unecessary updates to component settings to improve performance
2021-11-16 13:38:47 +00:00
Andrew Kingston
f14e6d8e22
Remove unused client event for iframe-loaded
2021-11-16 13:15:31 +00:00
Andrew Kingston
4e4e07d1f2
Fix race condition crash on initial builder data page load
2021-11-16 13:12:05 +00:00
Peter Clement
f3cddaaf08
refactor wizard into its own file
2021-11-16 12:18:13 +00:00
Budibase Staging Release Bot
9650cee4d4
v0.9.185-alpha.4
2021-11-16 11:48:38 +00:00
Andrew Kingston
0bac3765b3
Remove deprecated keydown event being sent by client library
2021-11-16 11:45:28 +00:00
Andrew Kingston
2adbaea026
Merge develop into editable text lab day
2021-11-16 11:14:46 +00:00
Budibase Staging Release Bot
3d2447db34
v0.9.185-alpha.3
2021-11-16 11:12:03 +00:00
Andrew Kingston
4c84f713b9
Merge pull request #3355 from Budibase/repeater-array
...
Data block + array fields as data sources
2021-11-16 11:03:30 +00:00
Andrew Kingston
bb02491f41
Reset app name in deletion confirmation modal when closing modal
2021-11-16 10:52:43 +00:00
Andrew Kingston
7a1b22ef5f
Rename data block to repeater block
2021-11-15 18:07:51 +00:00
Andrew Kingston
cc4702909c
Remove unused prop
2021-11-15 18:02:24 +00:00
Budibase Staging Release Bot
3ffa27969d
v0.9.185-alpha.2
2021-11-15 17:47:27 +00:00
Budibase Release Bot
e48fc8de3d
v0.9.187
2021-11-15 17:04:12 +00:00
Mitch-Budibase
348c4ed75b
Update commands.js
...
A few formatting based changes for this file
2021-11-15 15:40:48 +00:00
Mitch-Budibase
9f1f9304bd
Merge branch 'develop' into cypress-testing
2021-11-15 15:28:38 +00:00
Mitch-Budibase
8780010926
New Tests (User Roles, Query Level Transformers, Data Sources etc.)
...
New tests:
-Query Level Transformers
-Table pagination
-User Roles
-Data Sources (correct config, incorrect config, Wizard)
Also:
-New Commands to support
Testing
-Cypress Updated
2021-11-15 15:25:58 +00:00
Budibase Staging Release Bot
3a8e08d3cc
v0.9.185-alpha.1
2021-11-15 14:43:16 +00:00
mike12345567
68ea45b854
Adding a check to disable the display column options when importing to an existing table as it makes no sense in this scenario.
2021-11-15 14:15:14 +00:00
Andrew Kingston
3470b1ea1b
Update data sources to correctly include block context suffixes in provider IDs
2021-11-15 12:25:01 +00:00
Peter Clement
3b74481708
fix accidentally changed cypress port
2021-11-15 11:19:09 +00:00
Peter Clement
a6d8c791e1
fix cypress tests
2021-11-15 11:04:22 +00:00
Peter Clement
fba0975c54
Add deletion modal and hover on delete icon
2021-11-15 11:03:09 +00:00
mike12345567
d9d5391a40
Some UI work, as well as moving SQL to using a proper bulk insert method and fixing an issue found with csv parsing and removing of invalid columns.
2021-11-12 19:24:56 +00:00
mike12345567
af5e196b4c
Adding all required controls for data import to internal tables, just need to implement external table data import.
2021-11-12 18:26:57 +00:00
Andrew Kingston
df455c2719
Add data block component
2021-11-12 15:19:25 +00:00
Andrew Kingston
3db35d3af9
Enable data providers to use array and attachment fields as their source
2021-11-12 13:42:55 +00:00
Rory Powell
6af8ab2dc0
Fixes for google sso, cloud email url and cloud logo updates
2021-11-12 13:31:55 +00:00
Budibase Release Bot
0fb4611bce
v0.9.186
2021-11-12 13:15:37 +00:00
mike12345567
599702bfe9
Fixing issue where deleted datasources wouldn't clear out queries.
2021-11-11 17:13:35 +00:00
mike12345567
b67bd8ba29
Merge branch 'develop' of github.com:Budibase/budibase into feature/query-rbac-timeouts
2021-11-11 14:10:54 +00:00
Budibase Staging Release Bot
b049d083ee
v0.9.185-alpha.0
2021-11-11 13:59:14 +00:00
mike12345567
5c8670c7f4
Merge branch 'develop' of github.com:Budibase/budibase into feature/query-rbac-timeouts
2021-11-11 13:50:42 +00:00
mike12345567
dc8d0aa533
Merge branch 'master' of github.com:Budibase/budibase into develop
2021-11-11 13:48:07 +00:00
Peter Clement
35f0384b17
removing log
2021-11-11 12:55:04 +00:00
Peter Clement
3090b04bb7
css fixes
2021-11-11 12:37:35 +00:00
Budibase Release Bot
3ef07b3ebd
v0.9.185
2021-11-11 12:14:43 +00:00
mike12345567
cca28ce255
Adding worker controls to both automations and queries.
2021-11-11 12:11:09 +00:00
Peter Clement
14168615dc
fix saving of blank screen
2021-11-11 12:09:36 +00:00
Budibase Release Bot
dde958ce80
v0.9.184
2021-11-11 11:35:31 +00:00
Budibase Staging Release Bot
5bb7ed004c
v0.9.180-alpha.11
2021-11-11 11:09:49 +00:00
Peter Clement
8645299ab1
save nav selection
2021-11-11 11:07:55 +00:00
Andrew Kingston
fc6e531115
Merge pull request #3299 from Budibase/full-bindings
...
Full bindings for relationships and attachments
2021-11-11 11:01:27 +00:00
Peter Clement
8592c489f9
move modals to top level
2021-11-11 08:28:42 +00:00
Budibase Staging Release Bot
62175d5b62
v0.9.180-alpha.10
2021-11-10 19:52:01 +00:00
Andrew Kingston
f9cf221c84
Fix issue with using blocks and conditional UI together due to new nested settings
2021-11-10 19:41:58 +00:00
Martin McKeaveney
aae287e6e8
track pageviews in PH, add job role and company size into intercom
2021-11-10 19:40:55 +01:00
Budibase Staging Release Bot
e8429965c0
v0.9.180-alpha.9
2021-11-10 18:29:22 +00:00
Michael Drury
e3358780f4
Merge pull request #3317 from Budibase/feature/switchable-types
...
Allow switching between string <-> options, number <-> boolean
2021-11-10 18:18:49 +00:00
mike12345567
c0e3505ce8
Fixing constants import.
2021-11-10 17:55:37 +00:00
Budibase Staging Release Bot
1174ddb2de
v0.9.180-alpha.8
2021-11-10 16:33:07 +00:00
Peter Clement
eaaa134fb3
logic for saving of multiple screens
2021-11-10 16:04:27 +00:00
Andrew Kingston
862bf14268
Rename blocks to be shorter
2021-11-10 15:56:51 +00:00
mike12345567
7f055ed8dc
Adding a way to switch between string and options, as well as number and boolean types, this is very useful for SQL tables.
2021-11-10 15:01:44 +00:00
Andrew Kingston
2b59d44e06
Change bindable properties order
2021-11-10 14:57:46 +00:00
Budibase Staging Release Bot
611337c140
v0.9.180-alpha.7
2021-11-10 14:56:30 +00:00
Peter Clement
fae88947e9
Merge remote-tracking branch 'origin/develop' into feature/auto-screen-ui
2021-11-10 14:48:56 +00:00
Peter Clement
b4a82f3621
Merge pull request #3313 from Budibase/fix/automation-block-width
...
fix width of automation blocks
2021-11-10 14:46:33 +00:00
Peter Clement
4e6a9c8154
fix width of automation blocks
2021-11-10 14:43:07 +00:00
Budibase Release Bot
34e04e3837
v0.9.183
2021-11-10 14:28:28 +00:00
Martin McKeaveney
9f7aba3f19
Merge pull request #3300 from Budibase/fix/templates
...
Fix/templates
2021-11-10 15:19:26 +01:00
Martin McKeaveney
91a9e78e92
fix renaming an app
2021-11-10 14:57:46 +01:00
Budibase Staging Release Bot
953e41479e
v0.9.180-alpha.6
2021-11-10 13:50:18 +00:00
Martin McKeaveney
8f7b57837e
adding cypress tag to input
2021-11-10 14:08:34 +01:00
Budibase Staging Release Bot
a20d21ebf5
v0.9.180-alpha.5
2021-11-10 12:29:11 +00:00
Andrew Kingston
51ba48abc0
Merge pull request #3309 from Budibase/quick-bindings
...
Quick bindings
2021-11-10 12:18:52 +00:00
Budibase Staging Release Bot
c62741a311
v0.9.180-alpha.4
2021-11-10 12:17:43 +00:00
Martin McKeaveney
f5406cecf2
fix cypress tests
2021-11-10 13:04:59 +01:00
Andrew Kingston
d6051e7067
Add cypress data tag to binding icon in drawer bindable combo box
2021-11-10 11:58:27 +00:00
Andrew Kingston
93976e4f55
Use bindable combo boxes for text settings and clean up
2021-11-10 11:23:51 +00:00
Martin McKeaveney
7cf916a00d
code review, simplify iframeTemplate
2021-11-10 12:12:33 +01:00
Budibase Staging Release Bot
1f7207be7b
v0.9.180-alpha.3
2021-11-10 10:13:12 +00:00
Budibase Release Bot
5bc79bb2ba
v0.9.182
2021-11-10 09:52:01 +00:00
mike12345567
014b277c55
Fixing issue with automation JS scripting not functioning, due to an object being passed in as code parameter.
2021-11-09 18:07:21 +00:00
Martin McKeaveney
1361b05966
updating delete app cypress command
2021-11-09 18:35:19 +01:00
Martin McKeaveney
8683a74b2d
adding check for delete app
2021-11-09 18:30:51 +01:00
Budibase Staging Release Bot
9bbb648acd
v0.9.180-alpha.2
2021-11-09 17:25:41 +00:00
Martin McKeaveney
878fe986b6
update redundant comment
2021-11-09 18:16:52 +01:00
Martin McKeaveney
7a2491b62c
review
2021-11-09 18:14:37 +01:00
Martin McKeaveney
4367c9adf6
prevent redirect to acct portal when not necessary
2021-11-09 18:00:32 +01:00
Martin McKeaveney
0cc2069929
fixes for templates, ensured iframetemplate fires ready event
2021-11-09 17:40:31 +01:00
mike12345567
b3590537ba
Adding the ability to set a permission for data source queries.
2021-11-09 16:25:23 +00:00
Andrew Kingston
4690ae827c
Use full bindings for releationships and attachments
2021-11-09 15:45:32 +00:00
Budibase Release Bot
951cfb5ba9
v0.9.181
2021-11-09 12:38:10 +00:00
Martin McKeaveney
fddf52ad45
remove comment
2021-11-09 12:25:02 +01:00
Martin McKeaveney
72eb24b0fa
formatting
2021-11-09 12:24:18 +01:00
mike12345567
f8e790bd2f
Merge branch 'develop' of github.com:Budibase/budibase into feature/mssql-plus
2021-11-09 11:20:17 +00:00
Martin McKeaveney
cb459bc877
adding flags for messagePassing
2021-11-09 12:15:29 +01:00
Martin McKeaveney
3f71768146
still show start from scratch and import when template request fails
2021-11-09 11:58:58 +01:00
Peter Clement
1a265149e2
new auto screen ux
2021-11-09 09:33:34 +00:00
Rory Powell
9273edc794
Integrate with UI
2021-11-08 22:08:47 +00:00
Budibase Staging Release Bot
53762ef713
v0.9.180-alpha.1
2021-11-08 20:54:52 +00:00
Andrew Kingston
8e0b265815
Merge pull request #3249 from Budibase/blocks
...
Core blocks implementation + table with search block
2021-11-08 20:46:21 +00:00
mike12345567
2f1c22085c
Removing constants import that was breaking things.
2021-11-08 18:59:27 +00:00
mike12345567
b310918ec4
Fixing #3182 so that sorting is disabled for certain column types that we cannot use, as well as fixing some issues with MS-SQL plus tables.
2021-11-08 17:25:05 +00:00
mike12345567
e6d05f1e90
Merge branch 'develop' of github.com:Budibase/budibase into feature/mssql-plus
2021-11-08 14:43:28 +00:00
Budibase Release Bot
65837abcc0
v0.9.180
2021-11-08 14:36:40 +00:00
Andrew Kingston
a7849eac7d
Add card list with search block. Add concept of nested settings which can consume their own contexts and are not enriched at the top level
2021-11-08 14:35:58 +00:00
Budibase Staging Release Bot
7df3227432
v0.9.180-alpha.0
2021-11-08 14:13:09 +00:00
mike12345567
6455f51d4f
Merge branch 'master' of github.com:Budibase/budibase into develop
2021-11-08 14:00:47 +00:00
Budibase Release Bot
25965696fc
v0.9.179
2021-11-08 12:29:59 +00:00
mike12345567
b34cef26c3
Fixing an issue with relationship modal breaking when multiple data sources available to relate to, also fixing an pile of issues with creating and reading rows from SQL server plus.
2021-11-05 18:55:36 +00:00
Andrew Kingston
8c63b147fb
Remove forced capitalisation of setting labels
2021-11-05 12:38:15 +00:00
Andrew Kingston
117a7f7ce8
Fix issue getting bindable properties when selecting a screen
2021-11-05 12:37:42 +00:00
Budibase Release Bot
6489d61fd1
v0.9.178
2021-11-04 16:37:06 +00:00
Budibase Staging Release Bot
7db07ed081
v0.9.176-alpha.3
2021-11-04 16:30:06 +00:00
Martin McKeaveney
1219c53250
fix safari
2021-11-04 17:24:56 +01:00
Martin McKeaveney
b7c5778409
Merge pull request #3187 from Budibase/fix/safari-bug
...
Fix budibase builder preview on safari
2021-11-04 17:22:02 +01:00
Martin McKeaveney
193d40bbf3
refactor switch into a key value handler object
...
tidy up - remove logs and comments
update windowed modals to use postMessage
2021-11-04 17:21:17 +01:00
Budibase Release Bot
8c4c0ae93e
v0.9.177
2021-11-04 13:56:13 +00:00
Martin McKeaveney
cb5df8fe1e
Merge pull request #3159 from Budibase/feature/template-urls
...
allow opening a template directly from a URL
2021-11-04 14:46:18 +01:00
Martin McKeaveney
e888971936
remove logs
2021-11-04 14:04:58 +01:00
Martin McKeaveney
b80a93d6d5
cookie based approach
2021-11-04 14:03:18 +01:00
Andrew Kingston
adda702588
Add button to table with search block and support defining multiple settings sections in component manifest entries
2021-11-04 11:30:43 +00:00
Martin McKeaveney
b7d99a6df1
lint
2021-11-04 10:50:43 +01:00
Budibase Release Bot
acf136268b
v0.9.176
2021-11-04 09:24:56 +00:00
Budibase Staging Release Bot
a173b4a02c
v0.9.176-alpha.2
2021-11-04 09:24:27 +00:00
Michael Drury
8ae9a61469
Merge pull request #3239 from Budibase/fix/mike-various
...
Various fixes for recent issues
2021-11-04 09:13:27 +00:00
Budibase Staging Release Bot
5bdf63c91d
v0.9.176-alpha.1
2021-11-04 00:48:41 +00:00
Budibase Staging Release Bot
80789824b8
v0.9.176-alpha.0
2021-11-03 16:33:02 +00:00
Rory Powell
8f2910ad32
Merge branch 'master' into develop
2021-11-03 16:24:16 +00:00
Budibase Release Bot
f4cd6b84c5
v0.9.175
2021-11-03 16:20:47 +00:00
Rory Powell
320314ca3e
Merge pull request #3238 from Budibase/user-password-fix
...
Fix: Prevent user updates in multi tenant mode from deleting user password
2021-11-03 16:10:39 +00:00
Budibase Release Bot
58d7b13e9e
v0.9.174
2021-11-03 15:10:20 +00:00
Rory Powell
fbaedd6a34
Fix: Prevent user updates in multi tenant mode from deleting user password. Also forward the authentication error from the backend to the login page to warn when an sso user is trying to log in with a password when one is not present
2021-11-03 15:04:05 +00:00
Martin McKeaveney
ed3a9b78ea
remove log
2021-11-03 12:56:42 +01:00
mike12345567
7b73a8dbe7
Fixing issue #3199 - don't allow submitting automation creation modal without name, adding error message.
2021-11-03 11:55:01 +00:00
Martin McKeaveney
fa3bb8c119
set template URL in store instead of passing around param
2021-11-03 12:43:52 +01:00
Budibase Staging Release Bot
7d4221284f
v0.9.173-alpha.8
2021-11-02 17:06:37 +00:00
Budibase Staging Release Bot
747a3b5303
v0.9.173-alpha.7
2021-11-02 15:32:59 +00:00
Michael Drury
a82a206161
Merge pull request #3224 from Budibase/labday/mike-sql
...
SQL table manipulation and some external table UI rework
2021-11-02 15:23:30 +00:00
mike12345567
5d40882c66
Removing the edit display columns modal as it was very specific and a little confusing, these are defaulted now anyway like internal tables.
2021-11-01 21:17:51 +00:00
mike12345567
c82cf534d8
Updating external table UI a bit, adding the concept of defining an existing relationship, updating the data sources UI to make it a bit less cluttered and make the creation of tables more obvious.
2021-11-01 21:15:46 +00:00
Andrew Kingston
e9dd47b562
Add initial structure of table with search block
2021-11-01 17:18:38 +00:00
mike12345567
7efa06901e
Adding error scenario for table name already in use.
2021-11-01 16:03:53 +00:00
mike12345567
f071cc5219
Adding many to many support, generating junction table and setting up constraints.
2021-10-29 18:37:29 +01:00
mike12345567
a94376ce43
Fixing a lot of issues around dropping columns, updating columns, relationships and bi-directionality, display columns now default to something for SQL tables as well.
2021-10-29 13:34:10 +01:00
mike12345567
949c6b8653
Adding SQL relationship building.
2021-10-28 22:44:31 +01:00
mike12345567
329156d6cc
SQL table building.
2021-10-28 19:39:42 +01:00
Andrew Kingston
de163567f5
Move keyboard handling into client library so that component deletion via keyboard can reference client app state
2021-10-28 13:00:55 +01:00
Budibase Staging Release Bot
6e6018c8c7
v0.9.173-alpha.6
2021-10-28 11:52:29 +00:00
Budibase Staging Release Bot
c6304ca321
v0.9.173-alpha.5
2021-10-27 15:45:31 +00:00
Budibase Staging Release Bot
2f2bf2f26c
v0.9.173-alpha.4
2021-10-27 15:24:55 +00:00
Michael Drury
836993bb29
Merge pull request #3165 from Budibase/fix/sql-issues
...
Not importing SQL tables without a primary key and displaying an error, disabling query HBS helpers
2021-10-27 16:14:13 +01:00
Budibase Release Bot
484a38c9f5
v0.9.173
2021-10-27 15:13:34 +00:00
Budibase Staging Release Bot
600e28e3d7
v0.9.173-alpha.3
2021-10-27 14:27:54 +00:00
mike12345567
b1143e1957
Addressing review comments.
2021-10-27 14:55:09 +01:00
mike12345567
89d04d5cc7
Merge branch 'develop' of github.com:Budibase/budibase into fix/sql-issues
2021-10-27 14:51:43 +01:00
mike12345567
ce00ddcf68
Fixing builder jest tests.
2021-10-27 13:33:11 +01:00
Budibase Staging Release Bot
3376e07bca
v0.9.173-alpha.2
2021-10-27 09:02:08 +00:00
mike12345567
ac1d6ee23e
Fixing #2820 - SQL system no longer includes tables without a primary key constraint and it displays an error to handle this.
2021-10-26 20:03:54 +01:00
Budibase Staging Release Bot
313ab9fe97
v0.9.173-alpha.1
2021-10-26 15:27:44 +00:00
Budibase Staging Release Bot
25c74c1d70
v0.9.173-alpha.0
2021-10-26 14:03:18 +00:00
Martin McKeaveney
a23e1a87e1
allow opening a template directly from a URL
2021-10-26 15:11:14 +02:00
Martin McKeaveney
7d5d4e5d36
merge with master
2021-10-26 14:28:49 +02:00
Budibase Staging Release Bot
f7dd62cbc2
v0.9.169-alpha.18
2021-10-25 13:50:36 +00:00
Michael Drury
7ee3029dfe
Merge pull request #3122 from Budibase/fix/mike-d-various-fixes
...
Various fixes, including replacing live replication from prod -> dev
2021-10-25 14:41:08 +01:00
Budibase Staging Release Bot
04b9ad1aae
v0.9.169-alpha.17
2021-10-25 09:51:42 +00:00
Rory Powell
07270e041c
Merge pull request #3134 from Budibase/no-access-role-remove-public
...
Remove public role selection
2021-10-25 10:43:47 +01:00
Budibase Staging Release Bot
7b4bf6062a
v0.9.169-alpha.16
2021-10-25 09:26:20 +00:00
Rory Powell
547bb8ba80
Merge pull request #3104 from Budibase/view-not-set
...
Handle nulls / empty in views and tables
2021-10-25 10:16:23 +01:00
Rory Powell
6dbc271751
Remove public role selection
2021-10-25 10:15:04 +01:00
Budibase Release Bot
96ef21114f
v0.9.172
2021-10-25 09:08:46 +00:00
Martin McKeaveney
9a1807bc89
get company size and role into intercom
2021-10-25 11:00:33 +02:00
Rory Powell
99b42c7083
Feedback: Rename set/not set to not empty/empty, remove cell rendering
2021-10-25 09:58:05 +01:00
Budibase Staging Release Bot
7c0dab264d
v0.9.169-alpha.15
2021-10-25 08:10:24 +00:00
Martin McKeaveney
cec081bdfc
Merge pull request #3106 from Budibase/fix/postreleasefixes2
...
Fix/postreleasefixes2
2021-10-25 09:01:50 +01:00
Budibase Staging Release Bot
895803f618
v0.9.169-alpha.14
2021-10-23 14:17:01 +00:00
Peter Clement
6e2d93f151
Merge pull request #3105 from Budibase/feature/smtp-automation-check
...
Disable action if SMTP has not been setup
2021-10-23 15:08:50 +01:00
Budibase Staging Release Bot
02804b3003
v0.9.169-alpha.13
2021-10-22 16:58:51 +00:00
mike12345567
a7c5a001fd
Merge branch 'develop' of github.com:Budibase/budibase into feature/smtp-automation-check
2021-10-22 17:49:34 +01:00
Martin McKeaveney
a83f419867
merge with develop
2021-10-22 17:49:22 +01:00
mike12345567
c5a67f7e89
Merge branch 'develop' of github.com:Budibase/budibase into fix/mike-d-various-fixes
2021-10-22 17:48:21 +01:00
mike12345567
0266e0586f
Removing failing cypress tests to pass CI again.
2021-10-22 17:47:32 +01:00
Martin McKeaveney
0a60899a63
Merge branch 'develop' of github.com:Budibase/budibase into fix/postreleasefixes2
2021-10-22 17:39:59 +01:00
mike12345567
f056f2bf7e
Merge branch 'develop' of github.com:Budibase/budibase into fix/mike-d-various-fixes
2021-10-22 17:35:05 +01:00
Rory Powell
d915400c0a
Merge branch 'develop' into view-not-set
2021-10-22 14:44:40 +01:00
mike12345567
bd59c28081
Removing live replication between deployed and development app, instead it is replicated when the app is opened in the builder. Live replication was not working and only actually pulled back the data on deploy which was a little confusing, this way it can easily be controlled.
2021-10-22 14:34:20 +01:00
Budibase Staging Release Bot
510286e80c
v0.9.169-alpha.12
2021-10-22 09:02:10 +00:00
Andrew Kingston
ae7af27e7a
Merge pull request #3103 from Budibase/ak-fixes
...
Quick fixes for various issues
2021-10-22 09:50:58 +01:00
Peter Clement
3ac85375b2
Merge remote-tracking branch 'origin/develop' into feature/smtp-automation-check
2021-10-22 09:27:13 +01:00
Budibase Staging Release Bot
238b18b09c
v0.9.169-alpha.11
2021-10-21 18:01:14 +00:00
Mitch-Budibase
907c506b95
Merge pull request #3108 from Budibase/cypress-testing
...
Editing customThemingProperties to run all tests
2021-10-21 18:51:07 +01:00
Mitch-Budibase
2a933bf68a
Editing customThemingProperties to run all tests
...
removing 'only' from one of the tests.
Both tests in this spec will now run
2021-10-21 18:50:09 +01:00
mike12345567
e18d9e7311
Adding email address disabled to update user info, so you can see which user you are currently logged into.
2021-10-21 17:32:01 +01:00
mike12345567
f18a28f0c8
When adding a user through the basic onboarding flow they get a temporary password, but we didn't set force password reset, meaning the user wouldn't necessarily have to change the temp password.
2021-10-21 17:25:29 +01:00
Peter Clement
2c27a5e7bb
negate boolean
2021-10-21 16:38:15 +01:00
Martin McKeaveney
9301406bcd
enable collapsible nodes in component tree
2021-10-21 16:24:58 +01:00
Martin McKeaveney
2c5285006d
fix import
2021-10-21 16:04:00 +01:00
Martin McKeaveney
3b3862bd01
Merge branch 'develop' into fix/postreleasefixes2
2021-10-21 16:00:48 +01:00
Budibase Staging Release Bot
ebfa34e094
v0.9.169-alpha.10
2021-10-21 14:40:18 +00:00
Mitch-Budibase
2636dd67e5
Merge pull request #3024 from Budibase/cypress-testing
...
New Tests & Command
2021-10-21 15:30:58 +01:00
Mitch-Budibase
c81bf77ddd
Update to renameAnApplication
...
Removing a log that I had i place for val
2021-10-21 15:30:19 +01:00
Rory Powell
ca4b252abc
Merge branch 'develop' into view-not-set
2021-10-21 14:17:04 +01:00
Rory Powell
0fb4613b5a
Handle nulls / empty in views and tables
2021-10-21 14:15:55 +01:00
Andrew Kingston
cc69a3a0c4
Fix styles of template list to display better on mobile
2021-10-21 13:24:37 +01:00
Budibase Staging Release Bot
873c43b8cd
v0.9.169-alpha.9
2021-10-21 11:57:41 +00:00
Michael Drury
c630b3ea7a
Merge pull request #3101 from Budibase/fix/2955
...
Fixing handlebars binding bug
2021-10-21 12:48:54 +01:00
Budibase Staging Release Bot
83e17da2d3
v0.9.169-alpha.8
2021-10-21 11:40:14 +00:00
Andrew Kingston
85f020d61f
Merge pull request #3102 from Budibase/fix/view-column-renaming
...
Keep views in sync with table schema changes
2021-10-21 12:32:07 +01:00
Martin McKeaveney
218996d50d
account for 400 errors in data ui for plus datasources, fix query param selection in automations
2021-10-21 12:31:06 +01:00
Budibase Staging Release Bot
fcbe94a08d
v0.9.169-alpha.7
2021-10-21 09:52:12 +00:00
mike12345567
a1aaf00e41
Fixing two issues, not verifying a file has been uploaded for import app and fixing HBS visual issue where handlebars statement could get screwed up.
2021-10-20 18:37:07 +01:00
Andrew Kingston
39c992c6ae
Fix view filters not accounting for invalid column names
2021-10-20 14:51:44 +01:00
Budibase Release Bot
36ce61c03e
v0.9.171
2021-10-20 13:36:22 +00:00
Budibase Staging Release Bot
845a350505
v0.9.169-alpha.6
2021-10-20 12:59:04 +00:00
Budibase Staging Release Bot
cc507bb116
v0.9.169-alpha.5
2021-10-20 12:31:06 +00:00
Budibase Release Bot
949d925f13
v0.9.170
2021-10-20 11:59:17 +00:00
Budibase Staging Release Bot
a65a6d5909
v0.9.169-alpha.4
2021-10-20 09:35:25 +00:00
Andrew Kingston
029b447ce7
Merge pull request #3042 from Budibase/fix/app-export-performance
...
Improve app export experience
2021-10-20 10:25:59 +01:00
Michael Drury
e53dba1997
Merge pull request #3086 from Budibase/fix/create-app-exp
...
Make it possible for first app to be an imported one
2021-10-20 10:24:00 +01:00
mike12345567
1388157706
Making sure cancel/close icon appear when in modal.
2021-10-20 10:05:51 +01:00
Budibase Staging Release Bot
4b77528593
v0.9.169-alpha.3
2021-10-19 15:54:53 +00:00
Martin McKeaveney
a174de7f28
error message fixes
2021-10-19 16:52:55 +01:00
Peter Clement
f3990b70e2
Disable action if SMTP has not been setup
2021-10-19 16:44:30 +01:00
Budibase Staging Release Bot
ace810d34a
v0.9.169-alpha.2
2021-10-19 15:35:03 +00:00
mike12345567
5671b7ff2f
Fixing test case issue, Cypress not consistently opening app creation modal.
2021-10-19 16:14:34 +01:00
mike12345567
3c2941536a
Fixing some issues found with back button/close icon, making sure it is consistent and does what a user would expect.
2021-10-19 15:09:38 +01:00
mike12345567
1e35d507c6
Adding back old import button incase its removal confuses anyone.
2021-10-19 14:26:44 +01:00
mike12345567
a054cfdb4d
Making app creation experience more cohesive, allowing app import even when no apps exist.
2021-10-19 14:06:43 +01:00
Budibase Staging Release Bot
1366d824f7
v0.9.169-alpha.1
2021-10-19 12:11:03 +00:00
Peter Clement
845b16a175
Merge pull request #3076 from Budibase/fix/au-not-saving
...
Fix issue where external datasource action wasn't saving it's values
2021-10-19 13:01:36 +01:00
Peter Clement
767583fc6d
Merge remote-tracking branch 'origin/develop' into fix/copy-id-and-rev
2021-10-19 09:53:29 +01:00
Peter Clement
dac9523452
remove log
2021-10-19 09:51:40 +01:00
Peter Clement
5a9bd21237
Fix issue where external datasource action wasn't saving it's values
2021-10-19 09:45:04 +01:00
Budibase Staging Release Bot
9cc9461c50
v0.9.169-alpha.0
2021-10-18 15:44:36 +00:00
Budibase Release Bot
3b90b2b878
v0.9.169
2021-10-18 15:38:42 +00:00
Rory Powell
f372d7d7d9
Merge branch 'master' into develop
2021-10-18 16:35:32 +01:00
Peter Clement
a20af34a03
refactor to remove object reference
2021-10-18 16:03:13 +01:00
Peter Clement
1d0f5c4d90
fix formula column creation
2021-10-18 15:10:10 +01:00
Rory Powell
f3b630ed95
Sentry updates
2021-10-18 14:57:30 +01:00
Peter Clement
e28fde815c
Merge remote-tracking branch 'origin/develop' into fix/copy-id-and-rev
2021-10-18 14:55:18 +01:00
Peter Clement
e85b98a857
copy table schema and dont mutate directly
2021-10-18 14:53:57 +01:00
Budibase Staging Release Bot
f50f9e19cf
v0.9.167-alpha.14
2021-10-18 11:44:29 +00:00
Rory Powell
20eb28e286
Merge pull request #3015 from Budibase/options-text-columns
...
Allow options picker to be used on text columns
2021-10-18 12:34:40 +01:00
Budibase Staging Release Bot
77dee89c38
v0.9.167-alpha.13
2021-10-18 11:30:09 +00:00
Andrew Kingston
6071526076
Improve app export UX by immediately starting a download stream of the app export
2021-10-18 12:07:44 +01:00
Rory Powell
be41a855d1
Remove redundant fieldTypes
2021-10-18 12:02:08 +01:00
Rory Powell
f2b4ba2fb2
Code review refactoring
2021-10-18 11:58:42 +01:00
Rory Powell
956a826b8c
Merge branch 'develop' into options-text-columns
2021-10-18 11:25:35 +01:00
Budibase Staging Release Bot
0b2bdf4d47
v0.9.167-alpha.12
2021-10-18 10:16:48 +00:00
Rory Powell
a94becac9c
Merge pull request #2975 from Budibase/no-access-role
...
No access role / public by default
2021-10-18 11:08:45 +01:00
Budibase Staging Release Bot
97a13fe98a
v0.9.167-alpha.11
2021-10-18 09:23:26 +00:00
Budibase Staging Release Bot
30ac9c57d8
v0.9.167-alpha.10
2021-10-18 08:45:15 +00:00
Peter Clement
fc53e3e8b8
Merge pull request #3032 from Budibase/fix/data-section-issues
...
Potential fix for issues with updating and saving rows and columns
2021-10-18 09:34:49 +01:00
Budibase Staging Release Bot
4cecaa6143
v0.9.167-alpha.9
2021-10-18 08:31:27 +00:00
Michael Drury
7a33a666b4
Merge pull request #3025 from Budibase/fix/quick-fixes
...
Fixing refresh on wrong password and setting hard SQL limits
2021-10-18 09:20:29 +01:00
Peter Clement
eb957bc94f
Potential fix for issues with updating and saving rows and columns
2021-10-17 21:23:30 +01:00
Budibase Release Bot
51b948db1f
v0.9.168
2021-10-17 20:06:43 +00:00
Peter Clement
bc340ba5c6
remove addition of _id and _rev as autocolumns
2021-10-17 20:58:06 +01:00
mike12345567
fd894897ca
Setting a hard limit on how many rows can be returned by the SQL plus queries.
2021-10-15 17:52:06 +01:00
Mitch-Budibase
21fef55e93
Merge branch 'develop' into cypress-testing
2021-10-15 17:36:18 +01:00
Mitch-Budibase
02ccb5278b
New Tests & Command
...
Rename an application
-5 tests
Custom theming properties
-1 new test (Button roundness)
1 new command
-searches for an application
2021-10-15 17:36:10 +01:00
Budibase Staging Release Bot
82a9320854
v0.9.167-alpha.8
2021-10-15 14:58:22 +00:00
Budibase Staging Release Bot
31f74632f1
v0.9.167-alpha.7
2021-10-15 13:12:11 +00:00
Michael Drury
ec82053d88
Merge pull request #3007 from Budibase/fix/3005
...
Fixing issues with filter step in automations breaking test flow
2021-10-15 14:03:52 +01:00
Budibase Staging Release Bot
6049acd126
v0.9.167-alpha.6
2021-10-15 10:45:34 +00:00
Andrew Kingston
642d105326
Merge pull request #3002 from Budibase/js-binding-drawer
...
JavaScript bindings
2021-10-15 11:37:25 +01:00
Budibase Staging Release Bot
45f6e9a2f8
v0.9.167-alpha.5
2021-10-15 07:56:53 +00:00
Peter Clement
544f26c9e1
Merge pull request #3014 from Budibase/fix/hide-table-modal-dev
...
Don't show the create datasource popup in dev environments
2021-10-15 08:48:22 +01:00
Budibase Staging Release Bot
de40dd786f
v0.9.167-alpha.4
2021-10-14 16:42:40 +00:00
Budibase Staging Release Bot
d809a3d528
v0.9.167-alpha.3
2021-10-14 16:10:07 +00:00
Peter Clement
dac2a1ad91
Merge pull request #3010 from Budibase/bug/handle-longform-type-automations
...
Handle longform types within Automations
2021-10-14 17:00:44 +01:00
Peter Clement
1030d24e25
remove unused command
2021-10-14 16:59:22 +01:00
Peter Clement
ba9874eee2
Merge remote-tracking branch 'origin/develop' into fix/hide-table-modal-dev
2021-10-14 16:54:36 +01:00
Budibase Staging Release Bot
ac6aa11de6
v0.9.167-alpha.2
2021-10-14 15:47:58 +00:00
Peter Clement
450ad14388
Merge branch 'bug/handle-longform-type-automations' of github.com:Budibase/budibase into bug/handle-longform-type-automations
2021-10-14 16:47:52 +01:00
Peter Clement
08f621f33e
remove log
2021-10-14 16:46:59 +01:00
Peter Clement
63b0938d36
Don't show the create datasource popup in dev environments
2021-10-14 16:45:27 +01:00
mike12345567
891a5bcd25
Merge branch 'develop' of github.com:Budibase/budibase into bug/handle-longform-type-automations
2021-10-14 16:42:27 +01:00
Michael Drury
2bd4bc8a90
Merge pull request #3003 from Budibase/fix/2998
...
Fix issue with template call when no internet connection available
2021-10-14 16:39:07 +01:00
Rory Powell
346f1d652b
Allow options picker to be used on text columns
2021-10-14 16:36:45 +01:00
Peter Clement
8ab72050f8
Handle longform types within Automations
2021-10-14 15:44:17 +01:00
mike12345567
11b06b717e
Fixing issue #3005 - when a filter step is executed it now will fill in the history with a status describing that it stopped, this stops any errors from occurring.
2021-10-14 15:26:38 +01:00
Budibase Staging Release Bot
2853ae849e
v0.9.167-alpha.1
2021-10-14 13:45:01 +00:00
Budibase Release Bot
da4aa7219d
v0.9.167
2021-10-14 13:41:23 +00:00
mike12345567
c5ed99939c
Fixes #2998 the templates API call will no longer fail if no internet, will simply return an empty array.
2021-10-14 14:18:41 +01:00
Andrew Kingston
6f67a8f20e
Fix issue with validity checking binding expressions
2021-10-14 12:53:56 +01:00
Michael Drury
f1e5483e89
Merge pull request #2992 from Budibase/feature/query-transformers
...
Query transformers
2021-10-14 11:23:28 +01:00
Andrew Kingston
29659361fe
Merge branch 'js-binding-drawer' of github.com:Budibase/budibase into js-binding-drawer
2021-10-14 10:45:19 +01:00
Andrew Kingston
0b42415374
Fix editing text input settings inline
2021-10-14 10:43:04 +01:00
Andrew Kingston
19198b6d50
Improve pagination state logic to avoid potential windows where state can get out of sync
2021-10-14 10:20:38 +01:00
Budibase Staging Release Bot
2635c055b7
v0.9.167-alpha.0
2021-10-13 15:56:03 +00:00
mike12345567
bded4a5b56
Merge branch 'develop' of github.com:Budibase/budibase into js-binding-drawer
2021-10-13 16:48:36 +01:00
mike12345567
e548ec3978
Merge branch 'develop' of github.com:Budibase/budibase into feature/query-transformers
2021-10-13 16:47:41 +01:00
mike12345567
4b6ff16091
Some final tweaks.
2021-10-13 16:42:07 +01:00
Budibase Release Bot
b321d34fe2
v0.9.166
2021-10-13 15:33:19 +00:00
Budibase Release Bot
b7978f4374
v0.9.165
2021-10-13 14:18:05 +00:00
Budibase Staging Release Bot
42fc118458
v0.9.165-alpha.1
2021-10-13 14:07:13 +00:00
Peter Clement
a746869418
Merge pull request #2984 from Budibase/bug/misc-automation-issues
...
Fixes for automation issues
2021-10-13 14:56:44 +01:00
Peter Clement
d4cffde79e
remove uneeded properties from schema
2021-10-13 14:55:40 +01:00
Budibase Staging Release Bot
643360244b
v0.9.165-alpha.0
2021-10-13 13:30:05 +00:00
Martin McKeaveney
5457096370
merge
2021-10-13 14:18:56 +01:00
Peter Clement
d720171846
fix cypress
2021-10-13 14:12:31 +01:00
Budibase Staging Release Bot
5f03755a85
v0.9.160-alpha.5
2021-10-13 12:09:25 +00:00
Peter Clement
12cf3730d9
Merge remote-tracking branch 'origin/develop' into bug/misc-automation-issues
2021-10-13 12:39:05 +01:00
Peter Clement
ec50621733
refactor new autocolumn functionality
2021-10-13 11:39:36 +01:00
Peter Clement
194eddbda4
some tidy up
2021-10-13 09:29:01 +01:00
Budibase Release Bot
6a129067e2
v0.9.164
2021-10-12 21:15:39 +00:00
Martin McKeaveney
11e64b0ffe
tidy up
2021-10-12 20:19:32 +01:00
mike12345567
b46a945fc4
Adding the basics of the query transformers to the frontend and to the backend, as well as switching to vm2 for script running.
2021-10-12 18:45:13 +01:00
Peter Clement
823038c0a7
update consts
2021-10-12 17:32:57 +01:00
Peter Clement
e2ae8b8437
add ability to copy _rev and _id from data tab
2021-10-12 17:32:15 +01:00
mike12345567
c01263e8f6
Merge branch 'js-binding-drawer' of github.com:Budibase/budibase into feature/query-transformers
2021-10-12 17:26:34 +01:00
Andrew Kingston
d1916cfe49
Enable JS bindings in all design fields where HBS is also enabled
2021-10-12 16:52:56 +01:00
Martin McKeaveney
b38704978a
Merge branch 'develop' of github.com:Budibase/budibase into fix/postrelease
2021-10-12 16:50:37 +01:00
mike12345567
a5dff28725
Merge branch 'master' of github.com:Budibase/budibase into develop
2021-10-12 16:20:40 +01:00
Martin McKeaveney
ec26d5c738
SSL support for digitalocean, started utility function for BB logout, bunch of minor bug fixes
2021-10-12 16:13:54 +01:00
Andrew Kingston
b1e421651d
Use custom Input for component settings so that JS bindings can be displayed nicley
2021-10-12 16:07:59 +01:00
Andrew Kingston
7f3c589ae8
Improve handling of toggling between HBS and JS bindings
2021-10-12 15:20:31 +01:00
Peter Clement
0f153c3666
add relationship selector to automation blocks
2021-10-12 14:13:33 +01:00
Budibase Staging Release Bot
bf31ff2848
v0.9.160-alpha.4
2021-10-12 12:37:54 +00:00
Rory Powell
3f02e83386
Merge branch 'develop' into no-access-role
2021-10-12 13:31:23 +01:00
Rory Powell
5948aab953
Cypress fix: 'RoverUpdated' -> 'Updated' in createTable.spec.js
2021-10-12 13:02:08 +01:00
Peter Clement
2d4bb78afc
surface schema for user in json
2021-10-12 12:20:40 +01:00
Peter Clement
e479ced4c8
fix webhook issue in automations
2021-10-12 11:00:49 +01:00
Rory Powell
8c67f3da13
No access role / public by default
2021-10-12 10:05:57 +01:00
Budibase Staging Release Bot
8b0d0fb13b
v0.9.160-alpha.3
2021-10-11 21:15:06 +00:00
Martin McKeaveney
e66dd5933a
Merge pull request #2894 from mslourens/update_rest_url_with_slash_questionmark
...
add a slash before the path and a questionmark before the querystring
2021-10-11 22:05:45 +01:00
Peter Clement
b98fc5fc67
Merge remote-tracking branch 'origin/develop' into bug/misc-automation-issues
2021-10-11 19:40:07 +01:00
Peter Clement
abebe5de12
fix app action trigger
2021-10-11 19:38:43 +01:00
Budibase Release Bot
a71ea88855
v0.9.163
2021-10-11 17:22:28 +00:00
Andrew Kingston
43d546b2db
Fix inserting bindings manually when using JS
2021-10-11 16:18:20 +01:00
Budibase Release Bot
9f14471ab5
v0.9.162
2021-10-11 15:17:21 +00:00
Andrew Kingston
67a74ee327
Fix bug determining if a binding is JS or not
2021-10-11 15:51:47 +01:00
Budibase Staging Release Bot
870cb30530
v0.9.160-alpha.2
2021-10-11 14:10:32 +00:00
Andrew Kingston
8f1e536318
Enable binding replacements in JS bindings
2021-10-11 14:54:24 +01:00
Mitch-Budibase
1a3b147c47
Merge branch 'develop' into cypress-testing
2021-10-11 14:51:33 +01:00
Mitch-Budibase
5b98ca0197
Updating customThemingProperties
...
Primary color is now accent color - updating test to reflect this
2021-10-11 14:51:24 +01:00
Budibase Staging Release Bot
865b6003d6
v0.9.160-alpha.1
2021-10-11 13:43:09 +00:00
Peter Clement
eba9bd79f6
enable 'add action' button when inputs completed
2021-10-11 11:35:07 +01:00
Peter Clement
8744e50ded
fix lint
2021-10-11 11:33:54 +01:00
Peter Clement
c9fbc11b6c
Merge remote-tracking branch 'origin/develop' into bug/fix-automation-ordering
2021-10-11 11:22:07 +01:00
Rory Powell
9ea1774bcf
Don't perform account deletion check when self hosted
2021-10-11 11:14:44 +01:00
Peter Clement
5702eb464b
fix issue where automation block was not being added in the correct order
2021-10-11 11:10:26 +01:00
mike12345567
7a26f3769d
Fixing some issues with cloud export/import, removing the ability to export and import your users as this was dangerous and didn't really work with passwords/SSO.
2021-10-08 18:21:40 +01:00
Andrew Kingston
4ab15190ad
Add support for JS editing in binding panel
2021-10-08 12:07:11 +01:00
Andrew Kingston
9d12bc7388
Add QOL addons to CodeMirror editor
2021-10-08 12:06:52 +01:00
Mitch-Budibase
6da4e25f0a
Merge pull request #2819 from Budibase/cypress-testing
...
Cypress testing - New Tests/Commands + Other Changes
2021-10-08 11:51:58 +01:00
Mitch-Budibase
d6818acfcf
Some changes for addMultiOptionDatatype
2021-10-08 11:45:54 +01:00
Andrew Kingston
415bc4e0db
Add new generic CodeMirror editor component
2021-10-08 11:42:10 +01:00
Budibase Staging Release Bot
4762c98039
v0.9.160-alpha.0
2021-10-08 10:05:15 +00:00
Mitch-Budibase
417826ffed
Update commands.js
2021-10-08 10:56:44 +01:00
Budibase Release Bot
22527970b2
v0.9.161
2021-10-07 22:32:31 +00:00
Budibase Release Bot
1cd46327bf
v0.9.160
2021-10-07 22:18:59 +00:00
Budibase Release Bot
d4ecb810b1
v0.9.159
2021-10-07 21:55:18 +00:00
Budibase Release Bot
3e31fff662
v0.9.158
2021-10-07 21:20:53 +00:00
Budibase Staging Release Bot
7f5148a1e1
v0.9.158-alpha.0
2021-10-07 21:09:01 +00:00
Martin McKeaveney
c12d7301f8
merge
2021-10-07 21:58:09 +01:00
Budibase Staging Release Bot
6357d316a7
v0.9.157-alpha.0
2021-10-07 20:17:21 +00:00
Budibase Release Bot
0b66a003c5
v0.9.157
2021-10-07 20:07:47 +00:00
Martin McKeaveney
094b928609
Merge pull request #2919 from Budibase/remove-cloud-updates
...
Remove update screen in the cloud
2021-10-07 20:59:31 +01:00
Martin McKeaveney
1d55b5ece2
adding made in budibase tag
2021-10-07 20:57:50 +01:00
Rory Powell
815f2c98d3
Remove update screen in the cloud
2021-10-07 15:41:53 +01:00
Mitch-Budibase
a590cb836f
Merge branch 'develop' into cypress-testing
2021-10-07 14:01:22 +01:00
Martin McKeaveney
6c2e4d8b4b
Merge branch 'master' of github.com:Budibase/budibase into fix/post-release-fixes
2021-10-07 13:09:10 +01:00
Martin McKeaveney
f6a52ad92a
fix intercom createdAt
2021-10-07 12:03:08 +01:00
Martin McKeaveney
b9d067f951
CSS fixes for template themes
2021-10-07 11:48:38 +01:00
Martin McKeaveney
58752cea3e
fix view export
2021-10-07 11:14:36 +01:00
Budibase Release Bot
cab95ff355
v0.9.156
2021-10-07 07:50:40 +00:00
Budibase Release Bot
e0b061a1db
v0.9.155
2021-10-06 21:26:52 +00:00
Martin McKeaveney
fd5bb7b49f
prevent cross tenant app access
2021-10-06 22:16:50 +01:00
Budibase Staging Release Bot
a23ba5eb1c
v0.9.154-alpha.1
2021-10-06 18:20:14 +00:00
Michael Drury
c05ec17700
Merge pull request #2909 from Budibase/fix/mike-fixes
...
Various minor fixes
2021-10-06 19:12:06 +01:00
mike12345567
3cea3dd510
Fixing issue #2788 - making client side queries and SQL queries consistent with internal table ones.
2021-10-06 17:38:32 +01:00
Budibase Release Bot
4f628dd3af
v0.9.154
2021-10-06 16:37:28 +00:00
Budibase Staging Release Bot
dd445d07f5
v0.9.154-alpha.0
2021-10-06 16:34:29 +00:00
mike12345567
2d9a087efe
Merge branch 'develop' of github.com:Budibase/budibase into fix/mike-fixes
2021-10-06 16:58:02 +01:00
Budibase Release Bot
84b945cbe8
v0.9.153
2021-10-06 15:36:11 +00:00
mike12345567
453556d273
Fixing an issue with attempting to access a locked app causes a redirect loop locking up browser.
2021-10-06 16:27:46 +01:00
Budibase Staging Release Bot
0489bb5ee0
v0.9.153-alpha.1
2021-10-06 15:23:47 +00:00
Rory Powell
32012fd24b
Don't redirect when tenant is missing, if unauthenticated
2021-10-06 16:11:10 +01:00
Budibase Staging Release Bot
1e209958fd
v0.9.153-alpha.0
2021-10-06 15:02:59 +00:00
Peter Clement
ac1e476352
Merge pull request #2902 from Budibase/bug/pc-ux-fixes
...
Some UX fixes for datasources and automations
2021-10-06 15:53:22 +01:00
Martin McKeaveney
81344cc29a
merge with master
2021-10-06 15:50:00 +01:00
Budibase Staging Release Bot
576ef3c759
v0.9.152-alpha.2
2021-10-06 14:46:31 +00:00
Martin McKeaveney
9b11252746
Merge pull request #2903 from Budibase/cloud-license-agreement
...
added 'you agree to license' on cloud login
2021-10-06 15:36:57 +01:00
mike12345567
ed60a1fb1a
Fixing an issue with new data source creation, could not view fetched tables until refresh page.
2021-10-06 15:31:32 +01:00
Budibase Staging Release Bot
5eb7e7f991
v0.9.152-alpha.1
2021-10-06 14:26:36 +00:00
Budibase Release Bot
a046f9f0b0
v0.9.152
2021-10-06 14:19:18 +00:00
Mike Shanks
285b1342d0
added 'you agree to license' on cloud login
2021-10-06 15:16:36 +01:00
Peter Clement
62218c71b5
allow user to add automation block between existing blocks
2021-10-06 15:09:51 +01:00
Budibase Staging Release Bot
738e87dd69
v0.9.152-alpha.0
2021-10-06 14:08:17 +00:00
Peter Clement
e2c9415e1d
update icon padding and block background-color
2021-10-06 15:07:51 +01:00
Peter Clement
0178dfdffd
do not persist datasource config details in modal
2021-10-06 15:06:48 +01:00
Martin McKeaveney
3bc1771ede
merge with master
2021-10-06 14:57:34 +01:00
Martin McKeaveney
40f6cdf287
Merge pull request #2898 from Budibase/fix/custom-sso-redirect
...
Updates to suport non cloud single and multi tenancy
2021-10-06 14:50:27 +01:00
Martin McKeaveney
1ef60051be
Merge pull request #2896 from Budibase/feature/onboarding-templates
...
Feature/onboarding templates
2021-10-06 14:50:12 +01:00
Martin McKeaveney
29f8cfe7ac
use start from scratch instead of create app button
2021-10-06 14:35:00 +01:00
Martin McKeaveney
2f669e7b26
Redesign UX, get rid of welcome screen
2021-10-06 14:33:21 +01:00
Rory Powell
7936015cb3
Updates to suport non cloud single and multi tenancy
2021-10-06 14:09:43 +01:00
Budibase Staging Release Bot
f879836227
v0.9.151-alpha.4
2021-10-06 12:38:24 +00:00
Andrew Kingston
80778333f5
Revert to BB logo favicon
2021-10-06 13:28:24 +01:00
Andrew Kingston
ed316efb12
Merge pull request #2887 from Budibase/ak-fixes
...
Fix date picker on mobile + text changes
2021-10-06 12:42:55 +01:00
Martin McKeaveney
50fad056a3
adding template options to create app modal
2021-10-06 11:38:17 +01:00
Martin McKeaveney
92c4c4ace0
making the onboarding modal inline and shown when you have no apps
2021-10-06 10:54:24 +01:00
Martin McKeaveney
ab24e02941
UX improvements
2021-10-05 23:49:32 +01:00
Martin McKeaveney
4c59087904
templates working end to end
2021-10-05 23:02:28 +01:00
Budibase Staging Release Bot
f7667f7e47
v0.9.151-alpha.3
2021-10-05 11:23:23 +00:00
Budibase Staging Release Bot
d501f53b68
v0.9.151-alpha.2
2021-10-05 11:07:22 +00:00
Maurits Lourens
8709fb2f0b
add a slash before the path and a questionmark before the querystring
2021-10-05 12:20:09 +02:00
Budibase Staging Release Bot
cfa5e5be73
v0.9.151-alpha.1
2021-10-04 17:25:50 +00:00
Andrew Kingston
7da48384de
Merge branch 'develop' of github.com:Budibase/budibase into ak-fixes
2021-10-04 18:16:41 +01:00
Andrew Kingston
5943782377
Merge pull request #2848 from Budibase/prevent-screenslot-deletion
...
Prevent screen slot from being deleted
2021-10-04 18:16:16 +01:00
Budibase Release Bot
a31c07626e
v0.9.151
2021-10-04 16:25:23 +00:00
Budibase Staging Release Bot
2ef2ae6253
v0.9.151-alpha.0
2021-10-04 15:58:42 +00:00
Andrew Kingston
b0b0268b7d
Give up on attempting to get jest to work with BBUI, change strategy for showing notifications when deleting invalid components
2021-10-04 16:50:52 +01:00
Andrew Kingston
5c6752a132
Merge branch 'develop' of github.com:Budibase/budibase into ak-fixes
2021-10-04 15:56:37 +01:00