-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
chore(release): automatic release v0.1.0 #785
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
* WIP On docker integration * WIP on adding docker support * WIP on adding docker support * chore: Add cacheTime parameter to createCacheChannel function * bugfix: Add node-loader npm dependency for webpack configuration * revert changes * chore: Add node-loader npm dependency for webpack configuration * feat: Add Docker container list to DockerPage * chore: apply pr suggestions * fix: fix printing issue using a Date objext * chore: Update npm dependencies * feat: Create DockerTable component for displaying Docker container list * feat: Refactor DockerPage to use DockerTable component * feat: Refactor DockerPage to use DockerTable component * feat: Add useTimeAgo hook for displaying relative timestamps * feat: Add hooks module to common package * refactor: Update DockerTable component Include container actions and state badges * feat: add information about instance for docker containers * feat: Add OverflowBadge component for displaying overflowed data * feat: Refactor DockerSingleton to use host and instance properties This commit refactors the DockerSingleton class in the `docker.ts` file to use the `host` and `instance` properties instead of the previous `key` and `remoteApi` properties. This change improves clarity and consistency in the codebase. * feat: Add OverflowBadge component for displaying overflowed data * feat: Improve DockerTable component with Avatar and Name column This commit enhances the DockerTable component in the `DockerTable.tsx` file by adding an Avatar and Name column. The Avatar column displays an icon based on the Docker container's image, while the Name column shows the container's name. This improvement provides better visual representation and identification of the containers in the table. * feat: Enhance DockerTable component with Avatar and Name columns * refactor: improve docker table and icon resolution * chore: address pull request feedback * fix: format issues * chore: add missing translations * refactor: remove black background --------- Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
* feat: add integration access check to middlewares * fix: format issues * fix: remove group and user permissions and items from context * refactor: move action check to seperate function
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
…4.3.1 (#784) Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
| fix(deps): update dependency glob to v11 (fix(deps): update dependency glob to v11 #766)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix: docker build (fix: docker build #777)
|
| fix: correctly set pr description (fix: correctly set pr description #778)
|
| fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.3.1 (fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.3.1 #784)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update tanstack-query monorepo to ^5.51.1 (fix(deps): update tanstack-query monorepo to ^5.51.1 #782)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency sass to ^1.77.8 (fix(deps): update dependency sass to ^1.77.8 #783)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency winston to v3.13.1 (fix(deps): update dependency winston to v3.13.1 #781)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update vitest monorepo to ^2.0.2 (chore(deps): update vitest monorepo to ^2.0.2 #780)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update nextjs monorepo to ^14.2.5 (fix(deps): update nextjs monorepo to ^14.2.5 #779)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency drizzle-orm to ^0.32.0 (fix(deps): update dependency drizzle-orm to ^0.32.0 #776)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency drizzle-kit to ^0.23.0 (fix(deps): update dependency drizzle-kit to ^0.23.0 #775)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency sass to ^1.77.7 (fix(deps): update dependency sass to ^1.77.7 #773)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency video.js to ^8.16.1 (fix(deps): update dependency video.js to ^8.16.1 #772)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update node.js to v20.15.1 (chore(deps): update node.js to v20.15.1 #771)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency testcontainers to ^10.10.3 (chore(deps): update dependency testcontainers to ^10.10.3 #770)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency @tabler/icons-react to ^3.10.0 (fix(deps): update dependency @tabler/icons-react to ^3.10.0 #769)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency glob to ^10.4.5 (fix(deps): update dependency glob to ^10.4.5 #768)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency jotai to ^2.9.0 (fix(deps): update dependency jotai to ^2.9.0 #767)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency glob to ^10.4.4 (fix(deps): update dependency glob to ^10.4.4 #765)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency node to v20.15.1 (chore(deps): update dependency node to v20.15.1 #763)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency testcontainers to ^10.10.2 (chore(deps): update dependency testcontainers to ^10.10.2 #764)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency typescript-eslint to ^7.16.0 (fix(deps): update dependency typescript-eslint to ^7.16.0 #762)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update vitest monorepo to ^2.0.1 (chore(deps): update vitest monorepo to ^2.0.1 #761)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| feat: add integration access check to middlewares (feat: add integration access check to middlewares #756)
| * feat: add integration access check to middlewares
|
| * fix: format issues
|
| * fix: remove group and user permissions and items from context
|
| * refactor: move action check to seperate function
| fix(deps): update dependency drizzle-orm to ^0.31.4 (fix(deps): update dependency drizzle-orm to ^0.31.4 #759)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update vitest monorepo to v2 (chore(deps): update vitest monorepo to v2 (major) #757)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency drizzle-orm to ^0.31.3 (fix(deps): update dependency drizzle-orm to ^0.31.3 #758)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| refactor: add color initials to avatar, improve usage of user avatar (refactor: add color initials to avatar, improve usage of user avatar #753)
|
| feat: add integration access settings (feat: add integration access settings #725)
| * feat: add integration access settings
|
| * fix: typecheck and test issues
|
| * fix: test timeout
|
| * chore: address pull request feedback
|
| * chore: add throw if action forbidden for integration permissions
|
| * fix: unable to create new migrations because of duplicate prevId in sqlite snapshots
|
| * chore: add sqlite migration for integration permissions
|
| * test: add unit tests for integration access
|
| * test: add permission checks to integration router tests
|
| * test: add unit test for integration permissions
|
| * chore: add mysql migration
|
| * fix: format issues
| fix: manage links wrong (fix: manage links wrong #754)
|
| chore(deps): update pnpm to v9.5.0 (chore(deps): update pnpm to v9.5.0 #755)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| feat: add docker actions (feat: add docker actions #752)
| * feat: add docker actions
|
| * chore: remove unnecessary import
| fix: memory leak caused by many unclosed redis subscriptions (fix: memory leak caused by many unclosed redis subscriptions #750)
| * fix: memory leak caused by many unclosed redis subscriptions
|
| * chore: address pull request feedback
| fix(deps): update dependency glob to ^10.4.3 (fix(deps): update dependency glob to ^10.4.3 #751)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency @types/node to ^20.14.10 (chore(deps): update dependency @types/node to ^20.14.10 #748)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update tanstack-query monorepo to ^5.50.1 (fix(deps): update tanstack-query monorepo to ^5.50.1 #747)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency react-simple-code-editor to ^0.14.1 (fix(deps): update dependency react-simple-code-editor to ^0.14.1 #746)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency @tabler/icons-react to ^3.9.0 (fix(deps): update dependency @tabler/icons-react to ^3.9.0 #745)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix: controller is already closed trpc subscription observable error (fix: controller is already closed trpc subscription observable error #743)
|
| chore(deps): update dependency testcontainers to ^10.10.1 (chore(deps): update dependency testcontainers to ^10.10.1 #739)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency ws to ^8.18.0 (fix(deps): update dependency ws to ^8.18.0 #740)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| feat: add jellyfin integration (feat: add jellyfin integration #672)
| * feat: feature: implement missing integrations #655 implement jellyfin media server
|
| * fix: table overflow
|
| * feat: pr feedback
|
| * refactor: format
|
| * refactor: merge existing code
|
| * fix: code smells
|
| * refactor: format commit
| feat: log elapsed cron job time (feat: log elapsed cron job time #742)
|
| chore(deps): update pnpm/action-setup to v4 (chore(deps): update pnpm/action-setup to v4 #741)
|
| fix(deps): update dependency react-simple-code-editor to ^0.14.0 (fix(deps): update dependency react-simple-code-editor to ^0.14.0 #738)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency @tabler/icons-react to ^3.8.0 (fix(deps): update dependency @tabler/icons-react to ^3.8.0 #737)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency better-sqlite3 to ^11.1.2 (fix(deps): update dependency better-sqlite3 to ^11.1.2 #736)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update mantine monorepo to ^7.11.1 (fix(deps): update mantine monorepo to ^7.11.1 #735)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| feat: add calendar widget (feat: add calendar widget #663)
| * feat: add calendar widget
|
| * feat: add artifacts to gitignore
| chore(deps): update dependency @types/better-sqlite3 to v7.6.11 (chore(deps): update dependency @types/better-sqlite3 to v7.6.11 #734)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency typescript to ^5.5.3 (chore(deps): update dependency typescript to ^5.5.3 #733)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency typescript-eslint to ^7.15.0 (fix(deps): update dependency typescript-eslint to ^7.15.0 #732)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| feat: add tasks page (feat: add tasks page #692)
|
| fix(deps): update dependency mysql2 to v3.10.2 (fix(deps): update dependency mysql2 to v3.10.2 #731)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update tanstack-query monorepo to ^5.49.2 (fix(deps): update tanstack-query monorepo to ^5.49.2 #730)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| feat: add dynamic breadcrumb (feat: add dynamic breadcrumb #706)
| * feat: add dynamic breadcrumb
|
| * feat: pr feedback
| fix(deps): update dependency drizzle-kit to ^0.22.8 (fix(deps): update dependency drizzle-kit to ^0.22.8 #729)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update tanstack-query monorepo to ^5.49.0 (fix(deps): update tanstack-query monorepo to ^5.49.0 #728)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix: typo in automatic release commit message (fix: typo in automatic release commit message #726)
|
| chore(deps): update turbo monorepo to ^2.0.6 (chore(deps): update turbo monorepo to ^2.0.6 #723)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency eslint to ^9.6.0 (chore(deps): update dependency eslint to ^9.6.0 #722)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency jotai to ^2.8.4 (fix(deps): update dependency jotai to ^2.8.4 #721)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency better-sqlite3 to ^11.1.1 (fix(deps): update dependency better-sqlite3 to ^11.1.1 #720)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update mantine monorepo to ^7.11.0 (fix(deps): update mantine monorepo to ^7.11.0 #719)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.3.0 (fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.3.0 #718)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix: open navigation item by default (fix: open navigation item by default #716)
|
| chore(deps): update dependency @types/node to ^20.14.9 (chore(deps): update dependency @types/node to ^20.14.9 #717)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency @tabler/icons-react to ^3.7.0 (fix(deps): update dependency @tabler/icons-react to ^3.7.0 #715)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update tanstack-query monorepo to ^5.48.0 (fix(deps): update tanstack-query monorepo to ^5.48.0 #714)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update tanstack-query monorepo to ^5.47.0 (fix(deps): update tanstack-query monorepo to ^5.47.0 #713)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency typescript-eslint to ^7.14.1 (fix(deps): update dependency typescript-eslint to ^7.14.1 #709)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update turbo monorepo to ^2.0.5 (chore(deps): update turbo monorepo to ^2.0.5 #711)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update node.js to v20.15.0 (chore(deps): update node.js to v20.15.0 #710)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| style: improve mobile compatibility of certain manage pages (style: improve mobile compatibility of certain manage pages #678)
| * style: improve mobile compatibility of certain manage pages
|
| * style: improve mobile support for more manage pages
|
| * fix: format issues
|
| * chore: address pull request feedback
| feat: test integration connection (feat: test integration connection #669)
| * feat: add test integration for pi-hole
|
| * refactor: test integration for pi-hole
|
| * fix: multiple secrets of same type could be used for integration creation
|
| * fix: remove integration test connection test and add mock for test-connection function
|
| * fix: add missing onUpdateFn to mysql integration secrets
|
| * fix: format issues
|
| * feat: add home assistant test connection
|
| * fix: deepsource issues
|
| * test: add system integration tests for test connection
|
| * fix: add before all for pulling home assistant image
|
| * test: add unit tests for handleTestConnectionResponseAsync
|
| * test: add unit test for testConnectionAsync
|
| * test: add mroe tests to integration-test-connection
|
| * fix: deepsource issues
|
| * fix: deepsource issue
|
| * chore: address pull request feedback
| refactor: add cron job core package (refactor: add cron job core package #704)
| * refactor: add cron job core package
|
| * docs: add comments to cron validation types
|
| * chore(deps): move node-cron dependencies from tasks app to cron-jobs-core package
|
| * fix: runOnInit is not running on start and rather on job creation
|
| * fix: format issues
|
| * fix: build fails when using top level await in cjs
|
| * chore: update turbo gen package json typescript version to 5.5.2
|
| * fix: format issue
|
| * fix: deepsource issues
|
| * chore: update turbo gen package json eslint version to 9.5.0
|
| * chore: fix frozen lockfile and format
| chore(deps): update dependency testcontainers to ^10.10.0 (chore(deps): update dependency testcontainers to ^10.10.0 #705)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency @types/node to ^20.14.8 (chore(deps): update dependency @types/node to ^20.14.8 #703)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency @auth/drizzle-adapter to ^1.4.1 (fix(deps): update dependency @auth/drizzle-adapter to ^1.4.1 #701)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency @auth/core to ^0.34.1 (fix(deps): update dependency @auth/core to ^0.34.1 #702)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency @auth/core to ^0.34.0 (fix(deps): update dependency @auth/core to ^0.34.0 #700)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency @tanstack/react-query-next-experimental to v5.46.0 (fix(deps): update dependency @tanstack/react-query-next-experimental to v5.46.0 #699)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency @types/node to ^20.14.7 (chore(deps): update dependency @types/node to ^20.14.7 #698)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency typescript to ^5.5.2 (chore(deps): update dependency typescript to ^5.5.2 #697)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency node to v20.15.0 (chore(deps): update dependency node to v20.15.0 #696)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency eslint-plugin-jsx-a11y to ^6.9.0 (fix(deps): update dependency eslint-plugin-jsx-a11y to ^6.9.0 #695)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency @auth/drizzle-adapter to ^1.3.0 (fix(deps): update dependency @auth/drizzle-adapter to ^1.3.0 #694)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency @auth/core to ^0.33.0 (fix(deps): update dependency @auth/core to ^0.33.0 #693)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency undici to v6.19.2 (fix(deps): update dependency undici to v6.19.2 #691)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| feat: add undici fetch interceptor (feat: add undici fetch interceptor #687)
| Co-authored-by: Meier Lukas meierschlumpf@gmail.com
| chore(deps): update dependency @types/node to ^20.14.6 (chore(deps): update dependency @types/node to ^20.14.6 #690)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency glob to ^10.4.2 (fix(deps): update dependency glob to ^10.4.2 #689)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency eslint-plugin-react to ^7.34.3 (fix(deps): update dependency eslint-plugin-react to ^7.34.3 #688)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update docker/build-push-action action to v6 (chore(deps): update docker/build-push-action action to v6 #679)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency @types/node to ^20.14.5 (chore(deps): update dependency @types/node to ^20.14.5 #686)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency @types/node to ^20.14.4 (chore(deps): update dependency @types/node to ^20.14.4 #685)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency sass to ^1.77.6 (fix(deps): update dependency sass to ^1.77.6 #683)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency @types/node to ^20.14.3 (chore(deps): update dependency @types/node to ^20.14.3 #682)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency typescript-eslint to ^7.13.1 (fix(deps): update dependency typescript-eslint to ^7.13.1 #681)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update pnpm to v9.4.0 (chore(deps): update pnpm to v9.4.0 #680)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update tanstack-query monorepo to ^5.45.1 (fix(deps): update tanstack-query monorepo to ^5.45.1 #677)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix: missing translations for apps / integrations bug: missing translations for apps / integrations #438 (fix: missing translations for apps / integrations #438 #674)
| * fix: missing translations for apps / integrations bug: missing translations for apps / integrations #438
|
| * chore: remove unnecessary property from integration new dropdown
| fix: icon selector is a select not an autocomplete bug: icon selector is a select not an autocomplete #515 (fix: icon selector is a select not an autocomplete #515 #675)
|
| fix(deps): update dependency ws to ^8.17.1 (fix(deps): update dependency ws to ^8.17.1 #676)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore: change turbo ui to stream because the other one is unusable (chore: change turbo ui to stream because the other one is unusable #670)
|
| chore(deps): update dependency eslint to ^9.5.0 (chore(deps): update dependency eslint to ^9.5.0 #668)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update turbo monorepo to ^2.0.4 (chore(deps): update turbo monorepo to ^2.0.4 #666)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency mysql2 to v3.10.1 (fix(deps): update dependency mysql2 to v3.10.1 #665)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency @tabler/icons-react to ^3.6.0 (fix(deps): update dependency @tabler/icons-react to ^3.6.0 #664)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update mantine monorepo to ^7.10.2 (fix(deps): update mantine monorepo to ^7.10.2 #662)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency mantine-react-table to v2.0.0-beta.5 (fix(deps): update dependency mantine-react-table to v2.0.0-beta.5 #661)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update tanstack-query monorepo to ^5.45.0 (fix(deps): update tanstack-query monorepo to ^5.45.0 #660)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency sass to ^1.77.5 (fix(deps): update dependency sass to ^1.77.5 #659)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update nextjs monorepo to ^14.2.4 (fix(deps): update nextjs monorepo to ^14.2.4 #658)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update tanstack-query monorepo to ^5.44.0 (fix(deps): update tanstack-query monorepo to ^5.44.0 #657)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency prettier to ^3.3.2 (fix(deps): update dependency prettier to ^3.3.2 #656)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore: improve importing of some packages (chore: improve importing of some packages #647)
| * chore: improve importing of some packages
|
| * fix: not same version for all dependencies
|
| * fix: lint and format issue
| test: add pi-hole test container integration test (test: add pi-hole test container integration test #649)
| * test: add pi-hole test container integration test
|
| * chore: improve waiting logic for test container
|
| * refactor: improve structure of pi hole test
|
| * fix: eslint does not recognize test directory to be part of tsconfig
| fix: login with revalidate path and wrong preferences link (fix: login with revalidate path and wrong preferences link #654)
|
| feat: add homeassistant integration (feat: add homeassistant integration #578)
|
| fix(deps): update dependency typescript-eslint to ^7.13.0 (fix(deps): update dependency typescript-eslint to ^7.13.0 #653)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency drizzle-kit to ^0.22.7 (fix(deps): update dependency drizzle-kit to ^0.22.7 #652)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update pnpm to v9.3.0 (chore(deps): update pnpm to v9.3.0 #651)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency @vitejs/plugin-react to ^4.3.1 (chore(deps): update dependency @vitejs/plugin-react to ^4.3.1 #650)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency @trpc/client to v11.0.0-rc.401 (fix(deps): update dependency @trpc/client to v11.0.0-rc.401 #648)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| feat: DNS Hole summary Scalability (feat: DNS Hole summary Scalability #646)
|
| feat: App tile scalability (feat: App tile scalability #645)
| * feat: App tile scalability
|
| * fix: missing translation
| feat: improve user init setup (feat: improve user init setup #643)
|
| feat: Clock widget scalability (feat: Clock widget scalability #644)
|
| fix: gridstack not working (fix: gridstack not working #642)
| * fix: gridstack not working
|
| * chore: remove unneccessary comments
| fix: renovate config with json does not support comments (fix: renovate config with json does not support comments #641)
|
| fix: pnpm dev did not work caused by tsx update (fix: pnpm dev did not work caused by tsx update #638)
| * fix: pnpm dev did not work caused by tsx update
|
| * fix: format issues
| fix(deps): update dependency @tanstack/react-query-next-experimental to v5.41.0 (fix(deps): update dependency @tanstack/react-query-next-experimental to v5.41.0 #639)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency eslint to v9 (chore(deps): update dependency eslint to v9 #452)
| * chore(deps): update dependency eslint to v9
|
| * chore: migrate eslint to v9
|
| * fix: dependency issues
|
| * fix: unit tests not working
|
| * chore: disable lint check for Image component that does not work in ci
|
| * fix: lint issue
|
| ---------
|
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| Co-authored-by: Meier Lukas meierschlumpf@gmail.com
| feat: add simple app ping (feat: add simple app ping #580)
| * feat: add simple ping
|
| * refactor: make ping run on server and show errors
|
| * fix: format issues
|
| * fix: missing translation for enabled ping option for app
|
| * refactor: remove ping queue as no longer needed
|
| * chore: address pull request feedback
|
| * test: add some unit tests
|
| * fix: format issues
|
| * fix: deepsource issues
| chore: configure i18n ally (chore: configure i18n ally #606)
| Note: TypeScript files are read-only https://github.com/lokalise/i18n-ally/wiki/Locale-Formats#supported-locale-formats
| chore(deps): update turbo monorepo to v2 (major) (chore(deps): update turbo monorepo to v2 (major) #621)
| * chore(deps): update turbo monorepo to v2
|
| * chore: run codemod
|
| ---------
|
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| Co-authored-by: Meier Lukas meierschlumpf@gmail.com
| chore(deps): update dependency tsx to v4.14.0 (chore(deps): update dependency tsx to v4.14.0 #637)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency drizzle-kit to ^0.22.6 (fix(deps): update dependency drizzle-kit to ^0.22.6 #636)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency tsx to v4.13.3 (chore(deps): update dependency tsx to v4.13.3 #635)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency @trpc/client to v11.0.0-rc.396 (fix(deps): update dependency @trpc/client to v11.0.0-rc.396 #634)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency drizzle-orm to ^0.31.2 (fix(deps): update dependency drizzle-orm to ^0.31.2 #632)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency drizzle-kit to ^0.22.5 (fix(deps): update dependency drizzle-kit to ^0.22.5 #631)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency tsx to v4.13.2 (chore(deps): update dependency tsx to v4.13.2 #630)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency tsx to v4.13.1 (chore(deps): update dependency tsx to v4.13.1 #629)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency tsx to v4.13.0 (chore(deps): update dependency tsx to v4.13.0 #628)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency tsx to v4.12.1 (chore(deps): update dependency tsx to v4.12.1 #627)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency @trpc/client to v11.0.0-rc.394 (fix(deps): update dependency @trpc/client to v11.0.0-rc.394 #626)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update pnpm to v9.2.0 (chore(deps): update pnpm to v9.2.0 #624)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency tsx to v4.12.0 (chore(deps): update dependency tsx to v4.12.0 #614)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency prettier to ^3.3.1 (fix(deps): update dependency prettier to ^3.3.1 #623)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency drizzle-kit to ^0.22.4 (fix(deps): update dependency drizzle-kit to ^0.22.4 #625)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update turbo monorepo to ^1.13.4 (chore(deps): update turbo monorepo to ^1.13.4 #620)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency @types/node to ^20.14.2 (chore(deps): update dependency @types/node to ^20.14.2 #622)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| ci: use app instead of personal token (ci: use app instead of personal token #611)
|
| feat: weather widget scalable (feat: weather widget scalable #574)
| * refactor: Make weather widget scalable
|
| * fix: formatting
|
| * fix: map key again
|
| * fix: null assertions
| fix(deps): update typescript-eslint monorepo to ^7.12.0 (fix(deps): update typescript-eslint monorepo to ^7.12.0 #616)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update tanstack-query monorepo to ^5.40.1 (fix(deps): update tanstack-query monorepo to ^5.40.1 #617)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency drizzle-kit to ^0.22.2 (fix(deps): update dependency drizzle-kit to ^0.22.2 #618)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency drizzle-orm to ^0.31.1 (fix(deps): update dependency drizzle-orm to ^0.31.1 #619)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency jotai to ^2.8.3 (fix(deps): update dependency jotai to ^2.8.3 #615)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency @types/node to ^20.14.1 (chore(deps): update dependency @types/node to ^20.14.1 #613)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency @trpc/client to v11.0.0-rc.390 (fix(deps): update dependency @trpc/client to v11.0.0-rc.390 #609)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| ci: add rider run configuration (ci: add rider run configuration #610)
|
| fix(deps): update dependency next-auth to v5.0.0-beta.19 (fix(deps): update dependency next-auth to v5.0.0-beta.19 #605)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency @auth/core to ^0.32.0 (fix(deps): update dependency @auth/core to ^0.32.0 #603)
| * fix(deps): update dependency @auth/core to ^0.32.0
|
| * fix(deps): update dependency @auth/core to ^0.32.0
|
| * fix: type issues with next-auth types
|
| ---------
|
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| Co-authored-by: Meier Lukas meierschlumpf@gmail.com
| fix(deps): update dependency @trpc/client to v11.0.0-rc.383 (fix(deps): update dependency @trpc/client to v11.0.0-rc.383 #608)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency @auth/drizzle-adapter to ^1.2.0 (fix(deps): update dependency @auth/drizzle-adapter to ^1.2.0 #604)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update actions/checkout action to v4 (chore(deps): update actions/checkout action to v4 #595)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| ci: fix pull request description
|
| ci: add automerge label to create PR step
|
| ci: fix pr number target
|
| ci: remove if condition from create PR step
|
| ci: fix fetch depth (ci: fix fetch depth #599)
|
| ci: fix branch to compare tags (ci: fix branch to compare tags #598)
|
| fix: default branch for tag compare (fix: default branch for tag compare #597)
|
| refactor: clean up workflows (refactor: clean up workflows #596)
|
| ci: add automatic release workflow (ci: add automatic release workflow #583)
|
| fix(deps): update dependency prettier to ^3.3.0 (fix(deps): update dependency prettier to ^3.3.0 #594)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency mantine-react-table to v2.0.0-beta.4 (fix(deps): update dependency mantine-react-table to v2.0.0-beta.4 #593)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency @types/node to ^20.13.0 (chore(deps): update dependency @types/node to ^20.13.0 #592)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency @types/node to ^20.12.14 (chore(deps): update dependency @types/node to ^20.12.14 #591)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency better-sqlite3 to v11 (fix(deps): update dependency better-sqlite3 to v11 #587)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency drizzle-kit to ^0.22.1 (fix(deps): update dependency drizzle-kit to ^0.22.1 #590)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency drizzle-orm to ^0.31.0 (fix(deps): update dependency drizzle-orm to ^0.31.0 #589)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency drizzle-kit to ^0.22.0 (fix(deps): update dependency drizzle-kit to ^0.22.0 #588)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency sass to ^1.77.4 (fix(deps): update dependency sass to ^1.77.4 #586)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency mysql2 to v3.10.0 (fix(deps): update dependency mysql2 to v3.10.0 #585)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency better-sqlite3 to ^10.1.0 (fix(deps): update dependency better-sqlite3 to ^10.1.0 #584)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update pnpm to v9.1.4 (chore(deps): update pnpm to v9.1.4 #582)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update mantine monorepo to ^7.10.1 (fix(deps): update mantine monorepo to ^7.10.1 #581)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency sass to ^1.77.3 (fix(deps): update dependency sass to ^1.77.3 #579)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| feat: add docker container table (feat: add docker container table #520)
| * WIP On docker integration
|
| * WIP on adding docker support
|
| * WIP on adding docker support
|
| * chore: Add cacheTime parameter to createCacheChannel function
|
| * bugfix: Add node-loader npm dependency for webpack configuration
|
| * revert changes
|
| * chore: Add node-loader npm dependency for webpack configuration
|
| * feat: Add Docker container list to DockerPage
|
| * chore: apply pr suggestions
|
| * fix: fix printing issue using a Date objext
|
| * chore: Update npm dependencies
|
| * feat: Create DockerTable component for displaying Docker container list
|
| * feat: Refactor DockerPage to use DockerTable component
|
| * feat: Refactor DockerPage to use DockerTable component
|
| * feat: Add useTimeAgo hook for displaying relative timestamps
|
| * feat: Add hooks module to common package
|
| * refactor: Update DockerTable component
|
| Include container actions and state badges
|
| * feat: add information about instance for docker containers
|
| * feat: Add OverflowBadge component for displaying overflowed data
|
| * feat: Refactor DockerSingleton to use host and instance properties
|
| This commit refactors the DockerSingleton class in the
docker.ts
file to use thehost
andinstance
properties instead of the previouskey
andremoteApi
properties. This change improves clarity and consistency in the codebase.|
| * feat: Add OverflowBadge component for displaying overflowed data
|
| * feat: Improve DockerTable component with Avatar and Name column
|
| This commit enhances the DockerTable component in the
DockerTable.tsx
file by adding an Avatar and Name column. The Avatar column displays an icon based on the Docker container's image, while the Name column shows the container's name. This improvement provides better visual representation and identification of the containers in the table.|
| * feat: Enhance DockerTable component with Avatar and Name columns
|
| * refactor: improve docker table and icon resolution
|
| * chore: address pull request feedback
|
| * fix: format issues
|
| * chore: add missing translations
|
| * refactor: remove black background
|
| ---------
|
| Co-authored-by: Meier Lukas meierschlumpf@gmail.com
| chore(deps): update actions/checkout action to v4 (chore(deps): update actions/checkout action to v4 #571)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update dependency @types/node to ^20.12.13 (chore(deps): update dependency @types/node to ^20.12.13 #577)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency mysql2 to v3.9.9 (fix(deps): update dependency mysql2 to v3.9.9 #576)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency flag-icons to ^7.2.3 (fix(deps): update dependency flag-icons to ^7.2.3 #575)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| chore(deps): update node.js to v20.14.0 (chore(deps): update node.js to v20.14.0 #573)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix(deps): update dependency eslint-plugin-react to ^7.34.2 (fix(deps): update dependency eslint-plugin-react to ^7.34.2 #567)
| Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| fix: renovate automatic approval typo no file extension (fix: renovate automatic approval typo no file extension #572)
|
fix(deps): update dependency @trpc/client to v11.0.0-rc.382 (fix(deps): update dependency @trpc/client to v11.0.0-rc.382 #568)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
| Merge pull request chore: merge to main #570 from homarr-labs/dev
| chore: merge to main
Merge pull request chore: merge to main #547 from homarr-labs/dev
chore: merge to main