Andrew Kingston
|
3dcbb2e74a
|
Merge pull request #4549 from Budibase/fix/screen-creation-roles
Fix role being stale when creating screens
|
2022-02-22 12:51:12 +00:00 |
Andrew Kingston
|
95fd0f835b
|
Fix usage of className instead of class
|
2022-02-22 12:36:51 +00:00 |
mike12345567
|
e1352ffbd2
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
|
2022-02-21 16:54:39 +00:00 |
mike12345567
|
629bf6177a
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-02-21 16:51:08 +00:00 |
Rory Powell
|
469682f7d9
|
Merge pull request #4607 from Budibase/migration-tenantIds
Respect custom tenantIds in run migrations endpoint
|
2022-02-21 15:32:33 +00:00 |
mike12345567
|
738cd50030
|
Fixing issue with formula column validation breaking row save.
|
2022-02-21 15:01:42 +00:00 |
mike12345567
|
6cbf186ead
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
|
2022-02-21 14:34:06 +00:00 |
Andrew Kingston
|
58d7a30894
|
Lint
|
2022-02-21 13:50:20 +00:00 |
Andrew Kingston
|
f1209f30de
|
Merge branch 'develop' of github.com:Budibase/budibase into table-cell-config
|
2022-02-21 13:46:22 +00:00 |
Andrew Kingston
|
7236ae80e5
|
Allow bindings for table cell values and break out cell settings into its own drawer component
|
2022-02-21 13:19:29 +00:00 |
Tobias Speicher
|
491bcb86ed
|
Replace deprecated String.prototype.substr()
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we replace it with slice() which works similarily but isn't deprecated.
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
|
2022-02-20 15:28:39 +01:00 |
Andrew Kingston
|
f63db2fb4f
|
Add configuration options for table cell customisation to the table component
|
2022-02-18 20:15:47 +00:00 |
Andrew Kingston
|
5e98b01d4e
|
Fix table loading states and remove virtual table rendering
|
2022-02-18 14:12:29 +00:00 |
Andrew Kingston
|
6237af2826
|
Add quick actions for adding all column or for resetting column selection back to default
|
2022-02-18 12:36:12 +00:00 |
Rory Powell
|
814b5ae5ab
|
Merge branch 'master' into develop
|
2022-02-18 11:57:54 +00:00 |
Rory Powell
|
da9be1b20a
|
Add 'location = /' -> 4001 to nginx dev conf
|
2022-02-18 11:18:59 +00:00 |
Andrew Kingston
|
a69962c26c
|
Fix usage of className instead of class
|
2022-02-17 16:06:17 +00:00 |
Andrew Kingston
|
6a4067da52
|
Fix role being stale when creating screens
|
2022-02-17 11:50:55 +00:00 |
Andrew Kingston
|
053e6af3d1
|
Use selected role when creating screens
|
2022-02-17 09:41:44 +00:00 |
Andrew Kingston
|
c858b9341f
|
Fix issue with schema generation when datasource is undefined
|
2022-02-17 09:25:02 +00:00 |
Martin McKeaveney
|
e8d5d54f5d
|
bug fix for handlebars expression, show budibase version in updates panel
|
2022-02-17 10:12:35 +01:00 |
mike12345567
|
f0b02cf9a9
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
|
2022-02-16 15:30:48 +00:00 |
Peter Clement
|
1dd909c8c2
|
Merge remote-tracking branch 'origin/develop' into feature/table-row-selection
|
2022-02-16 14:35:42 +00:00 |
mike12345567
|
e5289ddcee
|
Fixing #4522 - frontend-core refactor changed how some of these endpoints were used.
|
2022-02-16 13:13:40 +00:00 |
mike12345567
|
db45086105
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-02-15 16:54:21 +00:00 |
Peter Clement
|
5b46ef6120
|
disallow bindings selection for other actions
|
2022-02-15 15:05:36 +00:00 |
Andrew Kingston
|
e009007b27
|
Merge branch 'fix/4337' of github.com:Budibase/budibase into fix/4337
|
2022-02-15 14:59:29 +00:00 |
Andrew Kingston
|
ee0bfa9ab0
|
Update datasource schema generation to take new flags, and update automation blocks to use core databinding utilities
|
2022-02-15 14:59:11 +00:00 |
Peter Clement
|
ca53ee4069
|
Merge remote-tracking branch 'origin/develop' into feature/automation-data-types
|
2022-02-15 14:14:27 +00:00 |
Peter Clement
|
7718f5cd89
|
uneeded import
|
2022-02-15 14:11:04 +00:00 |
mike12345567
|
6445cefee7
|
Fixing issue with value being set in binding panel as per review comments of aptkingston.
|
2022-02-15 13:49:20 +00:00 |
Peter Clement
|
c0d929fd2f
|
update automation type coercion
|
2022-02-15 13:03:24 +00:00 |
mike12345567
|
9cf3d97b4d
|
Fixing issue with HBS insert, not including curlies as required. Also fixing an issue with value not always being correctly updated.
|
2022-02-15 11:19:59 +00:00 |
Andrew Kingston
|
070d4f74f0
|
Remove empty style blocks
|
2022-02-15 09:31:43 +00:00 |
mike12345567
|
c1bd5b8329
|
Fixing issue #4337, allows internal tables to search by the _id or _rev properties in automation query block.
|
2022-02-14 14:57:06 +00:00 |
Andrew Kingston
|
6c1701830f
|
Improve layout and edge cases around using column editor drawer
|
2022-02-14 13:06:32 +00:00 |
Andrew Kingston
|
4f00e7a3b1
|
Add labels to column config drawer
|
2022-02-14 11:47:48 +00:00 |
Andrew Kingston
|
c7edfa7f59
|
Remount button action components fully when changing action to prevent stale UI
|
2022-02-13 15:18:54 +00:00 |
mike12345567
|
126499f383
|
Fix for #4440, fixing validation of API endpoints.
|
2022-02-12 10:35:10 +00:00 |
Peter Clement
|
5a88c89baf
|
changing bindings key
|
2022-02-11 15:37:43 +00:00 |
Peter Clement
|
8db67d5a3f
|
fix bindings
|
2022-02-11 14:43:10 +00:00 |
Peter Clement
|
f44471d9d0
|
fix js
|
2022-02-11 14:38:34 +00:00 |
Andrew Kingston
|
0f2d41c342
|
Merge branch 'develop' of github.com:Budibase/budibase into table-column-config
|
2022-02-11 14:28:36 +00:00 |
Peter Clement
|
d4b98095c2
|
update how we handle coercion of types
|
2022-02-11 14:20:25 +00:00 |
Peter Clement
|
d45c107db7
|
add row selection functionality to tables
|
2022-02-11 11:55:35 +00:00 |
mike12345567
|
594cb77b1e
|
Getting api key/dev info docs setup and in use.
|
2022-02-10 19:06:49 +00:00 |
Martin McKeaveney
|
d1cebc61a9
|
merge with master
|
2022-02-10 18:57:26 +01:00 |
mike12345567
|
f031c34253
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
|
2022-02-10 17:42:28 +00:00 |
Martin McKeaveney
|
3a653e9f98
|
merge with master
|
2022-02-10 18:24:36 +01:00 |
Andrew Kingston
|
b94ed3d23b
|
Add new setting component for configuring table column order and display names
|
2022-02-10 16:41:43 +00:00 |
Andrew Kingston
|
a0c703288c
|
Fix button layout in drawers
|
2022-02-10 11:46:57 +00:00 |
Michael Drury
|
45a965b041
|
Adding basic endpoints for API keys.
|
2022-02-09 23:16:24 +00:00 |
Michael Drury
|
911f2780ef
|
Start of API key modal.
|
2022-02-09 20:30:52 +00:00 |
Michael Drury
|
2820614324
|
Revert "Changing update user info to view user info."
This reverts commit 8f81906896 .
|
2022-02-09 19:39:02 +00:00 |
mike12345567
|
8f81906896
|
Changing update user info to view user info.
|
2022-02-09 18:30:00 +00:00 |
Michael Drury
|
1cc32e42c0
|
Merge branch 'develop' into frontend-core
|
2022-02-09 14:42:05 +00:00 |
Martin McKeaveney
|
375deb5ee9
|
fixing bug with gsheets
|
2022-02-09 15:41:20 +01:00 |
mike12345567
|
6199f06ea9
|
Updating the tooltip button to have an info icon like the labels on the right instead.
|
2022-02-08 17:17:00 +00:00 |
Peter Clement
|
4a02d36cd0
|
removing uneeded log
|
2022-02-08 15:23:37 +00:00 |
Peter Clement
|
b081302f17
|
change naming of toggle
|
2022-02-08 15:14:45 +00:00 |
Peter Clement
|
1b86b3f03c
|
fix modal confirmatiom button
|
2022-02-08 15:08:32 +00:00 |
Peter Clement
|
b91919e6d1
|
change naming of var
|
2022-02-08 15:00:16 +00:00 |
Peter Clement
|
ca821f2a47
|
allow use of plain inputs for automations enabling use of bindings in all types
|
2022-02-08 14:52:08 +00:00 |
mike12345567
|
36bd285093
|
Merge branch 'develop' of github.com:Budibase/budibase into fix/feb-fixes
|
2022-02-08 12:28:27 +00:00 |
Andrew Kingston
|
d90ccc26c7
|
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
|
2022-02-08 08:12:37 +00:00 |
mike12345567
|
580d3d9615
|
Removing empty block.
|
2022-02-07 18:47:49 +00:00 |
mike12345567
|
007a1240d5
|
Fix for both #4167, allow saving but warn if never sent and #4165 save the query name when clicking name save icon.
|
2022-02-07 18:47:10 +00:00 |
mike12345567
|
a35a8cb81c
|
Addomg a fix for #4370 - allow queries to contain newlines, they will always be escaped.
|
2022-02-07 17:56:01 +00:00 |
Andrew Kingston
|
2969f2d24c
|
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
|
2022-02-07 14:45:14 +00:00 |
Andrew Kingston
|
d78e6a5e59
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/real-rich-text
|
2022-02-07 12:13:29 +00:00 |
Andrew Kingston
|
3b6128f33f
|
Use automatic formatting for generated longform fields
|
2022-02-07 12:11:20 +00:00 |
Andrew Kingston
|
d12cd2abdf
|
Add rich text option to long form data type
|
2022-02-07 12:04:43 +00:00 |
mike12345567
|
e74621f327
|
Fixing an issue with search field select erroring in builder when using queries in blocks.
|
2022-02-04 16:56:12 +00:00 |
Andrew Kingston
|
90514af833
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/real-rich-text
|
2022-02-04 13:53:01 +00:00 |
Andrew Kingston
|
2c0af72cd4
|
Reset the builder store whenever unmounting the app root layout
|
2022-02-04 09:29:51 +00:00 |
Andrew Kingston
|
a3eef9f534
|
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
|
2022-02-04 09:23:32 +00:00 |
Michael Drury
|
6f79bc53e0
|
Merge pull request #4297 from Budibase/fix/4255
Some small SQL core fixes
|
2022-02-03 20:29:38 +00:00 |
mike12345567
|
f2a025013e
|
Fix for #4308 - triple brace conversion was not working correctly, wrote this into the string templates instead - also fixing an issue with the RBAC for Rest.
|
2022-02-03 18:44:34 +00:00 |
Andrew Kingston
|
9310ef08f5
|
Add markdown viewer component to builder
|
2022-02-02 21:23:39 +00:00 |
mike12345567
|
168a126e2a
|
Updating the SQL core to allow it to handle multiple relationships between the same two tables.
|
2022-02-02 18:15:17 +00:00 |
Andrew Kingston
|
66e104f02b
|
Use new rich text field in build backend UI
|
2022-02-02 15:18:46 +00:00 |
Andrew Kingston
|
de12e0dc79
|
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
|
2022-02-01 16:46:00 +00:00 |
Rory Powell
|
662727ccc6
|
Merge pull request #4261 from Budibase/fix/csrf-post-login
Fix CSRF token not present using local auth
|
2022-01-31 16:41:43 +00:00 |
Martin McKeaveney
|
fdf5795444
|
Merge pull request #4242 from mslourens/add_url_to_templates
Adds a url to the templates
|
2022-01-31 16:37:46 +00:00 |
mike12345567
|
f9c7877e02
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/formula-filtering
|
2022-01-31 15:21:15 +00:00 |
mike12345567
|
d55005d327
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-01-31 14:29:02 +00:00 |
Rory Powell
|
bdc37b6ff7
|
Fix CSRF token not present using local auth
|
2022-01-31 11:07:54 +00:00 |
Andrew Kingston
|
9b1754ad70
|
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
|
2022-01-31 09:40:33 +00:00 |
Rory Powell
|
0089fb06d9
|
Merge branch 'develop' into csrf
|
2022-01-30 21:20:48 +00:00 |
Andrew Kingston
|
fab27eea77
|
Fix issue with backend UI not refreshing when adding a row
|
2022-01-28 15:17:21 +00:00 |
Maurits Lourens
|
24b2fc65a0
|
Adds a url to the templates
|
2022-01-28 16:06:46 +01:00 |
Andrew Kingston
|
f8378e551d
|
Redirect if opening a locked app
|
2022-01-27 13:44:09 +00:00 |
mike12345567
|
412b7e5f06
|
Fixing #4205 - making sure builder loads the correct role for the query.
|
2022-01-26 18:59:41 +00:00 |
mike12345567
|
9b55ba8b13
|
Fixing #4192 - allowing switching between JSON and multi-select types, as well as not switching multi-select to JSON when fetching SQL tables.
|
2022-01-26 18:50:13 +00:00 |
Andrew Kingston
|
bfe209e3e6
|
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
|
2022-01-26 17:49:27 +00:00 |
Andrew Kingston
|
05e9f6088b
|
Use frontend-core implementation of data fetching in backend UI
|
2022-01-26 17:43:48 +00:00 |
Martin McKeaveney
|
19d27c97a4
|
code review and merge with develop
|
2022-01-26 17:45:28 +01:00 |
Martin McKeaveney
|
efde072e70
|
code review
|
2022-01-26 17:14:47 +01:00 |
Andrew Kingston
|
c7cd6b923d
|
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
|
2022-01-26 16:02:27 +00:00 |
Rory Powell
|
716a693552
|
Merge pull request #4137 from Budibase/feature/app-urls
Custom App URLs
|
2022-01-26 14:55:36 +00:00 |
Rory Powell
|
3d533d9f13
|
Handle undefined url
|
2022-01-26 13:39:40 +00:00 |
Rory Powell
|
f66a8b888f
|
Handle unexpected errors during validation
|
2022-01-25 23:27:28 +00:00 |
Rory Powell
|
9db180b166
|
Fix cypress and update nodemon config to use backend-core
|
2022-01-25 23:26:39 +00:00 |
Rory Powell
|
ffcf5354eb
|
Add CSRF Token
|
2022-01-25 22:54:50 +00:00 |
Andrew Kingston
|
9a813dbb29
|
Lint
|
2022-01-25 15:49:35 +00:00 |
Andrew Kingston
|
9d52841219
|
Refactor automation store to properly handle errors
|
2022-01-25 15:44:08 +00:00 |
Andrew Kingston
|
45547f1efc
|
Improve handling of 403 logouts and return URL cookie
|
2022-01-25 15:28:31 +00:00 |
Andrew Kingston
|
aec1f90412
|
Fix filter modal crashing when encountering an undefined option for a select field
|
2022-01-25 08:30:19 +00:00 |
Andrew Kingston
|
b0c03d8508
|
Improve style of data import modal
|
2022-01-25 08:22:53 +00:00 |
Andrew Kingston
|
9823534f80
|
Fix integration list not loading correctly
|
2022-01-25 08:13:28 +00:00 |
Andrew Kingston
|
95488fd48d
|
Don't show an error notification when failing API requests on the initial page load of the login page
|
2022-01-24 19:15:28 +00:00 |
Andrew Kingston
|
4d9e7cac31
|
Fix crash when an app with a null name exists
|
2022-01-24 19:06:41 +00:00 |
Andrew Kingston
|
e1a1d47238
|
Don't show an error if analytics fails to activate
|
2022-01-24 18:58:22 +00:00 |
Andrew Kingston
|
81558588dc
|
Clean up frontend store
|
2022-01-24 18:53:41 +00:00 |
Andrew Kingston
|
891bdefcb7
|
Remove all obscure error handling from stores and move it to the display level
|
2022-01-24 18:40:06 +00:00 |
Andrew Kingston
|
b33a2aa662
|
Improve API error logging to differentiate between builder and client sources
|
2022-01-24 16:40:55 +00:00 |
Andrew Kingston
|
c08fadc7b0
|
Move API client in builder to top level under src and fix some endpoints not being imported
|
2022-01-24 16:38:36 +00:00 |
Andrew Kingston
|
30fa72665a
|
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
|
2022-01-24 15:46:54 +00:00 |
Andrew Kingston
|
b0defa8176
|
Merge pull request #4030 from Budibase/s3-upload
S3 file upload component
|
2022-01-24 15:41:46 +00:00 |
Andrew Kingston
|
8284e1d76c
|
Filter out an S3 datasources which contain custom endpoints when selecting the datsource to use with the S3 upload component
|
2022-01-24 15:19:21 +00:00 |
Andrew Kingston
|
eeb18ac087
|
Fix issue with table and ignore node_modules in frontend-core
|
2022-01-24 14:39:32 +00:00 |
Andrew Kingston
|
db3b4c0b8c
|
Update remaining builder stores to use new core API and handle errors properly
|
2022-01-24 14:32:27 +00:00 |
Andrew Kingston
|
453386696f
|
Refactor all backend stores and their usages to use new core API and handle errors
|
2022-01-24 12:37:22 +00:00 |
Andrew Kingston
|
816ced96df
|
Update all API usages in builder components directory
|
2022-01-24 10:44:37 +00:00 |
Rory Powell
|
81e8ceff1a
|
Merge branch 'develop' into feature/app-urls
|
2022-01-21 17:35:23 +00:00 |
Rory Powell
|
e0dcc7648c
|
Remove server -> worker request to retrieve apps, remove hosting endpoints and store
|
2022-01-21 17:31:18 +00:00 |
mike12345567
|
deb4a34c18
|
Adding the ability to filter using the filter drawer for formula fields, getting them based on the enriched contents of a row - adding functionality to denote to each table which other tables depend on them for formula.
|
2022-01-21 16:24:24 +00:00 |
Andrew Kingston
|
59349f2451
|
Add lots more work on refactoring builder to use core API
|
2022-01-21 15:09:27 +00:00 |
Andrew Kingston
|
9c38624d3a
|
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
|
2022-01-21 13:38:06 +00:00 |
mike12345567
|
87d5e0d39e
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/formula-filtering
|
2022-01-21 12:52:58 +00:00 |
Rory Powell
|
04386bd1d8
|
Merge pull request #4000 from Budibase/fix/sync-apps-reset-rows-quotas
App and Row Quota Fixes
|
2022-01-21 11:20:14 +00:00 |
Andrew Kingston
|
f100ae42fd
|
Add more work on API refactor in builder
|
2022-01-21 09:10:59 +00:00 |
Rory Powell
|
2b6f9e20f4
|
Add deprecation notice
|
2022-01-20 21:40:10 +00:00 |
Rory Powell
|
b49be566b7
|
Remove cloud checks
|
2022-01-20 21:34:28 +00:00 |
Andrew Kingston
|
e6cddcca3e
|
Add more builder API refactor updates
|
2022-01-20 19:53:55 +00:00 |
Andrew Kingston
|
6319760b8c
|
More work on builder API refactor
|
2022-01-20 19:27:15 +00:00 |
mike12345567
|
14ec6ac205
|
Fixing an issue where old apps did not send up the values of the default parameters, the server should be able to handle this, enrich them in if they aren't there.
|
2022-01-20 19:06:08 +00:00 |
Andrew Kingston
|
e2fb5f51f5
|
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
|
2022-01-20 18:44:04 +00:00 |
Andrew Kingston
|
6a7aed1c0d
|
Update parts of builder with core API refactor
|
2022-01-20 18:42:30 +00:00 |
mike12345567
|
963cf5b4ed
|
Merge branch 'fix/data-filtering' of github.com:Budibase/budibase into feature/formula-filtering
|
2022-01-20 18:07:51 +00:00 |
mike12345567
|
23a9fc709f
|
Minor fix, when testing the filtering the data section noticed some stuff didn't work, like filtering by just a number (which is actually text) we fixed this previously but had to version the API to fix it, builder needed to send up the API version it desires to use.
|
2022-01-20 18:06:14 +00:00 |
mike12345567
|
50eff577f9
|
Getting the static formulas being processed on input, not re-processing on output.
|
2022-01-20 18:04:44 +00:00 |
Rory Powell
|
58bcba71f7
|
Send url to api and honour url on viewing published app
|
2022-01-20 17:27:56 +00:00 |
mike12345567
|
d565819494
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/formula-filtering
|
2022-01-20 17:05:51 +00:00 |
mike12345567
|
8d95d9b603
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-01-20 17:03:21 +00:00 |
Rory Powell
|
6e5957a01a
|
validator tweak
|
2022-01-20 16:25:09 +00:00 |
Rory Powell
|
4fb9a4aa59
|
validator tweak
|
2022-01-20 16:20:58 +00:00 |
mike12345567
|
c66b9fb0b4
|
Renaming bindableOptions to bindings and replacing the query bindings variable with queryBindings.
|
2022-01-20 16:12:32 +00:00 |
Rory Powell
|
998afad950
|
Merge branch 'develop' into feature/app-urls
|
2022-01-20 16:09:14 +00:00 |
Rory Powell
|
bc67974996
|
Share validation between app modals, add yup based validation framework, add url to app modals
|
2022-01-20 16:01:09 +00:00 |
mike12345567
|
06a6001f95
|
Fix for #4126 - wrong bindings were being passed to the drawer, making sure correct ones are available.
|
2022-01-20 15:44:39 +00:00 |
mike12345567
|
c04379eaea
|
Fixing issue with dynamic/static formula types not being stored.
|
2022-01-20 15:16:27 +00:00 |
mike12345567
|
3075c7dbe7
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/formula-filtering
|
2022-01-20 14:37:22 +00:00 |
Andrew Kingston
|
9f180ca292
|
Fix issue with search fields in builder when not using a table
|
2022-01-20 13:37:33 +00:00 |
Andrew Kingston
|
1ec3a91cae
|
Update usages of utils and helpers in the builder
|
2022-01-20 11:19:37 +00:00 |
Andrew Kingston
|
aab7adce03
|
Update remaining dependency issues in client
|
2022-01-20 10:16:13 +00:00 |
Peter Clement
|
0802522106
|
Merge branch 'fix/template-row-limit' of github.com:Budibase/budibase into fix/template-row-limit
|
2022-01-20 09:45:31 +00:00 |
Andrew Kingston
|
6e58820b45
|
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
|
2022-01-20 09:43:23 +00:00 |
Andrew Kingston
|
ff97e5af43
|
Update builder to reference assets in frontend core
|
2022-01-20 09:41:05 +00:00 |
Rory Powell
|
539bce8aed
|
Add creatingApp && loaded checks
|
2022-01-20 07:23:13 +00:00 |
Peter Clement
|
094df5922d
|
fix export button size
|
2022-01-19 19:45:19 +00:00 |
Peter Clement
|
d4463fc0f3
|
add splash screen for apps page
|
2022-01-19 19:40:28 +00:00 |
mike12345567
|
249b10a605
|
Adding in static/dynamic select, as well as the ability to set a tooltip on a select.
|
2022-01-19 18:33:58 +00:00 |
Peter Clement
|
b0b8e568ce
|
remove uneeded app creation modal
|
2022-01-19 18:29:09 +00:00 |
Peter Clement
|
a9d7a19cb5
|
fix issue with templates showing over more than two rows
|
2022-01-19 15:22:55 +00:00 |
Michael Drury
|
84f7405f02
|
Merge pull request #4090 from Budibase/fix/3721
Fixing issue with existing SQL relationships and deleting tables externally to Budibase
|
2022-01-19 15:02:15 +00:00 |
Andrew Kingston
|
9d4f18f1ce
|
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
|
2022-01-19 13:54:39 +00:00 |
Andrew Kingston
|
8be7018543
|
Rename return URL to redirect URL in log out action
|
2022-01-19 12:50:07 +00:00 |
Andrew Kingston
|
ce3715ccad
|
Update log out action text
|
2022-01-19 12:45:15 +00:00 |
Andrew Kingston
|
8be175843a
|
Add return URL setting to log out button action
|
2022-01-19 11:22:04 +00:00 |
mike12345567
|
e0949b4ac3
|
Fix for #3721 - deleting invalid relationships if tables have been removed external to budibase - otherwise these could not be removed without deleting the datasource.
|
2022-01-18 17:21:29 +00:00 |
Michael Drury
|
cdaab9e989
|
Merge pull request #4085 from Budibase/fix/4064
Allow deleting JSON fields in JSON schema
|
2022-01-18 17:14:20 +00:00 |
Michael Drury
|
8873cffb17
|
Merge pull request #4082 from mslourens/cancel_rename_column
reset field.name to originalName after cancel
|
2022-01-18 15:29:39 +00:00 |
mike12345567
|
8092068aaa
|
Fixing issue #4064 - making it possible to delete JSON fields.
|
2022-01-18 15:24:42 +00:00 |
mike12345567
|
d93617d3c7
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-01-18 14:25:30 +00:00 |
Michael Drury
|
7cf78f8c8b
|
Merge pull request #4073 from Budibase/feature/sql-relationship-filtering
SQL relationship filtering
|
2022-01-18 13:10:58 +00:00 |
Rory Powell
|
4d61e84c2b
|
Handle table deletion and data import
|
2022-01-18 11:57:20 +00:00 |
Maurits Lourens
|
77d0a556bd
|
reset field.name to originalName after cancel
|
2022-01-18 10:45:37 +01:00 |
Andrew Kingston
|
0201841b90
|
Add initial work on frontend-core refactor
|
2022-01-18 09:39:19 +00:00 |
Martin McKeaveney
|
73262179ef
|
refactored middleware to be more generic
|
2022-01-18 10:25:59 +01:00 |
Maurits Lourens
|
d2688124f4
|
use deleteColName when deleting a column
|
2022-01-18 09:53:15 +01:00 |
mike12345567
|
cde801d99b
|
Adding dynamic filter capabilities, also updating search field select in builder to make sure it removes banned search field types.
|
2022-01-17 16:48:49 +00:00 |
Martin McKeaveney
|
9663806bfc
|
more flexible datasource auth config
|
2022-01-17 15:52:10 +01:00 |
mike12345567
|
29fbfe7b95
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/sql-relationship-filtering
|
2022-01-17 13:34:16 +00:00 |
Rory Powell
|
f3ac142870
|
Remove console.log statements
|
2022-01-17 09:53:53 +00:00 |
Martin McKeaveney
|
a70b96a21a
|
gsheets E2E
|
2022-01-15 19:28:04 +01:00 |
mike12345567
|
aae2dc86d3
|
Getting client partially working, having an issue with search fields not updating for a table block.
|
2022-01-14 17:42:14 +00:00 |
Andrew Kingston
|
4dfb74f512
|
Add public URL of uploaded file to button action outputs when uploading files to S3
|
2022-01-14 10:40:38 +00:00 |
Rory Powell
|
d2e13da831
|
Test fix
|
2022-01-13 17:46:57 +00:00 |
Rory Powell
|
4433ebc1f2
|
Handle 403 when loading templates
|
2022-01-13 17:24:52 +00:00 |
Andrew Kingston
|
3f2b6db2b2
|
Merge branch 'develop' of github.com:Budibase/budibase into s3-upload
|
2022-01-13 17:17:30 +00:00 |
mike12345567
|
41b9c94237
|
Quick fix, only allow using SQL.
|
2022-01-13 16:48:19 +00:00 |
mike12345567
|
90859cfe18
|
Basic frontend work, getting it sending up search fields from tables with links.
|
2022-01-13 15:59:04 +00:00 |
Rory Powell
|
f055d392b5
|
Merge branch 'develop' into fix/return-url
|
2022-01-13 14:11:20 +00:00 |
Rory Powell
|
b5250ac244
|
Fix return url using cookies
|
2022-01-13 14:07:49 +00:00 |
Andrew Kingston
|
9f90bf3801
|
Update reset theme button to use white for light theme
|
2022-01-13 10:26:05 +00:00 |
Andrew Kingston
|
9a7cc4113d
|
Merge branch 'develop' of github.com:Budibase/budibase into rest-pagination
|
2022-01-13 09:44:09 +00:00 |
Andrew Kingston
|
aa5762d6d7
|
Revert nav bar background to default theme color when changing client app theme, and use a unique nav background color for light theme
|
2022-01-12 15:39:20 +00:00 |
mike12345567
|
44f9ae0682
|
Fixing issue where any two automations steps of the same type executed in the same automation would have the same response output in the frontend, this was a visual bug. Also fixing an issue introduced by REST update that broke the query controller.
|
2022-01-11 17:14:04 +00:00 |
mike12345567
|
b15f003c8c
|
Updating to use automation setup to use action button instead of custom chevron div and using the action button in the automation code editor so that bindings can be hidden/shown if they are taking up too much of screen.
|
2022-01-11 16:54:43 +00:00 |
Andrew Kingston
|
dfd95f9b83
|
Add initial work on new S3 upload component and button action
|
2022-01-11 14:01:21 +00:00 |
Michael Drury
|
904906e364
|
Merge pull request #3970 from Budibase/fix/jan-various-fixes
Various fixes
|
2022-01-11 09:36:12 +00:00 |
Rory Powell
|
8bf0c86c92
|
Merge pull request #3932 from Budibase/feature/query-variables
Fixes for new rest datasource
|
2022-01-10 12:08:47 +00:00 |
Andrew Kingston
|
54ad2237ea
|
Improve naming of REST pagination parameters
|
2022-01-07 11:03:31 +00:00 |
mike12345567
|
657f55f0da
|
Adding a skip button for fetching plus datasource tables incase working with very large data sets and still want to perform queries.
|
2022-01-06 15:28:38 +00:00 |
Andrew Kingston
|
422c0a3033
|
Comment builder implementation of lucene searching to highlight that it will be replaced
|
2022-01-06 14:05:32 +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 |
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 |
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 |
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 |
Martin McKeaveney
|
a09fabc54b
|
merge with master
|
2021-12-30 23:10:46 +00:00 |
Rory Powell
|
5890f5d4dc
|
Add bold and code cell renderers
|
2021-12-21 14:08:09 -05:00 |
Rory Powell
|
e96467a7cd
|
Further fix for dynamic variable deletion across different queries
|
2021-12-21 11:26:45 -05: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 |
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 |
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
|
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 |
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 |
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 |
Andrew Kingston
|
5b6bd31f80
|
Merge pull request #3795 from Budibase/home-screen-mobile
Home screen UI tweaks
|
2021-12-15 16:48:56 +00:00 |
mike12345567
|
85858ff6b1
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/query-variables
|
2021-12-15 16:35:30 +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 |
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 |
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 |
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 |
mike12345567
|
94041176d4
|
Fixing issue of disabled headers not being set for unmigrated queries.
|
2021-12-13 15:18:44 +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 |
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
|
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 |
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 |
Andrew Kingston
|
891538eaa4
|
Hide JSON array from filter editor
|
2021-12-10 10:52:51 +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 |
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 |
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 |
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 |
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 |
Rory Powell
|
ad52b06a75
|
Merge pull request #3644 from Budibase/rest-import
Rest import
|
2021-12-08 11:54:38 +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 |
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 |
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 |
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 |
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
|
5e6c967d64
|
Update supported file tags
|
2021-12-02 14:24:10 +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 |
mike12345567
|
4e9d60b446
|
First major part of the REST query resdesign.
|
2021-12-01 17:55:57 +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 |
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 |
Andrew Kingston
|
2c91b89f02
|
Prevent data providers from using arbitrary context-providing components as sources
|
2021-11-30 14:32:18 +00:00 |
mike12345567
|
39bb1f3e2c
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
|
2021-11-30 11:32:50 +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 |
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 |
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 |
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 |
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 |
Martin McKeaveney
|
c7bf4770a5
|
Merge pull request #3543 from Budibase/martin/misc-tasks
Martin/misc tasks
|
2021-11-26 11:58:40 +01:00 |
Rory Powell
|
41fa958c78
|
File upload working
|
2021-11-26 09:51:56 +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 |
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 |
mike12345567
|
b68cd07431
|
Fixing issue with data import error not invalidating modals.
|
2021-11-25 16:41:19 +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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
Andrew Kingston
|
0fcc7619d0
|
Reorganise component structure
|
2021-11-22 14:48:04 +00:00 |
Rory Powell
|
154a5cab26
|
Merge branch 'develop' into oracle-datasource
|
2021-11-22 11:07:11 +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 |
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 |
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 |
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 |
Peter Clement
|
b902e017dd
|
fix bug with test results
|
2021-11-18 11:41:51 +00:00 |
Michael Drury
|
1003c0d55e
|
Updating filter modal to manage invalid schemas when view created.
|
2021-11-17 22:11:26 +00:00 |
Peter Clement
|
f237cd891e
|
fix animation issue with automation blocks
|
2021-11-17 14:28:14 +00:00 |
Peter Clement
|
5311c8ee7e
|
save inputted test data
|
2021-11-17 13:49:34 +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 |
Peter Clement
|
776e4e2d20
|
more refactoring of screen wizard
|
2021-11-17 10:24:14 +00:00 |
Andrew Kingston
|
9b988b60b0
|
Replace old usage of 'editable' manifest setting with 'static'
|
2021-11-16 18:33:14 +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 |
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 |
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 |
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
|
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 |
mike12345567
|
599702bfe9
|
Fixing issue where deleted datasources wouldn't clear out queries.
|
2021-11-11 17:13:35 +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 |
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 |
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 |
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 |
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 |
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 |
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 |
Martin McKeaveney
|
9f7aba3f19
|
Merge pull request #3300 from Budibase/fix/templates
Fix/templates
|
2021-11-10 15:19:26 +01:00 |
Martin McKeaveney
|
8f7b57837e
|
adding cypress tag to input
|
2021-11-10 14:08:34 +01:00 |
Andrew Kingston
|
51ba48abc0
|
Merge pull request #3309 from Budibase/quick-bindings
Quick bindings
|
2021-11-10 12:18:52 +00: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 |
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
|
8683a74b2d
|
adding check for delete app
|
2021-11-09 18:30:51 +01: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 |
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 |
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 |
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 |
mike12345567
|
6455f51d4f
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2021-11-08 14:00:47 +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 |
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 |
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 |
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 |
Rory Powell
|
8f2910ad32
|
Merge branch 'master' into develop
|
2021-11-03 16:24:16 +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 |
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 |
mike12345567
|
ce00ddcf68
|
Fixing builder jest tests.
|
2021-10-27 13:33:11 +01: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 |
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 |
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 |
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 |
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 |
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 |
Martin McKeaveney
|
cec081bdfc
|
Merge pull request #3106 from Budibase/fix/postreleasefixes2
Fix/postreleasefixes2
|
2021-10-25 09:01:50 +01: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
|
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 |
Peter Clement
|
3ac85375b2
|
Merge remote-tracking branch 'origin/develop' into feature/smtp-automation-check
|
2021-10-22 09:27:13 +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 |
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 |
Michael Drury
|
c630b3ea7a
|
Merge pull request #3101 from Budibase/fix/2955
Fixing handlebars binding bug
|
2021-10-21 12:48:54 +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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
Andrew Kingston
|
642d105326
|
Merge pull request #3002 from Budibase/js-binding-drawer
JavaScript bindings
|
2021-10-15 11:37:25 +01: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 |
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 |
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 |
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 |
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 |
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 |
Martin McKeaveney
|
5457096370
|
merge
|
2021-10-13 14:18:56 +01: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 |
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 |
Rory Powell
|
3f02e83386
|
Merge branch 'develop' into no-access-role
|
2021-10-12 13:31:23 +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 |
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
|
abebe5de12
|
fix app action trigger
|
2021-10-11 19:38:43 +01:00 |
Andrew Kingston
|
43d546b2db
|
Fix inserting bindings manually when using JS
|
2021-10-11 16:18:20 +01:00 |
Andrew Kingston
|
67a74ee327
|
Fix bug determining if a binding is JS or not
|
2021-10-11 15:51:47 +01:00 |
Andrew Kingston
|
8f1e536318
|
Enable binding replacements in JS bindings
|
2021-10-11 14:54:24 +01:00 |
Peter Clement
|
eba9bd79f6
|
enable 'add action' button when inputs completed
|
2021-10-11 11:35:07 +01:00 |
Peter Clement
|
c9fbc11b6c
|
Merge remote-tracking branch 'origin/develop' into bug/fix-automation-ordering
|
2021-10-11 11:22:07 +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 |
Andrew Kingston
|
415bc4e0db
|
Add new generic CodeMirror editor component
|
2021-10-08 11:42:10 +01: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 |
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 |
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 |
mike12345567
|
2d9a087efe
|
Merge branch 'develop' of github.com:Budibase/budibase into fix/mike-fixes
|
2021-10-06 16:58:02 +01: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 |
Rory Powell
|
32012fd24b
|
Don't redirect when tenant is missing, if unauthenticated
|
2021-10-06 16:11:10 +01: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 |
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 |
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 |
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
|
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
|
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 |
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 |
Maurits Lourens
|
8709fb2f0b
|
add a slash before the path and a questionmark before the querystring
|
2021-10-05 12:20:09 +02: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 |
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 |
Andrew Kingston
|
32d79e38e0
|
Update self-host upgrade text
|
2021-10-04 15:49:06 +01:00 |
Andrew Kingston
|
a41505f8a0
|
Rename primary color to accent color
|
2021-10-04 14:45:51 +01:00 |
Martin McKeaveney
|
bfb7766333
|
Merge pull request #2857 from Budibase/fix/2792
Allow SQL many to many relationships to use arbitrarily named columns in junction table
|
2021-10-04 12:42:56 +01:00 |
Martin McKeaveney
|
66c66df0ed
|
Merge pull request #2879 from Budibase/fix/ux-feedback
UX feedback updates
|
2021-10-04 12:42:24 +01:00 |
Rory Powell
|
53158b36c8
|
Merge pull request #2877 from Budibase/fixes/email-onboarding-and-user-deletion
Fix email link from internal bb onboarding. Prevent account holder from being deleted
|
2021-10-04 12:32:04 +01:00 |
Martin McKeaveney
|
4490b3582a
|
Merge pull request #2630 from mslourens/invalid_route_settings_section
Sanitise urls after change
|
2021-10-04 12:30:11 +01:00 |
Martin McKeaveney
|
05513c0a58
|
UX feedback updates
|
2021-10-04 12:24:49 +01:00 |
Rory Powell
|
d63186ff8f
|
Fix email link from internal bb onboarding. Prevent account holder from being deleted
|
2021-10-04 11:30:59 +01:00 |
mike12345567
|
80e7671444
|
Fix for many to many relationships where the union table has arbituarily named foreign key constraint columns, an example has been provided in the scripts directory.
|
2021-10-01 17:16:43 +01:00 |
Rory Powell
|
5654bce90b
|
Merge pull request #2855 from Budibase/hide-upgrade-modal
Hide upgrade button / modal from non-root account holders
|
2021-10-01 16:33:22 +01:00 |
Martin McKeaveney
|
063b92726c
|
Merge pull request #2854 from Budibase/local-tenant-subdomain
Support for tenancy subdomain locally + improvements
|
2021-10-01 16:15:18 +01:00 |
Rory Powell
|
47b80b7f2a
|
Load account portal url from environment
|
2021-10-01 16:12:07 +01:00 |
Rory Powell
|
8729fa27ac
|
Hide upgrade button / modal from non-root account holders
|
2021-10-01 16:05:48 +01:00 |
Rory Powell
|
3bef997168
|
Support for tenancy subdomain locally + improvements
|
2021-10-01 15:55:57 +01:00 |
Martin McKeaveney
|
b4999f3f13
|
updating copy on self host flow
|
2021-10-01 15:26:41 +01:00 |
Andrew Kingston
|
9e74acfec0
|
Prevent screen slot or something containing the screen slot from being deleted
|
2021-10-01 15:01:16 +01:00 |
Andrew Kingston
|
cc78f08032
|
Update button text in theme settings to 'View changes'
|
2021-10-01 14:41:58 +01:00 |
Andrew Kingston
|
aa2b7cf769
|
Merge pull request #2839 from Budibase/mobile-app-search-compat
Add mobile compatibility for app search bar
|
2021-10-01 14:11:30 +01:00 |
Rory Powell
|
8f614da7ff
|
Merge pull request #2841 from Budibase/fix/redirects
Fix redirects and prevent admin / org screens in cloud
|
2021-10-01 12:55:13 +01:00 |
Rory Powell
|
50b7142c04
|
Fix redirects and prevent admin / org screens in cloud
|
2021-10-01 12:40:01 +01:00 |
Martin McKeaveney
|
6c47980f7c
|
remove unnecessary deployment poll
|
2021-10-01 12:10:50 +01:00 |
Andrew Kingston
|
305d82846b
|
Add mobile compatibility for app search bar
|
2021-10-01 11:43:09 +01:00 |
mike12345567
|
4ecc92de3b
|
Updating data bindings, there were instances where it could loop/iterate over already replaced bindings, used a search technique to be a bit more specific about the replacements and make sure each binding could only be replaced once.
|
2021-09-30 17:24:43 +01:00 |
Rory Powell
|
487166a6d8
|
Merge pull request #2825 from Budibase/fix/tenant-subdomain-parsing
Fix tenant subdomain parsing
|
2021-09-30 15:59:47 +01:00 |
Rory Powell
|
dd1ce5be27
|
Fix tenant subdomain parsing
|
2021-09-30 15:56:33 +01:00 |
Martin McKeaveney
|
17acae87c0
|
Merge pull request #2677 from Budibase/dnd
Drag and drop
|
2021-09-30 15:13:25 +01:00 |
Martin McKeaveney
|
76c83ed51e
|
Merge branch 'develop' into feature/search-bar
|
2021-09-30 15:12:59 +01:00 |
Martin McKeaveney
|
9f6961a90c
|
switch from regex to includes
|
2021-09-30 15:08:29 +01:00 |
Martin McKeaveney
|
8c65d45c23
|
Merge branch 'develop' into dnd
|
2021-09-30 14:56:23 +01:00 |
Michael Drury
|
29b177208c
|
Merge pull request #2815 from Budibase/feature/cloud-export
Cloud export -> self host import
|
2021-09-30 14:55:37 +01:00 |
Martin McKeaveney
|
a0f4043e13
|
app list search bar
|
2021-09-30 14:08:18 +01:00 |
Andrew Kingston
|
7f08ef3a6c
|
Reset data ui searches when mutating rows as we cannot guarantee that bookmarks are the same
|
2021-09-30 13:49:09 +01:00 |
mike12345567
|
f8562015ac
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/cloud-export
|
2021-09-30 12:22:28 +01:00 |
Andrew Kingston
|
38b32d78a8
|
Merge pull request #2790 from Budibase/data-ui-pagination
Data UI pagination and searching
|
2021-09-30 11:13:47 +01:00 |
Peter Clement
|
afa3cd53f6
|
Merge pull request #2735 from Budibase/feature/datasource-wizard
Datasource wizard
|
2021-09-30 11:05:22 +01:00 |
Peter Clement
|
86428f3998
|
remove create budibase db button
|
2021-09-30 10:50:27 +01:00 |
Martin McKeaveney
|
6edc25f52e
|
Merge pull request #2804 from Budibase/fix/redirect-loop-ff
fix firefox redirect loop
|
2021-09-29 19:27:15 +01:00 |
Martin McKeaveney
|
e62f8cd9bb
|
Update packages/builder/src/components/upgrade/UpgradeModal.svelte
Co-authored-by: Rory Powell <rory.codes@gmail.com>
|
2021-09-29 19:12:19 +01:00 |
Martin McKeaveney
|
e4473a32fd
|
fix firefox redirect loop
|
2021-09-29 18:59:26 +01:00 |
mike12345567
|
94737c6574
|
Final cleanup, just need to handle view migration (to self host from cloud).
|
2021-09-29 17:43:16 +01:00 |
Rory Powell
|
2ceca6b4fb
|
Review feedback - shortcut user?.tenantId !== tenantId
|
2021-09-29 17:13:29 +01:00 |
mike12345567
|
a0f69251c8
|
Adding the ability to run the monorepo in cloud mode without the connected account portal (login, org setting and admin creation are all available again) as well as re-working how the redirects work to massively reduce the chance of cycles which I was experiencing constantly.
|
2021-09-29 16:55:59 +01:00 |
Rory Powell
|
a299e30556
|
Respect tenant in url in UI app. Reject tenant and session mismatch
|
2021-09-29 16:41:58 +01:00 |
Andrew Kingston
|
908d4b75d8
|
Ensure transitions are only local to avoid weird svelte issues
|
2021-09-29 15:26:01 +01:00 |
Peter Clement
|
cfab8165bd
|
update ssl ux
|
2021-09-29 13:02:30 +01:00 |
mike12345567
|
1f127939af
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/cloud-export
|
2021-09-29 12:57:14 +01:00 |
Andrew Kingston
|
1c93ae509e
|
Refresh data UI tables when creating a row
|
2021-09-29 12:29:26 +01:00 |
Andrew Kingston
|
f9c8cd8506
|
Automatically refresh data as needed when rows or columns are updated
|
2021-09-29 12:07:35 +01:00 |
Andrew Kingston
|
e4a57253fa
|
Merge branch 'develop' of github.com:Budibase/budibase into data-ui-pagination
|
2021-09-29 10:34:03 +01:00 |
Andrew Kingston
|
873ef99527
|
Add transitions to data UI tables to improve smoothness and prevent stuttering and flashing on loading
|
2021-09-29 10:33:55 +01:00 |
Martin McKeaveney
|
5558a34fe4
|
Merge branch 'develop' of github.com:Budibase/budibase into fix/prevent-sso-redirect
|
2021-09-29 10:33:30 +01:00 |
Andrew Kingston
|
4a827c2aab
|
Fix resetting filters and sorting options when changing tables
|
2021-09-29 10:17:12 +01:00 |
Andrew Kingston
|
5e2ba8c45f
|
Suppress svelte runtime warnings
|
2021-09-29 10:16:44 +01:00 |
Martin McKeaveney
|
0edd6ffabd
|
lint
|
2021-09-29 09:55:38 +01:00 |
Andrew Kingston
|
14b23cffee
|
Prevent bindings from being used when filtering tables in the data UI
|
2021-09-29 09:18:08 +01:00 |
Andrew Kingston
|
745aff0c44
|
Reuse filter drawer component to allow full table filtering on any type in data UI
|
2021-09-29 09:05:04 +01:00 |
Andrew Kingston
|
b9ad634b85
|
Fix bug with filter editor preventing date pickers or booleans from being shown
|
2021-09-29 08:57:09 +01:00 |
mike12345567
|
d282cd030f
|
Some fixes after testing and adding some basic work to the frontend.
|
2021-09-28 18:05:52 +01:00 |
Martin McKeaveney
|
f6256bfbd5
|
prevent SSO configured tenants being redirected to account portal
|
2021-09-28 17:54:54 +01:00 |
Martin McKeaveney
|
402365f5b3
|
remove company size logic from the code
|
2021-09-28 17:18:56 +01:00 |
Andrew Kingston
|
7527c19a8c
|
Add basic search implementation to data UI tables
|
2021-09-28 15:29:15 +01:00 |
Peter Clement
|
f45638d874
|
Merge remote-tracking branch 'origin/develop' into feature/datasource-wizard
|
2021-09-28 14:26:25 +01:00 |
Andrew Kingston
|
2b2697a34e
|
Fixing issue with refreshing data providers manually due to incorrect action name
|
2021-09-28 13:33:15 +01:00 |
Peter Clement
|
a24f2e4142
|
update modal button text
|
2021-09-28 12:29:54 +01:00 |
Peter Clement
|
1a1c0f2892
|
check tables can be fetched before saving config
|
2021-09-28 12:25:57 +01:00 |
Andrew Kingston
|
f5f8e25c9f
|
Fix huge amount of bugs with data UI state, URL parameters and state/URL sync
|
2021-09-27 18:25:19 +01:00 |
Rory Powell
|
42d9e0a482
|
Remove platform url in the cloud, remove analytics picker completely
|
2021-09-27 16:37:26 +01:00 |
Andrew Kingston
|
705088362b
|
Move lucene logic into builder
|
2021-09-27 15:36:18 +01:00 |
Andrew Kingston
|
ec7cf96fd9
|
Move all lucene logic into central builder helpers file
|
2021-09-27 12:59:49 +01:00 |
Andrew Kingston
|
51902c807a
|
Merge branch 'develop' of github.com:Budibase/budibase into data-ui-pagination
|
2021-09-27 12:51:37 +01:00 |
Andrew Kingston
|
496e079d83
|
Remove log statement
|
2021-09-27 12:51:32 +01:00 |
Andrew Kingston
|
d2944e85c0
|
Merge pull request #2706 from Budibase/ak-fixes
Fix home screen importing + extras
|
2021-09-27 11:39:48 +01:00 |
Andrew Kingston
|
c011b7fe5c
|
Merge branch 'develop' of github.com:Budibase/budibase into ak-fixes
|
2021-09-27 11:30:51 +01:00 |
Peter Clement
|
7121b0a7c8
|
fix layout of config modal
|
2021-09-27 10:04:01 +01:00 |
Peter Clement
|
dad6412271
|
trigger internal table modal on modal cancel
|
2021-09-27 09:59:56 +01:00 |
Andrew Kingston
|
8b35405a85
|
Fix regex binding replacement issue due to not being escaped
|
2021-09-24 16:24:16 +01:00 |
Andrew Kingston
|
383d92b99e
|
Add a refresh action to common table searching logic
|
2021-09-24 16:13:25 +01:00 |
Peter Clement
|
c67e769afc
|
ux fixes
|
2021-09-24 11:28:56 +01:00 |
Peter Clement
|
a6aad71827
|
rename file and fix analytics
|
2021-09-24 10:58:04 +01:00 |
Peter Clement
|
c1829223db
|
Merge remote-tracking branch 'origin/develop' into feature/datasource-wizard
|
2021-09-24 10:47:59 +01:00 |
Peter Clement
|
a833df7771
|
redirect to created datasource
|
2021-09-24 10:19:48 +01:00 |
Peter Clement
|
29551c4621
|
fix naming of datasources
|
2021-09-24 10:12:30 +01:00 |
Peter Clement
|
af5280fa36
|
fetch tables for datasource plus
|
2021-09-24 10:01:53 +01:00 |
Peter Clement
|
468a7caa07
|
fix flow of wizard
|
2021-09-23 22:02:35 +01:00 |
Peter Clement
|
39192e4e7f
|
add base wizard for datasources
|
2021-09-23 21:47:22 +01:00 |
Andrew Kingston
|
fd24a8fce3
|
Lint
|
2021-09-23 20:51:55 +01:00 |
Andrew Kingston
|
a30ced6408
|
Add button action for manually refreshing a data provider
|
2021-09-23 19:34:01 +01:00 |
Andrew Kingston
|
890749ee3e
|
Only refresh tables when table ID changes
|
2021-09-23 17:04:12 +01:00 |
Andrew Kingston
|
7ac4144903
|
Add new core implementation of fetching paginated table data and enable pagination in backend UI for tables
|
2021-09-23 16:08:47 +01:00 |
Andrew Kingston
|
b5ff5a7f76
|
Remove duplicate routes which are never used
|
2021-09-23 16:06:57 +01:00 |
Maurits Lourens
|
0f3cb8e2ff
|
Merge branch 'develop' into invalid_route_settings_section
# Conflicts:
# packages/builder/src/components/design/NavigationPanel/NewScreenModal.svelte
|
2021-09-23 13:15:53 +02:00 |
Martin McKeaveney
|
4d46095fc8
|
Merge pull request #2695 from mslourens/remove_link_when_removing_screen
remove the link from navigation bar when removing the screen
|
2021-09-23 09:40:36 +01:00 |
Martin McKeaveney
|
94e3b9ed0c
|
Merge pull request #2714 from mslourens/collapse_queries_with_datasource
Collapse queries with their datasource
|
2021-09-23 09:36:41 +01:00 |
Andrew Kingston
|
ec2f727af3
|
Merge branch 'develop' of github.com:Budibase/budibase into ak-fixes
|
2021-09-23 09:18:52 +01:00 |
Maurits Lourens
|
0b93b201a5
|
Collapse queries with their datasource
|
2021-09-23 08:48:11 +02:00 |
Martin McKeaveney
|
68a72384c8
|
Merge pull request #2703 from Budibase/feature/analytics
Feature/analytics
|
2021-09-22 15:53:34 +01:00 |
Martin McKeaveney
|
24837ef2f1
|
lint
|
2021-09-22 12:26:02 +01:00 |
Michael Drury
|
7b80e2a8e3
|
Merge pull request #2686 from mslourens/replace_all_handlebars_bindings
replace all handlebars bindings, not just the first
|
2021-09-22 11:44:17 +01:00 |
Martin McKeaveney
|
2523d54641
|
account for user size in intercom
|
2021-09-22 09:38:32 +01:00 |
Martin McKeaveney
|
87b61b5c54
|
added user created at timestamp
|
2021-09-22 09:29:51 +01:00 |
Maurits Lourens
|
cd4765664d
|
remove console.log
|
2021-09-22 08:49:33 +02:00 |
Martin McKeaveney
|
ff5831660d
|
merge with develop
|
2021-09-21 21:43:29 +01:00 |
Martin McKeaveney
|
e1a6f27d70
|
lint
|
2021-09-21 20:47:04 +01:00 |
Peter Clement
|
1d9fccb666
|
update icon to use hoverable
|
2021-09-21 20:30:58 +01:00 |
Martin McKeaveney
|
cf524423fb
|
JSdoc
|
2021-09-21 20:28:33 +01:00 |
Martin McKeaveney
|
0a7512a4d9
|
changed events to constants, instantiated analytics client at right time
|
2021-09-21 20:21:15 +01:00 |
Andrew Kingston
|
16febcf3b9
|
Ensure datasource containing the currently selected table is always expanded
|
2021-09-21 17:21:25 +01:00 |
Andrew Kingston
|
1f9326db79
|
Set datasource to internal datasource upon loading internal datasource page
|
2021-09-21 17:21:01 +01:00 |
Maurits Lourens
|
ff4476b333
|
remove the link from navigation bar when removing the screen
|
2021-09-21 15:16:10 +02:00 |
Peter Clement
|
14945d9f0d
|
use color alias for actions instead of hard-coding the color
|
2021-09-21 12:05:58 +01:00 |
Martin McKeaveney
|
184061a56b
|
analytics clients
|
2021-09-21 11:47:14 +01:00 |
Maurits Lourens
|
28e7ef2806
|
replace all handlebars bindings, not just the first
|
2021-09-21 09:57:14 +02:00 |
Peter Clement
|
053ea4e499
|
add multiselect / date / boolean types to automations
|
2021-09-20 16:23:33 +01:00 |
Andrew Kingston
|
6ba4c00b80
|
Merge branch 'develop' of github.com:Budibase/budibase into dnd
|
2021-09-20 10:45:21 +01:00 |
Andrew Kingston
|
a6e48194f1
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2021-09-20 10:33:18 +01:00 |
Andrew Kingston
|
46c1aa1eb7
|
Update app ID parsing to be able to account for new tenant ID's and fix crash whenever a dev counterpart doesn't exist for a published app
|
2021-09-20 09:58:38 +01:00 |
Rory Powell
|
7c4b970604
|
Merge pull request #2635 from Budibase/feature/onboarding-backend
Password reset for budibase users
|
2021-09-17 14:58:53 +01:00 |
Rory Powell
|
91b9a98247
|
Password reset for budibase users
|
2021-09-17 13:41:22 +01:00 |
Andrew Kingston
|
f0b7188db3
|
Merge branch 'develop' of github.com:Budibase/budibase into dnd
|
2021-09-17 12:53:06 +01:00 |
Maurits Lourens
|
f9c82e5059
|
re-use sanitizeUrl utils method, add / if it's not added already
|
2021-09-17 11:43:27 +02:00 |
Maurits Lourens
|
931ec7bfd9
|
fix merge conflicts, make arguments more consistent
|
2021-09-16 23:20:31 +02:00 |
Maurits Lourens
|
518f8fd55e
|
merge develop into branch
|
2021-09-16 22:15:09 +02:00 |
Andrew Kingston
|
e625d2e4a3
|
Reduce duplication in move componment handler from dnd callback
|
2021-09-16 17:39:39 +01:00 |
Andrew Kingston
|
fdef6d1e89
|
Merge branch 'develop' of github.com:Budibase/budibase into dnd
|
2021-09-16 17:34:40 +01:00 |
Andrew Kingston
|
00b12463f6
|
Merge pull request #2606 from Budibase/responsive-portal
Responsive portal
|
2021-09-16 17:28:21 +01:00 |
Andrew Kingston
|
110fd1d5af
|
Fix intermittent crash due to invalid iframe reference when hot reloading
|
2021-09-16 16:27:19 +01:00 |
mike12345567
|
d76e3beac9
|
Removing console logs created during automation rework.
|
2021-09-16 16:24:32 +01:00 |
Andrew Kingston
|
368ada4a77
|
Merge branch 'develop' of github.com:Budibase/budibase into responsive-portal
|
2021-09-16 16:06:41 +01:00 |
Michael Drury
|
4efdda6726
|
Merge pull request #2618 from Budibase/feature/automation-query
Automation query functionality
|
2021-09-16 15:47:10 +01:00 |
Rory Powell
|
23d354ceda
|
Merge pull request #2614 from Budibase/feature/onboarding-backend
Access controls for cloud, self, and regular budibase users
|
2021-09-16 15:39:14 +01:00 |
mike12345567
|
72763ec45f
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-query
|
2021-09-16 15:33:03 +01:00 |
PClmnt
|
c968d534ac
|
Merge pull request #2610 from Budibase/feature/automation-redesign
Automation Redesign
|
2021-09-16 15:17:51 +01:00 |
mike12345567
|
6d48dc85ef
|
Merge branch 'feature/automation-redesign' of github.com:Budibase/budibase into feature/automation-query
|
2021-09-16 14:54:09 +01:00 |
Peter Clement
|
0d2854b464
|
fix json parsing of test data
|
2021-09-16 14:52:23 +01:00 |
Peter Clement
|
ab2fd51dc2
|
fix debounce / store test data bug
|
2021-09-16 14:48:55 +01:00 |
Martin McKeaveney
|
ecb34e49e3
|
Merge pull request #2169 from mslourens/collapse_expand_database_connections
Collapse and expand database connections
|
2021-09-16 14:26:25 +01:00 |
mike12345567
|
87d20e5c00
|
Making filter drawer in automations full width.
|
2021-09-16 13:45:22 +01:00 |
mike12345567
|
13609bb9bf
|
Merge branch 'feature/automation-redesign' of github.com:Budibase/budibase into feature/automation-query
|
2021-09-16 12:44:16 +01:00 |
Peter Clement
|
a871a3a44f
|
fix label not being rendered correctly
|
2021-09-16 12:15:32 +01:00 |
Andrew Kingston
|
d86e5718d5
|
Prevent DND if target is a child of source
|
2021-09-16 07:35:19 +01:00 |
Andrew Kingston
|
0ce0f5c823
|
Add initial DND implementation with working functionality for dropping inside components
|
2021-09-16 07:28:59 +01:00 |
mike12345567
|
b18a082951
|
Adding in backend implementation of the query step, as well as some front-end work to support the filter drawer within automations.
|
2021-09-15 19:02:44 +01:00 |
Peter Clement
|
cd3beb3b6c
|
change naming within blocks
|
2021-09-15 16:59:15 +01:00 |
Peter Clement
|
7b99574f4c
|
update reactivity of test data modal
|
2021-09-15 16:55:17 +01:00 |
Martin McKeaveney
|
a575af5e4a
|
Merge pull request #2120 from mslourens/delete_component_with_keyboard
Delete component with keyboard
|
2021-09-15 16:48:38 +01:00 |
Rory Powell
|
3576ca87be
|
Access controls for cloud, self, and regular budibase users
|
2021-09-15 15:45:43 +01:00 |
Peter Clement
|
7260c32737
|
fix build
|
2021-09-15 13:58:15 +01:00 |
Peter Clement
|
2b08916751
|
simplify parsing of internal / external actions
|
2021-09-15 12:58:20 +01:00 |
Peter Clement
|
9cd63c2223
|
small css updates
|
2021-09-15 11:52:42 +01:00 |
Andrew Kingston
|
8a0b9724b0
|
Merge branch 'develop' of github.com:Budibase/budibase into responsive-portal
|
2021-09-15 10:53:59 +01:00 |
Peter Clement
|
c15c65a586
|
Merge remote-tracking branch 'origin/develop' into feature/automation-redesign
|
2021-09-15 10:26:45 +01:00 |
Rory Powell
|
cf32050a7b
|
Merge pull request #2607 from Budibase/feature/onboarding-backend
Redirects and linking between budibase and account portal
|
2021-09-15 10:25:46 +01:00 |
Peter Clement
|
242f685a24
|
incorrect file name
|
2021-09-15 09:57:06 +01:00 |
Andrew Kingston
|
6efd505118
|
Merge branch 'develop' of github.com:Budibase/budibase into responsive-portal
|
2021-09-15 09:41:47 +01:00 |
Peter Clement
|
44b7b6a6f8
|
remove logs
|
2021-09-15 00:49:44 +01:00 |
Peter Clement
|
3b66a14a6f
|
Update icons
|
2021-09-15 00:49:44 +01:00 |
Peter Clement
|
5751782fcb
|
add block connector line
|
2021-09-15 00:49:44 +01:00 |
Peter Clement
|
dfbf7e2ee4
|
Show test outputs and responses in modal
|
2021-09-15 00:49:35 +01:00 |
Peter Clement
|
1d25aba78c
|
adding external actions constant
|
2021-09-15 00:46:52 +01:00 |
Peter Clement
|
82db0950c3
|
Require required schema fields before saving
|
2021-09-15 00:46:52 +01:00 |
Peter Clement
|
d86c238d53
|
Improve test automation modal and handling of data
|
2021-09-15 00:46:50 +01:00 |
Peter Clement
|
0fadf104e2
|
save automation on change / delete / create
|
2021-09-15 00:45:11 +01:00 |
Peter Clement
|
09cab87a86
|
Add new actions modal and integration with flowchart
|
2021-09-15 00:45:11 +01:00 |
Peter Clement
|
7fd79d3d4e
|
Update flow chart styling and event handling
|
2021-09-15 00:45:07 +01:00 |
Peter Clement
|
fd4c1c9929
|
Add triggers to setup modal
|
2021-09-15 00:43:25 +01:00 |
Peter Clement
|
4869ecbf3a
|
add splash screen to automation
|
2021-09-15 00:43:25 +01:00 |
Michael Drury
|
bda973355c
|
Merge pull request #2598 from Budibase/feature/automation-rework
Automation backend rework
|
2021-09-14 17:30:26 +01:00 |
Andrew Kingston
|
7ded058831
|
Update styles in normal user app portal
|
2021-09-14 16:38:47 +01:00 |
Andrew Kingston
|
b3fa4e61e3
|
Make apps table in portal mobile friendly
|
2021-09-14 16:21:30 +01:00 |
Rory Powell
|
33090a2521
|
Move account portal redirect to top of auth level
|
2021-09-14 15:57:34 +01:00 |
Rory Powell
|
011193a3dc
|
Navigate between budibase and account portal
|
2021-09-14 15:49:59 +01:00 |
Rory Powell
|
689065d2b8
|
Redirect to account portal login page in the cloud
|
2021-09-14 14:18:13 +01:00 |
Rory Powell
|
73981680ba
|
Replace 'sandbox' with 'cloud' in builder, reuse 'SELF_HOSTED' flag
|
2021-09-14 13:03:38 +01:00 |
mike12345567
|
70bc68fb61
|
Adding concept of internal and external actions.
|
2021-09-14 12:40:19 +01:00 |
Andrew Kingston
|
cc64b3f9b8
|
Improve email template screen layout
|
2021-09-14 12:36:29 +01:00 |
Andrew Kingston
|
0b5669efdc
|
Update config checklist to be mobile friendly
|
2021-09-14 12:32:04 +01:00 |
Andrew Kingston
|
11962bb5fa
|
Update updates page to be mobile friendly and look better
|
2021-09-14 12:28:23 +01:00 |
Andrew Kingston
|
d0898a4ac4
|
Update theming page to be mobile friendly
|
2021-09-14 12:28:07 +01:00 |
Andrew Kingston
|
4cb209f384
|
Make portal organisation page mobile friendly
|
2021-09-13 16:59:15 +01:00 |
Andrew Kingston
|
fe3a53891a
|
Increase z-index of mobile drawer menu to fix email editor overlapping it
|
2021-09-13 16:45:23 +01:00 |
Andrew Kingston
|
b375a5a8c7
|
Make email template page more mobile friendly
|
2021-09-13 16:43:54 +01:00 |
Andrew Kingston
|
7223d4bea5
|
Remove unnecessary classname
|
2021-09-13 16:42:59 +01:00 |
Andrew Kingston
|
f5c11295c2
|
Make email template page somewhat mobile friendly
|
2021-09-13 16:42:07 +01:00 |
Martin McKeaveney
|
c958d444f6
|
fix for apps with undefined names
|
2021-09-13 16:33:26 +01:00 |
Andrew Kingston
|
9d4029c347
|
Make portal email config page mobile friendly
|
2021-09-13 16:17:48 +01:00 |
Andrew Kingston
|
c094f7526d
|
Fix alignment of SSO configs, clean up style, make auth page mobile friendly
|
2021-09-13 16:15:52 +01:00 |
Andrew Kingston
|
4209d3a1cc
|
Fix alignment and spacing of SSO providers
|
2021-09-13 16:05:26 +01:00 |
Andrew Kingston
|
ad4a76127e
|
Make users page responsive
|
2021-09-13 16:02:09 +01:00 |
Andrew Kingston
|
09385cadc5
|
Reduce portal padding on mobile
|
2021-09-13 16:01:47 +01:00 |
Andrew Kingston
|
0c0e656b34
|
Make core portal layout responsive with mobile drawer menu
|
2021-09-13 15:38:06 +01:00 |
Andrew Kingston
|
4f96b7ef93
|
Merge pull request #2576 from Budibase/responsive-preview
Responsive preview
|
2021-09-10 12:13:46 +01:00 |
mike12345567
|
da9d78d1fb
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-rework
|
2021-09-10 11:16:43 +01:00 |
Andrew Kingston
|
2f986bedf1
|
Fix bug with determining checklist progress
|
2021-09-10 08:25:30 +01:00 |
mike12345567
|
a366ab80e1
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-rework
|
2021-09-09 16:33:41 +01:00 |
Andrew Kingston
|
0409e2144f
|
Merge branch 'develop' of github.com:Budibase/budibase into responsive-preview
|
2021-09-09 13:56:18 +01:00 |
Andrew Kingston
|
5b1ba5d5a2
|
Merge branch 'develop' of github.com:Budibase/budibase into custom-theming
|
2021-09-09 11:57:55 +01:00 |
Martin McKeaveney
|
5e268dce18
|
Merge pull request #2556 from mslourens/checklist_item_navigation
add link to checklist items for direct navigation (and lint issues)
|
2021-09-09 11:16:38 +01:00 |
mike12345567
|
e84d30524b
|
Updating automations system to return the inputs and outputs of each step.
|
2021-09-08 14:08:22 +01:00 |
Andrew Kingston
|
9c50bd84e8
|
Align component selection list and preview controls to top of center panel
|
2021-09-08 09:54:10 +01:00 |
Andrew Kingston
|
acb289cc5f
|
Add feature flag to determine support for previewing on different device sizes
|
2021-09-08 09:46:20 +01:00 |
Andrew Kingston
|
a10906ee01
|
Remove box shadow and padding around preview html element
|
2021-09-08 09:39:36 +01:00 |
Andrew Kingston
|
3b3df86e4d
|
Leave builder preview always the same size and depend on app to resize itself
|
2021-09-07 16:02:47 +01:00 |
Andrew Kingston
|
fbbeccc0a1
|
Add preview device selection buttons and pass device preview down to client app
|
2021-09-07 16:02:11 +01:00 |
Maurits Lourens
|
9338043133
|
fix test
|
2021-09-06 20:23:33 +02:00 |
Andrew Kingston
|
d607f7b25b
|
Merge branch 'develop' of github.com:Budibase/budibase into custom-theming
|
2021-09-06 17:29:51 +01:00 |
Maurits Lourens
|
1790e777cc
|
fix tests
|
2021-09-06 17:55:19 +02:00 |
Andrew Kingston
|
7b919cb2e7
|
Add button to reset theme to default and fix determination of theme
|
2021-09-06 16:51:40 +01:00 |
Andrew Kingston
|
363998a2af
|
Fix button theming and add nav text theming
|
2021-09-06 16:23:12 +01:00 |
Maurits Lourens
|
dafd06737c
|
add link to checklist items for direct navigation (and lint issues)
|
2021-09-06 15:16:21 +02:00 |
Maurits Lourens
|
7328fd1e8a
|
fix exporting internal tables
|
2021-09-06 12:07:05 +02:00 |
Andrew Kingston
|
d1e3dda05f
|
Add custom theme options for button roundedness and header color
|
2021-09-03 15:28:35 +01:00 |
Andrew Kingston
|
e7d1ed3114
|
Add custom theming for primary color and primary hover color to form components
|
2021-09-03 11:50:09 +01:00 |
Andrew Kingston
|
bf8975ec6d
|
Hide state bindings if feature is not available
|
2021-09-02 11:39:41 +01:00 |
Andrew Kingston
|
04a26f3344
|
Hide state action in old apps and add working basic implementation of theming
|
2021-09-02 11:38:41 +01:00 |
Andrew Kingston
|
ee3f2c597b
|
Merge pull request #2502 from Budibase/lab-day-state
App state
|
2021-09-01 16:08:13 +01:00 |
Maurits Lourens
|
378760074f
|
only show delete confirmation when no input or textarea is focussed
|
2021-08-31 15:46:30 +02:00 |
Martin McKeaveney
|
393a3960b8
|
Merge pull request #2499 from mslourens/fix_upload_logo
fixes uploading organisation logo
|
2021-08-31 13:13:31 +01:00 |
Andrew Kingston
|
81ade833dd
|
Merge branch 'develop' of github.com:Budibase/budibase into lab-day-state
|
2021-08-31 10:33:31 +01:00 |
Martin McKeaveney
|
f145a0c93d
|
Merge pull request #2469 from Budibase/cheeks-fixes
Size options for form and table
|
2021-08-30 22:53:19 +01:00 |
Martin McKeaveney
|
36db93fd7d
|
Merge pull request #2440 from mslourens/querybuilder_results_width
limit the width of the preview component
|
2021-08-30 22:52:55 +01:00 |
Maurits Lourens
|
3185ae8536
|
fixes uploading organisation logo
|
2021-08-30 23:12:19 +02:00 |
Andrew Kingston
|
8840d2114b
|
Add description of what persisting state values does
|
2021-08-27 15:00:27 +01:00 |
Peter Clement
|
ee830d0e85
|
refactor of multi-option filtering and validation
|
2021-08-27 08:05:22 +01:00 |
Andrew Kingston
|
3eea601910
|
Add ability to persist state values in local storage
|
2021-08-26 17:52:04 +01:00 |
Andrew Kingston
|
0f6a7946b5
|
Automatically determine which state keys are available
|
2021-08-26 16:46:25 +01:00 |
Maurits Lourens
|
7f9e8fa321
|
fix calls to automations.save, which doesn't need the instanceId
|
2021-08-26 15:58:24 +02:00 |
Peter Clement
|
544dd4ef1d
|
Merge remote-tracking branch 'origin/develop' into multi-option-datatype
|
2021-08-26 14:38:05 +01:00 |
Peter Clement
|
94bb4f2a8b
|
linting
|
2021-08-26 14:27:40 +01:00 |
Peter Clement
|
1ab618c2ef
|
fix indexing of arrays
|
2021-08-26 14:22:52 +01:00 |
Martin McKeaveney
|
b8d10a2b6d
|
merge package updates
|
2021-08-26 14:13:30 +01:00 |
Peter Clement
|
4fa36727e4
|
Update validation for array type
|
2021-08-26 14:04:18 +01:00 |
Peter Clement
|
f7ebf7f8a4
|
Fix lucene not allowed characters
|
2021-08-26 11:39:42 +01:00 |
Peter Clement
|
4cfcae415e
|
Rename list to Multi-select
|
2021-08-26 11:36:05 +01:00 |
Andrew Kingston
|
9369e8b375
|
Add client app state and button actions to control it
|
2021-08-26 11:28:44 +01:00 |
Martin McKeaveney
|
0cbc23dc3d
|
Revert "Filter users table out of DataSource component and NewScreenModal"
|
2021-08-26 10:11:48 +01:00 |
Maurits Lourens
|
3da6577348
|
rename automation
|
2021-08-26 08:53:58 +02:00 |
Peter Clement
|
078cb07b04
|
use normal combobox for filtering array columns
|
2021-08-25 17:00:42 +01:00 |
Peter Clement
|
84350933d4
|
fix issue with options not being displayed on new line
|
2021-08-25 17:00:15 +01:00 |
Martin McKeaveney
|
368edeb84b
|
Merge pull request #2464 from mslourens/make_labels_more_consistent
make labels for editing more consistent
|
2021-08-25 16:51:33 +01:00 |
Peter Clement
|
725b9bb6e2
|
Add more validation options for array field
|
2021-08-25 15:49:04 +01:00 |
Andrew Kingston
|
f89c778079
|
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes
|
2021-08-25 15:31:30 +01:00 |
Martin McKeaveney
|
f0b8f0575e
|
Merge pull request #2446 from mslourens/disable_managing_users_with_client
Filter users table out of DataSource component and NewScreenModal
|
2021-08-25 14:07:52 +01:00 |
Peter Clement
|
12f56744c3
|
Add validation for array field
|
2021-08-25 14:05:23 +01:00 |
Peter Clement
|
05568295b5
|
Add not contains option to lucene query builder
|
2021-08-25 14:05:00 +01:00 |
Maurits Lourens
|
c87fdbc2fc
|
make labels for editing more consistent
|
2021-08-25 13:42:28 +02:00 |
Andrew Kingston
|
5ed4ace66b
|
Merge pull request #2441 from Budibase/multistep-forms
Multi-step forms
|
2021-08-25 12:40:44 +01:00 |
Andrew Kingston
|
998920d41a
|
Update autoscreens to have size settings again
|
2021-08-25 09:57:53 +01:00 |
Peter Clement
|
f000d44e39
|
Add contains option to lucene query builder
|
2021-08-24 16:14:38 +01:00 |
Maurits Lourens
|
180d857d1d
|
Filter users table out of DataSource component and NewScreenModal
|
2021-08-24 12:33:02 +02:00 |
Martin McKeaveney
|
9f99f7c36d
|
remove pageviews from PH
|
2021-08-24 10:42:22 +01:00 |
Maurits Lourens
|
e476b15d42
|
replace 'replaceAll' with 'replace' and a regular expression
|
2021-08-24 08:51:38 +02:00 |
Maurits Lourens
|
342e3a218e
|
limit the width of the preview component
|
2021-08-23 17:32:27 +02:00 |
Martin McKeaveney
|
52b51e9873
|
spacing in analytics
|
2021-08-23 15:56:54 +01:00 |
Andrew Kingston
|
4a67de926a
|
Fix button casing
|
2021-08-23 14:00:45 +01:00 |
Andrew Kingston
|
f127d86d11
|
Merge branch 'develop' of github.com:Budibase/budibase into multistep-forms
|
2021-08-23 11:48:03 +01:00 |
Andrew Kingston
|
52d2f6741e
|
Always limit data providers to 1 row on details screens, even for external tables
|
2021-08-23 11:46:50 +01:00 |
Andrew Kingston
|
de7caf90f4
|
Give detail autoscreen repeater a placeholder for when no rows exist
|
2021-08-23 11:09:33 +01:00 |
Maurits Lourens
|
d9fc6212f2
|
Merge branch 'develop' into collapse_expand_database_connections
|
2021-08-20 22:10:29 +02:00 |
Andrew Kingston
|
713fed841f
|
Merge pull request #2399 from mslourens/update_app_modal_text
update the modal text for updating the name of an app
|
2021-08-20 17:04:39 +01:00 |
Peter Clement
|
e97b5ef91a
|
add multiselect component as option for form design
|
2021-08-20 15:56:11 +01:00 |
Andrew Kingston
|
8cb9870cf7
|
Prevent adding form steps inside other form steps and fix illegalChildren usage
|
2021-08-20 15:16:20 +01:00 |
Andrew Kingston
|
86dbd918f2
|
Automatically name and number form step components upon creation
|
2021-08-20 14:12:52 +01:00 |
Peter Clement
|
461311bb06
|
fixes organisation logo not showing
|
2021-08-20 10:15:39 +01:00 |
Andrew Kingston
|
cb46e763d3
|
Making picker sorting optional and default to off. Sort by default for client apps
|
2021-08-20 10:03:21 +01:00 |
Andrew Kingston
|
11dc516b26
|
Add single button action for changing form step
|
2021-08-20 09:54:54 +01:00 |
Peter Clement
|
c3a6e13103
|
Bug fix for unable to navigate from sql screen
|
2021-08-20 09:51:36 +01:00 |
Peter Clement
|
17438372d0
|
Add ability for user to select 'List' data type for a column
|
2021-08-19 16:54:44 +01:00 |
Andrew Kingston
|
9ea255b7bc
|
Update validate form action to be able to only validate the current form step
|
2021-08-19 12:52:50 +01:00 |
Andrew Kingston
|
9b87d1a03e
|
Add button actions for navigating form steps
|
2021-08-18 15:21:18 +01:00 |
Andrew Kingston
|
32fe0ea072
|
Support multiple component context exports and export additional context from forms
|
2021-08-18 14:58:58 +01:00 |
PClmnt
|
24caf164cd
|
Merge pull request #2403 from Budibase/pc-bug-fixes
Misc Bug Fixes
|
2021-08-18 14:09:24 +01:00 |
Andrew Kingston
|
c945fc650d
|
Add stepper component to bbui for numeric values
|
2021-08-18 11:32:39 +01:00 |
Martin McKeaveney
|
f07dcf7f55
|
Merge pull request #2401 from mslourens/update_datasource_name
Update the name of the datasource
|
2021-08-18 10:44:04 +01:00 |
Peter Clement
|
8bfdb35ff3
|
linting
|
2021-08-18 10:37:14 +01:00 |
Maurits Lourens
|
e1ef03f55d
|
fix lint issue
|
2021-08-18 11:24:25 +02:00 |
Peter Clement
|
af9bb40bdd
|
fixes organisation logo not showing
|
2021-08-18 00:02:17 +01:00 |
Maurits Lourens
|
3b099d945a
|
fix lint issues
|
2021-08-18 00:04:54 +02:00 |
Maurits Lourens
|
de944480da
|
update the name of the datasource
|
2021-08-17 23:57:11 +02:00 |
Maurits Lourens
|
19eeda608f
|
update the modal text for updating the name of an app
|
2021-08-17 22:16:57 +02:00 |
Peter Clement
|
fc0d621124
|
Merge remote-tracking branch 'origin/develop' into pc-bug-fixes
|
2021-08-17 14:11:47 +01:00 |
Andrew Kingston
|
a2e4f44e7f
|
Ensure placeholder is null when undefined so avoid sometimes having a placeholder and sometimes not
|
2021-08-17 14:10:25 +01:00 |
Andrew Kingston
|
cbcffd0a4a
|
Fix autoscreen-generated form component default settings
|
2021-08-17 13:58:51 +01:00 |
Martin McKeaveney
|
db0183e8cf
|
Merge pull request #2379 from Budibase/fix/app-name-validation
adding alphanumeric app name validation
|
2021-08-17 13:49:50 +01:00 |
Andrew Kingston
|
d23d11f6ef
|
Merge branch 'dynamic-picker-options' of github.com:Budibase/budibase into dynamic-picker-options
|
2021-08-17 11:37:50 +01:00 |
Andrew Kingston
|
432b817d98
|
Remove notification when saving custom options
|
2021-08-17 11:36:33 +01:00 |
Andrew Kingston
|
bc788273a0
|
Ensure both label and value are set when defining custom options
|
2021-08-17 11:34:46 +01:00 |
Andrew Kingston
|
d71b7e4b77
|
Tidy up options drawer styles
|
2021-08-17 11:33:09 +01:00 |
Peter Clement
|
ce370ca1d2
|
Merge remote-tracking branch 'origin/develop' into dynamic-picker-options
|
2021-08-17 11:26:42 +01:00 |
Peter Clement
|
e5bca9fece
|
text updates
|
2021-08-17 11:17:03 +01:00 |
Martin McKeaveney
|
2e4f32269b
|
adding alphanumeric app name validation
|
2021-08-17 10:41:37 +01:00 |
Peter Clement
|
5151619782
|
Allow users to define custom picker options
|
2021-08-17 10:32:01 +01:00 |
Andrew Kingston
|
c50d03d792
|
Merge pull request #2369 from Budibase/fix/screen-props
Fix screen settings not being saved
|
2021-08-17 09:28:43 +01:00 |
Maurits Lourens
|
87c59db02e
|
fix lint issues
|
2021-08-16 22:07:15 +02:00 |
Maurits Lourens
|
459ba46c48
|
return validation errors
|
2021-08-16 21:15:15 +02:00 |
Andrew Kingston
|
36a744f577
|
Merge pull request #2339 from Budibase/custom-form-validation
Custom form validation
|
2021-08-16 18:29:44 +01:00 |
Andrew Kingston
|
1f43ac3ab1
|
Fix screen settings not being saved
|
2021-08-16 17:01:34 +01:00 |
Andrew Kingston
|
641e61773b
|
Add ability for select options to be loaded from a data provider
|
2021-08-16 11:24:25 +01:00 |
Peter Clement
|
a80655df04
|
Bug fix for unable to navigate from sql screen
|
2021-08-16 09:44:15 +01:00 |
Andrew Kingston
|
73def04951
|
Merge pull request #2344 from Budibase/ak-fixes
Fixes and features for various issues
|
2021-08-16 09:04:13 +01:00 |
Andrew Kingston
|
c9056c8ad5
|
Merge branch 'develop' of github.com:Budibase/budibase into joe-tweaks
|
2021-08-13 13:33:22 +01:00 |
Andrew Kingston
|
ec5e3e27a3
|
Add 12px options for margin and padding
|
2021-08-13 12:23:41 +01:00 |
Andrew Kingston
|
47ca925003
|
Add global data bindings for mobile and tablet device sizes
|
2021-08-13 11:24:47 +01:00 |
Peter Clement
|
e49b8236a1
|
linting
|
2021-08-12 14:27:05 +01:00 |
Peter Clement
|
c1d559c96f
|
Change self host button text
|
2021-08-12 14:20:46 +01:00 |
Peter Clement
|
3ef05e3d36
|
Add default config to admin store
|
2021-08-12 14:20:23 +01:00 |
Andrew Kingston
|
54b7cb1265
|
Increase width of contraint select in custom validation drawer
|
2021-08-12 12:27:50 +01:00 |
Andrew Kingston
|
f209781e7c
|
Add duplicate button
|
2021-08-12 12:25:54 +01:00 |
Peter Clement
|
48c40446f0
|
Add link to account portal
|
2021-08-12 12:09:53 +01:00 |
Peter Clement
|
b2bc9a5e20
|
Add self-hosting upgrade button to builder pane
|
2021-08-12 11:51:08 +01:00 |
Andrew Kingston
|
f6cd99166a
|
Hide formula fields from filter expressions until they can be searched
|
2021-08-12 10:03:56 +01:00 |
Andrew Kingston
|
72ab0c4158
|
Fix issue with duplicate icon in condtitional UI not being accounted for when using an update action
|
2021-08-12 09:55:41 +01:00 |
Andrew Kingston
|
b77fed6766
|
Add duplicate action to filter drawer
|
2021-08-12 09:50:09 +01:00 |
Andrew Kingston
|
da67adfffd
|
Remove log statement
|
2021-08-11 18:16:30 +01:00 |
Andrew Kingston
|
d615513558
|
Fix validation value component always being an input
|
2021-08-11 16:46:01 +01:00 |
Andrew Kingston
|
d1bc289f4b
|
Merge branch 'develop' of github.com:Budibase/budibase into custom-form-validation
|
2021-08-11 15:09:04 +01:00 |
Andrew Kingston
|
b79b75ad78
|
Add support for validating relationships
|
2021-08-11 14:34:22 +01:00 |
Andrew Kingston
|
a041d8dcc7
|
Allow custom validation rules to use bindings or raw values
|
2021-08-10 14:36:00 +01:00 |
Kevin Åberg Kultalahti
|
5450d26962
|
Merge pull request #2317 from Budibase/fix/make-feedbackform-comment-optional
Makes the NPS Feedback Form options and comments optional
|
2021-08-10 12:42:06 +02:00 |
Keviin Åberg Kultalahti
|
b1e57ad720
|
makes the second and third pages of the NPS feedback form optional
|
2021-08-09 15:43:50 +02:00 |
Martin McKeaveney
|
725e64f9cb
|
Merge pull request #2147 from mslourens/prevent_space_in_url
replace spaces with underscores in screen routes
|
2021-08-06 21:42:47 +01:00 |
mike12345567
|
a8eb067de3
|
Merge branch 'fix/apps-2195-2282-2283' of github.com:Budibase/budibase into develop
|
2021-08-06 17:14:31 +01:00 |
mike12345567
|
be48677490
|
Fixes for a lot of issues generated by the use of the pouchdb allDbs call, which is not designed for multi-client DB setups like ours, using CouchDB method instead.
|
2021-08-06 16:38:07 +01:00 |
Andrew Kingston
|
67be24b524
|
Add validation drawer and simplify HOC's for different field types
|
2021-08-06 14:54:00 +01:00 |
mike12345567
|
bc84bab52c
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2021-08-06 13:04:54 +01:00 |
mike12345567
|
7624390f0b
|
Fixing a variety of issues with internal relationships and external SQL relationships.
|
2021-08-05 19:24:29 +01:00 |
Maurits Lourens
|
aa1d214c4d
|
Merge branch 'develop' into prevent_space_in_url
# Conflicts:
# packages/builder/src/components/design/PropertiesPanel/ScreenSettingsSection.svelte
|
2021-08-05 20:11:55 +02:00 |
Maurits Lourens
|
fe3b81e72d
|
implement review comments
|
2021-08-05 20:03:54 +02:00 |
Martin McKeaveney
|
05ec5dc70c
|
Merge pull request #2260 from Budibase/fix/views-2209
Formulas and relationships in views
|
2021-08-05 16:43:59 +01:00 |
mike12345567
|
105dfb5eb9
|
Fixing an issue with OIDC URL for preauth.
|
2021-08-05 14:36:10 +01:00 |
mike12345567
|
78a3a1cd09
|
Fixing issue with google callback URL not being used when it was previously set.
|
2021-08-05 11:27:51 +01:00 |
mike12345567
|
46ea3f3e9e
|
Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants"
This reverts commit 4834b765be , reversing
changes made to 2456e69483 .
|
2021-08-05 09:59:08 +01:00 |
mike12345567
|
217e5a02bf
|
Fixing issue #2193, also fixing the name of the file on export, as well as fixing an issue with the exporters not handling relationships.
|
2021-08-04 18:20:51 +01:00 |
mike12345567
|
c534a93091
|
Linting.
|
2021-08-04 15:23:26 +01:00 |
mike12345567
|
daed47a0a8
|
Fix #2209 - views, calculations and group by can't support formula or link fields, making sure these aren't options in the UI. Also fixing an issue where formula values were being saved to DB.
|
2021-08-04 15:22:41 +01:00 |
Martin McKeaveney
|
df927e3feb
|
merge with master
|
2021-08-04 13:20:11 +01:00 |
Andrew Kingston
|
6a9358086c
|
Merge pull request #2233 from Budibase/peek-screen
Open screen in modal
|
2021-08-04 12:08:49 +01:00 |
mike12345567
|
3aac3b30d0
|
Linting.
|
2021-08-04 11:35:25 +01:00 |
mike12345567
|
a55c823768
|
Merge branch 'feature/multi-tenants' of github.com:Budibase/budibase into feature/multi-tenants
|
2021-08-04 11:17:04 +01:00 |
mike12345567
|
d4dbfc834d
|
Removing divider from org page as per comments.
|
2021-08-04 11:12:57 +01:00 |
Michael Drury
|
ec26f6ab5e
|
Merge branch 'develop' into feature/multi-tenants
|
2021-08-04 10:07:31 +01:00 |
Michael Drury
|
b86a6fddc9
|
Revert "Multi-tenancy/organisations"
|
2021-08-04 10:02:24 +01:00 |
Michael Drury
|
2456e69483
|
Merge pull request #2076 from Budibase/feature/multi-tenants
Multi-tenancy/organisations
|
2021-08-04 10:01:22 +01:00 |
Andrew Kingston
|
d135ddb376
|
Fix bindings not appearing in certain button actions
|
2021-08-04 09:48:23 +01:00 |
Maurits Lourens
|
2f03f4acb2
|
fix bug when an automation was selected but not present anymore
|
2021-08-03 22:29:47 +02:00 |
mike12345567
|
e7974f7e86
|
Implementing some changes to how context gets set for tenancy, after testing, as well as updating server.
|
2021-08-03 15:32:25 +01:00 |
Andrew Kingston
|
b768e2991f
|
Lint
|
2021-08-03 12:52:01 +01:00 |
Andrew Kingston
|
6b2f70ce05
|
Fix text of close screen modal action
|
2021-08-03 12:22:16 +01:00 |
Andrew Kingston
|
fe5cb6ebb2
|
Merge pull request #2205 from Budibase/fix/preview-garbage-handling
Allow app preview to handle garbage iframe messages
|
2021-08-03 10:12:21 +01:00 |
Andrew Kingston
|
ce38875ea5
|
Merge pull request #2204 from Budibase/fix/url-select
Fix URL select component
|
2021-08-03 10:02:29 +01:00 |
Andrew Kingston
|
33431a5edc
|
Rename visual actions from 'peek' to just 'open' screen in modal
|
2021-08-02 15:50:59 +01:00 |
Andrew Kingston
|
531d6d2cd0
|
Fix colour picker inconsistencies when app theme has never been changed
|
2021-08-02 15:28:40 +01:00 |
Andrew Kingston
|
bb0e76d92a
|
Merge branch 'develop' of github.com:Budibase/budibase into peek-screen
|
2021-08-02 15:12:45 +01:00 |
Andrew Kingston
|
def7f7a949
|
Add action to close peek modal and proxy notifications from the iframe
|
2021-08-02 15:12:38 +01:00 |
mike12345567
|
f6d0db4c4b
|
Updating API endpoints, to include the new system one, updating hosting envoy yaml to cover these.
|
2021-08-02 12:09:03 +01:00 |
Andrew Kingston
|
3916b735a1
|
Merge branch 'develop' of github.com:Budibase/budibase into peek-screen
|
2021-08-02 09:27:28 +01:00 |
Andrew Kingston
|
06fa9091f4
|
Allow app preview to handle garbage iframe messages
|
2021-08-01 14:00:18 +01:00 |
Andrew Kingston
|
7f09f55315
|
Fix URL select not working properly, and massively reduce usage of getBindableProperties to improve settings loading speed
|
2021-08-01 13:39:33 +01:00 |
Keviin Åberg Kultalahti
|
6f2fe3d81b
|
adds the Spectrum divider component to the standard components
|
2021-07-31 15:11:33 +02:00 |
mike12345567
|
10bb31afd2
|
Linting.
|
2021-07-30 20:40:38 +01:00 |
mike12345567
|
af9b0a738d
|
Fixing issues with pages reloading in weird ways.
|
2021-07-30 20:39:42 +01:00 |
mike12345567
|
776f176f5c
|
Fix for issue #2167, the foreign key was not being set correctly in all scenarios for the from table in SQL relationships, our test data happened to hide this fact due to the foreign key and the key in from table having the same name.
|
2021-07-30 18:49:36 +01:00 |
Andrew Kingston
|
8e82a0efd9
|
Revert to a cleaner modal with no title or buttons for screen peeking
|
2021-07-30 18:16:37 +01:00 |
Andrew Kingston
|
7723a1ed60
|
Add checkbox to specify navigate action should open in a modal insteaf
|
2021-07-30 13:59:04 +01:00 |
Rory Powell
|
5a83b177d2
|
Merge pull request #2175 from Budibase/feature/sso-sync-picture
Sync profile picture when using SSO
|
2021-07-30 11:56:42 +01:00 |
Martin McKeaveney
|
8bc6ed5b34
|
readd one to many
|
2021-07-29 15:30:29 +01:00 |
Rory Powell
|
73d1cb41d8
|
Sync profile picture when using SSO
|
2021-07-29 14:43:23 +01:00 |
Maurits Lourens
|
2809203f60
|
Collapse and expand database connections
|
2021-07-29 11:22:45 +02:00 |
Martin McKeaveney
|
7ba17204c5
|
Merge pull request #1963 from faroutchris/feature/query-mongo-collection
Feature/query mongo collection
|
2021-07-29 10:10:52 +01:00 |
Martin McKeaveney
|
61759ab1c4
|
Merge pull request #2157 from mslourens/update_app_role_bug
fix update role modal
|
2021-07-28 22:38:52 +01:00 |
Martin McKeaveney
|
bde1eb0a3c
|
Merge pull request #2135 from mslourens/renaming_an_app
rename an app
|
2021-07-28 16:58:08 +01:00 |
Maurits Lourens
|
661ba80e5c
|
fix update role modal
|
2021-07-28 17:56:52 +02:00 |
Martin McKeaveney
|
145cb78742
|
Merge pull request #2154 from mslourens/duplicate_ui_conditions
add duplicate condition button
|
2021-07-28 16:56:51 +01:00 |
Maurits Lourens
|
2b2528bdbd
|
fix lint issue
|
2021-07-28 17:20:25 +02:00 |
Maurits Lourens
|
019243a329
|
add duplicate condition button
|
2021-07-28 17:05:14 +02:00 |
Martin McKeaveney
|
e40c8cd9ef
|
Merge pull request #2114 from mslourens/clear_form_action
Clear form action
|
2021-07-28 10:42:17 +01:00 |
Maurits Lourens
|
8ec5e7f8ce
|
revert change to event dispatcher
|
2021-07-28 11:30:57 +02:00 |
Martin McKeaveney
|
1f65952ddf
|
Merge pull request #2131 from mslourens/automation_live_toggle
convert automation icons into toggle
|
2021-07-28 10:24:52 +01:00 |
Maurits Lourens
|
a77b386f6e
|
fix lint issues
|
2021-07-28 10:19:10 +02:00 |
Maurits Lourens
|
519d2bd0fb
|
replace spaces with underscores in screen routes
|
2021-07-28 09:09:37 +02:00 |
Maurits Lourens
|
c9dd9594bc
|
fix lint issue
|
2021-07-28 00:09:15 +02:00 |
Maurits Lourens
|
101ca5f01e
|
fix cypress test
|
2021-07-27 23:48:06 +02:00 |
Maurits Lourens
|
5df2242cf0
|
fix lint issue
|
2021-07-27 21:19:31 +02:00 |
mike12345567
|
35f1b50511
|
Fixing an issue where you could accidentally end up on org/admin page due to the reactivity statements firing all the time.
|
2021-07-27 17:56:39 +01:00 |
Maurits Lourens
|
c84cf22129
|
rename an app
|
2021-07-27 17:34:18 +02:00 |
mike12345567
|
5324f506b6
|
Linting.
|
2021-07-27 16:24:39 +01:00 |
mike12345567
|
adf6d18cb1
|
Fixing some issues with public endpoints causing logout loop.
|
2021-07-27 16:17:02 +01:00 |
mike12345567
|
615053f201
|
Fixing some issues with org not being correctly detected.
|
2021-07-27 15:35:26 +01:00 |
Maurits Lourens
|
3298b66ebf
|
convert automation icons into toggle
|
2021-07-27 14:29:06 +02:00 |
mike12345567
|
1b40740709
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/multi-tenants
|
2021-07-27 10:32:18 +01:00 |
Maurits Lourens
|
7173be59c6
|
remove event listeners prevents memory leaks
|
2021-07-26 23:53:11 +02:00 |
Maurits Lourens
|
1497f3f680
|
delete component using the keyboard
|
2021-07-26 23:48:59 +02:00 |
Maurits Lourens
|
f2c26a90c3
|
fix lint issues
|
2021-07-26 15:22:14 +02:00 |
Maurits Lourens
|
cc7a1679f0
|
Merge branch 'develop' into clear_form_action
# Conflicts:
# packages/client/src/utils/buttonActions.js
|
2021-07-26 15:13:10 +02:00 |
Andrew Kingston
|
a69b320483
|
Fix same svelte-dnd-action drag error for navigation editor
|
2021-07-26 14:11:30 +01:00 |
Andrew Kingston
|
7a9197975d
|
Fix svelte-dnd-action throwing an error when interacting with a spectrum field inside a draggable
|
2021-07-26 14:09:14 +01:00 |
Maurits Lourens
|
3dbafac806
|
clear form action - adjust manifest and add settings form
|
2021-07-26 15:05:22 +02:00 |
mike12345567
|
a279e5e504
|
Removing un-necessary log statements.
|
2021-07-26 13:40:50 +01:00 |
mike12345567
|
4606248ffd
|
Fixing up everything found when testing with Cypress.
|
2021-07-26 13:19:47 +01:00 |
Andrew Kingston
|
93d6da7ebe
|
Lint
|
2021-07-26 13:10:00 +01:00 |
Andrew Kingston
|
2715ff77d8
|
Merge branch 'develop' of github.com:Budibase/budibase into conditional-ui
|
2021-07-26 13:04:08 +01:00 |
Maurits Lourens
|
07553b9937
|
clear form action - draft
|
2021-07-26 13:58:18 +02:00 |
Andrew Kingston
|
8a09494348
|
Fix bug with resetting operators when an incompatible value type is chosen
|
2021-07-26 12:56:47 +01:00 |
Andrew Kingston
|
38df0b54a5
|
Add full type support to conditional UI
|
2021-07-26 12:52:55 +01:00 |
Rory Powell
|
c7cf415288
|
Merge pull request #2110 from mslourens/bug/automate_setup_menu
Automate setup menu
|
2021-07-26 09:15:45 +01:00 |
Maurits Lourens
|
98ce904b80
|
fix overflow in automation setup menu for large tables
|
2021-07-26 10:01:02 +02:00 |
Rory Powell
|
8850771a49
|
Add dedicateed renderer for roles tags
|
2021-07-25 21:14:49 +01:00 |
Michael Drury
|
8c359ca76d
|
Merge pull request #2086 from Budibase/fix/edit-roles-modal
Fixes for issue #2077
|
2021-07-25 12:14:31 +01:00 |
Michael Drury
|
f08547249b
|
Linting.
|
2021-07-25 11:48:13 +01:00 |
Michael Drury
|
6d5f697142
|
Adding checks around the edit roles modal.
|
2021-07-25 11:46:40 +01:00 |
Michael Drury
|
3d8ac487c4
|
Merge branch 'develop' into new_roles_bug
|
2021-07-25 11:07:25 +01:00 |
Maurits Lourens
|
03ecf7f34f
|
display role names instead of _id
|
2021-07-23 23:27:38 +02:00 |
mike12345567
|
82e43e0008
|
Removing accidental symbols.
|
2021-07-23 17:26:54 +01:00 |
mike12345567
|
9377c7b0f3
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/multi-tenants
|
2021-07-23 17:20:41 +01:00 |
Rory Powell
|
6359f3db64
|
Default google activated form toggle to true for older configs
|
2021-07-23 16:02:38 +01:00 |
Andrew Kingston
|
af3802e28a
|
Fix svelte keying of component settings blocks
|
2021-07-23 15:44:35 +01:00 |
Andrew Kingston
|
204de7c4d3
|
Add initial work on dynamically updating any setting via conditional UI
|
2021-07-22 19:19:37 +01:00 |
Andrew Kingston
|
5f19ccc6d5
|
Merge branch 'develop' of github.com:Budibase/budibase into conditional-ui
|
2021-07-22 18:16:03 +01:00 |
mike12345567
|
1d6a350311
|
Changing how flags are handled.
|
2021-07-22 16:36:21 +01:00 |
mike12345567
|
b21fe320c5
|
Adding fallbacks for oidc and google.
|
2021-07-22 15:26:14 +01:00 |
mike12345567
|
1b6a73c250
|
Linting.
|
2021-07-22 14:29:30 +01:00 |
mike12345567
|
5611c8e73e
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/multi-tenants
|
2021-07-22 14:27:12 +01:00 |
mike12345567
|
27b2a13817
|
Swapping admin -> global in worker to reduce confusion in API url naming.
|
2021-07-22 12:56:47 +01:00 |
Kevin Åberg Kultalahti
|
b34f6c9a23
|
Merge pull request #2041 from Budibase/feature/nps-feedback-form
Adds the NPS Feedback Form modal/popup
|
2021-07-22 13:04:59 +02:00 |
Keviin Åberg Kultalahti
|
d9d08841e9
|
simplify check
|
2021-07-22 12:41:02 +02:00 |
Keviin Åberg Kultalahti
|
558b58b051
|
uses db to store feedback submissions status
|
2021-07-22 12:38:46 +02:00 |
Keviin Åberg Kultalahti
|
a6814091b1
|
adds close button to feedback form component
|
2021-07-22 12:07:38 +02:00 |
mike12345567
|
371e38fcb9
|
Linting.
|
2021-07-21 18:24:58 +01:00 |
mike12345567
|
63368fdae9
|
Adding query string functionality to skip org setup.
|
2021-07-21 18:23:49 +01:00 |
mike12345567
|
be1558e1e7
|
Adding mechanism to disable org functionality when multi-tenancy disabled.
|
2021-07-21 17:52:42 +01:00 |
Andrew Kingston
|
22c85a2eca
|
Remove icon from definition of fields to avoid icon issues
|
2021-07-21 14:25:02 +01:00 |
Andrew Kingston
|
5e5332cd4f
|
Add initial work on evaluation of conditional UI conditions in client library
|
2021-07-21 14:03:49 +01:00 |
Keviin Åberg Kultalahti
|
030571497b
|
update transitions to match modal component
|
2021-07-21 13:13:36 +02:00 |
Keviin Åberg Kultalahti
|
b22b987ea8
|
design fixes
|
2021-07-21 13:08:55 +02:00 |
Keviin Åberg Kultalahti
|
b41e84f8b7
|
add larger min-height to textarea
|
2021-07-21 12:55:26 +02:00 |
Keviin Åberg Kultalahti
|
02077fc109
|
fix erroneous title in feedback form
|
2021-07-21 12:51:06 +02:00 |
mike12345567
|
a9752c0939
|
Adding change org button to login page.
|
2021-07-21 11:47:47 +01:00 |
Keviin Åberg Kultalahti
|
60b17594f5
|
move cookie updating to the NPS component
|
2021-07-21 12:36:04 +02:00 |
Keviin Åberg Kultalahti
|
6aa3ad03e2
|
remove old feedback stuff
|
2021-07-21 12:31:06 +02:00 |
Keviin Åberg Kultalahti
|
6c7798e828
|
lint fix
|
2021-07-21 12:30:36 +02:00 |
Keviin Åberg Kultalahti
|
2c01db04d8
|
Merge branch 'develop' into feature/nps-feedback-form
|
2021-07-21 12:29:12 +02:00 |
Keviin Åberg Kultalahti
|
5b0557bc28
|
Adds last bits to NPS feedback form
|
2021-07-21 12:28:38 +02:00 |
mike12345567
|
3305400c83
|
Fixing saving of oidc and google auth, neither should require the callbackURL property with the tenancy update.
|
2021-07-21 11:10:26 +01:00 |
mike12345567
|
a3fd6dacfe
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/multi-tenants
|
2021-07-21 10:40:10 +01:00 |
Andrew Kingston
|
0c80e8c5b5
|
Move lucene options into common file and add initial work on conditional UI components
|
2021-07-21 08:46:02 +01:00 |
mike12345567
|
b09c2d45f9
|
Linting and adding tenancy API.
|
2021-07-20 18:03:16 +01:00 |
mike12345567
|
ddfc524fcb
|
Fixing callback URLs.
|
2021-07-20 17:57:07 +01:00 |
mike12345567
|
9d89362af1
|
Fixing some issues discovered with logging in.
|
2021-07-20 17:46:41 +01:00 |
mike12345567
|
129ff3fef2
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/multi-tenants
|
2021-07-20 15:56:12 +01:00 |
Andrew Kingston
|
b00452cc8d
|
Merge branch 'develop' of github.com:Budibase/budibase into drawer-improvements
|
2021-07-20 14:39:55 +01:00 |