1
0
Fork 0
mirror of https://github.com/airsonic/airsonic.git synced 2025-10-03 01:39:34 +02:00
Commit graph

37 commits

Author SHA1 Message Date
Andrew DeMaria
d982348042
Remove git lfs
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2020-10-06 21:20:00 -06:00
François-Xavier Thomas
96e98cf2e2 Update syntax following maven-antrun-plugin 3.0.0 upgrade 2020-05-02 11:58:35 +02:00
François-Xavier Thomas
9b23fc4ee1 Remove unsupported database config by env vars 2020-04-26 12:08:42 +02:00
François-Xavier Thomas
a18cd18154 Automatically create music folder on host for Docker tests 2020-04-26 12:08:42 +02:00
François-Xavier Thomas
f3901cfb11 Write integration test outputs to target directory 2020-04-26 12:08:42 +02:00
François-Xavier Thomas
032987d97c Use correct directories for integration tests 2020-04-26 12:08:42 +02:00
François-Xavier Thomas
55f32fe339 Add Maven options to skip surefire/failsafe 2020-04-26 12:08:42 +02:00
François-Xavier Thomas
8b9d8c0182 Add missing hamcrest and jackson dependencies 2020-04-26 12:08:42 +02:00
François-Xavier Thomas
cc79fddfec Fix version to avoid Maven warnings 2020-04-26 12:08:42 +02:00
François-Xavier Thomas
ce1e1a9e5c Remove Cucumber (imports airsonic-advanced/airsonic-advanced#113)
This imports the relevant parts of airsonic-advanced/airsonic-advanced#113
from airsonic-advanced/airsonic-advanced@4601c7e4 in order to remove old
and unmaintained integration test plugins for Maven.
2020-04-26 12:08:42 +02:00
François-Xavier Thomas
21e9c784d2 Add missing dependency for docker-client 8.16.0 2020-04-17 22:39:35 +02:00
François-Xavier Thomas
c7b091b8ab Bump xmlunit-matchers from 2.6.3 to 2.6.4 2020-04-17 22:39:15 +02:00
dependabot-preview[bot]
c312cebf48 Bump xmlunit-core from 2.6.3 to 2.6.4
Bumps [xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/master/RELEASE_NOTES.md)
- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.6.3...v2.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-17 22:39:15 +02:00
Evan Harris
88dfedd57d Fixed integration tests for streamed files
The m4a and flac streaming tests no longer result in transcoding (correctly)
since a different format is not currently specified by the tests.
Adding transcoding tests will be done as a separate PR.
2020-04-17 00:00:32 +02:00
François-Xavier Thomas
9e1600f6d5 Bump version to 11.0.0-SNAPSHOT 2020-04-15 20:32:05 +02:00
dependabot-preview[bot]
2315df7b57 Bump docker-client from 8.14.5 to 8.16.0
Bumps [docker-client](https://github.com/spotify/docker-client) from 8.14.5 to 8.16.0.
- [Release notes](https://github.com/spotify/docker-client/releases)
- [Changelog](https://github.com/spotify/docker-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spotify/docker-client/compare/v8.14.5...v8.16.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-13 20:35:45 +00:00
François-Xavier Thomas
8944368c24 Also bump xmlunit-matchers to 2.6.3 2020-02-12 21:51:49 +01:00
dependabot-preview[bot]
a250fe619e
Bump xmlunit-core from 2.6.2 to 2.6.3
Bumps [xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.6.2 to 2.6.3.
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/master/RELEASE_NOTES.md)
- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.6.2...v2.6.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-12 07:41:22 +00:00
dependabot-preview[bot]
923862ed19 Bump maven-jar-plugin from 3.1.0 to 3.2.0
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.1.0...maven-jar-plugin-3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-11 19:15:26 +00:00
Evan Harris
72e758bd3f
Fixed integration tests to accomodate transcoding stream padding
Renamed the transcoding stream tests to have more specific names.
2019-12-16 23:02:22 -06:00
Andrew DeMaria
35eaae39db
Bump snapshot version
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2019-11-07 23:55:19 -07:00
Evan Harris
b02fd9ad6c
Change integration tests from parallel to single
This is an attempt to make the Travis CI integration tests more reliable,
and changes from parallel to single forking mode.
This is a temporary measure until cucumber-jvm-parallel-plugin (which is no
longer supported) is ripped out (see #1240)

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2019-09-18 22:23:51 -06:00
Sid
8e279a2d2a
Fix to clean up docker instance on RunTimeException in Integration Tests
Signed-off-by: Sid <shyamindra@gmail.com>
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2019-09-10 14:44:10 -06:00
Andrew DeMaria
859d08fc02
Bump version
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2019-07-13 18:10:18 -06:00
Andrew DeMaria
8db4ec12e1
Add sha256sums and gpg sign outside of maven process
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2019-07-13 16:19:45 -06:00
jvoisin
967c32b92f Fix cucumber. 2019-07-03 22:20:56 +02:00
jvoisin
c4b78828d7 Fix cucumber? 2019-07-03 22:20:21 +02:00
Andrew DeMaria
68723db2e9 Test m4a and flac streaming
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2019-05-22 22:59:13 -06:00
Andrew DeMaria
16fb6d6134
Disable gpg plugin for integration test 2019-05-21 14:06:01 -06:00
Andrew DeMaria
8be0746bd4
Bump to 10.4.0 SNAPSHOT 2019-05-20 16:59:57 -06:00
Andrew DeMaria
10e90beb30
Refactor stream integration test
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2019-04-10 22:43:15 -06:00
Andrew DeMaria
143a220719
Merge remote-tracking branch 'airsonic/pr/849'
Conflicts:
	airsonic-main/cve-suppressed.xml
	airsonic-main/src/main/java/org/airsonic/player/controller/JAXBWriter.java
	airsonic-main/src/main/java/org/airsonic/player/service/PodcastService.java
	pom.xml
2019-03-16 19:27:53 -04:00
Andrew DeMaria
faedfd8a62
Bump version to 10.3.0-SNAPSHOT
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2019-02-18 21:58:15 -05:00
Andrew DeMaria
a16b89e0ac
Bump to version 10.2.0-RELEASE
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2019-02-16 11:38:17 -07:00
randomnicode
7d227a231d Update dependencies in integration-test 2018-12-14 23:32:47 -08:00
randomnicode
51f17675d5 Update plugins 2018-12-10 21:03:52 -07:00
Andrew DeMaria
004b8bba37
Added docker based integration testing
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2018-09-30 22:53:12 -06:00