Ruben Fiszel
|
95c4be513c
|
chore(main): release 1.105.0 (#1646)
* chore(main): release 1.105.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2023-05-27 15:07:37 +02:00 |
|
Ruben Fiszel
|
76173233a6
|
update hub sync cli version
|
2023-05-27 15:07:21 +02:00 |
|
Ruben Fiszel
|
5806610dd4
|
feat(cli): add variables add to CLI
|
2023-05-27 14:53:30 +02:00 |
|
Ruben Fiszel
|
944ef2df69
|
fix(cli): expose an encrypt value endpoint
|
2023-05-27 14:31:30 +02:00 |
|
Faton Ramadani
|
552ed9459c
|
fix(frontend): Check whether the source has the right type (#1647)
* fix(frontend): Check whether the source has the right type
* fix(frontend): add componentErrorHandler
|
2023-05-26 15:14:14 +00:00 |
|
Ruben Fiszel
|
08c3ab5753
|
embedded style for react-sdk
|
2023-05-26 07:50:51 +02:00 |
|
Ruben Fiszel
|
8f403a7ae5
|
feat(apps): added deployment history browser
|
2023-05-26 06:49:34 +02:00 |
|
Ruben Fiszel
|
bf1974b947
|
revert rx modification
|
2023-05-25 21:29:31 +02:00 |
|
Ruben Fiszel
|
3a64583063
|
add /user/all_runnable
|
2023-05-25 20:43:56 +02:00 |
|
Ruben Fiszel
|
e7c6b7138b
|
fix toggle binding in app
|
2023-05-25 19:04:02 +02:00 |
|
Ruben Fiszel
|
26b68fa2db
|
add logs around connecting to database
|
2023-05-25 17:45:17 +02:00 |
|
Ruben Fiszel
|
2a235f789f
|
object viewer copy path instead of content
|
2023-05-25 16:28:01 +02:00 |
|
Ruben Fiszel
|
1c5304f2e1
|
fix redacted audit logs
|
2023-05-25 15:58:53 +02:00 |
|
Ruben Fiszel
|
470650e504
|
fix migration break
|
2023-05-25 11:07:54 +02:00 |
|
dependabot[bot]
|
f806b38071
|
chore(deps): bump dependabot/fetch-metadata from 1.3.6 to 1.5.0 (#1624)
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.6 to 1.5.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.6...v1.5.0)
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
|
2023-05-25 08:57:52 +02:00 |
|
Ruben Fiszel
|
0b3ec28d8c
|
audit log redacted in CE (#1645)
* auditLogOnEE
* audit logs
|
2023-05-25 08:56:38 +02:00 |
|
Ruben Fiszel
|
07e3b0e3d0
|
chore(main): release 1.104.2 (#1644)
* chore(main): release 1.104.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2023-05-24 18:47:35 +02:00 |
|
Ruben Fiszel
|
0e4a5a165b
|
fix(python): fix python execution
|
2023-05-24 18:43:32 +02:00 |
|
Ruben Fiszel
|
3e1caa75e1
|
chore(main): release 1.104.1 (#1643)
* chore(main): release 1.104.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2023-05-24 18:34:33 +02:00 |
|
Ruben Fiszel
|
453351fcc2
|
fix(cli): fix hub pull
|
2023-05-24 18:31:28 +02:00 |
|
Ruben Fiszel
|
7b514a9f03
|
fix(cli): parse schema when pulling from hub
|
2023-05-24 18:30:09 +02:00 |
|
Ruben Fiszel
|
cf6a3fe33c
|
fix(cli): avoid looping infinitely and avoid prompt if interactive
|
2023-05-24 17:38:58 +02:00 |
|
Faton Ramadani
|
226b9e9756
|
fix(frontend): Fix app toolbar z-index (#1641)
* fix(frontend): Fix app toolbar z-index
* fix(frontend): mimimize changes
* fix(frontend): use same strategy as Popover
|
2023-05-24 15:58:59 +02:00 |
|
Ruben Fiszel
|
3d47411759
|
chore(main): release 1.104.0 (#1635)
* chore(main): release 1.104.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2023-05-24 15:49:28 +02:00 |
|
Ruben Fiszel
|
cee50708f8
|
update cli sync script
|
2023-05-24 15:46:58 +02:00 |
|
Ruben Fiszel
|
f4fbf93411
|
fix(cli): do not rely on x.nest.land
|
2023-05-24 15:37:00 +02:00 |
|
Ruben Fiszel
|
467f8cbe2a
|
fix multiline test
|
2023-05-24 15:16:19 +02:00 |
|
Ruben Fiszel
|
9a8f96a2f3
|
add ee_license endpoint
|
2023-05-24 14:34:03 +02:00 |
|
Faton Ramadani
|
4ad364e551
|
App multi select default items (#1638)
* feat(frontend): add default items to multi select component
* feat(frontend): set the output correctly
|
2023-05-24 13:58:05 +02:00 |
|
Ruben Fiszel
|
8e080b9028
|
update openapi-typescript-codegen
|
2023-05-24 12:30:21 +02:00 |
|
Ruben Fiszel
|
f72b86b8ea
|
update docker-compose and .env
|
2023-05-24 11:40:50 +02:00 |
|
Ruben Fiszel
|
e9e4fa0a6d
|
overwrite buggy migration 3
|
2023-05-24 10:56:24 +02:00 |
|
Ruben Fiszel
|
5d55229569
|
overwrite buggy migration 2
|
2023-05-24 10:52:54 +02:00 |
|
Ruben Fiszel
|
436983e3aa
|
fix buggy migration 2
|
2023-05-24 10:52:12 +02:00 |
|
Ruben Fiszel
|
c003507bc0
|
overwrite buggy migration
|
2023-05-24 10:44:10 +02:00 |
|
Ruben Fiszel
|
a3f900de32
|
remove demo and starter if empty
|
2023-05-24 10:10:46 +02:00 |
|
Ruben Fiszel
|
986c1d4e21
|
improve logout experience on setup
|
2023-05-24 08:31:37 +02:00 |
|
Ruben Fiszel
|
a97b555ac8
|
treat bash errors as errors
|
2023-05-23 20:49:16 +02:00 |
|
Ruben Fiszel
|
c93393d5c0
|
feat: schedule error handler (#1636)
* handleError
* revert
* all
|
2023-05-23 20:25:41 +02:00 |
|
Ruben Fiszel
|
dd32bf2e9d
|
fix(python): handle nan
|
2023-05-23 18:36:59 +02:00 |
|
Ruben Fiszel
|
dd3d8076b5
|
better split frontend helpers
|
2023-05-23 12:32:20 +02:00 |
|
Ruben Fiszel
|
fa00971b11
|
pin deno to 1.33.3
|
2023-05-23 00:44:49 +02:00 |
|
dependabot[bot]
|
7731c243c6
|
chore(deps-dev): bump @typescript-eslint/eslint-plugin in /frontend (#1630)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.6 to 5.59.7.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.7/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-05-22 19:12:05 +00:00 |
|
dependabot[bot]
|
0d0a85316d
|
chore(deps): bump lucide-svelte from 0.216.0 to 0.220.0 in /frontend (#1632)
Bumps [lucide-svelte](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-svelte) from 0.216.0 to 0.220.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/v0.220.0/packages/lucide-svelte)
---
updated-dependencies:
- dependency-name: lucide-svelte
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-05-22 19:07:34 +00:00 |
|
dependabot[bot]
|
ae0c81746f
|
chore(deps-dev): bump @sveltejs/kit from 1.16.2 to 1.18.0 in /frontend (#1631)
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 1.16.2 to 1.18.0.
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.18.0/packages/kit)
---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-05-22 19:07:17 +00:00 |
|
dependabot[bot]
|
fa44950fda
|
chore(deps-dev): bump pdfjs-dist from 3.5.141 to 3.6.172 in /frontend (#1629)
Bumps [pdfjs-dist](https://github.com/mozilla/pdfjs-dist) from 3.5.141 to 3.6.172.
- [Commits](https://github.com/mozilla/pdfjs-dist/commits)
---
updated-dependencies:
- dependency-name: pdfjs-dist
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-05-22 19:05:15 +00:00 |
|
dependabot[bot]
|
eb92152e45
|
chore(deps): bump date-fns from 2.29.3 to 2.30.0 in /frontend (#1628)
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.29.3 to 2.30.0.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/v2.30.0/CHANGELOG.md)
- [Commits](https://github.com/date-fns/date-fns/compare/v2.29.3...v2.30.0)
---
updated-dependencies:
- dependency-name: date-fns
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-05-22 19:02:25 +00:00 |
|
dependabot[bot]
|
6c578e4ed7
|
chore(deps-dev): bump tslib from 2.5.0 to 2.5.2 in /frontend (#1627)
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.0 to 2.5.2.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/2.5.0...2.5.2)
---
updated-dependencies:
- dependency-name: tslib
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-05-22 19:01:52 +00:00 |
|
dependabot[bot]
|
8fe94ec9b5
|
chore(deps): bump svelte-select from 5.6.0 to 5.6.1 in /frontend (#1626)
Bumps [svelte-select](https://github.com/rob-balfre/svelte-select) from 5.6.0 to 5.6.1.
- [Changelog](https://github.com/rob-balfre/svelte-select/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rob-balfre/svelte-select/compare/v5.6.0...v5.6.1)
---
updated-dependencies:
- dependency-name: svelte-select
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-05-22 19:01:49 +00:00 |
|
dependabot[bot]
|
b3c158f553
|
chore(deps-dev): bump @typescript-eslint/parser in /frontend (#1625)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.1 to 5.59.7.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.7/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-05-22 19:01:15 +00:00 |
|