Commit Graph
14 Commits
Author SHA1 Message Date
jvoisin 30fa4d0467 Second pass of trivial modernizations
- Replace unnecessary getters/setters with inline assignments
- Simplify string constructions
- Improve containers construction
2019-03-26 00:00:21 +01:00
Frank de LangeandAndrew DeMaria 8127b4f7fa Fix #860 (external database performance) by using connection pooling … (#864)
* Fix #860 (external database performance) by using connection pooling (using commons-dbcp2)
2019-01-09 19:53:52 -06:00
Rémi Cocula ac453883fc jukebox code quality and unit tests 2018-12-22 13:59:44 +01:00
Michel Néron 16b22f3501 - Correct test for use not a hardcoded value but the referenced value. The first in select on multi value didn't ordered is not assured. 2018-12-08 11:31:48 +01:00
Rémi Cocula 6b4874f33c archetype code for rest api integration tests 2018-10-21 14:27:08 +02:00
Michael Sabin 32ed46e55e Fix test failure on Windows
Media directories are added to the test database
with the string essentially generated by this code:
new File(MusicFolderTestData.resolveMusicFolderPath()).getPath()

The directories are then queried by the string generated
by this code:
MusicFolderTestData.resolveMusicFolderPath()

On Windows the strings are not identical.
MusicFolderTestData.resolveMusicFolderPath()
is prefixed by an extra slash that is removed
when wrapped by a File()

Signed-off-by: Michael Sabin <m35@users.noreply.github.com>
2018-09-15 18:48:11 -07:00
snw35 6a44c5c815 Handle player id as an Integer instead of String 2018-06-04 20:19:12 +01:00
François-Xavier Thomas b3f432a545 Issue #164: Add tests for reading MusicBrainz release tags 2018-05-22 23:33:27 +02:00
Andrew DeMaria 7d4ca2ffe2 Prep work for spring boot test
- Added enforcer plugin
- Fix some version conflicts
- Moved custom initializer to spring.factories
- Bump spring boot version

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-08-20 20:15:24 -06:00
Ben Kelsey 977499c4cc Refactor to remove serviceLocator
- This removes all dependencies on deprecated ServiceLocator class.
- Also does some cleanup in the settingsService

Signed-off-by: Ben Kelsey <bfkelsey@gmail.com>
2017-08-12 18:22:05 -07:00
Andrew DeMaria a0e68b92c1 Migrate airsonic.org to use airsonic.github.io
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-07-17 12:07:27 -06:00
Andrew DeMaria 5447141718 Setup backwards compatiblity with old libresonic.home
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-07-13 21:34:30 -06:00
Andrew DeMaria 94dbd3ef94 Rename libresonic -> airsonic
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-07-13 21:34:28 -06:00
Andrew DeMaria 260e04c8ea File System Renames (No content changes)
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-07-13 21:34:19 -06:00