Commit Graph

45 Commits

Author SHA1 Message Date
GitHub Actions 53c51dc63e [ci skip]prepare release v1.3.2 2023-02-05 00:31:52 +00:00
Simon 757b7e63d2 Release 1.3.2 (#74)
* Fixes #71

* [GH-61] Fix manual mapping leading to duplicates in DB

* [GH-73] Fix Gameyfin only detecting PC games

* Improve game title matching (#77)

* Implement some filename suffix logic

Removes some common file suffixes from files downloaded from for example itch.io. Also removes trailing/leading whitespace/-/_/./()  and version numbers starting with a "v" like "v1.2.3".

* Add edge cases for game titles (#76)

* Fix SONAR code smells

Co-authored-by: tr7zw <tr7zw@live.de>
Co-authored-by: Pfuenzle <dark.leon64@gmail.com>

* Validate some combinations of filename with added suffixes (#79)

Also fixes a bug of not removing trailing empty [].

* Improve test coverage (#70)

* Implemented missing testcases for IgdbWrapper

Refactored getPlatformBySlug to return Optional<>

* Fixed SONAR findings

* Implemented integration tests for the DB

* Started implementing tests for controller

* Finished GamesControllerTest

* Added ImageControllerTest

* Implemented LibraryControllerTest

* Add LibraryManagementControllerTest

* Updated some dependencies

* Add DownloadServiceTest

* Introduced "gameyfin.data" property to specify a folder for both cache and DB.

De-facto removed "gameyfin.db" and "gameyfin.cache" properties

Refactored file-system code to be cleaner and easier to test

* Refactored filesystem code
Implemented FilesystemServiceTest

* Fix SONAR code smells

* Implemented GameServiceTest

* Implemented ImageServiceTest

* Fix website scroll position when clicking on game covers in the library view (#94)

Fixes #81

* Expansion panels are now not collapsing when last active filter is de-selected (#95)

Fixes #86

---------

Co-authored-by: tr7zw <tr7zw@live.de>
Co-authored-by: Pfuenzle <dark.leon64@gmail.com>
2023-02-05 01:25:11 +01:00
GitHub Actions 5497555bf0 [ci skip]prepare for next development iteration 2022-10-27 10:54:58 +00:00
GitHub Actions f9ffedad58 [ci skip]prepare release v1.3.1 2022-10-27 10:54:56 +00:00
GitHub Actions b071abbca8 [ci skip]prepare for next development iteration 2022-10-25 19:01:45 +00:00
GitHub Actions 08b632fd97 [ci skip]prepare release v1.3.0 2022-10-25 19:01:44 +00:00
Simon 8e23549336 feat(platforms): added platform support (#67)
Now libraries can be assigned to platforms in the admin section.
Games will be assigned to libraries on scanning.

Resolves grimsi/gameyfin#31

Co-authored-by: shawly <shawlyde@gmail.com>
2022-10-25 20:55:35 +02:00
GitHub Actions 7504cd3500 [ci skip]prepare for next development iteration 2022-10-21 20:12:10 +00:00
GitHub Actions fe7aff456a [ci skip]prepare release v1.2.5 2022-10-21 20:12:08 +00:00
GitHub Actions 76ea2d81f6 [ci skip]prepare for next development iteration 2022-10-21 18:14:32 +00:00
GitHub Actions 8fc5f3d62c [ci skip]prepare release v1.2.4 2022-10-21 18:14:30 +00:00
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 c5b167d0c3 Implement some more test cases for ProtobufUtil and FilenameUtil 2022-10-20 12:17:54 +03: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
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 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
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 63d585b5d6 Fixed some bugs related to the property files 2022-08-12 23:36:47 +02:00
grimsi c196fd2cbc Added config properties for max req/s and max concurrent requests 2022-08-10 21:01:24 +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
Simon Grimme 6b25fc3548 Implement library management endpoint (authenticated) 2022-07-25 15:00:51 +02:00
grimsi aa8fd0d613 WIP: Some performance improvements (maybe) 2022-07-24 20:45:09 +02:00
grimsi e1a285a77d WIP: Implemented game download functionality 2022-07-24 20:01:28 +02:00
Simon Grimme cc1e02a1ca WIP: Implement frontend 2022-07-21 00:29:00 +02:00