Budibase Staging Release Bot
84f40bcac2
v1.0.80-alpha.5
2022-03-08 11:06:36 +00:00
Martin McKeaveney
5921b247d6
Merge pull request #4838 from mslourens/data_source_modal_error_handling
...
show correct error and keep modal open
2022-03-08 11:59:01 +01:00
Maurits Lourens
9a0c361ad0
show correct error and keep modal open
2022-03-08 11:15:02 +01:00
Budibase Staging Release Bot
f995dc1e57
v1.0.80-alpha.4
2022-03-08 10:03:32 +00:00
Budibase Release Bot
6ae5ead5f1
v1.0.80
2022-03-08 08:51:10 +00:00
Andrew Kingston
8131bae496
Update cypress tests for different button casing
2022-03-08 08:46:07 +00:00
Budibase Staging Release Bot
db033231e3
v1.0.80-alpha.3
2022-03-07 17:22:25 +00:00
Andrew Kingston
e84e4f9899
Add duplicate action to settings bar
2022-03-07 14:05:26 +00:00
Andrew Kingston
d2b13cf3fa
Add option to paste inside screens
2022-03-07 13:56:06 +00:00
Peter Clement
ed2c210db8
Add button action allowing for export of client row selection
2022-03-07 12:06:11 +00:00
Andrew Kingston
4c88a046fd
Update confirm text button when duplicating screens
2022-03-07 10:41:52 +00:00
Andrew Kingston
91b698cfe1
Properly remove window event listener when unmounting component preview
2022-03-07 10:17:05 +00:00
Budibase Staging Release Bot
7b3bf46a28
v1.0.80-alpha.2
2022-03-07 10:14:10 +00:00
Andrew Kingston
018b8713d7
Use new string-templates function and remove the one implemented on this branch for finding HBS expressions
2022-03-07 09:32:31 +00:00
Andrew Kingston
530024bd63
Add component name to settings panel
2022-03-07 08:16:55 +00:00
Budibase Staging Release Bot
7d8b80f4fe
v1.0.80-alpha.1
2022-03-06 21:05:20 +00:00
Rory Powell
b686c19658
Enforce licensed developer count + error types/codes framework
2022-03-04 13:42:50 +00:00
Budibase Staging Release Bot
19849472fb
v1.0.80-alpha.0
2022-03-04 11:33:27 +00:00
mike12345567
63bb4f34c4
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-03-04 11:25:32 +00:00
Budibase Release Bot
cb857ca017
v1.0.79
2022-03-04 10:13:53 +00:00
Budibase Staging Release Bot
31f3956bfb
v1.0.79-alpha.11
2022-03-03 14:33:26 +00:00
Budibase Staging Release Bot
e682e07bbe
v1.0.79-alpha.10
2022-03-03 12:44:58 +00:00
Andrew Kingston
e58fa37b6e
Merge pull request #4750 from Budibase/fix/option-picker-values
...
Fixes for 409s and option picker values
2022-03-03 12:37:59 +00:00
Budibase Staging Release Bot
959bb352f0
v1.0.79-alpha.9
2022-03-03 09:13:11 +00:00
Budibase Staging Release Bot
a7bd7fb325
v1.0.79-alpha.8
2022-03-02 23:16:59 +00:00
Andrew Kingston
8b4e464e8a
Allow bulk deleting all screens under a route
2022-03-02 19:52:10 +00:00
Andrew Kingston
f5ff71f9d1
Allow duplication of screens
2022-03-02 19:26:43 +00:00
Andrew Kingston
f2fbd3d1d0
Rewrite screen wizard to make modals reusable and fix some edge case URL bugs
2022-03-02 19:10:18 +00:00
Andrew Kingston
e411354538
Improve copy and paste to support keeping all data bindings valid
2022-03-02 17:45:01 +00:00
Budibase Staging Release Bot
af5210e4dc
v1.0.79-alpha.7
2022-03-02 10:47:17 +00:00
Budibase Staging Release Bot
8b80379e92
v1.0.79-alpha.6
2022-03-02 10:01:25 +00:00
mike12345567
fa41548e13
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
2022-03-01 18:43:52 +00:00
Budibase Staging Release Bot
295ac7669c
v1.0.79-alpha.5
2022-03-01 14:10:17 +00:00
Peter Clement
48d8aaea2a
Merge pull request #4390 from Budibase/feature/automation-data-types
...
Adding ability to toggle between Automation input types.
2022-03-01 14:00:21 +00:00
Budibase Staging Release Bot
9c37633459
v1.0.79-alpha.4
2022-03-01 13:45:26 +00:00
Rory Powell
a4210c760c
Merge pull request #4752 from Budibase/fix/cypress-ci
...
Update cy:run:ci to not use --record
2022-03-01 13:39:23 +00:00
Budibase Staging Release Bot
563f4530a0
v1.0.79-alpha.3
2022-03-01 12:22:03 +00:00
Mitch-Budibase
5e4365eccb
Merge pull request #4751 from Budibase/cypress-testing
...
Changes for Table test - Commands.js
2022-03-01 12:15:44 +00:00
Rory Powell
0b9f360fc8
Update cy:run:ci to not use --record
2022-03-01 12:11:19 +00:00
Budibase Staging Release Bot
b2014b979c
v1.0.79-alpha.2
2022-03-01 12:09:29 +00:00
Peter Clement
ffe35bc5ec
Merge pull request #4638 from Budibase/feature/table-row-selection
...
Allow selection of rows from table component
2022-03-01 12:03:24 +00:00
Peter Clement
1a70785c02
fix automation
2022-03-01 11:58:20 +00:00
Mitch-Budibase
38cdf850eb
Changes for Table test - Commands.js
...
Seems like a potential timing issue for the Create Table test
Specifically:
-The datasource modal looks to be sometimes delayed when appearing after app creation
--increasing wait time for after app creation
--Reducing wait within the createTable command
--Updating specific ID to use 'data-cy'
--Updating another ID for the data source modal
I am unable to reproduce this potential issue locally, so making changes in hopes the CI picks it up (if the timing issue still exists)
2022-03-01 11:49:40 +00:00
Budibase Staging Release Bot
a595c39cbe
v1.0.79-alpha.1
2022-03-01 11:49:32 +00:00
Andrew Kingston
7266712f8f
Merge pull request #4700 from Budibase/rest-api-endpoint-naming
...
Improve REST query naming in navigation
2022-03-01 11:41:56 +00:00
Peter Clement
baf6c64e24
fix cypress, maybe?
2022-03-01 11:39:48 +00:00
Peter Clement
62290b30f1
Merge remote-tracking branch 'origin/develop' into feature/automation-data-types
2022-03-01 11:18:11 +00:00
Andrew Kingston
0f295afb04
Make component setting updates sequential to prevent 409s
2022-03-01 11:11:56 +00:00
Peter Clement
6095b5cb87
Merge remote-tracking branch 'origin/develop' into feature/table-row-selection
2022-03-01 10:37:26 +00:00
Budibase Staging Release Bot
ce54070c1e
v1.0.79-alpha.0
2022-03-01 10:34:25 +00:00
Rory Powell
8f1b638f3b
Merge branch 'master' into merge-master
2022-03-01 10:04:23 +00:00
Budibase Staging Release Bot
576e79ecdd
v1.0.76-alpha.6
2022-03-01 09:48:46 +00:00
Budibase Release Bot
e563403f51
v1.0.78
2022-03-01 09:46:34 +00:00
Rory Powell
c1a2836dd1
Fix REST Import
2022-03-01 07:36:47 +00:00
mike12345567
8b6a9b7273
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
2022-02-28 18:43:45 +00:00
mike12345567
4086c8f439
Fixes for review comments.
2022-02-28 18:39:05 +00:00
Andrew Kingston
49053cfe85
Improve parsing of REST query strings to support equals symbol in values
2022-02-28 16:23:53 +00:00
mike12345567
4a31045233
Changing the API key modal to have a copy input which allows copying the API key easily.
2022-02-28 14:29:19 +00:00
Budibase Release Bot
2f7ca2518c
v1.0.77
2022-02-28 12:19:05 +00:00
Andrew Kingston
75ef367ac2
Make view UI read only and limit rows to 10
2022-02-28 08:37:59 +00:00
Budibase Release Bot
6aaa239c33
v1.0.76
2022-02-28 08:22:58 +00:00
Andrew Kingston
40273b7148
Pls cypress
2022-02-25 16:24:36 +00:00
Andrew Kingston
02725e08d2
Handle leading double slash when displaying REST queries in navigation
2022-02-25 14:29:25 +00:00
Andrew Kingston
e34895989b
Improve REST query naming in navigation
2022-02-25 14:18:26 +00:00
Andrew Kingston
a3f45a0dac
Merge branch 'develop' of github.com:Budibase/budibase into feature/table-row-selection
2022-02-25 13:49:24 +00:00
Budibase Staging Release Bot
2e4cfb3312
v1.0.76-alpha.5
2022-02-25 13:45:29 +00:00
Andrew Kingston
2434f1169d
Try to fix cypress tests again
2022-02-25 13:40:23 +00:00
Andrew Kingston
a216a44827
Merge pull request #4681 from Budibase/fix/asset-type-selection
...
Fix asset type selection
2022-02-25 13:38:10 +00:00
Andrew Kingston
9bc38c4105
Merge branch 'develop' of github.com:Budibase/budibase into feature/table-row-selection
2022-02-25 13:34:40 +00:00
Budibase Staging Release Bot
a01cb16684
v1.0.76-alpha.4
2022-02-25 09:11:42 +00:00
Andrew Kingston
175bde36d6
Ensure data binding generation doesn't crash if no asset is selected
2022-02-25 08:25:56 +00:00
Rory Powell
e2d1ede339
Merge branch 'develop' into fix/cypress-port-conflicts
2022-02-25 08:22:21 +00:00
Andrew Kingston
7ca040efe6
Merge branch 'develop' of github.com:Budibase/budibase into feature/table-row-selection
2022-02-25 08:20:28 +00:00
mike12345567
53f108865a
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
2022-02-24 18:19:20 +00:00
Rory Powell
9e0a10955a
Add status banner that reacts to cypress healthcheck failures
2022-02-24 14:41:24 +00:00
Andrew Kingston
08ec8ca7db
Always update asset type when required, even if no assets of that type exist
2022-02-24 12:25:14 +00:00
Budibase Staging Release Bot
e29967c877
v1.0.76-alpha.3
2022-02-24 10:07:41 +00:00
Andrew Kingston
e38cc1c079
Fix table row selection bindings not being generated, add row selection bindings for table blocks, update readable text for row selection bindings
2022-02-24 09:17:27 +00:00
Budibase Staging Release Bot
89ac67a6f0
v1.0.76-alpha.2
2022-02-23 14:53:13 +00:00
Andrew Kingston
51153565d8
Merge branch 'develop' of github.com:Budibase/budibase into feature/table-row-selection
2022-02-23 14:47:06 +00:00
Andrew Kingston
67dd8aeaac
Try to fix cypress tests
2022-02-23 13:53:15 +00:00
Andrew Kingston
1ec76e3e7e
Merge branch 'develop' of github.com:Budibase/budibase into table-cell-config
2022-02-23 13:25:48 +00:00
Andrew Kingston
572cf77644
Try to fix cypress tests
2022-02-23 13:14:28 +00:00
Budibase Staging Release Bot
b97e2df584
v1.0.76-alpha.1
2022-02-23 13:04:02 +00:00
Mitch-Budibase
16a5930454
Merge pull request #4663 from Budibase/cypress-testing
...
Increasing wait times for Assign User Roles test
2022-02-23 12:58:20 +00:00
Budibase Staging Release Bot
214b97463b
v1.0.76-alpha.0
2022-02-23 12:50:13 +00:00
Mitch-Budibase
b6d085a093
Increasing wait times for Assign User Roles test
...
Assign Roles test within createUserAndRoles is failing on CI.
It is not failing locally for me so i suspect a timing issue
2022-02-23 12:32:16 +00:00
Rory Powell
a009cec2fd
Merge branch 'develop' into merge-master
2022-02-23 12:16:03 +00:00
Rory Powell
6fca8ca936
Merge branch 'master' into merge-master
2022-02-23 12:14:04 +00:00
Andrew Kingston
8f93227dad
Merge branch 'table-cell-config' of github.com:Budibase/budibase into feature/table-row-selection
2022-02-23 12:10:03 +00:00
Andrew Kingston
63e2adbbbe
Merge branch 'develop' of github.com:Budibase/budibase into table-cell-config
2022-02-23 11:32:51 +00:00
Andrew Kingston
32d7c716c7
Merge branch 'develop' of github.com:Budibase/budibase into feature/table-row-selection
2022-02-23 11:32:14 +00:00
Budibase Staging Release Bot
002f816949
v1.0.74-alpha.2
2022-02-23 10:11:50 +00:00
Rory Powell
83d8c70419
Change ports
2022-02-23 07:00:57 +00:00
Peter Clement
10cfe35705
remove console log
2022-02-22 16:14:19 +00:00
Rory Powell
7fe3844d08
Update cypress commands to work in local dev
2022-02-22 15:23:54 +00:00
Peter Clement
dffdcd882f
add ability to select rows from different tables and provide bindings
2022-02-22 15:18:08 +00:00
Peter Clement
87d001b66f
Merge remote-tracking branch 'origin/develop' into feature/table-row-selection
2022-02-22 15:17:38 +00:00
Rory Powell
e097554972
Merge branch 'develop' into fix/cypress-port-conflicts
2022-02-22 15:15:17 +00:00
Mitch-Budibase
ac1ba47ecd
Setting Video flag to False
...
There seems to be an issue sometimes with video processing and test runs - Removing this for now
2022-02-22 15:08:08 +00:00
Budibase Staging Release Bot
205d4c5c81
v1.0.74-alpha.1
2022-02-22 14:18:29 +00:00
Budibase Release Bot
5a6cc0c592
v1.0.75
2022-02-22 12:59:24 +00:00
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
1f0e5ec1b8
Add nuxt config file to actually silence vite spam
2022-02-22 12:38:24 +00:00
Andrew Kingston
4fa00ff560
Remove accidental file
2022-02-22 12:38:07 +00:00
Andrew Kingston
0de252a4d1
Fix builder lock file
2022-02-22 12:37:02 +00:00
Andrew Kingston
95fd0f835b
Fix usage of className instead of class
2022-02-22 12:36:51 +00:00
Andrew Kingston
6a96c4425a
Remove accidental file
2022-02-22 12:36:06 +00:00
Andrew Kingston
6110674e71
Fix button A11y issue again after being lost in merge
2022-02-22 12:35:11 +00:00
Rory Powell
a80950a5ce
Merge branch 'develop' into fix/cypress-port-conflicts
2022-02-22 11:27:26 +00:00
Rory Powell
b9306b5a7a
Prevent local port conflicts between account portal and cypress
2022-02-22 11:20:58 +00:00
Mitch-Budibase
0a5babdfe1
Merge pull request #4140 from Budibase/cypress-testing
...
Multiple changes to the entire test suite
2022-02-22 11:16:56 +00:00
Rory Powell
1adf43733a
Merge branch 'master' into merge-master
2022-02-22 09:09:36 +00:00
Budibase Release Bot
f666457733
v1.0.74
2022-02-22 08:12:54 +00:00
Budibase Staging Release Bot
102e2c43a5
v1.0.74-alpha.0
2022-02-21 16:59:03 +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
Budibase Release Bot
f7d7f1693f
v1.0.73
2022-02-21 16:10:18 +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
Budibase Staging Release Bot
c050426e34
v1.0.73-alpha.0
2022-02-21 14:17:54 +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
Rory Powell
ada72fa8c9
Merge branch 'master' into merge-master
2022-02-21 12:19:30 +00:00
Budibase Release Bot
bcf64c91ff
v1.0.72
2022-02-21 12:08:35 +00:00
Budibase Staging Release Bot
132fcc6ba7
v1.0.72-alpha.0
2022-02-21 11:46:11 +00:00
Mitch-Budibase
fa9559f1ce
Setting video flag back to true
2022-02-21 11:08:32 +00:00
Rory Powell
0593b852a5
Merge branch 'master' into merge-master-into-develop
2022-02-21 10:51:01 +00:00
Budibase Release Bot
82510630a4
v1.0.71
2022-02-21 10:46:11 +00:00
Budibase Release Bot
ea40d1dc53
v1.0.70
2022-02-20 21:32:17 +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
Mitch-Budibase
2182de8b4a
Updating datasourceWizard & revertApp
...
datasourceWizard
-Making test env only based on datasource usage
revertApp
-Updating a click function
2022-02-18 18:46:58 +00:00
Mitch-Budibase
3672da15d7
Updates/Fixes based on previous test run
...
General test fixes/updates
-Removed createUser.spec.js - Covered by another file
-Skiipping two tests within queryLevelTransformer
2022-02-18 17:59:33 +00:00
Budibase Release Bot
0f46cf8525
v1.0.69
2022-02-18 17:45:29 +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
Martin McKeaveney
298a61d6dd
updating cypress run command to use X
2022-02-17 20:28:16 +01:00
Mitch-Budibase
c7aeb97b26
Setting video flag to false within Cypress.json
2022-02-17 17:44:34 +00:00
Mitch-Budibase
28cfcd3202
Merge branch 'cypress-testing' of https://github.com/Budibase/budibase into cypress-testing
2022-02-17 17:00:14 +00:00
Mitch-Budibase
03b6ce7002
Updating Cypress Run command
...
The run command now includes:
--headed
--browser chrome
2022-02-17 17:00:11 +00:00
Andrew Kingston
a69962c26c
Fix usage of className instead of class
2022-02-17 16:06:17 +00:00
Mitch-Budibase
153f3454fa
Merge branch 'develop' into cypress-testing
2022-02-17 14:22:21 +00:00
Mitch-Budibase
0baafb230b
Re-adding tests
...
I had removed a lot of these for checking against the CI - adding them back in
2022-02-17 14:06:17 +00:00
Andrew Kingston
6a4067da52
Fix role being stale when creating screens
2022-02-17 11:50:55 +00:00
Budibase Release Bot
8a5a1bf1ab
v1.0.68
2022-02-17 10:27:59 +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
Budibase Release Bot
e044e5a193
v1.0.67
2022-02-16 14:42:28 +00:00
Peter Clement
1dd909c8c2
Merge remote-tracking branch 'origin/develop' into feature/table-row-selection
2022-02-16 14:35:42 +00:00
Martin McKeaveney
76589813a7
Merge pull request #4481 from Budibase/fix/docker-things
...
increase burst limit, remove log mounts
2022-02-16 14:58:31 +01:00
Budibase Release Bot
de3ad814b2
v1.0.66
2022-02-16 13:50:45 +00:00
Martin McKeaveney
551931758e
Merge branch 'master' of github.com:Budibase/budibase into fix/docker-things
2022-02-16 14:43:04 +01:00
mike12345567
e5289ddcee
Fixing #4522 - frontend-core refactor changed how some of these endpoints were used.
2022-02-16 13:13:40 +00:00
Martin McKeaveney
a85f667dbe
templatize nginx configuration into one prod configuration and add NPM scripts to manage
2022-02-16 14:12:53 +01:00
Budibase Staging Release Bot
6361565dc7
v1.0.66-alpha.0
2022-02-15 17:15:15 +00:00
mike12345567
db45086105
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-02-15 16:54:21 +00:00
Budibase Release Bot
83e0f68597
v1.0.65
2022-02-15 15:43:32 +00:00
Peter Clement
338b24014a
fix automation cypress test
2022-02-15 15:37:11 +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
Budibase Staging Release Bot
e22f0fe5d1
v1.0.58-alpha.7
2022-02-15 10:36:59 +00:00
Andrew Kingston
b2b4e89ee5
Merge pull request #4501 from Budibase/fix-vite-sourcemaps
...
Fix vite warnings
2022-02-15 10:30:19 +00:00
mike12345567
9c99aefef3
Merge branch 'master' of github.com:Budibase/budibase into fix/4337
2022-02-15 10:28:03 +00:00
Andrew Kingston
070d4f74f0
Remove empty style blocks
2022-02-15 09:31:43 +00:00
Andrew Kingston
cb5621a3cf
Include sourcemaps in vite when not running in production
2022-02-15 09:23:51 +00:00
Budibase Staging Release Bot
fd7da375e0
v1.0.58-alpha.6
2022-02-15 09:23:08 +00:00
Budibase Release Bot
6f267526c5
v1.0.64
2022-02-15 09:22:36 +00:00
Budibase Staging Release Bot
8233a522e0
v1.0.58-alpha.5
2022-02-14 18:05:17 +00:00
Andrew Kingston
bd99ffb5b7
Merge pull request #4475 from Budibase/table-column-config
...
Table column config
2022-02-14 17:57:56 +00:00
mike12345567
c83e25fb59
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
2022-02-14 17:32:21 +00:00
Budibase Staging Release Bot
410e8a2888
v1.0.58-alpha.4
2022-02-14 15:04:23 +00:00
Michael Drury
40350457b5
Merge pull request #4468 from Budibase/dependabot/npm_and_yarn/packages/builder/follow-redirects-1.14.8
...
Bump follow-redirects from 1.14.5 to 1.14.8 in /packages/builder
2022-02-14 14:58:11 +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
mike12345567
a0eb72cef3
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
2022-02-14 13:08:37 +00:00
Andrew Kingston
6c1701830f
Improve layout and edge cases around using column editor drawer
2022-02-14 13:06:32 +00:00
Budibase Staging Release Bot
b010c2fd63
v1.0.58-alpha.3
2022-02-14 12:04:23 +00:00
Andrew Kingston
4f00e7a3b1
Add labels to column config drawer
2022-02-14 11:47:48 +00:00
Budibase Staging Release Bot
709e5ac547
v1.0.58-alpha.2
2022-02-14 11:00:33 +00:00
Budibase Release Bot
0862c8db84
v1.0.63
2022-02-14 09:34:12 +00:00
dependabot[bot]
b9392efca3
Bump follow-redirects from 1.14.5 to 1.14.8 in /packages/builder
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.5 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.5...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-13 21:22:05 +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
Budibase Release Bot
3f46eb4fd0
v1.0.62
2022-02-12 12:01:26 +00:00
Budibase Release Bot
adbfbb62c1
v1.0.61
2022-02-12 11:04:28 +00:00
mike12345567
126499f383
Fix for #4440 , fixing validation of API endpoints.
2022-02-12 10:35:10 +00:00
Budibase Release Bot
c27a552d88
v1.0.60
2022-02-11 18:47:34 +00:00
Budibase Staging Release Bot
e4d5aa6521
v1.0.58-alpha.1
2022-02-11 18:29:37 +00:00
Budibase Release Bot
93336bf798
v1.0.59
2022-02-11 18:25:35 +00:00
mike12345567
0c3670353a
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
2022-02-11 17:26:23 +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
Budibase Release Bot
16106548ac
v1.0.58
2022-02-10 18:13:24 +00:00
Budibase Staging Release Bot
7f7bd8f447
v1.0.58-alpha.0
2022-02-10 18:04:34 +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
Budibase Staging Release Bot
39a27d1dae
v1.0.50-alpha.7
2022-02-10 11:03:45 +00:00
Budibase Release Bot
9852015cfa
v1.0.57
2022-02-10 10:41:52 +00:00
Martin McKeaveney
a495050871
merge with develop
2022-02-10 11:39:15 +01:00
Budibase Release Bot
87db7db456
v1.0.56
2022-02-10 09:35:51 +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
Budibase Release Bot
a15268d682
v1.0.55
2022-02-09 17:41:16 +00:00
Budibase Staging Release Bot
7ed0cb274a
v1.0.50-alpha.6
2022-02-09 15:12:28 +00:00
Budibase Release Bot
18ea87e5e3
v1.0.54
2022-02-09 14:57:41 +00:00
Martin McKeaveney
4da84cdbd3
Merge branch 'master' of github.com:Budibase/budibase
2022-02-09 15:50:55 +01: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
Budibase Staging Release Bot
fcddaf1f73
v1.0.50-alpha.5
2022-02-09 14:38:55 +00:00
Budibase Release Bot
c941ecad1e
v1.0.53
2022-02-09 14:27:35 +00:00
Andrew Kingston
91ef045396
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
2022-02-09 14:24:05 +00:00
Mitch-Budibase
c95f7da55e
Merge branch 'cypress-testing' of https://github.com/Budibase/budibase into cypress-testing
2022-02-09 14:17:17 +00:00
Mitch-Budibase
5930956c8e
Stripping out another test spec file
...
Temporary removal of radio buttons tests
2022-02-09 14:17:03 +00:00
Mitch-Budibase
dd8b39ed06
Merge branch 'develop' into cypress-testing
2022-02-09 13:53:17 +00:00
Mitch-Budibase
3ac0d544f2
temporarily stripping tests to review CI against tests
...
Many tests are failing against the CI
-I'm stripping a lot out for now to verify the CI going green
2022-02-09 12:56:27 +00:00
mike12345567
70c9782e9a
Merge branch 'develop' of github.com:Budibase/budibase into fix/feb-fixes
2022-02-09 12:48:53 +00:00
Budibase Release Bot
4ab5ef95ee
v1.0.52
2022-02-08 17:19:05 +00: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
Budibase Staging Release Bot
14b0ef2ec5
v1.0.50-alpha.4
2022-02-08 16:13:59 +00:00
Budibase Release Bot
7dbb77fcff
v1.0.51
2022-02-08 16:06:53 +00:00
Budibase Staging Release Bot
c229768b72
v1.0.50-alpha.3
2022-02-08 15:32:30 +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
mike12345567
d021883f43
Merge branch 'develop' of github.com:Budibase/budibase into fix/feb-fixes
2022-02-08 15:12:04 +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
Budibase Staging Release Bot
10077bdde2
v1.0.50-alpha.2
2022-02-08 14:51:54 +00:00
mike12345567
36bd285093
Merge branch 'develop' of github.com:Budibase/budibase into fix/feb-fixes
2022-02-08 12:28:27 +00:00
Budibase Staging Release Bot
5aa0b87e17
v1.0.50-alpha.1
2022-02-08 11:53:04 +00:00
Budibase Release Bot
00234cf186
v1.0.50
2022-02-08 10:01:04 +00:00
Andrew Kingston
d90ccc26c7
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
2022-02-08 08:12:37 +00:00
Budibase Staging Release Bot
8bf26bed76
v1.0.50-alpha.0
2022-02-07 20:42:24 +00:00
Martin McKeaveney
3742c7dc91
merge
2022-02-07 21:24:44 +01: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
Budibase Staging Release Bot
d91efb9678
v1.0.49-alpha.16
2022-02-07 16:54:28 +00:00
Budibase Staging Release Bot
6881cee40e
v1.0.49-alpha.15
2022-02-07 15:46:09 +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
Budibase Staging Release Bot
22a685aade
v1.0.49-alpha.14
2022-02-07 10:52:24 +00:00
Budibase Staging Release Bot
2a5e169b7c
v1.0.49-alpha.13
2022-02-07 10:27:31 +00:00
Michael Drury
48953c0953
Merge pull request #4328 from Budibase/fix/3928
...
Fix for SQL Server - fix pagination issue
2022-02-07 10:20:33 +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
Budibase Staging Release Bot
508d7d1738
v1.0.49-alpha.12
2022-02-04 13:16:25 +00:00
Budibase Release Bot
2dea8789e8
v1.0.49
2022-02-04 12:19:39 +00:00
Budibase Staging Release Bot
0f11aea9d4
v1.0.49-alpha.11
2022-02-04 11:10:37 +00:00
Budibase Staging Release Bot
0b91bfdf85
v1.0.49-alpha.10
2022-02-04 10:32:31 +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
Budibase Staging Release Bot
47dc1ac540
v1.0.49-alpha.9
2022-02-03 20:58:29 +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
mike12345567
f946f2f68d
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:26:26 +00:00
Andrew Kingston
2724ce00c3
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
2022-02-03 14:46:59 +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
Budibase Staging Release Bot
cf3e0f0fdc
v1.0.49-alpha.8
2022-02-02 10:59:16 +00:00
Budibase Staging Release Bot
61e3877e08
v1.0.49-alpha.7
2022-02-01 20:38:50 +00:00
Michael Drury
4b23a78bc9
Fixing a typescript issue in server.
2022-02-01 20:29:12 +00:00
Andrew Kingston
378ddc5753
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
2022-02-01 16:52:26 +00:00
Andrew Kingston
e0ed191f49
Update lock files
2022-02-01 16:46:38 +00:00
Andrew Kingston
de12e0dc79
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
2022-02-01 16:46:00 +00:00
Budibase Staging Release Bot
7852960a03
v1.0.49-alpha.6
2022-02-01 16:32:31 +00:00
mike12345567
b847b578c7
Making sure worker runs through ts-node in cypress, locally, then built in CI.
2022-02-01 16:02:44 +00:00
mike12345567
e642268364
Merge branch 'develop' of github.com:Budibase/budibase into lab-day/refactor-app-db
2022-02-01 14:33:02 +00:00
Martin McKeaveney
c11e26cb2e
merge
2022-02-01 11:22:14 +01:00
Budibase Staging Release Bot
bc781128d6
v1.0.49-alpha.5
2022-02-01 10:11:29 +00:00
Rory Powell
ec3c196c03
Revert "build app before running e2e tests"
...
This reverts commit 6eca23541f
.
2022-02-01 06:40:07 +00:00
Maurits Lourens
6eca23541f
build app before running e2e tests
2022-01-31 23:13:42 +01:00
Budibase Staging Release Bot
9abefd5b63
v1.0.49-alpha.4
2022-01-31 19:12:15 +00:00
Budibase Staging Release Bot
7aab9d3e40
v1.0.49-alpha.3
2022-01-31 17:55:54 +00:00
mike12345567
476f34fb93
Merge branch 'develop' of github.com:Budibase/budibase into lab-day/refactor-app-db
2022-01-31 17:16:59 +00:00
mike12345567
9198439f7f
Merge branch 'develop' of github.com:Budibase/budibase into lab-day/refactor-app-db
2022-01-31 17:00:22 +00:00
Budibase Staging Release Bot
a063274133
v1.0.49-alpha.2
2022-01-31 16:54:48 +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
Budibase Staging Release Bot
4596464b5a
v1.0.49-alpha.1
2022-01-31 16:01:59 +00:00
mike12345567
d0bd9d2d62
Merge branch 'develop' of github.com:Budibase/budibase into lab-day/refactor-app-db
2022-01-31 15:33:36 +00:00
mike12345567
f9c7877e02
Merge branch 'develop' of github.com:Budibase/budibase into feature/formula-filtering
2022-01-31 15:21:15 +00:00
Budibase Staging Release Bot
4b9acb21ae
v1.0.49-alpha.0
2022-01-31 14:39:05 +00:00
mike12345567
d55005d327
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-01-31 14:29:02 +00:00
mike12345567
e718b18127
Merge branch 'develop' of github.com:Budibase/budibase into lab-day/refactor-app-db
2022-01-31 14:09:07 +00:00
Budibase Release Bot
86ffa65d93
v1.0.48
2022-01-31 13:43:13 +00:00
mike12345567
9b4f684f05
Cypress setup, allowing option for using typescript locally.
2022-01-31 11:51:52 +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
Budibase Staging Release Bot
6246ae61f9
v1.0.46-alpha.8
2022-01-30 21:43:10 +00:00
Rory Powell
0089fb06d9
Merge branch 'develop' into csrf
2022-01-30 21:20:48 +00:00
Martin McKeaveney
cca6d18af4
point to MinIO instance instead of through proxy
2022-01-30 21:25:56 +01:00
Martin McKeaveney
7c4d7e0e8f
nginx prod config, security headers and content-security policies
2022-01-30 21:11:59 +01:00
mike12345567
91a90e62b2
Fixing some issues discovered by the cypress tests, cleaning up how Couch is used.
2022-01-28 18:52:34 +00:00
Andrew Kingston
fab27eea77
Fix issue with backend UI not refreshing when adding a row
2022-01-28 15:17:21 +00:00
Budibase Staging Release Bot
dbaede79f6
v1.0.46-alpha.7
2022-01-28 15:12:31 +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
Andrew Kingston
62860c3e9b
Disable jest tests in builder for now
2022-01-27 13:26:39 +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
Budibase Staging Release Bot
d8ab715267
v1.0.46-alpha.6
2022-01-26 17:11:44 +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
Budibase Staging Release Bot
03b35d1e8d
v1.0.46-alpha.5
2022-01-26 15:03:16 +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
Michael Drury
69831e7662
Merge pull request #4174 from Budibase/dependabot/npm_and_yarn/packages/builder/node-fetch-2.6.7
...
Bump node-fetch from 2.6.6 to 2.6.7 in /packages/builder
2022-01-25 14:12:28 +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
5fa51005cf
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
2022-01-25 07:51:47 +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
Budibase Release Bot
e96b2b4d42
v1.0.47
2022-01-24 15:48:12 +00:00
Budibase Staging Release Bot
0b2564ff44
v1.0.46-alpha.4
2022-01-24 15:47:45 +00:00
Andrew Kingston
30fa72665a
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
2022-01-24 15:46:54 +00:00
dependabot[bot]
cde2174464
Bump node-fetch from 2.6.6 to 2.6.7 in /packages/builder
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-24 15:43:10 +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
Mitch-Budibase
ca8eaf0df3
AutoScreens Test update
...
increasing wait time for createAutogeneratedScreens command
-associated with auto screens tests
2022-01-21 18:40:32 +00:00
Mitch-Budibase
5c972f4510
Lint
...
ignoring lint for entire query support files, rather than just ignoring a specific line
2022-01-21 17:50:16 +00:00
Mitch-Budibase
6a0a92d7e1
Updates to query files
...
queryLevelTransformerFunction
-adding eslint-disable-next-line
queryLevelTransformerFunctionWithData
-adding eslint-disable-next-line
-Removing const stateCode - not required
2022-01-21 17:38:22 +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
Mitch-Budibase
434460feb9
Oracle & Table pagination Test Env Only
...
createTable
-Pagination is now Test Env only
oracle
-Test Env only
-Removed smoke test tag
commands
-Fix for createApp command
-Increase wait for createRestQuery command
2022-01-21 17:28:33 +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
Mitch-Budibase
5d63dbd9a6
Commands Update & Query Files
...
-Updating Commands file to include all recent changes
-Added query files (2 of them) - required for query level transformers testing
-Cypress.json updated to remove "/builder/"
-Updating cypress version in package.json
-Missing }) within addmultioptiondatatype.spec.js
2022-01-21 14:41:53 +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
60e6cc3e9a
Merge branch 'cypress-testing' of github.com:Budibase/budibase into cypress-testing
2022-01-21 13:37:25 +00:00
Mitch-Budibase
e39c5b4c25
lint changes
2022-01-21 13:12:16 +00:00
Mitch-Budibase
daebee184d
Merge branch 'cypress-testing' of https://github.com/Budibase/budibase into cypress-testing
2022-01-21 12:56:33 +00:00
mike12345567
87d5e0d39e
Merge branch 'develop' of github.com:Budibase/budibase into feature/formula-filtering
2022-01-21 12:52:58 +00:00
Mitch-Budibase
8b8cb21ec3
Adding tags to tests
...
Currently there is 'smoke' and 'all' tags
2022-01-21 12:43:27 +00:00
Budibase Staging Release Bot
58dc644ad8
v1.0.46-alpha.3
2022-01-21 11:27:13 +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
mike12345567
e2006a299d
Merge branch 'develop' of github.com:Budibase/budibase into feature/formula-filtering
2022-01-21 10:21: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
Budibase Release Bot
caebb066c3
v1.0.46
2022-01-20 19:58:40 +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
Budibase Staging Release Bot
36611280f2
v1.0.46-alpha.2
2022-01-20 18:57:06 +00:00
Michael Drury
321003a74c
Merge pull request #4131 from Budibase/fix/data-filtering
...
Quick fix for data section filtering
2022-01-20 18:51:31 +00:00
Budibase Staging Release Bot
9dbadcd671
v1.0.46-alpha.1
2022-01-20 18:46:28 +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
Budibase Staging Release Bot
f927117582
v1.0.46-alpha.0
2022-01-20 17:10:09 +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
Budibase Release Bot
6c22ccb149
v1.0.45
2022-01-20 16:33:40 +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
Rory Powell
fe374c0439
Merge fix and linting
2022-01-20 16:17:09 +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
Budibase Staging Release Bot
96d8e6d68e
v1.0.44-alpha.9
2022-01-20 14:01:03 +00:00
Peter Clement
41b4045f7b
Merge pull request #4112 from Budibase/fix/template-row-limit
...
Home Screen UI fixes
2022-01-20 13:53:52 +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
Budibase Staging Release Bot
62873fbb8d
v1.0.44-alpha.8
2022-01-20 12:33:48 +00:00
Peter Clement
bc521af082
fix cypress createApp command
2022-01-20 11:51:41 +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
09611d3aad
Merge remote-tracking branch 'origin/develop' into fix/template-row-limit
2022-01-20 09:53:39 +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
Peter Clement
27a8fefaa4
fix cypress
2022-01-20 09:44:40 +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
Andrew Kingston
6694bdc651
Add core API implementation and update most of client library to use it
2022-01-20 09:40:53 +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
Budibase Staging Release Bot
e8915adc61
v1.0.44-alpha.7
2022-01-19 15:25:19 +00:00
Peter Clement
a9d7a19cb5
fix issue with templates showing over more than two rows
2022-01-19 15:22:55 +00:00
Martin McKeaveney
5bacd7f62a
Merge branch 'develop' of github.com:Budibase/budibase into develop
2022-01-19 16:19:42 +01:00
Martin McKeaveney
9c54872fa9
revert new cypress tests
2022-01-19 16:19:02 +01:00
Budibase Staging Release Bot
d8c44be3c3
v1.0.44-alpha.6
2022-01-19 15:17:21 +00:00
Martin McKeaveney
8267d31626
Revert "Small changes associated with the smoke build"
2022-01-19 16:10:22 +01:00
Budibase Staging Release Bot
ba3de70639
v1.0.44-alpha.5
2022-01-19 15:08:47 +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
Budibase Staging Release Bot
a870c5b327
v1.0.44-alpha.4
2022-01-19 14:59:39 +00:00
Andrew Kingston
937518228d
Merge pull request #4105 from Budibase/fix/log-out-action
...
Fix log out action
2022-01-19 14:54:20 +00:00
Budibase Staging Release Bot
b3670e6fff
v1.0.44-alpha.3
2022-01-19 14:52:46 +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
Budibase Staging Release Bot
dddeb80cee
v1.0.44-alpha.2
2022-01-19 11:49:24 +00:00
Martin McKeaveney
c25c88ae58
fix lint
2022-01-19 12:42:11 +01:00
Andrew Kingston
8be175843a
Add return URL setting to log out button action
2022-01-19 11:22:04 +00:00
mike12345567
ec95d20b21
Merge branch 'develop' of github.com:Budibase/budibase into fix/3721
2022-01-19 10:48:23 +00:00
Budibase Release Bot
fafe6f5d40
v1.0.44
2022-01-19 10:13:22 +00:00
Mitch-Budibase
3cd58a3250
Merge pull request #4091 from Budibase/cypress-testing
...
Small changes associated with the smoke build
2022-01-18 17:25:38 +00:00
Mitch-Budibase
9034f23fde
Small changes associated with the smoke build
...
Removing a line from addMultiOptionDatatype
Also adding a wait when creating an app - smoke build looks to have a timing issue with some tests
-Just a 2 second wait for now
2022-01-18 17:25:09 +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