-
-
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
Commits on May 28, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for e448eeb - Browse repository at this point
Copy the full SHA e448eebView commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2185e3 - Browse repository at this point
Copy the full SHA c2185e3View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9e499bd - Browse repository at this point
Copy the full SHA 9e499bdView commit details -
chore(deps): update node.js to v20.14.0 (#573)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2cb3e95 - Browse repository at this point
Copy the full SHA 2cb3e95View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for fe43e74 - Browse repository at this point
Copy the full SHA fe43e74View commit details -
fix(deps): update dependency mysql2 to v3.9.9 (#576)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 612b8d8 - Browse repository at this point
Copy the full SHA 612b8d8View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for dc7f455 - Browse repository at this point
Copy the full SHA dc7f455View commit details -
chore(deps): update actions/checkout action to v4 (#571)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e030e06 - Browse repository at this point
Copy the full SHA e030e06View commit details -
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 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]>
Configuration menu - View commit details
-
Copy full SHA for dd2937a - Browse repository at this point
Copy the full SHA dd2937aView commit details -
fix(deps): update dependency sass to ^1.77.3 (#579)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 169feca - Browse repository at this point
Copy the full SHA 169fecaView commit details
Commits on May 30, 2024
-
fix(deps): update mantine monorepo to ^7.10.1 (#581)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b12d109 - Browse repository at this point
Copy the full SHA b12d109View commit details -
chore(deps): update pnpm to v9.1.4 (#582)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ec29d77 - Browse repository at this point
Copy the full SHA ec29d77View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6d46e91 - Browse repository at this point
Copy the full SHA 6d46e91View commit details -
fix(deps): update dependency mysql2 to v3.10.0 (#585)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ff84c2b - Browse repository at this point
Copy the full SHA ff84c2bView commit details
Commits on May 31, 2024
-
fix(deps): update dependency sass to ^1.77.4 (#586)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 79d977c - Browse repository at this point
Copy the full SHA 79d977cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d16281b - Browse repository at this point
Copy the full SHA d16281bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3b39e87 - Browse repository at this point
Copy the full SHA 3b39e87View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 51fb7cb - Browse repository at this point
Copy the full SHA 51fb7cbView commit details -
fix(deps): update dependency better-sqlite3 to v11 (#587)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 96150f8 - Browse repository at this point
Copy the full SHA 96150f8View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 777473e - Browse repository at this point
Copy the full SHA 777473eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e832bfb - Browse repository at this point
Copy the full SHA e832bfbView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for fef070c - Browse repository at this point
Copy the full SHA fef070cView commit details
Commits on Jun 1, 2024
-
fix(deps): update dependency prettier to ^3.3.0 (#594)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b1b839f - Browse repository at this point
Copy the full SHA b1b839fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26146f4 - Browse repository at this point
Copy the full SHA 26146f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4523083 - Browse repository at this point
Copy the full SHA 4523083View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cc2736 - Browse repository at this point
Copy the full SHA 7cc2736View commit details -
Configuration menu - View commit details
-
Copy full SHA for d08bdf3 - Browse repository at this point
Copy the full SHA d08bdf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b304c7 - Browse repository at this point
Copy the full SHA 4b304c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ff39b2 - Browse repository at this point
Copy the full SHA 4ff39b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6a6734 - Browse repository at this point
Copy the full SHA a6a6734View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67d4899 - Browse repository at this point
Copy the full SHA 67d4899View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2be1ae8 - Browse repository at this point
Copy the full SHA 2be1ae8View commit details -
chore(deps): update actions/checkout action to v4 (#595)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 04c02d8 - Browse repository at this point
Copy the full SHA 04c02d8View commit details
Commits on Jun 2, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 2e044ac - Browse repository at this point
Copy the full SHA 2e044acView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 869efbc - Browse repository at this point
Copy the full SHA 869efbcView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for dc3b007 - Browse repository at this point
Copy the full SHA dc3b007View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 20874cb - Browse repository at this point
Copy the full SHA 20874cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b5f873 - Browse repository at this point
Copy the full SHA 2b5f873View commit details
Commits on Jun 3, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 812b8d8 - Browse repository at this point
Copy the full SHA 812b8d8View commit details
Commits on Jun 4, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3818326 - Browse repository at this point
Copy the full SHA 3818326View commit details -
fix(deps): update dependency jotai to ^2.8.3 (#615)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d993e8d - Browse repository at this point
Copy the full SHA d993e8dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 710197b - Browse repository at this point
Copy the full SHA 710197bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f5aaf89 - Browse repository at this point
Copy the full SHA f5aaf89View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 946ea87 - Browse repository at this point
Copy the full SHA 946ea87View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2623708 - Browse repository at this point
Copy the full SHA 2623708View commit details
Commits on Jun 5, 2024
-
feat: weather widget scalable (#574)
* refactor: Make weather widget scalable * fix: formatting * fix: map key again * fix: null assertions
Configuration menu - View commit details
-
Copy full SHA for cfd8b32 - Browse repository at this point
Copy the full SHA cfd8b32View commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 251cedf - Browse repository at this point
Copy the full SHA 251cedfView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f1dbc44 - Browse repository at this point
Copy the full SHA f1dbc44View commit details -
chore(deps): update turbo monorepo to ^1.13.4 (#620)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 899060c - Browse repository at this point
Copy the full SHA 899060cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for dda34e7 - Browse repository at this point
Copy the full SHA dda34e7View commit details -
fix(deps): update dependency prettier to ^3.3.1 (#623)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8f551aa - Browse repository at this point
Copy the full SHA 8f551aaView commit details -
chore(deps): update dependency tsx to v4.12.0 (#614)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1aabc4d - Browse repository at this point
Copy the full SHA 1aabc4dView commit details -
chore(deps): update pnpm to v9.2.0 (#624)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for afa9634 - Browse repository at this point
Copy the full SHA afa9634View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5bf1ddd - Browse repository at this point
Copy the full SHA 5bf1dddView commit details
Commits on Jun 7, 2024
-
chore(deps): update dependency tsx to v4.12.1 (#627)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9807855 - Browse repository at this point
Copy the full SHA 9807855View commit details -
chore(deps): update dependency tsx to v4.13.0 (#628)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 309111c - Browse repository at this point
Copy the full SHA 309111cView commit details -
chore(deps): update dependency tsx to v4.13.1 (#629)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1d6745b - Browse repository at this point
Copy the full SHA 1d6745bView commit details -
chore(deps): update dependency tsx to v4.13.2 (#630)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 493c22f - Browse repository at this point
Copy the full SHA 493c22fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2462726 - Browse repository at this point
Copy the full SHA 2462726View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for efd958d - Browse repository at this point
Copy the full SHA efd958dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 475f472 - Browse repository at this point
Copy the full SHA 475f472View commit details
Commits on Jun 8, 2024
-
chore(deps): update dependency tsx to v4.13.3 (#635)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4de5ab5 - Browse repository at this point
Copy the full SHA 4de5ab5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 66ddb45 - Browse repository at this point
Copy the full SHA 66ddb45View commit details -
chore(deps): update dependency tsx to v4.14.0 (#637)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a3b861e - Browse repository at this point
Copy the full SHA a3b861eView commit details -
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f730ab - Browse repository at this point
Copy the full SHA 1f730abView commit details -
chore: configure i18n ally (#606)
Note: TypeScript files are read-only https://github.com/lokalise/i18n-ally/wiki/Locale-Formats#supported-locale-formats
Configuration menu - View commit details
-
Copy full SHA for 3dca787 - Browse repository at this point
Copy the full SHA 3dca787View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d7ecdf5 - Browse repository at this point
Copy the full SHA d7ecdf5View commit details -
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1bae735 - Browse repository at this point
Copy the full SHA 1bae735View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 38c32cb - Browse repository at this point
Copy the full SHA 38c32cbView commit details -
fix: pnpm dev did not work caused by tsx update (#638)
* fix: pnpm dev did not work caused by tsx update * fix: format issues
Configuration menu - View commit details
-
Copy full SHA for fb92c3e - Browse repository at this point
Copy the full SHA fb92c3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e46ea71 - Browse repository at this point
Copy the full SHA e46ea71View commit details -
fix: gridstack not working (#642)
* fix: gridstack not working * chore: remove unneccessary comments
Configuration menu - View commit details
-
Copy full SHA for 2c1b52a - Browse repository at this point
Copy the full SHA 2c1b52aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bac09d8 - Browse repository at this point
Copy the full SHA bac09d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a3a825 - Browse repository at this point
Copy the full SHA 3a3a825View commit details
Commits on Jun 9, 2024
-
feat: App tile scalability (#645)
* feat: App tile scalability * fix: missing translation
Configuration menu - View commit details
-
Copy full SHA for 28927cf - Browse repository at this point
Copy the full SHA 28927cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0710425 - Browse repository at this point
Copy the full SHA 0710425View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 84851db - Browse repository at this point
Copy the full SHA 84851dbView commit details
Commits on Jun 10, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 83b4631 - Browse repository at this point
Copy the full SHA 83b4631View commit details -
chore(deps): update pnpm to v9.3.0 (#651)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6fc27df - Browse repository at this point
Copy the full SHA 6fc27dfView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d985fbe - Browse repository at this point
Copy the full SHA d985fbeView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1949885 - Browse repository at this point
Copy the full SHA 1949885View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e782ae - Browse repository at this point
Copy the full SHA 2e782aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e4ba37 - Browse repository at this point
Copy the full SHA 8e4ba37View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c627384 - Browse repository at this point
Copy the full SHA c627384View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 9cab001 - Browse repository at this point
Copy the full SHA 9cab001View commit details
Commits on Jun 11, 2024
-
fix(deps): update dependency prettier to ^3.3.2 (#656)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d69cda0 - Browse repository at this point
Copy the full SHA d69cda0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8b3bc03 - Browse repository at this point
Copy the full SHA 8b3bc03View commit details -
fix(deps): update nextjs monorepo to ^14.2.4 (#658)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 476fa59 - Browse repository at this point
Copy the full SHA 476fa59View commit details
Commits on Jun 12, 2024
-
fix(deps): update dependency sass to ^1.77.5 (#659)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f5f6388 - Browse repository at this point
Copy the full SHA f5f6388View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5547e52 - Browse repository at this point
Copy the full SHA 5547e52View commit details
Commits on Jun 13, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 37ebcfe - Browse repository at this point
Copy the full SHA 37ebcfeView commit details -
fix(deps): update mantine monorepo to ^7.10.2 (#662)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4e9593b - Browse repository at this point
Copy the full SHA 4e9593bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e4c6864 - Browse repository at this point
Copy the full SHA e4c6864View commit details -
fix(deps): update dependency mysql2 to v3.10.1 (#665)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 10acb2b - Browse repository at this point
Copy the full SHA 10acb2bView commit details
Commits on Jun 14, 2024
-
chore(deps): update turbo monorepo to ^2.0.4 (#666)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 856cb2d - Browse repository at this point
Copy the full SHA 856cb2dView commit details -
chore(deps): update dependency eslint to ^9.5.0 (#668)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8b4cc5b - Browse repository at this point
Copy the full SHA 8b4cc5bView commit details
Commits on Jun 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 25f8564 - Browse repository at this point
Copy the full SHA 25f8564View commit details
Commits on Jun 16, 2024
-
fix(deps): update dependency ws to ^8.17.1 (#676)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0d14bad - Browse repository at this point
Copy the full SHA 0d14badView commit details -
Configuration menu - View commit details
-
Copy full SHA for e957c6b - Browse repository at this point
Copy the full SHA e957c6bView commit details -
fix: missing translations for apps / integrations #438 (#674)
* fix: missing translations for apps / integrations #438 * chore: remove unnecessary property from integration new dropdown
Configuration menu - View commit details
-
Copy full SHA for f358c33 - Browse repository at this point
Copy the full SHA f358c33View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 33e8cc7 - Browse repository at this point
Copy the full SHA 33e8cc7View commit details
Commits on Jun 17, 2024
-
chore(deps): update pnpm to v9.4.0 (#680)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 727f972 - Browse repository at this point
Copy the full SHA 727f972View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e9d6120 - Browse repository at this point
Copy the full SHA e9d6120View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 05690cc - Browse repository at this point
Copy the full SHA 05690ccView commit details -
fix(deps): update dependency sass to ^1.77.6 (#683)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4526fa6 - Browse repository at this point
Copy the full SHA 4526fa6View commit details
Commits on Jun 18, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for f96e25c - Browse repository at this point
Copy the full SHA f96e25cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 64fe061 - Browse repository at this point
Copy the full SHA 64fe061View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 86b4941 - Browse repository at this point
Copy the full SHA 86b4941View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for fdcf3a8 - Browse repository at this point
Copy the full SHA fdcf3a8View commit details
Commits on Jun 19, 2024
-
fix(deps): update dependency glob to ^10.4.2 (#689)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0bfc0c5 - Browse repository at this point
Copy the full SHA 0bfc0c5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bf60734 - Browse repository at this point
Copy the full SHA bf60734View commit details -
feat: add undici fetch interceptor (#687)
Co-authored-by: Meier Lukas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 508369c - Browse repository at this point
Copy the full SHA 508369cView commit details -
fix(deps): update dependency undici to v6.19.2 (#691)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 541d745 - Browse repository at this point
Copy the full SHA 541d745View commit details
Commits on Jun 20, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 171fe40 - Browse repository at this point
Copy the full SHA 171fe40View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4291bde - Browse repository at this point
Copy the full SHA 4291bdeView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d78b581 - Browse repository at this point
Copy the full SHA d78b581View commit details -
chore(deps): update dependency node to v20.15.0 (#696)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 21a2db6 - Browse repository at this point
Copy the full SHA 21a2db6View commit details -
chore(deps): update dependency typescript to ^5.5.2 (#697)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d5f4bd0 - Browse repository at this point
Copy the full SHA d5f4bd0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 7b31433 - Browse repository at this point
Copy the full SHA 7b31433View commit details
Commits on Jun 21, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 8d7a7bc - Browse repository at this point
Copy the full SHA 8d7a7bcView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9087f4b - Browse repository at this point
Copy the full SHA 9087f4bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 05702be - Browse repository at this point
Copy the full SHA 05702beView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 324a643 - Browse repository at this point
Copy the full SHA 324a643View commit details
Commits on Jun 22, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for af0b986 - Browse repository at this point
Copy the full SHA af0b986View commit details -
chore(deps): update dependency testcontainers to ^10.10.0 (#705)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ea12da9 - Browse repository at this point
Copy the full SHA ea12da9View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 92afd82 - Browse repository at this point
Copy the full SHA 92afd82View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f92aeba - Browse repository at this point
Copy the full SHA f92aebaView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6029a5b - Browse repository at this point
Copy the full SHA 6029a5bView commit details
Commits on Jun 24, 2024
-
chore(deps): update node.js to v20.15.0 (#710)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a2140d0 - Browse repository at this point
Copy the full SHA a2140d0View commit details -
chore(deps): update turbo monorepo to ^2.0.5 (#711)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fab69c1 - Browse repository at this point
Copy the full SHA fab69c1View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 196ac34 - Browse repository at this point
Copy the full SHA 196ac34View commit details
Commits on Jun 25, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 75748df - Browse repository at this point
Copy the full SHA 75748dfView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a76e941 - Browse repository at this point
Copy the full SHA a76e941View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6a3a846 - Browse repository at this point
Copy the full SHA 6a3a846View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 988ec6b - Browse repository at this point
Copy the full SHA 988ec6bView commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c4b54ed - Browse repository at this point
Copy the full SHA c4b54edView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 7a14c25 - Browse repository at this point
Copy the full SHA 7a14c25View commit details -
fix(deps): update mantine monorepo to ^7.11.0 (#719)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 52e936f - Browse repository at this point
Copy the full SHA 52e936fView commit details
Commits on Jun 27, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for c8d4461 - Browse repository at this point
Copy the full SHA c8d4461View commit details
Commits on Jun 28, 2024
-
fix(deps): update dependency jotai to ^2.8.4 (#721)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e46bfd9 - Browse repository at this point
Copy the full SHA e46bfd9View commit details -
chore(deps): update dependency eslint to ^9.6.0 (#722)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e057aff - Browse repository at this point
Copy the full SHA e057affView commit details -
chore(deps): update turbo monorepo to ^2.0.6 (#723)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4cf10b9 - Browse repository at this point
Copy the full SHA 4cf10b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fc2884 - Browse repository at this point
Copy the full SHA 8fc2884View commit details
Commits on Jun 29, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 531cd0d - Browse repository at this point
Copy the full SHA 531cd0dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for be100b6 - Browse repository at this point
Copy the full SHA be100b6View commit details -
feat: add dynamic breadcrumb (#706)
* feat: add dynamic breadcrumb * feat: pr feedback
Configuration menu - View commit details
-
Copy full SHA for 4e1bbf2 - Browse repository at this point
Copy the full SHA 4e1bbf2View commit details
Commits on Jun 30, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 8ee0d67 - Browse repository at this point
Copy the full SHA 8ee0d67View commit details
Commits on Jul 1, 2024
-
fix(deps): update dependency mysql2 to v3.10.2 (#731)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 663eb0b - Browse repository at this point
Copy the full SHA 663eb0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08d571a - Browse repository at this point
Copy the full SHA 08d571aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0990e4b - Browse repository at this point
Copy the full SHA 0990e4bView commit details -
chore(deps): update dependency typescript to ^5.5.3 (#733)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0ac123b - Browse repository at this point
Copy the full SHA 0ac123bView commit details
Commits on Jul 2, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 83ee03b - Browse repository at this point
Copy the full SHA 83ee03bView commit details -
feat: add calendar widget (#663)
* feat: add calendar widget * feat: add artifacts to gitignore
Configuration menu - View commit details
-
Copy full SHA for dba97a3 - Browse repository at this point
Copy the full SHA dba97a3View commit details -
fix(deps): update mantine monorepo to ^7.11.1 (#735)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 60c0cfa - Browse repository at this point
Copy the full SHA 60c0cfaView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6aecd1a - Browse repository at this point
Copy the full SHA 6aecd1aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e12531c - Browse repository at this point
Copy the full SHA e12531cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d32075d - Browse repository at this point
Copy the full SHA d32075dView commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 15f3493 - Browse repository at this point
Copy the full SHA 15f3493View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cf119c - Browse repository at this point
Copy the full SHA 1cf119cView commit details -
feat: add jellyfin integration (#672)
* feat: #655 implement jellyfin media server * fix: table overflow * feat: pr feedback * refactor: format * refactor: merge existing code * fix: code smells * refactor: format commit
Configuration menu - View commit details
-
Copy full SHA for bb8640b - Browse repository at this point
Copy the full SHA bb8640bView commit details -
fix(deps): update dependency ws to ^8.18.0 (#740)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1dd509a - Browse repository at this point
Copy the full SHA 1dd509aView commit details -
chore(deps): update dependency testcontainers to ^10.10.1 (#739)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f557fbb - Browse repository at this point
Copy the full SHA f557fbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41dba7b - Browse repository at this point
Copy the full SHA 41dba7bView commit details
Commits on Jul 4, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 75e5a6c - Browse repository at this point
Copy the full SHA 75e5a6cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9375738 - Browse repository at this point
Copy the full SHA 9375738View commit details
Commits on Jul 5, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for a67050e - Browse repository at this point
Copy the full SHA a67050eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 228fc48 - Browse repository at this point
Copy the full SHA 228fc48View commit details
Commits on Jul 6, 2024
-
fix(deps): update dependency glob to ^10.4.3 (#751)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 61cbb74 - Browse repository at this point
Copy the full SHA 61cbb74View commit details
Commits on Jul 7, 2024
-
fix: memory leak caused by many unclosed redis subscriptions (#750)
* fix: memory leak caused by many unclosed redis subscriptions * chore: address pull request feedback
Configuration menu - View commit details
-
Copy full SHA for 998615f - Browse repository at this point
Copy the full SHA 998615fView commit details -
feat: add docker actions (#752)
* feat: add docker actions * chore: remove unnecessary import
Configuration menu - View commit details
-
Copy full SHA for 95101e3 - Browse repository at this point
Copy the full SHA 95101e3View commit details -
chore(deps): update pnpm to v9.5.0 (#755)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 680cc28 - Browse repository at this point
Copy the full SHA 680cc28View commit details -
Configuration menu - View commit details
-
Copy full SHA for be71114 - Browse repository at this point
Copy the full SHA be71114View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 408cdeb - Browse repository at this point
Copy the full SHA 408cdebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3214d88 - Browse repository at this point
Copy the full SHA 3214d88View commit details
Commits on Jul 8, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 0a3d1e9 - Browse repository at this point
Copy the full SHA 0a3d1e9View commit details -
chore(deps): update vitest monorepo to v2 (#757)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0d98335 - Browse repository at this point
Copy the full SHA 0d98335View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8d42ca8 - Browse repository at this point
Copy the full SHA 8d42ca8View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 46943b1 - Browse repository at this point
Copy the full SHA 46943b1View commit details -
chore(deps): update vitest monorepo to ^2.0.1 (#761)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4f94e98 - Browse repository at this point
Copy the full SHA 4f94e98View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2c197bc - Browse repository at this point
Copy the full SHA 2c197bcView commit details -
chore(deps): update dependency testcontainers to ^10.10.2 (#764)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ea17975 - Browse repository at this point
Copy the full SHA ea17975View commit details -
chore(deps): update dependency node to v20.15.1 (#763)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6066999 - Browse repository at this point
Copy the full SHA 6066999View commit details -
fix(deps): update dependency glob to ^10.4.4 (#765)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 74b017d - Browse repository at this point
Copy the full SHA 74b017dView commit details
Commits on Jul 9, 2024
-
fix(deps): update dependency jotai to ^2.9.0 (#767)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5e3dc1e - Browse repository at this point
Copy the full SHA 5e3dc1eView commit details -
fix(deps): update dependency glob to ^10.4.5 (#768)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4cee3df - Browse repository at this point
Copy the full SHA 4cee3dfView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bf70143 - Browse repository at this point
Copy the full SHA bf70143View commit details -
chore(deps): update dependency testcontainers to ^10.10.3 (#770)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c3f988c - Browse repository at this point
Copy the full SHA c3f988cView commit details -
chore(deps): update node.js to v20.15.1 (#771)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ea0a6a6 - Browse repository at this point
Copy the full SHA ea0a6a6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8085e72 - Browse repository at this point
Copy the full SHA 8085e72View commit details -
fix(deps): update dependency sass to ^1.77.7 (#773)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dcb9cfa - Browse repository at this point
Copy the full SHA dcb9cfaView commit details
Commits on Jul 10, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for f2c70a4 - Browse repository at this point
Copy the full SHA f2c70a4View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3da5734 - Browse repository at this point
Copy the full SHA 3da5734View commit details -
fix(deps): update nextjs monorepo to ^14.2.5 (#779)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 99175fe - Browse repository at this point
Copy the full SHA 99175feView commit details -
chore(deps): update vitest monorepo to ^2.0.2 (#780)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e54d9aa - Browse repository at this point
Copy the full SHA e54d9aaView commit details -
fix(deps): update dependency winston to v3.13.1 (#781)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5382b19 - Browse repository at this point
Copy the full SHA 5382b19View commit details
Commits on Jul 11, 2024
-
fix(deps): update dependency sass to ^1.77.8 (#783)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ec4b3a6 - Browse repository at this point
Copy the full SHA ec4b3a6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for be4748b - Browse repository at this point
Copy the full SHA be4748bView commit details
Commits on Jul 12, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 0a4ff4b - Browse repository at this point
Copy the full SHA 0a4ff4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f58c38a - Browse repository at this point
Copy the full SHA f58c38aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01eb846 - Browse repository at this point
Copy the full SHA 01eb846View commit details -
fix(deps): update dependency glob to v11 (#766)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0169501 - Browse repository at this point
Copy the full SHA 0169501View commit details -
chore(deps): update dependency eslint to ^9.7.0 (#786)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7d61baa - Browse repository at this point
Copy the full SHA 7d61baaView commit details
Commits on Jul 13, 2024
-
chore(deps): update dependency @types/ws to ^8.5.11 (#793)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8a04113 - Browse repository at this point
Copy the full SHA 8a04113View commit details