Commit graph

290 commits

Author SHA1 Message Date
dependabot[bot] 5c15c56231
Bump tiles-maven-plugin from 2.10 to 2.12
Bumps [tiles-maven-plugin](https://github.com/repaint-io/maven-tiles) from 2.10 to 2.12.
- [Release notes](https://github.com/repaint-io/maven-tiles/releases)
- [Changelog](https://github.com/repaint-io/maven-tiles/blob/master/CHANGELOG.adoc)
- [Commits](https://github.com/repaint-io/maven-tiles/compare/tiles-maven-plugin-2.10...tiles-maven-plugin-2.12)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-30 20:25:46 +00:00
dependabot[bot] 1c2d7ba04f
Bump mockito-junit-jupiter from 2.18.3 to 2.21.0
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 2.18.3 to 2.21.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v2.18.3...v2.21.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-30 20:25:45 +00:00
Paul Campbell 78c7a97a78
Merge branch 'master' into dependabot/maven/org.projectlombok-lombok-1.18.2 2018-08-30 21:24:11 +01:00
Paul Campbell 7435ee4817
Merge pull request #11 from kemitix/next
General updates and refactorings
2018-08-30 21:22:30 +01:00
Paul Campbell 4992c8a8b3 Configure the digraph-dependency-maven-plugin 2018-08-30 21:01:48 +01:00
Paul Campbell 28ea5b6eff Trunk based dev - version set to DEV-SNAPSHOT 2018-08-30 20:57:42 +01:00
dependabot[bot] 35a29a4365
Bump pitest-maven from 1.4.0 to 1.4.2
Bumps [pitest-maven](https://github.com/hcoles/pitest) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/hcoles/pitest/releases)
- [Commits](https://github.com/hcoles/pitest/compare/pitest-parent-1.4.0...pitest-parent-1.4.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-24 05:35:33 +00:00
dependabot[bot] cbdec2e363
Bump lombok from 1.16.20 to 1.18.2
Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.16.20 to 1.18.2.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/rzwitserloot/lombok/compare/v1.16.20...v1.18.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-24 05:35:20 +00:00
Paul Campbell f4cc4f104b Remove maven wrapper 2018-07-27 22:25:07 +01:00
Paul Campbell a20c5b064e KeyRemover: minor renaming of lambda variable 2018-07-21 23:23:45 +01:00
Paul Campbell c75204c676 Mon.invert renamed to swap 2018-07-21 23:23:02 +01:00
Paul Campbell 3789afb824 KeyRemover.remove: refactor - rename GitTreeReader.stream as entries 2018-07-21 08:10:19 +01:00
Paul Campbell 660b74c965 jenkins: update jenkinsfile 2018-07-21 07:52:37 +01:00
Paul Campbell 3847cb52a2 Switchto using DEV versions of mon and conditional 2018-07-20 20:23:01 +01:00
Paul Campbell 3bfdcff11a Upgrade dependencies
* `maven-tiles` to 2.11
* `kemitix-tiles` to 0.9.0
* `maven-surefire-plugin` to 2.22.0
* `lombok` to 1.18.0
* `jgit` to 5.0.1.*
* `mockito` to 2.19.1
2018-07-20 20:19:51 +01:00
Paul Campbell 7f8dde5bd3 HeadWriter: refactored 2018-07-20 07:47:18 +01:00
Paul Campbell 058572ab91 HeadWriter: avoid the Law of Demeter 2018-07-20 07:36:58 +01:00
Paul Campbell 23b9caebf5 KeyRemoved.flatIfFound refactored to use conditional 2018-07-20 07:27:02 +01:00
Paul Campbell 0a24a399aa Upgrade mon to 0.11.0 2018-07-20 07:26:51 +01:00
Paul Campbell 297a952f43 InitGitDBRepo: refactored 2018-07-19 17:26:45 +01:00
Paul Campbell a2c97b6170 Add conditional 0.5.0 2018-07-19 07:06:51 +01:00
Paul Campbell 2f68bd55d0 GitTreeReader.stream: refactor for readability 2018-07-11 07:10:49 +01:00
Paul Campbell 330e87b6a1 InitGitDBRepo.create: add missing javadoc @return 2018-07-10 22:56:27 +01:00
Paul Campbell a9a6eeb01e Parameters are final 2018-07-10 22:56:14 +01:00
Paul Campbell 436a3e2501 LocalGitDBImpl.branch: rewrite without try/catch block 2018-07-10 22:52:16 +01:00
Paul Campbell 32027ef6e1 NamedRevBlob.blobAsString: rewrite without try/catch block 2018-07-10 22:22:20 +01:00
Paul Campbell 20e6ba3f84 KeyRemover.insertTree: rewrite without try/catch block 2018-07-10 22:19:51 +01:00
Paul Campbell 88bbfd428b InitGitDBRepo.create: rewrite to use new Result methods 2018-07-10 22:16:13 +01:00
Paul Campbell d702968b94 Upgrade mon to 0.10.0 2018-07-10 22:11:05 +01:00
Paul Campbell fd0109e490 GirDBRepo fix syntax error 2018-07-08 06:44:35 +01:00
Paul Campbell 723eecb27c README: Remove jenkins, codacy and jpeek badges - revert once available 2018-07-05 07:19:14 +01:00
Paul Campbell 2669a2e0ad README: add 2018-07-05 07:18:38 +01:00
Paul Campbell f302cc9d39 Merge branch 'mon-070-result-no-exceptions' into 'master'
Use Mon's Result<T>

See merge request kemitix/gitdb!1
2018-06-30 20:16:27 +00:00
Paul Campbell fd70dbacc3 GitDBTest clean up tests throwing exceptions 2018-06-30 21:08:12 +01:00
Paul Campbell d1acd4a0dc HeadWriter returns Result<T> values 2018-06-30 21:05:38 +01:00
Paul Campbell c4034a291f InitGitDBRepo return Result<T> values 2018-06-30 21:02:09 +01:00
Paul Campbell ae852be86f CommitWriter and GitDBRepo return Result<T> values 2018-06-30 20:47:00 +01:00
Paul Campbell 9eff624a05 More classes return Result<T> values 2018-06-30 20:37:32 +01:00
Paul Campbell 98b81a44dc NamedRevBlob returns Result<T> values 2018-06-30 13:14:21 +01:00
Paul Campbell 2de83ba3bc Refactoring GitDBTest 2018-06-30 13:14:21 +01:00
Paul Campbell f5483f419b GitDBBranch returns Result<T> values 2018-06-30 13:14:15 +01:00
Paul Campbell 193a0f380b GitDB returns Result<T> values 2018-06-30 13:11:52 +01:00
Paul Campbell 6a3687466f Upgrade mon to 0.7.0 2018-06-30 13:11:32 +01:00
Paul Campbell 63d0078be5 FormatVersion: make private final int fields static 2018-06-21 07:29:18 +01:00
Paul Campbell a520b91bb9 Move constants from interface to a class 2018-06-21 07:25:46 +01:00
Paul Campbell b10da3eac6 Remove redundant final in try-with-resources 2018-06-21 06:49:22 +01:00
Paul Campbell b4e6cee636 Use try-with-resources for closables 2018-06-20 22:16:22 +01:00
Paul Campbell 32354fe8ea jenkins: more refactor environment checking and switch deploy branch 2018-06-20 19:00:48 +01:00
Paul Campbell e395b54db4 Revert "Use correct sonarqube environment in jenkins"
This reverts commit 8765e83

(cherry picked from commit c86a5aa)
2018-06-18 17:03:07 +01:00
Paul Campbell fe12c17a62 Use correct sonarqube environment in jenkins 2018-06-18 16:34:14 +01:00