1
0
Fork 0
mirror of synced 2024-07-14 18:55:45 +12:00
Commit graph

19333 commits

Author SHA1 Message Date
Mateus Badan de Pieri b289ec4b8a Merge pull request #9833 from Budibase/license-key-mgmt
License key mgmt
2023-03-10 12:40:00 +00:00
Budibase Release Bot 90c20206b3 Update pro version to 2.4.16 2023-03-10 12:30:27 +00:00
Mateus Badan de Pieri 9f5aa90752 Update BuilderSidePanel.svelte 2023-03-10 12:30:00 +00:00
Mateus Badan de Pieri d8ce0713aa Merge branch 'develop' into license-key-mgmt 2023-03-10 12:29:10 +00:00
Budibase Release Bot 93f4e3b0b7 v2.4.16 2023-03-10 12:27:38 +00:00
Budibase Staging Release Bot 0ad261638c Update pro version to 2.4.12-alpha.1 2023-03-10 12:24:43 +00:00
Budibase Staging Release Bot 1c8c9fbbc7 v2.4.12-alpha.1 2023-03-10 12:21:35 +00:00
Michael Drury 38f197b325 Merge pull request #9948 from Budibase/bug/sev2/is-in-filter-sql-id
Allow Is in for _id SQL
2023-03-10 12:18:59 +00:00
Michael Drury 5eabe9db22 Merge pull request #9779 from Budibase/jonny/api-metrics
metrics api endpoint
2023-03-10 12:12:51 +00:00
Budibase Release Bot 96c6a65584 Update pro version to 2.4.15 2023-03-10 11:00:36 +00:00
Budibase Release Bot 4906e5c3a0 v2.4.15 2023-03-10 10:57:52 +00:00
Michael Drury 19a2995ab1 Merge pull request #9960 from Budibase/fix/cli-minio-image
CLI - replace docker-compose image as required
2023-03-10 10:49:44 +00:00
Budibase Release Bot 9efe5cfa92 Update pro version to 2.4.14 2023-03-09 16:54:23 +00:00
Budibase Release Bot 874ce9bb13 v2.4.14 2023-03-09 16:51:20 +00:00
Rory Powell feecb53017 Fix app version tag (#9969) 2023-03-09 16:40:32 +00:00
Rory Powell acc193aa87 Replace get previous tag with package version (#9968) 2023-03-09 16:33:48 +00:00
Budibase Release Bot 05709cc0d4 Update pro version to 2.4.13 2023-03-09 16:26:22 +00:00
Budibase Release Bot a1b409d15d v2.4.13 2023-03-09 16:23:20 +00:00
Rory Powell c33ea4dcfe Update deployment templates to remove unused cdn url and fix empty env vars (#9967) 2023-03-09 16:13:26 +00:00
Budibase Staging Release Bot 7fe6d5041c Update pro version to 2.4.12-alpha.0 2023-03-09 16:05:26 +00:00
Budibase Staging Release Bot 1f9bd2f325 v2.4.12-alpha.0 2023-03-09 16:02:23 +00:00
Rory Powell a03a96038d merge master into develop (#9964) 2023-03-09 15:54:20 +00:00
Mel O'Hagan ad7bda17bb Change database to Service Name in oracle 2023-03-09 15:52:16 +00:00
Pedro Silva 781ff726f0 Merge branch 'develop' into api-tets-public-api-key-generation 2023-03-09 15:42:50 +00:00
Pedro Silva 2c20f242b4 Remove current API keys 2023-03-09 15:39:47 +00:00
Budibase Release Bot fa877c8a6b Update pro version to 2.4.12 2023-03-09 15:37:11 +00:00
Budibase Release Bot 8790672d42 v2.4.12 2023-03-09 15:33:38 +00:00
Pedro Silva ca489b531f Fix Login problems 2023-03-09 15:30:27 +00:00
Rory Powell 3ee07d3949 Replace GH_PERSONAL_TOKEN with GH_ACCESS_TOKEN for pulling values from infra (#9962) 2023-03-09 15:22:29 +00:00
Budibase Staging Release Bot 741ecabd66 Update pro version to 2.4.8-alpha.4 2023-03-09 14:26:47 +00:00
Budibase Staging Release Bot faeab2dbc3 v2.4.8-alpha.4 2023-03-09 14:23:40 +00:00
Andrew Kingston e5271bdef1 Command palette (#9942)
* command palette E2E

* tidy up

* Improve theming with spectrum badges and dedupe spectrum label usage

* Update data section nav to match designs and use panel component

* Fix main content layout in data section

* Update data section routing for tables

* Improve data section routing for tables to account for edge cases

* Update internal and sample datasource routing

* Update external datasource routing

* Update routing for queries and make a top level concept like everything else

* Update routing for views

* Fix undefined reference when deleting datasource

* Reduce network calls and fix issues with stale datasourcenavigator state

* Update routing for REST queries and unify routes for normal queries and REST queries

* Lint

* Fix links for queries from datasource details page

* Remove redundant API calls and improve table deletion logic

* Improve data entity deletion logic and redirection and fix query details keying

* Improve determination of selected item in datasource tree

* Update command palette to support new data routes

* Update command palette, fix keybind issues and updating loading state

* Lint

* Fix publish command and fix preview published app URL

* Fix BBUI import

* Lint

* Fix datasource navigator selected state not working for internal DB or sample data

* Update command palette to use ctr+k/cmd+k

* Update command palette to match new designs and add visible categories

* Restore missing styles£

* Use proper theme constants for changing theme in command palette

* Add command palette action for inviting users

---------

Co-authored-by: Martin McKeaveney <martinmckeaveney@gmail.com>
2023-03-09 14:15:43 +00:00
mike12345567 a7e34c0829 Minor fix for CLI - to preserve the MinIO image, meaning that new installations will always use the minio/minio image, whereas older installations can use the RELEASE.2022-10-24T18-35-07Z version which still supports the FS system. 2023-03-09 13:52:35 +00:00
mike12345567 418de34c1d Merge branch 'master' of github.com:Budibase/budibase into fix/9886 2023-03-09 12:29:28 +00:00
Adria Navarro 63afd34eb2 Bug - BUDI-6068 filters do not work for google sheets (#9886)
* Add data-utils with filters

* Create data-utils

* Add data-utils to compiled code

* Reuse constants

* Fix tests

* Rename package to shared-core

* Namespace export shared-core

* Rely on rollup to bundle shared-core

* Revert "Rely on rollup to bundle shared-core"

This reverts commit e8b5a2bb9a.

* Updating version and removing private.

* Update version

* Increment versions.

* Implement sort

* Enabling sort

* v2.3.21-alpha.2

* Fix build

* Improve readability

* Move deepGet to shared helper

* Better type usage

* Fix types

* Configure types

* Fix vite refs

* Add dep

* Fixing depencencies on client

* Add missing dev command

* Fix loading issues

* Update versions to latest

* Multiple es6 and commonjs configs

* Config

* Use local packages on rollup for client

* Change shared-core and types entry points

---------

Co-authored-by: mike12345567 <me@michaeldrury.co.uk>
2023-03-09 12:25:12 +00:00
Budibase Release Bot 8cb88024c0 Update pro version to 2.4.11 2023-03-09 12:23:08 +00:00
Budibase Release Bot 37fa491ef0 v2.4.11 2023-03-09 12:20:21 +00:00
Rory Powell 57850c7b8e Supply kubeconfig to preprod deploy job (#9957) 2023-03-09 12:12:01 +00:00
Budibase Release Bot 0ed988015f Update pro version to 2.4.10 2023-03-09 11:35:02 +00:00
Budibase Release Bot ee66d69a11 v2.4.10 2023-03-09 11:32:18 +00:00
Rory Powell df3b6add17 fix-preprod-deploy (#9955) 2023-03-09 11:16:08 +00:00
Budibase Release Bot 7eac28087d Update pro version to 2.4.9 2023-03-09 11:13:12 +00:00
Budibase Release Bot 01d304435a v2.4.9 2023-03-09 11:10:29 +00:00
Rory Powell 0f981f33c4 Re-add legacy preprod (#9953)
* Re-add legacy preprod

* Remove needs images
2023-03-09 11:02:09 +00:00
Budibase Staging Release Bot 93e9eaec8a Update pro version to 2.4.8-alpha.3 2023-03-09 09:01:11 +00:00
Budibase Staging Release Bot 1a4652e4c2 v2.4.8-alpha.3 2023-03-09 08:58:17 +00:00
Adria Navarro 158703daef Bug - BUDI-6068 filters do not work for google sheets (#9886)
* Add data-utils with filters

* Create data-utils

* Add data-utils to compiled code

* Reuse constants

* Fix tests

* Rename package to shared-core

* Namespace export shared-core

* Rely on rollup to bundle shared-core

* Revert "Rely on rollup to bundle shared-core"

This reverts commit e8b5a2bb9a.

* Updating version and removing private.

* Update version

* Increment versions.

* Implement sort

* Enabling sort

* v2.3.21-alpha.2

* Fix build

* Improve readability

* Move deepGet to shared helper

* Better type usage

* Fix types

* Configure types

* Fix vite refs

* Add dep

* Fixing depencencies on client

* Add missing dev command

* Fix loading issues

* Update versions to latest

* Multiple es6 and commonjs configs

* Config

* Use local packages on rollup for client

* Change shared-core and types entry points

---------

Co-authored-by: mike12345567 <me@michaeldrury.co.uk>
2023-03-09 08:50:26 +00:00
Mel O'Hagan 467ef04078 Allow Is in for _id SQL 2023-03-08 16:27:35 +00:00
Budibase Staging Release Bot 306f20b7c8 Update pro version to 2.4.8-alpha.2 2023-03-08 16:00:30 +00:00
Budibase Staging Release Bot 22b1e5e790 v2.4.8-alpha.2 2023-03-08 15:57:28 +00:00