Rory Powell
0b2a445a9a
Replace ts-jest with swc/jest ( #9289 )
...
- Add swc dependencies
- Add transform change to jest.config.ts
- Replace `export =` with `export default` in src code to enable code coverage to work with swc transformer
- Restructure backend-core errors package to allow for exporting error classes with ESM syntax
- Update backend-core to no longer use `export =`, export individual packages instead of replacing with `export default` for backwards compatibility
- Update event publishers to use `export default` - this was required for the `jest.spyOn` usage inside backend-core common mocks
- Restructure some jest.mock usages where declaring the jest.fn as a variable outside of the package mock threw an error
2023-01-11 09:37:37 +00:00
dependabot[bot]
238658e4a0
Bump json5 from 1.0.1 to 1.0.2 in /packages/client
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-05 09:08:47 +00:00
Rory Powell
e3fa737a9b
Merge branch 'master' into develop
2022-12-01 14:39:05 +00:00
dependabot[bot]
7b7754cd93
Bump minimatch from 3.0.4 to 3.1.2 in /packages/client
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-21 12:19:08 +00:00
Rory Powell
fd913a5e76
Fail pro scripts on error, unify TS versions, update test and coverage configs, use pro source mappings
2022-11-14 13:29:46 +00:00
dependabot[bot]
9b95326d34
Bump loader-utils from 1.4.0 to 1.4.1 in /packages/client
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 11:09:38 +00:00
Martin McKeaveney
1a27cc9c47
merge
2022-10-26 11:47:25 +01:00
Martin McKeaveney
28a0392b11
adding opengraph metatags for better shareable links
2022-10-24 17:53:18 +01:00
mike12345567
bd1300b82a
Updating export/import to include the budibase client and manifest.
2022-10-18 16:42:25 +01:00
Andrew Kingston
3d57010a10
Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience-websocket
2022-09-12 20:00:32 +01:00
Andrew Kingston
dced5d1c0f
Initial work on websockets
2022-08-19 11:09:20 +01:00
Rory Powell
79dda094d1
Update lockfiles in pro release
2022-07-27 13:42:06 -04:00
dependabot[bot]
a1cc898299
Bump terser from 5.10.0 to 5.14.2 in /packages/client
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 02:41:02 +00:00
mike12345567
ff12b4fbe9
Merge branch 'develop' of github.com:Budibase/budibase into labday/backups
2022-07-18 13:59:46 +01:00
dependabot[bot]
350712d4f2
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
mike12345567
514c58a54e
Quick fixes to automation history UI around publishing and unpublishing.
2022-07-08 19:32:05 +01:00
Maurits Lourens
fa6c2313d1
Merge branch 'develop' into merge_create_user_modals
...
# Conflicts:
# packages/builder/src/pages/builder/portal/manage/users/_components/BasicOnboardingModal.svelte
2022-06-17 14:23:36 +02:00
Rory Powell
bd33c827eb
Merge branch 'develop' into feature/posthog-v2
2022-04-27 16:32:00 +01:00
mike12345567
a6b249dc7e
Adding a dep:clean function, cleaning up lock files and fixing backend-core test which did not utilise tenancy (no global db).
2022-04-21 15:20:23 +01:00
Rory Powell
2c682d3507
Table CRUD events + add timekeeper for tests
2022-04-11 14:39:31 +01:00
Maurits Lourens
2bd95e8b30
Merge branch 'develop' into merge_create_user_modals
...
# Conflicts:
# packages/builder/src/pages/builder/portal/manage/users/_components/BasicOnboardingModal.svelte
2022-03-28 21:10:01 +02:00
Rory Powell
77e43e0661
Merge branch 'feature/licensing' into feature/posthog-v2
2022-03-28 09:47:34 +01:00
dependabot[bot]
7913d35bf5
Bump minimist from 1.2.5 to 1.2.6 in /packages/client
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-25 14:08:44 +00:00
Rory Powell
7f79b30b58
clean and bootstrap
2022-03-25 13:14:44 +00:00
Rory Powell
1922bd1fcb
Add analytics to backend-core. Update server posthog usage
2022-03-25 13:04:34 +00:00
Dean
32b81a5542
Merge remote-tracking branch 'origin/develop' into feature/map-component
2022-03-25 11:31:45 +00:00
Rory Powell
009ea0ea6e
yarn clean && yarn bootstrap lockfiles
2022-03-24 14:33:03 +00:00
Rory Powell
180e37b9f1
Tests complete + backwards compatibility for deployment
2022-03-22 00:23:22 +00:00
Andrew Kingston
07be79ee19
Merge branch 'develop' of github.com:Budibase/budibase into feature/map-component
2022-03-16 15:31:10 +00:00
mike12345567
80d545296b
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-03-14 15:39:06 +00:00
mike12345567
ffad3a4bb6
Updating yarn locks.
2022-03-14 12:00:44 +00:00
Dean
f760724519
Map refactored and dependency updates
2022-03-11 11:17:15 +00:00
mike12345567
169df4f337
Editting readme for example and linting example.
2022-03-10 10:12:21 +00:00
Dean
a4f5a76179
Merge remote-tracking branch 'origin/develop' into feature/map-component
2022-03-09 11:02:53 +00:00
Dean
9e122a9cc5
Screenfull and leafletjs additions
2022-03-09 10:28:55 +00:00
Martin McKeaveney
3ae54f9f54
yarn.lock client library
2022-03-08 18:13:52 +01:00
Martin McKeaveney
448e57a5de
adding dayjs dep
2022-03-08 16:52:21 +01:00
Peter Clement
ea63b9b065
Add button action allowing for export of client row selection
2022-03-07 12:06:11 +00:00
Michael Drury
46d23cfb25
Adding a testing system which generates the schema and compares against responses.
2022-02-24 23:21:10 +00:00
mike12345567
f2c2c903e5
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
2022-02-24 18:19:20 +00:00
Michael Drury
88e0f67f42
Adding table public API.
2022-02-23 22:13:16 +00:00
Andrew Kingston
fae2d13de9
Fix client package.json and lock file after merges
2022-02-22 12:37:27 +00:00
mike12345567
664b43edfa
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-02-15 16:54:21 +00:00
mike12345567
ecb8c71e9e
Updating client yarn lock.
2022-02-15 14:50:21 +00:00
Andrew Kingston
d132292102
Update lock files
2022-02-01 16:46:38 +00:00
Andrew Kingston
765e4e3ae1
Merge in client bundle size reductions
2022-01-31 19:02:59 +00:00
Andrew Kingston
37e72db2a8
Remove lodash and sort dependencies out
2022-01-31 09:32:06 +00:00
Andrew Kingston
492ecdc8bc
Update reset theme button to use white for light theme
2022-01-13 10:26:05 +00:00
Andrew Kingston
5d81a5ef54
Remove unmaintained rollup plugins for node and replace with rollup-plugin-polyfill-node
2022-01-11 14:01:50 +00:00
Andrew Kingston
f2445226d5
Add new tag component to client apps
2021-12-08 13:06:15 +00:00