1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-01-16 20:28:15 +01:00

33 Commits

Author SHA1 Message Date
soloturn
b0214bca05 imgur 100, ehentai flaky tests 2024-12-12 21:32:05 +01:00
soloturn
edc5d9d568 update jacoco for java-22 2024-03-29 23:19:59 +01:00
soloturn
404da9b5e5 java-22, java-21 default 2024-03-18 09:11:02 +01:00
Undid-Iridium
9c18f452cd Add OkHttp dependency in build.gradle.kts
A new implementation line was added to the build.gradle.kts file for OkHttp library. This change is needed in order to extend the project's capabilities for HTTP network requests for ones with encryption/compression.
2023-12-09 15:00:35 +01:00
X
2e5ef70fbd
Patch/Bug fix for ContextMenuMouseListener Actions (#161)
* Should fix the issue associated with copy/paste.
* Fix build gradle, and also create junit.
2023-12-09 14:19:36 +01:00
soloturn
0bb8d8b2d9 permit to override the jgitver version
for packaging a tar ball, jgitver takes the default version of 0.0.0,
not practical. putting a version into a file would be possible, but
we try to produce a new version with every commit, which then can be
released if tests pass, without rebuild. this means the source code
should NOT have the version in the commit, but derived.

for tar balls, we know the name of the tar, so its easy to set the
same version in a script, or put a desired version. pay attention,
that ripme checks the version towards github, and suggests an update,
if the running version is less than the released one.

fixes #145.
2023-10-14 14:18:45 +02:00
soloturn
ba51d7b569 list and address deprecations in java 2023-09-30 17:28:46 +02:00
soloturn
9c2404ec26 gradle-8.3 deprecations fixed 2023-09-30 17:11:33 +02:00
soloturn
ecf427cdee java-17 is default 2023-07-30 05:13:27 +02:00
soloturn
b109a34de9 update versions, make it work with java-20 2023-06-11 02:30:11 +02:00
soloturn
a061926653 java-11 now necessary to run ripme 2022-02-28 00:54:02 +01:00
soloturn
abb1eaa49d update dependency versions, log4j, graalvm.js, setup-java 2022-02-27 02:23:31 +01:00
soloturn
d4dc7a7fff current way of gradle cache, use javac release flag 2022-02-12 10:36:28 +01:00
soloturn
1ef49d33e5 remove junit-4.13 2022-01-17 00:53:35 +01:00
soloturn
64dbb56c62 testreport gradle-8 property rename 2021-12-30 01:57:47 +01:00
soloturn
2b4d4cc124 +j2html in build.gradle.kts, testSelfPostAuthorRip flaky 2021-12-20 05:41:05 +01:00
soloturn
3bd9d1c412 update dependency versions 2021-12-20 05:40:59 +01:00
soloturn
b28c4bf86a gradle, display stack trace on failed test 2021-10-03 19:20:22 +02:00
soloturn
9494f9ba43 update dependency versions 2021-06-04 13:37:22 +02:00
soloturn
fd6f947c9e gradle-6.8.3 --> gradle-7.0 2021-05-08 16:57:52 +02:00
soloturn
6296881ffc update commons-io to 2.7 2021-04-29 23:28:04 +02:00
soloturn
f587e175e3 log4j2, java-11, need "Multi-Release: true" in MANIFEST
if "Multi-Release: true" is not in MANIFEST, a
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
is displayed, and DEBUG logging not turned on. see:
https://stackoverflow.com/questions/53049346/is-log4j2-compatible-with-java-11
fixes #33
2021-04-16 06:41:47 +02:00
soloturn
4702160c75 gradle, add log4j2 2021-04-04 22:08:28 +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
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
soloturn
2347e74970 set version into Implementation-Version, MANIFEST.MF
part of #12
2021-03-06 10:21:32 +01:00
soloturn
0750558cac gradle task to run all tests including flaky, slow 2021-02-28 15:08:17 +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
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