1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-01-17 12:48:24 +01:00

67 Commits

Author SHA1 Message Date
soloturn
f69943f2f4 require java-17 2023-09-28 05:09:39 +02:00
soloturn
830e22e155 fix download link 2023-06-11 00:50:27 +02:00
soloturn
b6ba9786c2 let gitter stick out a little more 2022-04-16 02:06:10 +02:00
soloturn
e081e927f0 java-11 now, mention in readme 2022-04-15 11:19:13 +02:00
soloturn
ee18e2a1a7 readme, add compose-jb short explaination 2021-05-15 08:01:58 +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
Stefan Aladzic
4dd23d3a82
+ Gradle build status 2021-03-18 09:20:51 +01:00
soloturn
9bbbf887a2 reference local repo in readme 2021-03-07 09:47:04 +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
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
soloturn
1742995ea3 add gradle commands into readme 2021-02-16 06:13:16 +01:00
vlad doster
e66e46ed2f (docs) update README.md
Use new brew syntax
2021-01-28 00:36:38 +01:00
cyian-1756
9f34861f20
Merge pull request #1775 from 12-Seconds/master
Fix brew installation command
2020-10-26 09:59:55 +00:00
soloturn
8ec221aa52 allow to set excludedGroups on command line 2020-10-26 01:50:14 +01:00
soloturn
cbdf457419 disable broken tests, tag as flaky which sometimes fail 2020-10-25 14:41:31 +01:00
soloturn
118c353f2d tag slow tests, so they can be excluded/included
as the runtime of the tests can be long, tag the slow ones so they can
be excluded more easy on the command line or configuration. see here
for hints:
https://mkyong.com/junit5/junit-5-tagging-and-filtering-tag-examples/
https://stackoverflow.com/questions/60474190/how-to-include-exclude-junit5-tags-in-gradle-cmd

to run tests with tag slow only, or not run tags with tag slow do,
quoting the expression might be necessary depending on the shell:
  mvn clean install -Dtest=FuraffinityRipperTest -Dgroups=slow
  mvn clean install -Dtest=FuraffinityRipperTest '-Dgroups=!slow'
2020-10-25 10:36:48 +01:00
12-Seconds
34316362e4
Update README.md 2020-10-25 11:48:43 +04:00
Anon
922acd8c47 macOS installation docs added 2020-10-13 05:59:48 +02:00
Destrae
ac57cc37f9
Updated README.md
header standardization and grammar
2019-10-30 11:25:38 -05:00
MakroCow
94bad2e481
Updated ReadMe.md
Updated Screenshot and added cross-platform mention. Resolves Issue #980.
2018-10-17 12:00:44 +02:00
MakroCow
2a18351624
Update README.md 2018-10-16 23:01:58 +02:00
cyian-1756
4f583e5fa1 Removed deature which is no longer in ripme from readme 2018-10-08 12:47:59 -04:00
cyian-1756
e47bb83722 Updated url to point to the right section of the wiki 2018-09-11 05:26:56 -04:00
cyian-1756
d497f0f677 Added url range downloading to list of ripmes features 2018-09-02 18:04:14 -04:00
Kevin Jiang
654f6839c0
Merge pull request #642 from cyian-1756/readmeUpdates
Added tag skip feature to features list

Failed test was because of twitter rate-limiting.
2018-06-03 16:45:37 -04:00
Kevin Jiang
10c7f47bf5
Merge pull request #655 from kevin51jiang/master
Failed test unrelated
2018-06-02 15:44:38 -04:00
Kevin Jiang
8261828845
I'm a collaborator now :D 2018-06-01 19:22:59 -04:00
cyian-1756
79c501ce7a Added tag skip feature to features list 2018-05-31 04:58:13 -04:00
cyian-1756
2ecffc3497 Added note about broken updater in version 1.7.49 2018-05-30 16:04:58 -04:00
Kevin Jiang
dc9604b115
Update README.md
Fix #454

Remove link to ded website
2018-04-14 18:21:29 -04:00
cyian-1756
0aada1fd90 Added more features to readme 2018-03-08 06:15:27 -05:00
cyian-1756
e3fafc1c18
Update README.md 2017-12-01 16:23:07 -05:00
cyian-1756
bd9e4f3673
Update reddit badge 2017-12-01 16:17:25 -05:00
cyian-1756
a3bf1caf19 Added missing space 2017-11-30 17:20:29 -05:00
cyian-1756
4dec96367c Added link to subreddit 2017-11-30 17:18:59 -05:00
metaprime
be916af8ce
Update README.md
Nobody really cares about dependencies that are downloaded automatically. They can check pom.xml if they want to look at the exact versions. One less thing for us to maintain and keep in sync, and it helps keep the README cleaner.
2017-11-29 04:13:39 -08:00
metaprime
92da8b4909 Fix typo in paypal link. 2017-11-19 12:55:35 -08:00
metaprime
28280b1275 Fix typo in paypal links. 2017-11-19 12:54:35 -08:00
metaprime
7ee8fef59a
Update README with donation links. (#228) 2017-11-19 12:47:41 -08:00
metaprime
e78f961c88 Move badges around on README 2017-11-18 23:11:44 -08:00
metaprime
4c6e3bd115
Merge pull request #227 from metaprime/coverage
Add code coverage with coveralls.io; Issue #226: Temporarily disable ImagefapRipperTest
2017-11-18 23:07:34 -08:00
metaprime
eda92001af Update LICENSE and .gitignore 2017-11-18 23:06:13 -08:00
metaprime
0475db5fab Add Coveralls code coverage badge 2017-11-18 20:31:50 -08:00
metaprime
13162bed73
README: Update link to Travis-CI builds 2017-11-09 10:52:57 -08:00
Julien Machiels
1b8061a951 Updated TravisCI configuration (#128)
* Updated TravisCI configuration

* Updated TravisCI badge in README
2017-11-09 10:47:29 -08:00
Julien Machiels
d043685d2e Update to Java 8
* Changed the Maven target to 1.8
* Performed a preliminary cleanup using IntelliJ's Code Analysis (Only Java 7/8 updates and a few other entries in the Error and Warnings categories)
* Updated the readme to change the required Java version
2017-10-24 16:45:10 +02:00
fabuloso
cd469c0839 Update README.md 2017-10-10 15:37:26 +02:00
metaprime
0473d33ddf Added new requests issue and disclaimer about possibly-broken tests. 2017-08-10 03:01:10 -07:00
MetaPrime
0e909f2948 Update documentation and issue- and PR- templates. 2017-06-24 18:37:55 -07:00
MetaPrime
4de550c882 Update README links to point to RipMeApp repo and wiki. 2017-06-24 15:05:59 -07:00