|
90d250fbf8
|
Specify signing key with scheme prefix
|
2018-02-24 07:21:21 +00:00 |
|
|
c8a128a1dd
|
Specify signing key
|
2018-02-24 07:15:17 +00:00 |
|
|
541c53099a
|
try using pgp-maven-plugin to sign
|
2018-02-23 21:10:48 +00:00 |
|
|
8e5b936934
|
Revert GPG_TTY
|
2018-02-23 20:33:57 +00:00 |
|
|
bb0ea1ed85
|
Experimentally disable gpg pinentry
|
2018-02-23 20:30:43 +00:00 |
|
|
5c809216b8
|
Remove export
|
2018-02-23 20:12:44 +00:00 |
|
|
5e13e71a68
|
Fix space in 'not a tty' error
|
2018-02-23 20:11:23 +00:00 |
|
|
9e42c6dd4f
|
Fix Inappropriate ioctl error
|
2018-02-23 20:09:49 +00:00 |
|
|
ec7ef90268
|
Remove public coverage services
|
2018-02-23 20:02:17 +00:00 |
|
|
9cccc396be
|
Add CODECOV_REPO_TOKEN
|
2018-02-23 19:44:55 +00:00 |
|
|
c6e19005ff
|
Prevent Codecov from breaking the build
|
2018-02-23 19:25:45 +00:00 |
|
|
7d9f3aebae
|
Use jenkins version for codecov
|
2018-02-23 19:20:49 +00:00 |
|
|
ff3ab06d90
|
Publish Codecov first to check if that works okay
|
2018-02-23 19:14:40 +00:00 |
|
|
78e7cff5f5
|
Add jenkins stages for coverage and deployment
|
2018-02-23 18:50:56 +00:00 |
|
|
dec715a5cb
|
Upgrade kemitix-parent to 5.0.3
|
2018-02-23 18:36:28 +00:00 |
|
|
9703dddbbc
|
Simplify Jenkins checkout
|
2018-02-23 17:01:20 +00:00 |
|
|
264124f326
|
Merge pull request #11 from kemitix/prepare/0.4.0
Prepare/0.4.0
|
2018-02-23 09:07:02 +00:00 |
|
|
26b0669d61
|
Merge branch 'develop' into prepare/0.4.0
|
2018-02-23 07:27:28 +00:00 |
|
|
701dd0f73d
|
Merge pull request #10 from kemitix/jenkins
Add Jenkinsfile
|
2018-02-23 07:27:06 +00:00 |
|
|
69cb93ca1e
|
Add Jenkinsfile
|
2018-02-22 22:37:51 +00:00 |
|
|
3e48e10b2d
|
version: set to 0.4.0-SNAPSHOT
|
2017-08-26 23:19:52 +01:00 |
|
|
c526a8f324
|
version: set to 0.3.0
|
2017-08-26 23:16:56 +01:00 |
|
|
91bb2adc0f
|
Merge pull request #7 from kemitix/value-with-suppliers
Value: add where() with Supplier<T> parameters
|
2017-08-26 23:15:37 +01:00 |
|
|
d9e3401658
|
Value: add missing javadoc
|
2017-08-26 23:11:10 +01:00 |
|
|
a1d9f17faf
|
Value: add where() with Supplier<T> parameters
* Add `<T> Value.where(boolean, Supplier<T>, Supplier<T>)`
* Add `Optional<T> Value.where(boolean, Supplier<T>)`
|
2017-08-26 23:03:13 +01:00 |
|
|
03eb1398bd
|
Merge pull request #6 from kemitix/value-deadlock-fix
Value: Avoid danger of JVM-level deadlock during initialisation
|
2017-08-26 21:20:51 +01:00 |
|
|
844ba49c76
|
Value: Avoid danger of JVM-level deadlock during initialisation
|
2017-08-26 20:39:39 +01:00 |
|
|
218aebc3fb
|
Merge pull request #5 from kemitix/travis-support
.travis-support: added
|
2017-08-26 19:31:16 +01:00 |
|
|
e448350d14
|
Merge branch 'develop' into travis-support
|
2017-08-26 19:27:15 +01:00 |
|
|
cb1d03a553
|
*.yml: added circle and wercker config
|
2017-08-26 19:27:00 +01:00 |
|
|
06c4f9b7c9
|
Merge pull request #4 from kemitix/safe-initialisation
Condition: avoid danger of JVM-level deadlock during initialisation
|
2017-08-26 19:25:06 +01:00 |
|
|
3b7d3435cf
|
.travis-support: added
|
2017-08-26 19:23:52 +01:00 |
|
|
62e4d56c9a
|
Condition: avoid danger of JVM-level deadlock during initialisation
|
2017-08-26 19:14:24 +01:00 |
|
|
5cd4f5e78a
|
CHANGELOG
|
2017-08-26 18:34:03 +01:00 |
|
|
767b966d1a
|
ValueTest: use val and have assertions in tests
Codacy's PMD check 'JUnit tests should include assert() or fail()'
insists on the assert being in the actual test method itself.
|
2017-08-26 18:34:03 +01:00 |
|
|
49fb39d297
|
pom.xml: set jacoco and pitest to maximum strictness
|
2017-08-26 16:50:56 +01:00 |
|
|
c7141ebd94
|
pom.xml: upgrade assertj to 3.8.0
|
2017-08-26 16:50:56 +01:00 |
|
|
3539f94d5d
|
pom.xml: upgrade kemitix-{parent,checkstyle-ruleset} to 3.2.0
|
2017-08-26 16:50:56 +01:00 |
|
|
d0408de861
|
mvnw: add maven wrapper
|
2017-08-26 16:41:47 +01:00 |
|
|
ce39a2309c
|
README.md: clean up Badges
|
2017-08-26 16:41:47 +01:00 |
|
|
a78f6de32b
|
ConditionalTest: tidy up
|
2017-08-26 16:41:47 +01:00 |
|
|
fd947df855
|
ConditionalTest: helper methods to 'asserThat...'
|
2017-08-26 16:41:47 +01:00 |
|
|
3e86a62de1
|
Condition.TrueCondition.otherwise: comment that it does nothing
|
2017-08-26 16:41:47 +01:00 |
|
|
0311dd1056
|
README.adoc: add codacy badge
|
2017-08-26 16:41:47 +01:00 |
|
|
357335779e
|
Value: cache True/FalseValueClauses
Rather than create a new transient object every time when they can be
stateless singletons.
|
2017-04-24 13:35:02 +01:00 |
|
|
07f4af3425
|
Value: use lombok to replace constructor
|
2017-04-24 13:34:36 +01:00 |
|
|
09ae3b0257
|
README.adoc: add version badge
Fix intradocument links.
|
2017-04-24 07:02:07 +01:00 |
|
|
ca272d32e7
|
Merge branch 'release/0.2.0' into develop
* release/0.2.0:
pom.xml: version set to 0.3.0-SNAPSHOT
pom.xml: version set to 0.2.0
|
2017-04-23 21:45:50 +01:00 |
|
|
66f61f40a9
|
pom.xml: version set to 0.3.0-SNAPSHOT
|
2017-04-23 21:45:42 +01:00 |
|
|
75c63562d8
|
pom.xml: version set to 0.2.0
|
2017-04-23 21:44:55 +01:00 |
|