-
-
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): automatic release v0.1.0 #633
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 <[email protected]>
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>
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>
* 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 <[email protected]>
Note: TypeScript files are read-only https://github.com/lokalise/i18n-ally/wiki/Locale-Formats#supported-locale-formats
* 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(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 <[email protected]>
…to v5.41.0 (#639) Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
* fix: pnpm dev did not work caused by tsx update * fix: format issues
* fix: gridstack not working * chore: remove unneccessary comments
* feat: App tile scalability * fix: missing translation
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>
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 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 [email protected]
| 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 [email protected]
| 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