Commit Graph

167 Commits

Author SHA1 Message Date
Oleksiy Fomenko
311493f537 Feat: add load average to system stats 2024-06-15 11:47:39 -04:00
Oleksiy Fomenko
cfc8808a59 Merge branch 'friendlyFriend4000:master' into master 2024-06-13 21:54:39 -04:00
Oleksiy Fomenko
88d083dfe5 fix: fix errors caused by changes in immich API and fix build fails 2024-06-14 03:10:41 +02:00
Oleksiy Fomenko
fce6d437c5 fix: fix errors caused by changes in immich API and fix build fails 2024-06-13 11:37:26 -04:00
friendlyFriend
f7a2b9d947 Merge remote-tracking branch 'origin/master' 2024-03-26 09:28:39 +01:00
friendlyFriend
bb82664b9b updated icon 2024-03-26 09:28:08 +01:00
friendlyFriend4000
8e7a348232 Add files via upload
updated logo
2024-03-26 09:26:11 +01:00
friendlyFriend
53567e0280 refactoring and reformating 2023-11-26 22:48:52 +01:00
friendlyFriend
d173208f8b typo + update log messages to current version 2023-11-26 15:13:49 +01:00
friendlyFriend
826a0d3b40 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	.github/workflows/pythonpublish.yml
#	Dockerfile
#	README.md
#	grafana/dashboard.json
#	qbittorrent_exporter/exporter.py
#	setup.py
2023-11-26 14:59:21 +01:00
friendlyFriend
5e3676bf1d 1.0.7 api changes introduces full name to be displayed. This version goes back to displaying first names only. 2023-11-26 12:25:16 +01:00
friendlyFriend4000
513fc113b0 Merge pull request #5 from Allram/Update-Dashboard
Update dashboard
2023-11-25 19:27:14 +01:00
friendlyFriend
3e7c2a0f4c changed deprecreated entry points api/stats to /api/statistics 2023-11-25 19:25:23 +01:00
Esteban Sánchez
75db331c55 Improved docker push github action 2023-11-21 10:32:06 +01:00
Esteban Sánchez
d5c7cbc4a9 Improved docker push github action 2023-11-21 10:23:27 +01:00
Esteban Sánchez
234a4cfffa Improved docker push github action 2023-11-21 10:05:25 +01:00
Esteban Sánchez
4ad22a60da Improved docker push github action 2023-11-21 10:02:05 +01:00
Esteban Sánchez
6c87b8eff9 Improved docker push github action 2023-11-21 09:59:47 +01:00
Esteban Sánchez
e2a8508cae Improved docker push github action 2023-11-21 09:44:22 +01:00
Esteban Sánchez
a6a4129daf Improved docker push github action 2023-11-21 09:30:07 +01:00
Esteban Sánchez
723872bc15 Improved docker push github action 2023-11-21 09:24:33 +01:00
Esteban Sánchez
cb78dd1fb7 Bumped action versions 2023-11-21 09:14:27 +01:00
Esteban Sánchez
8e08565d6e License badce 2023-11-20 18:39:44 +01:00
Esteban Sánchez
56a2792c2e Added more unittests (#27) 2023-11-20 16:55:38 +01:00
Esteban Sánchez
1d154dd224 Added more unittests (#26)
* Added more unittests

* Added more unittests
2023-11-20 15:05:58 +01:00
Esteban Sánchez
9ff35e48c3 Added .dockerignore (#25)
* Added .dockerignore

* Fixed duplicated
2023-11-20 14:26:43 +01:00
Esteban Sánchez
a0929f84ba Added docker pulls badges 2023-11-20 13:51:18 +01:00
Esteban Sánchez
06f13a44a2 Update README.md 2023-11-20 13:47:53 +01:00
Esteban Sánchez
cbb2b6b4b1 Added logo and badges 2023-11-20 13:44:33 +01:00
Esteban Sánchez
e924e30cf8 Setup Dependabot (#24)
* Create dependabot.yml

* Update dependabot.yml

* Update dependabot.yml
2023-11-20 13:23:12 +01:00
Esteban Sánchez
1a04a83c4a Run also on master push 2023-11-20 13:14:45 +01:00
Esteban Sánchez
03e4222043 Unit tests (#23)
* Added unit tests and linting tools for development

* Added pre-commit config file

* Added lint github action

* Add tests and coverage comments to PRs

* Set coverage options

* Fixed yaml

* Fixed permissions

* Omit tests in coverage report

* Run linting only on PRs
2023-11-20 13:12:43 +01:00
Esteban Sánchez
03a9ac78c6 Fixed build workflow 2023-11-20 10:42:12 +01:00
Esteban Sánchez
a60f3d23a3 Update pyproject.toml 2023-11-20 10:36:17 +01:00
Esteban Sánchez
dcaf2a6557 Release v1.4.0 2023-11-20 10:35:10 +01:00
Esteban Sánchez
6d2d7e666a Merge pull request #21 from joelheaps/python311-upgrade
Python 3.11 upgrade and code refactor
2023-11-20 10:24:05 +01:00
Vegard Fladby
59afd78b30 Removed decimals for daily, weekly, monthly and yearly photos/videos. 2023-10-17 12:08:28 +02:00
Vegard Fladby
771cd50b64 Update screenshot to show correct dashboard. 2023-10-05 13:41:43 +02:00
Vegard Fladby
810bceeb1c Replace 'now/d' to '1d' to fix daily calculated usage. 2023-10-05 13:38:42 +02:00
Vegard Fladby
1ddb0c786c - Replace 'increase' with 'delta' to get the proper calculations when Immich is restarted or updated (avoid peaks on increase as "new" values are updated)
- Updates screnshot to latest dashboard
2023-10-05 12:49:14 +02:00
Joel Heaps
86b5feddf6 Ignore and remove .pdm-python file 2023-09-29 17:28:20 +00:00
Joel Heaps
4385a0a78f Add config.env.example 2023-09-29 11:09:10 -05:00
Joel Heaps
71416a79ea Edit docstring 2023-09-29 10:51:52 -05:00
Joel Heaps
330d8ec86a Add type hints to get_config_value 2023-09-29 10:50:01 -05:00
Joel Heaps
daed737f73 Minor refactor of config functions, signal handler 2023-09-29 10:48:26 -05:00
Joel Heaps
55e37eb814 Use imported TorrenStates, decompose large method 2023-09-29 10:24:49 -05:00
Joel Heaps
ea4bdecdcf Remove unneeded attridict dependency, add comments 2023-09-29 09:46:51 -05:00
Joel Heaps
0ac406c476 Indicate license in pyproject.toml 2023-09-29 08:13:23 -05:00
Joel Heaps
3061eb1638 Match helptext to README text 2023-09-29 08:13:12 -05:00
Joel Heaps
e56a713355 Remove legacy setup files 2023-09-29 08:02:21 -05:00