1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-rework

This commit is contained in:
mike12345567 2021-09-06 16:35:38 +01:00
commit cef1b19ece
13 changed files with 48 additions and 27 deletions

15
SECURITY.md Normal file
View file

@ -0,0 +1,15 @@
# Security Policy
## Versions
As an open source product, we will only patch the latest major version for security vulnerabilities. Previous versions of budibase will not be retroactively patched.
## Disclosing
You can get in touch with us regarding a vulnerability via email at community@budibase.com.
You can also disclose via huntr.dev. If you believe you have found a vulnerability, please disclose it on huntr and let us know.
https://huntr.dev/bounties/disclose
This will enable us to review the vulnerability and potentially reward you for your work.

View file

@ -33,11 +33,19 @@ static_resources:
route:
cluster: app-service
# special case for worker admin API
# special cases for worker admin (deprecated), global and system API
- match: { prefix: "/api/global/" }
route:
cluster: worker-service
- match: { prefix: "/api/admin/" }
route:
cluster: worker-service
- match: { prefix: "/api/system/" }
route:
cluster: worker-service
- match: { path: "/" }
route:
cluster: app-service

View file

@ -1,5 +1,5 @@
{
"version": "0.9.120-alpha.1",
"version": "0.9.120-alpha.4",
"npmClient": "yarn",
"packages": [
"packages/*"

View file

@ -1,6 +1,6 @@
{
"name": "@budibase/auth",
"version": "0.9.120-alpha.1",
"version": "0.9.120-alpha.4",
"description": "Authentication middlewares for budibase builder and apps",
"main": "src/index.js",
"author": "Budibase",

View file

@ -1,7 +1,7 @@
{
"name": "@budibase/bbui",
"description": "A UI solution used in the different Budibase projects.",
"version": "0.9.120-alpha.1",
"version": "0.9.120-alpha.4",
"license": "AGPL-3.0",
"svelte": "src/index.js",
"module": "dist/bbui.es.js",

View file

@ -1,6 +1,6 @@
{
"name": "@budibase/builder",
"version": "0.9.120-alpha.1",
"version": "0.9.120-alpha.4",
"license": "AGPL-3.0",
"private": true,
"scripts": {
@ -65,10 +65,10 @@
}
},
"dependencies": {
"@budibase/bbui": "^0.9.120-alpha.1",
"@budibase/client": "^0.9.120-alpha.1",
"@budibase/bbui": "^0.9.120-alpha.4",
"@budibase/client": "^0.9.120-alpha.4",
"@budibase/colorpicker": "1.1.2",
"@budibase/string-templates": "^0.9.120-alpha.1",
"@budibase/string-templates": "^0.9.120-alpha.4",
"@sentry/browser": "5.19.1",
"@spectrum-css/page": "^3.0.1",
"@spectrum-css/vars": "^3.0.1",

View file

@ -18,12 +18,10 @@
let exportFormat = FORMATS[0].key
async function exportView() {
const filename = `export.${exportFormat}`
download(
`/api/views/export?view=${encodeURIComponent(
view
)}&format=${exportFormat}`,
filename
)}&format=${exportFormat}`
)
}
</script>

View file

@ -1,6 +1,6 @@
{
"name": "@budibase/cli",
"version": "0.9.120-alpha.1",
"version": "0.9.120-alpha.4",
"description": "Budibase CLI, for developers, self hosting and migrations.",
"main": "src/index.js",
"bin": {

View file

@ -1,6 +1,6 @@
{
"name": "@budibase/client",
"version": "0.9.120-alpha.1",
"version": "0.9.120-alpha.4",
"license": "MPL-2.0",
"module": "dist/budibase-client.js",
"main": "dist/budibase-client.js",
@ -18,9 +18,9 @@
"dev:builder": "rollup -cw"
},
"dependencies": {
"@budibase/bbui": "^0.9.120-alpha.1",
"@budibase/standard-components": "^0.9.120-alpha.1",
"@budibase/string-templates": "^0.9.120-alpha.1",
"@budibase/bbui": "^0.9.120-alpha.4",
"@budibase/standard-components": "^0.9.120-alpha.4",
"@budibase/string-templates": "^0.9.120-alpha.4",
"regexparam": "^1.3.0",
"shortid": "^2.2.15",
"svelte-spa-router": "^3.0.5"

View file

@ -1,7 +1,7 @@
{
"name": "@budibase/server",
"email": "hi@budibase.com",
"version": "0.9.120-alpha.1",
"version": "0.9.120-alpha.4",
"description": "Budibase Web Server",
"main": "src/index.js",
"repository": {
@ -62,9 +62,9 @@
"author": "Budibase",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@budibase/auth": "^0.9.120-alpha.1",
"@budibase/client": "^0.9.120-alpha.1",
"@budibase/string-templates": "^0.9.120-alpha.1",
"@budibase/auth": "^0.9.120-alpha.4",
"@budibase/client": "^0.9.120-alpha.4",
"@budibase/string-templates": "^0.9.120-alpha.4",
"@elastic/elasticsearch": "7.10.0",
"@koa/router": "8.0.0",
"@sendgrid/mail": "7.1.1",
@ -117,7 +117,7 @@
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@budibase/standard-components": "^0.9.120-alpha.1",
"@budibase/standard-components": "^0.9.120-alpha.4",
"@jest/test-sequencer": "^24.8.0",
"@types/bull": "^3.15.1",
"@types/jest": "^26.0.23",

View file

@ -29,11 +29,11 @@
"keywords": [
"svelte"
],
"version": "0.9.120-alpha.1",
"version": "0.9.120-alpha.4",
"license": "MIT",
"gitHead": "d1836a898cab3f8ab80ee6d8f42be1a9eed7dcdc",
"dependencies": {
"@budibase/bbui": "^0.9.120-alpha.1",
"@budibase/bbui": "^0.9.120-alpha.4",
"@spectrum-css/button": "^3.0.3",
"@spectrum-css/card": "^3.0.3",
"@spectrum-css/divider": "^1.0.3",

View file

@ -1,6 +1,6 @@
{
"name": "@budibase/string-templates",
"version": "0.9.120-alpha.1",
"version": "0.9.120-alpha.4",
"description": "Handlebars wrapper for Budibase templating.",
"main": "src/index.cjs",
"module": "dist/bundle.mjs",

View file

@ -1,7 +1,7 @@
{
"name": "@budibase/worker",
"email": "hi@budibase.com",
"version": "0.9.120-alpha.1",
"version": "0.9.120-alpha.4",
"description": "Budibase background service",
"main": "src/index.js",
"repository": {
@ -23,8 +23,8 @@
"author": "Budibase",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@budibase/auth": "^0.9.120-alpha.1",
"@budibase/string-templates": "^0.9.120-alpha.1",
"@budibase/auth": "^0.9.120-alpha.4",
"@budibase/string-templates": "^0.9.120-alpha.4",
"@koa/router": "^8.0.0",
"@techpass/passport-openidconnect": "^0.3.0",
"aws-sdk": "^2.811.0",