1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-02-19 21:54:50 +01:00

2764 Commits

Author SHA1 Message Date
soloturn
9518b61b0f java8 syntax update of AbstractRipper 2021-03-28 10:58:59 +02:00
soloturn
cfb0366aca abstractripper avoids endless runs by checking url is seen
multiple bug reports were made, like #20, RipMeApp#1854 .
2021-03-28 10:58:49 +02:00
soloturn
7f1ae26d9b provide tasks to unit test, and describe them
gradle does not take the excludeTags and includeTags parameters
on the command line with gradle-6.8.3. provide tasks for it,
and describe better how to run particular unit tests.
2021-03-28 10:40:49 +02:00
soloturn
ca1c78c491 AerisdiesRipperTest flaky 2021-03-28 08:35:55 +02:00
soloturn
c52c34ab99 load history should not produce NPE, ripme#1853
see:
* https://github.com/RipMeApp/ripme/issues/1853
* https://stackoverflow.com/questions/20714058/file-exists-and-is-directory-but-listfiles-returns-null
2021-03-20 10:24:19 +01:00
soloturn
d68dfd391b pornhubrippertest flaky 2021-03-20 10:02:00 +01:00
Stefan Aladzic
4dd23d3a82
+ Gradle build status 2021-03-18 09:20:51 +01:00
Stefan Aladzic
84d547721a
Merge pull request #19 from ripmeapp2/feature/latest-per-branch
github ref name into latest tag, #12
2021-03-16 18:02:39 +01:00
soloturn
878fa884b5 github ref name into latest tag, #12 2021-03-14 11:09:30 +01:00
soloturn
4c60408fea smuttyripper flaky 2021-03-14 09:27:07 +01:00
soloturn
4acda1585d hetaicafe flaky 2021-03-14 09:12:36 +01:00
Stefan Aladzic
ca00083c15
Merge pull request #13 from ripmeapp2/feature/auto-release
development build, pre-release
2021-03-08 01:27:47 +01:00
Stefan Aladzic
9e0b6213cf
Merge pull request #9 from ripmeapp2/feature/version-in-code
version string with number of commits since last tag, like 1.7.94-10
2021-03-08 01:25:00 +01:00
Stefan Aladzic
3692e9d410
Merge pull request #8 from ripmeapp2/feature/testall
gradle testall to run tests incl flaky and slow, cyberdropdrippertest flaky, Feature/testall
2021-03-08 01:23:02 +01:00
soloturn
9bbbf887a2 reference local repo in readme 2021-03-07 09:47:04 +01:00
soloturn
e89e487533 cleanup ripstatusmessagetest, labelsbundlestest 2021-03-07 02:41:51 +01:00
soloturn
1a1f31db2c 1.7.94-10-asdf is newer than 1.7.94
part of #12
2021-03-07 02:41:45 +01:00
soloturn
f841a10b16 development build, pre-release, #12 2021-03-06 19:27:32 +01:00
soloturn
2347e74970 set version into Implementation-Version, MANIFEST.MF
part of #12
2021-03-06 10:21:32 +01:00
soloturn
1f2cb3d6b9 imgboxrppertest flaky 2021-02-28 17:24:46 +01:00
soloturn
9db885dbcd ArtStationRipperTest flaky 2021-02-28 15:08:21 +01:00
soloturn
6476611101 hentainexus flaky 2021-02-28 15:08:21 +01:00
soloturn
7155804a5a gradle-6.8.3 2021-02-28 15:08:21 +01:00
soloturn
cbe8fbb3da cyberdropripper fails sometimes, flaky 2021-02-28 15:08:21 +01:00
soloturn
0750558cac gradle task to run all tests including flaky, slow 2021-02-28 15:08:17 +01:00
Stefan Aladzic
b63453986f
Merge pull request #6 from ripmeapp2/gradle
version now with git sha, build after commit with gradle
2021-02-24 19:00:44 +01:00
soloturn
1847965a45 build with gradle, cache build artefacts to speed it up 2021-02-23 19:31:56 +01:00
soloturn
c2a80db78b maven github action now only manually triggered 2021-02-23 19:31:19 +01:00
soloturn
bfa50147ab gradle, set jar version to <version>-<distance>-<sha>
set the version to the last tag, plus the number of commits since the
last tag (called "distance"), and the git hash (sha). an example:
  1.7.94-9-c9d7deca

in case there is an annotated tag on the commit built itself it
is a release, and no distance, and sha is added:
  1.7.94

in case the build is not from main and master branch, the branch
name will be added, special characters are translated to underscore:
  1.7.94-9-c9d7deca-other_branch
2021-02-22 02:48:44 +01:00
Stefan Aladzic
c9d7deca20
Merge pull request #5 from ripmeapp2/for-ripme/gradle
add gradle build, faster testing
2021-02-21 00:23:08 +01:00
Stefan Aladzic
67af6dbdcf
Merge pull request #4 from ripmeapp2/for-ripme/utils-cleanup
remove not necessary parts in Utils.java
2021-02-18 00:07:54 +01:00
soloturn
1742995ea3 add gradle commands into readme 2021-02-16 06:13:16 +01:00
soloturn
54d2ff4b46 gradle, not execute flaky tests by default 2021-02-16 06:13:16 +01:00
soloturn
8f17f95222 gradle, not execute slow tests by default
```gradle slowTests``` will execute only the tests with tag slow.
2021-02-16 06:13:16 +01:00
soloturn
7ad1df97c0 gradle, produce jacoco coverage report, html 2021-02-16 06:13:16 +01:00
soloturn
4da5b44643 gradle, make all archive tasks reproducible 2021-02-16 06:13:16 +01:00
soloturn
c29348da28 gradle build 2021-02-16 06:13:15 +01:00
soloturn
3d24d6d61a add gradle wrapper 2021-02-16 06:13:15 +01:00
soloturn
5e44215cd1 remove not necessary parts in Utils.java 2021-02-16 05:33:19 +01:00
soloturn
4124c6d18d
Merge pull request #2 from saladzic/xhamster-test-flaky
Add Flaky-Tag to testXhamster2Album() and testXhamsterAlbumOneDomain()
2021-02-15 08:35:39 +01:00
soloturn
c10cbd0de7
Merge pull request #3 from saladzic/porncomix-tests
Porncomix test disabled because the website is offline
2021-02-15 08:35:26 +01:00
Stefan Aladzic
c14d9b51ee The website may be unavailable. Unit tests have been temporarily disabled. 2021-02-15 01:32:42 +01:00
Stefan Aladzic
00c7eacf93 Add Flaky-Tag to testXhamster2Album() and testXhamsterAlbumOneDomain() 2021-02-15 00:49:29 +01:00
Stefan Aladzic
f508366c66
Merge branch 'main' into master 2021-02-12 23:02:43 +01:00
saladzic
8a86139759 Fix #1837 (Xhamster Junit tests)
+ added support for domain endings "one" and "desi"
2021-02-12 22:07:36 +01:00
saladzic
9330b03eb7 Fix #1830
+ add config option "erome.laravel_session" for EromeRipper to avoid JS-Browser-Check
2021-02-09 15:10:59 +01:00
saladzic
b94f64652d Fix #1830
+ add config option "erome.laravel_session" for EromeRipper to avoid JS-Browser-Check
2021-02-08 04:39:54 +01:00
soloturn
48370a0f63 test with java-15 2021-01-30 11:05:15 +01:00
vlad doster
e66e46ed2f (docs) update README.md
Use new brew syntax
2021-01-28 00:36:38 +01:00
vlad doster
a55f718c84
(docs) update README.md
Use new brew syntax
2021-01-27 15:18:51 -06:00