Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial version of Cloud Console and IDP modified for Cloud Console #298

Merged
merged 37 commits into from
Sep 4, 2024

Conversation

Mrkazik99
Copy link
Collaborator

Closes: #151

Mrkazik99 and others added 30 commits July 29, 2024 15:19
BREAKING CHANGE: New client, additional option in fetcher, ui for new microservice
* feat(conversion): add mobile optimization to PDF pipeline

* feat: working implementation with API endpoints

* fix(api): OpenAPI docs

* chore: revert unnecessary changes

* fix(api): OpenAPI docs

* docs: update DEVELOPMENT.md

* chore: rename to segmentation

* chore: update OpenAPI docs

* fix: revert DTO changes

* chore: update OpenAPI docs

* fix(migrations): file header

* chore(ui): add PDFProps field

* feat: use ImageMagick to generate PDF thumbnails as JPEG

* chore: generate OpenAPI docs
* chore: enrich S3Object

* fix: router params

* fix: router params

* fix: error checking

* feat: enrich snapshot.mosaic field

* chore: improve S3Object data structure
feat: further enrichment of snapshot.original field with more properties (see JSON below)
feat: further enrichment of snapshot.preview field with more properties (see JSON below)
feat: further enrichment of snapshot.segmentation field with more properties (see JSON below)
feat: further enrichment of snapshot.mosaic field with more properties (see JSON below)
refactor: clients on API microservice look the same like other microservices (preparing for deduplication)
To prevent using outdated links to debian packages that were last refreshed during the docker build, perform an apt-update at the start.
* feat(api): endpoint to reprocess a file

* refactor(api): no naked return

* refactor(api): don't mark folders as rejected

* fix: set snapshot.task_id to NULL when deleting a task

* chore: format code

* chore: fix linter error
* feat(mosaic): use bild

* chore(conversion): format code

* refactor(mosaic): delete not needed type conversion

* feat(conversion): use bild

* refactor(mosaic): remove more unnecessary type conversions
* fix: hybrid integration of bild and ImageMagick

* chore: format code

* fix: add support for .tif extension

* fix: various issues

* fix: base mosaic on preview
* feat(conversion): automatically trigger mosaic

* refactor(conversion): adjustments

* refactor(conversion): no need for a separate function

* fix(conversion): delete output files correctly

* fixup! fix(conversion): delete output files correctly

* fix(conversion): correctly handle forwarding in pipelines
BREAKING CHANGE: New client, additional option in fetcher, ui for new microservice
…i-admin-panel

# Conflicts:
#	ui/src/pages/admin/admin-panel-groups.tsx
#	ui/src/pages/admin/admin-panel-organizations.tsx
#	ui/src/pages/admin/admin-panel-workspaces.tsx
#	ui/src/pages/admin/admin-rename-modal.tsx
…n UI, Pagination option to disable rewind and jump to last buttons
idp/package.json Outdated Show resolved Hide resolved
idp/src/user/router.ts Outdated Show resolved Hide resolved
idp/src/user/router.ts Outdated Show resolved Hide resolved
idp/src/user/service.ts Outdated Show resolved Hide resolved
idp/src/user/service.ts Outdated Show resolved Hide resolved
Copy link
Member

@bouassaba bouassaba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check the review comments.

@Mrkazik99 Mrkazik99 requested a review from bouassaba September 4, 2024 18:44
@loboda4450 loboda4450 merged commit f90dad9 into main Sep 4, 2024
24 checks passed
@loboda4450 loboda4450 deleted the feat/ui-admin-panel branch September 4, 2024 19:58
Comment on lines +86 to +97
.col(
ColumnDef::new(User::IsAdmin)
.boolean()
.not_null()
.default(false),
)
.col(
ColumnDef::new(User::IsActive)
.boolean()
.not_null()
.default(true),
)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never change existing migrations. This needs to be reverted asap

@bouassaba bouassaba modified the milestones: v2.2, v3.0 Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Admin dashboard
4 participants