1
0
Fork 0
mirror of synced 2024-09-15 08:47:37 +12:00
Commit graph

12324 commits

Author SHA1 Message Date
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
Andrew Kingston
d05564332e Lint 2022-07-15 13:09:53 +01:00
Andrew Kingston
f0e84b94f5 Fix bug with sequential helper 2022-07-15 13:09:48 +01:00
Andrew Kingston
80018e9668 Visually hide components when cutting but do not remove from real definition 2022-07-15 13:09:43 +01:00
Andrew Kingston
190c545e25 Fix pasting inside different screens and select new screen when pasting inside different screen 2022-07-15 13:09:37 +01:00
Andrew Kingston
d14a9b0521 Allow pasting multiple times after copying when not cutting 2022-07-15 13:09:32 +01:00
Andrew Kingston
b4420fb74a Remove debug logs and add comments 2022-07-15 13:09:28 +01:00
Andrew Kingston
aa1c0298bc Move screen setting updates into store and use patches. Make screen settings generic 2022-07-15 13:09:23 +01:00
Andrew Kingston
66126531e3 Update screen settings to use patches 2022-07-15 13:09:19 +01:00
Andrew Kingston
edfb0fa50d Ensure state never gets out of sync when saving app metadata by using server response to update state 2022-07-15 13:09:13 +01:00
Andrew Kingston
587b385a47 Use patch for all component methods, add core component patch function, add component move functions to store 2022-07-15 13:09:09 +01:00
Andrew Kingston
5cdd37f6d8 Update cut+paste so cut doesn't actually remove the component from the tree and use new patch function 2022-07-15 13:08:55 +01:00
Andrew Kingston
5a12e30f91 Use patch when deleting components 2022-07-15 13:08:50 +01:00
Andrew Kingston
6368a2aaac Use patch when creating new components 2022-07-15 13:08:44 +01:00
Andrew Kingston
fc92732989 Remove deprecated layout logic 2022-07-15 13:08:38 +01:00
Andrew Kingston
56b255cfc9 Reduce state updates when selecting layouts 2022-07-15 13:08:32 +01:00
Andrew Kingston
99c3323390 Use patch when detaching screen custom layouts 2022-07-15 13:08:25 +01:00
Andrew Kingston
099bddab91 Use patches when updating homescreens 2022-07-15 13:08:20 +01:00
Andrew Kingston
0d2509a7f6 Update sequential helper to properly queue promises 2022-07-15 13:08:14 +01:00
Andrew Kingston
e3c2d57b0e Add screen patch store method and reduce state updates when deleting screens 2022-07-15 13:08:04 +01:00
Andrew Kingston
172a5a8c25 Reduce state updates while saving screens 2022-07-15 13:07:35 +01:00
Andrew Kingston
bd5d419692 Reduce state updates when selecting screens 2022-07-15 13:06:43 +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
mike12345567
40f8849a63 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-07-14 19:35:31 +01:00
mike12345567
8bf3fc7f0d Moving @budibase/types around. 2022-07-14 19:30:34 +01:00
Michael Drury
328f6951d8 Merge pull request #6705 from Budibase/fix/memory-leak
Memory leak fix
2022-07-14 19:22:26 +01:00
Budibase Release Bot
21f6197df0 Update pro version to 1.1.9 2022-07-14 18:02:47 +00:00
mike12345567
fcfe1341a1 PR comments. 2022-07-14 19:02:00 +01:00
Budibase Release Bot
20e8ba4d0d v1.1.9 2022-07-14 18:01:07 +00:00
mike12345567
5057994b45 Merge branch 'master' of github.com:Budibase/budibase into fix/memory-leak 2022-07-14 18:53:58 +01:00
Budibase Release Bot
fa7699ca23 Update pro version to 1.1.8 2022-07-14 17:19:49 +00:00
Budibase Release Bot
5f92ec6edf v1.1.8 2022-07-14 17:18:06 +00:00
mike12345567
c758e7e698 Removing un-used, dist import which broke build, updating yarn locks. 2022-07-14 16:49:20 +01:00
mike12345567
3b4d7950d0 Merge branch 'master' of github.com:Budibase/budibase into fix/memory-leak 2022-07-14 16:40:23 +01:00
mike12345567
e2042ebefb Fixing some issues highlighted by test cases, as well as refactoring context a bit to make it easier to edit. 2022-07-14 16:02:05 +01:00
Michael Drury
c604a076f4 Adding a mechanism to deprecate a view and replace it with a new one. 2022-07-13 21:50:19 +01:00
Budibase Release Bot
d6bd630cdc Update pro version to 1.1.7 2022-07-13 17:28:20 +00:00
Budibase Release Bot
b54035f426 v1.1.7 2022-07-13 17:26:44 +00:00
Martin McKeaveney
c0ac212b9f Merge pull request #6687 from Budibase/app-update-icon
Add version modal back into builder
2022-07-13 18:16:40 +01:00
Budibase Release Bot
c4b665c536 Update pro version to 1.1.6 2022-07-13 16:31:34 +00:00
Budibase Release Bot
03ec93abd2 v1.1.6 2022-07-13 16:29:54 +00:00
Dean
05abecd503 Merge remote-tracking branch 'origin/develop' into remove-datasource-from-schema-picker 2022-07-13 17:12:07 +01:00
Dean
8426088c2a Refactoring of the button actions layout, updating the padding of the action categories to better separate them. 2022-07-13 16:53:08 +01:00
Dean
fafac3e398 Merge remote-tracking branch 'origin/develop' into feature/app-action-ui-updates 2022-07-13 16:24:34 +01:00
Budibase Release Bot
b15e016059 Update pro version to 1.1.5 2022-07-13 15:19:37 +00:00
Budibase Release Bot
5e63b6076c v1.1.5 2022-07-13 15:18:01 +00:00
Andrew Kingston
561f410037 Add version modal back into builder 2022-07-13 16:13:56 +01:00
Michael Drury
629da95c5c Merge pull request #6685 from Budibase/fix/ethereal-test-case
Fix for ethereal test case failures
2022-07-13 16:08:44 +01:00
Budibase Staging Release Bot
47603f462f Update pro version to 1.0.220-alpha.4 2022-07-13 15:08:24 +00:00
Budibase Staging Release Bot
9e3c2c16b2 v1.0.220-alpha.4 2022-07-13 15:06:33 +00:00
Martin McKeaveney
b4bf899386 Merge pull request #6683 from brocococonut/patch-1
Update koa2-ratelimit
2022-07-13 15:55:05 +01:00
mike12345567
140c82e24c Quick fix for realEmail test which was causing problems. 2022-07-13 15:39:58 +01:00
Budibase Release Bot
f8cc7db075 Update pro version to 1.1.4 2022-07-13 14:24:45 +00:00
Budibase Release Bot
bc5f68778a v1.1.4 2022-07-13 14:23:12 +00:00
Dean
1b9e486bc5 Minor update to reduce spacing in component condition count 2022-07-13 14:33:30 +01:00
Dean
e58bf278b0 Merge remote-tracking branch 'origin/develop' into feature/component-condition-count 2022-07-13 14:19:39 +01:00
Dean
51d8e14293 Merge remote-tracking branch 'origin/develop' into feature/app-action-ui-updates 2022-07-13 14:05:44 +01:00
Martin McKeaveney
e49a9f640b Merge pull request #6603 from mslourens/duplicate_automation
6512 - duplicate automation
2022-07-13 14:02:42 +01:00
Michael Drury
ea6d26cc13 Merge pull request #6638 from Budibase/fix/6633
July release fixes
2022-07-13 14:01:32 +01:00
Jake Lees
e0736cc560 Update koa2-ratelimit
Update koa2-ratelimit as per #5469 to _hopefully_ fix ratelimit not being reset after the set interval.
2022-07-13 22:41:49 +10:00
mike12345567
18fde073e4 Increasing real email test timeout. 2022-07-13 13:32:06 +01:00
Rory Powell
1c4473ba30 WIP: Memory leak fix 2022-07-13 08:22:21 -04:00
Andrew Kingston
b92d0b7630 Merge pull request #6682 from Budibase/cheeks-fixes
Design polish + misc fixes
2022-07-13 13:09:30 +01:00
Andrew Kingston
2a9c323689 Update cards block filter limit to 5 2022-07-13 12:54:04 +01:00
mike12345567
d79ae0d7e1 Merge branch 'fix/july-fixes' of github.com:Budibase/budibase into fix/6633 2022-07-13 12:47:59 +01:00
mike12345567
cff42331bc Fix for ARM processors. 2022-07-13 12:37:55 +01:00
Dean
e3170c2a2f Updated action categories, adding a logic specific entry for the conditional step. Shift the action text above the button. 2022-07-13 12:30:58 +01:00
Andrew Kingston
610a64eec0 Remove layout padding when using max width screens 2022-07-13 12:19:24 +01:00
Andrew Kingston
3996aad9e9 Update table block filter limit to 5 2022-07-13 12:12:30 +01:00
Budibase Release Bot
55db90d6b2 Update pro version to 1.1.3 2022-07-13 11:10:40 +00:00
Budibase Release Bot
c8868ae458 v1.1.3 2022-07-13 11:08:22 +00:00