1
0
Fork 0
mirror of synced 2024-09-02 10:41:09 +12:00
Commit graph

12264 commits

Author SHA1 Message Date
Budibase Staging Release Bot
6768125fe9 v1.1.15-alpha.1 2022-07-18 14:17:03 +00:00
Mitch-Budibase
f8dbaebe21 Merge pull request #6787 from Budibase/cypress-testing
Create App Tests: Timeout Changes
2022-07-18 15:07:13 +01:00
Mitch-Budibase
524bfb04db Create App Tests: Timeout Changes
This test spec file fires off against every PR. There is some timing issues currently.

I am making a few changes in relation to timeout values (a small restructure too) in hopes this helps with the PR builds.

Tests pass locally for me, so there may be more changes required against this spec file as I check its performance
2022-07-18 14:28:27 +01:00
Budibase Staging Release Bot
e190d67430 Update pro version to 1.1.15-alpha.0 2022-07-18 13:25:54 +00:00
Budibase Staging Release Bot
f1c99997e5 v1.1.15-alpha.0 2022-07-18 13:23:56 +00:00
mike12345567
6afdd6dcec Merge branch 'master' of github.com:Budibase/budibase into develop 2022-07-18 14:09:02 +01:00
Mitch-Budibase
ea5d164bdc Merge branch 'develop' into cypress-testing 2022-07-18 13:53:20 +01:00
Mitch-Budibase
1d1b566c7d Timeout changes for Cypress Commands file
Cypress visit and requests in some cases need a timeout value included. This is specific for smoke build and CI runs (has no effect on local runs)
2022-07-18 13:52:21 +01:00
Budibase Release Bot
f8d912c36c Update pro version to 1.1.14 2022-07-18 12:15:05 +00:00
Budibase Release Bot
1ce75b1a19 v1.1.14 2022-07-18 12:13:20 +00:00
Budibase Release Bot
9aa3ced132 Update pro version to 1.1.13 2022-07-18 09:55:14 +00:00
Budibase Release Bot
7f57435beb v1.1.13 2022-07-18 09:53:41 +00:00
Martin McKeaveney
af682709df Merge pull request #6767 from Budibase/fix/user-email-view-migration
fixing broken migration and single image
2022-07-18 10:43:27 +01:00
Budibase Staging Release Bot
6395aa5387 Update pro version to 1.1.10-alpha.4 2022-07-18 09:13:56 +00:00
Budibase Staging Release Bot
468573ea91 v1.1.10-alpha.4 2022-07-18 09:12:15 +00:00
mike12345567
03b951f261 Fix for email view casing test. 2022-07-18 10:10:37 +01:00
Budibase Release Bot
f63de4dd2b Update pro version to 1.1.12 2022-07-18 08:57:04 +00:00
Martin McKeaveney
12a1a3db7d Merge branch 'master' of github.com:Budibase/budibase into fix/user-email-view-migration 2022-07-18 09:56:01 +01:00
Budibase Release Bot
93e8c50c7a v1.1.12 2022-07-18 08:55:27 +00:00
Michael Drury
a9ceb3acd6 Merge pull request #6740 from Budibase/dependabot/npm_and_yarn/packages/server/svelte-3.49.0
Bump svelte from 3.44.1 to 3.49.0 in /packages/server
2022-07-18 09:47:56 +01:00
Michael Drury
47f2675e72 Merge pull request #6742 from Budibase/dependabot/npm_and_yarn/packages/frontend-core/svelte-3.49.0
Bump svelte from 3.46.2 to 3.49.0 in /packages/frontend-core
2022-07-18 09:47:46 +01:00
Michael Drury
4165c58902 Merge pull request #6743 from Budibase/dependabot/npm_and_yarn/packages/client/svelte-3.49.0
Bump svelte from 3.46.4 to 3.49.0 in /packages/client
2022-07-18 09:47:10 +01:00
Martin McKeaveney
7da4fabf51 fixing broken migration 2022-07-17 16:21:55 +01:00
dependabot[bot]
437adef5d1 Bump svelte from 3.48.0 to 3.49.0 in /packages/builder
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.48.0 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/compare/v3.48.0...v3.49.0)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 16:54:55 +00:00
dependabot[bot]
b8f2125fd9 Bump svelte from 3.46.4 to 3.49.0 in /packages/client
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.46.4 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/compare/v3.46.4...v3.49.0)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 16:53:52 +00:00
dependabot[bot]
0ffcee45b1 Bump svelte from 3.46.2 to 3.49.0 in /packages/frontend-core
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.46.2 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/compare/v3.46.2...v3.49.0)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 16:52:50 +00:00
mike12345567
b7894d7f9e Fixing test case. 2022-07-15 17:45:35 +01:00
dependabot[bot]
f3a87412fa Bump svelte from 3.44.1 to 3.49.0 in /packages/server
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.44.1 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/compare/v3.44.1...v3.49.0)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 16:39:40 +00:00
mike12345567
c525721854 Fix for #6709 - Adding the option to set a role for app action, allowing users to set what level an automation can be accessed from. 2022-07-15 17:13:45 +01:00
mike12345567
d10e5755e7 Removing console log. 2022-07-15 14:33:34 +01:00
mike12345567
c149139253 Fix for #6501 - don't fail to publish app when cron expression is empty in any automation, just don't publish that automation. Also adding an error to automation to make it clear an expression is required. 2022-07-15 14:15:16 +01:00
mike12345567
cda958e0b7 Fix for #6702 - remove users table as an option for automation triggers. 2022-07-15 13:39:47 +01:00
Budibase Staging Release Bot
624f418825 Update pro version to 1.1.10-alpha.3 2022-07-15 09:59:45 +00:00
Budibase Staging Release Bot
bdc21065e3 v1.1.10-alpha.3 2022-07-15 09:57:58 +00:00
deanhannigan
998f48e171 Merge pull request #6676 from Budibase/feature/app-action-ui-updates
Feature/app action UI updates
2022-07-15 10:46:58 +01:00
Budibase Staging Release Bot
57d4f54b65 Update pro version to 1.1.10-alpha.2 2022-07-15 09:34:01 +00:00
Budibase Staging Release Bot
37899b47ee v1.1.10-alpha.2 2022-07-15 09:32:18 +00:00
Martin McKeaveney
b5c712bb8a only add account portal people to intercom 2022-07-15 10:26:41 +01:00
deanhannigan
91829a4b87 Merge pull request #6558 from Budibase/feature/component-condition-count
Feature/component condition count
2022-07-15 10:20:04 +01:00
Budibase Release Bot
1325555a52 Update pro version to 1.1.11 2022-07-15 09:07:26 +00:00
Budibase Release Bot
d0d477e405 v1.1.11 2022-07-15 09:05:39 +00:00
Martin McKeaveney
f78e4cc953 Merge pull request #6722 from Budibase/fix/intercom-self-host-only
only show intercom in cloud
2022-07-15 09:53:08 +01:00
Martin McKeaveney
0975fa6413 only show intercom in cloud 2022-07-15 09:32:46 +01:00
Budibase Staging Release Bot
c95f70c89d Update pro version to 1.1.10-alpha.1 2022-07-15 08:27:44 +00:00
Budibase Staging Release Bot
431da64f96 v1.1.10-alpha.1 2022-07-15 08:26:04 +00:00
deanhannigan
d71bf2c9cc Merge pull request #6557 from Budibase/remove-datasource-from-schema-picker
Data providers are excluded from the Form Schema picker
2022-07-15 09:14:39 +01:00
Budibase Staging Release Bot
f98268010c Update pro version to 1.1.10-alpha.0 2022-07-14 18:47:02 +00:00
Budibase Staging Release Bot
7a88742cc2 v1.1.10-alpha.0 2022-07-14 18:45:31 +00:00
Budibase Release Bot
d0bd1035d2 Update pro version to 1.1.10 2022-07-14 18:44:14 +00:00
Budibase Release Bot
790ccc8cac v1.1.10 2022-07-14 18:42:37 +00:00