grimsi
91ba8a6c4a
Add test coverage to CI
2022-10-21 20:00:31 +02:00
grimsi
4d4c0d7afc
Fix JaCoCo maven plugin version
2022-10-21 18:47:06 +02:00
Simon
be540ce783
Merge branch 'release-1.2.4' into gh33_ImproveTestCoverage
2022-10-21 19:27:50 +03:00
grimsi
435ed2360e
Generate test coverage report
2022-10-21 17:44:57 +02:00
Simon Grimme
f908785891
Finished FilenameUtilTest
2022-10-20 14:31:59 +03:00
Simon Grimme
c5b167d0c3
Implement some more test cases for ProtobufUtil and FilenameUtil
2022-10-20 12:17:54 +03:00
Simon
e5cdd24b19
Merge pull request #56 from shawly/main
...
feat(download): add file size calculation for DownloadService
2022-10-20 11:12:40 +02:00
shawly
130ec4565d
feat(refresh): added refresh button on game detail view to refresh metadata
...
Resolves grimsi/gameyfin#45
2022-10-19 23:48:32 +02:00
shawly
cb7c8c8e00
feat(download): add file size calculation for DownloadService
...
This allows the browser to show file size and a time estimate for downloading files.
Does not work for ZipOutputStreams though since dir size doesn't match the zip file size.
Also added no-cache headers so browser won't start caching downloads.
2022-10-19 17:44:00 +02:00
Simon Grimme
a4d73439b8
Finished implementation of all test cases for IgdbWrapper
2022-10-18 12:18:22 +03:00
Simon Grimme
8525f09c71
Implemented additional testcase
2022-10-17 08:12:19 +02:00
Simon Grimme
23054c7754
Implemented some new test cases
2022-10-16 13:23:30 +02:00
Simon Grimme
98a04be16d
Fix IgdbWrapperTest tearDown
2022-10-16 01:16:03 +02:00
Simon Grimme
848e571892
Update Spring Boot version to 2.7.4
2022-10-16 01:05:47 +02:00
GitHub Actions
6ee1117f3d
[ci skip]prepare for next development iteration
2022-10-15 08:51:54 +00:00
GitHub Actions
5f30140923
[ci skip]prepare release v1.2.3
2022-10-15 08:51:53 +00:00
Simon Grimme
3bcd234b08
Disable 'optimizeCodegen' in maven profobuf build step
2022-10-15 10:27:12 +02:00
Simon Grimme
e6ed869bac
Check OS before hiding internal folder
2022-10-15 02:01:39 +02:00
GitHub Actions
317c692056
[ci skip]prepare for next development iteration
2022-10-13 22:45:25 +00:00
GitHub Actions
8c75642440
[ci skip]prepare release v1.2.2
2022-10-13 22:45:23 +00:00
GitHub Actions
6cecdd6c9e
[ci skip]prepare for next development iteration
2022-10-13 22:32:34 +00:00
GitHub Actions
dfb51db1a1
[ci skip]prepare release v1.2.2
2022-10-13 22:32:32 +00:00
GitHub Actions
6bf56da5c0
[ci skip]prepare for next development iteration
2022-10-13 16:00:50 +00:00
GitHub Actions
11e5f520a9
[ci skip]prepare release gameyfin-1.2.2
2022-10-13 16:00:48 +00:00
Simon Grimme
fdb1682273
Ignore empty folders and hidden files/folders in the library
...
Hide ".gameyfin" folder on DOS systems (UNIX already worked)
2022-10-12 13:23:39 +02:00
dependabot[bot]
0246733459
Bump protobuf-java from 3.21.3 to 3.21.7 in /backend
...
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf ) from 3.21.3 to 3.21.7.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.21.3...v3.21.7 )
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-09 09:07:06 +00:00
grimsi
b8812d900d
Add "--allow-same-version" to npm version in build.
...
Update version to 1.2.1
2022-08-24 13:41:30 +02:00
grimsi
3877b5defd
Added detailed library scan result
...
Small layout fixes in game detail view
2022-08-23 13:17:56 +02:00
grimsi
1fbfeb1c7e
Refactored file-system code
...
Fixed logging when aborting download of single files
2022-08-18 20:26:09 +02:00
grimsi
881b4a3d1d
Fix "gameyfin.cache" and "gameyfin.db" properties are ignored
2022-08-17 15:03:23 +02:00
grimsi
53e9ac2b62
Release 1.1.4
2022-08-17 15:00:14 +02:00
grimsi
90f41055be
Fix bug when trying to determine file size for files (instead of directories)
2022-08-17 14:30:48 +02:00
grimsi
33113321b6
Release 1.1.2
2022-08-17 09:03:30 +02:00
grimsi
8081ee1a51
Fix handling of duplicates
...
Corrupted files are now automatically re-downloaded
2022-08-16 17:48:11 +02:00
Simon Grimme
2ef03d0598
Release 1.1.1
2022-08-16 01:00:54 +02:00
grimsi
0e9504b420
Release 1.1.0
2022-08-15 17:47:15 +02:00
grimsi
acd9e79fce
Added field "addedToLibrary" to DetectedGame
...
Integrated Flyway for DB Migrations
Removed unused DTO classes
2022-08-14 15:26:09 +02:00
grimsi
c3de83c6b9
Renamed "gameyfin.root" to "gameyfin.sources"
2022-08-13 16:34:56 +02:00
grimsi
ba4568cb35
Set db and cache path from first library root
2022-08-13 12:43:51 +02:00
Simon Grimme
7a3a323212
[untested] Set db and cache path from first library root
2022-08-13 11:19:36 +02:00
grimsi
da8e075cfc
Removed default value from gameyfin.yml
2022-08-12 23:37:47 +02:00
grimsi
63d585b5d6
Fixed some bugs related to the property files
2022-08-12 23:36:47 +02:00
Simon Grimme
763bd63056
Added support for multiple library folders
2022-08-12 22:08:19 +02:00
grimsi
c89d9b4db5
Added Favicon and Logo
...
Fixed logging typo in GameMapper
2022-08-10 22:32:58 +02:00
grimsi
02656cf6f9
Refactor directory size calculation
2022-08-10 21:58:47 +02:00
grimsi
38bbdc7c57
Improved logging for client-aborted downloads
2022-08-10 21:15:58 +02:00
grimsi
c196fd2cbc
Added config properties for max req/s and max concurrent requests
2022-08-10 21:01:24 +02:00
grimsi
d0b126848b
Moved config file names from startup command into source code
2022-08-10 20:18:50 +02:00
grimsi
66b251b1d9
Final polishing steps
2022-08-06 13:44:04 +02:00
grimsi
d989d0d5e4
Polishing and code clean-up
2022-08-06 12:24:33 +02:00