|
c9fe838891
|
Merge pull request 'feature/cleanup' (#2) from feature/cleanup into master
continuous-integration/drone/push Build is passing
Reviewed-on: java/labyrinth-generator#2
|
2023-04-04 02:11:09 +02:00 |
|
|
27b534313d
|
Fix compile issues with lombok.
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
|
2023-04-04 02:08:35 +02:00 |
|
|
2275651cc1
|
Various clean ups.
continuous-integration/drone/push Build is failing
|
2023-04-04 02:06:24 +02:00 |
|
|
e1781dbdc4
|
Fixed imports, reformat.
continuous-integration/drone/push Build is passing
|
2023-04-04 01:58:31 +02:00 |
|
|
874d4208ef
|
Update versions, refactor, cleanup.
continuous-integration/drone/push Build is passing
|
2023-04-04 01:55:49 +02:00 |
|
|
4291b422bf
|
[maven-release-plugin] prepare for next development iteration
continuous-integration/drone/push Build is passing
|
2022-02-02 01:19:10 +01:00 |
|
|
5b97f8b0eb
|
[maven-release-plugin] prepare release v0.0.2
continuous-integration/drone/push Build is passing
|
2022-02-02 01:19:08 +01:00 |
|
|
d320771614
|
Merge pull request 'feature/serialize' (#1) from feature/serialize into master
continuous-integration/drone/push Build is passing
Reviewed-on: java/labyrinth-generator#1
|
2022-02-02 01:15:20 +01:00 |
|
|
820521520a
|
Try not to deploy to the maven repo simply when a PR is open.
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing
|
2022-02-02 01:12:31 +01:00 |
|
|
195df4f120
|
Make this commit to trigger a new CI build.
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
|
2022-02-02 01:03:00 +01:00 |
|
|
67c07ff2ce
|
Cosmetics (because the test is trivial).
continuous-integration/drone/pr Build is failing
|
2022-02-02 00:53:42 +01:00 |
|
|
28c78325fe
|
Do some refactoring and reformatting. Also, use logback instead of plain ol' System.out.println().
|
2022-02-02 00:44:23 +01:00 |
|
|
c8619f80e8
|
Some dcumentation improvements and minor refactorings.
|
2022-01-27 22:04:51 +01:00 |
|
|
185114bcf4
|
Add serialization and deserialization to a compact byte-based format.
continuous-integration/drone/push Build is passing
|
2021-02-12 01:51:17 +01:00 |
|
|
41330de4f4
|
Clean up some code, add comments. Tiny stuff only.
|
2021-02-11 21:29:02 +01:00 |
|
|
c17f73f9f6
|
A Labyrinth needs to be at least 2x2; 1x1 is pointless.
continuous-integration/drone/push Build is passing
|
2020-10-11 02:25:32 +02:00 |
|
|
a712c34c18
|
Cleanup.
continuous-integration/drone/push Build is passing
|
2020-10-06 02:08:39 +02:00 |
|
|
44cd69f79a
|
[maven-release-plugin] prepare for next development iteration
continuous-integration/drone/push Build is passing
|
2020-10-06 01:55:58 +02:00 |
|
|
1b6cb5cd4a
|
[maven-release-plugin] prepare release v0.0.1
continuous-integration/drone/push Build is passing
|
2020-10-06 01:55:52 +02:00 |
|
|
6904b602c1
|
skip tests on deployment.
continuous-integration/drone/push Build is passing
|
2020-10-06 01:53:09 +02:00 |
|
|
376812a28e
|
add SCM config to POM
|
2020-10-06 01:51:19 +02:00 |
|
|
5b2b6bffc4
|
Adapt package structure
continuous-integration/drone/push Build is running
|
2020-10-06 01:47:05 +02:00 |
|
|
a95985e1ca
|
Change artifact id.
continuous-integration/drone/push Build is passing
|
2020-10-06 01:41:20 +02:00 |
|
|
d6029471f0
|
Refactoring, more tests.
continuous-integration/drone/push Build is passing
|
2020-10-06 01:37:47 +02:00 |
|
|
ad0759b36f
|
Add tests and add validity check to labyrinth dimensions.
|
2020-10-06 00:48:40 +02:00 |
|
|
15f93310e4
|
Add tests.
continuous-integration/drone/push Build is passing
|
2020-10-05 20:58:05 +02:00 |
|
|
79dccbcc0f
|
Generate executable JAR.
continuous-integration/drone/push Build is passing
|
2020-10-05 20:39:59 +02:00 |
|
|
1e27267763
|
Make the ID really an ID and thus labyrinth generation reproducible.
|
2020-10-05 20:39:54 +02:00 |
|
|
ccba8a9a11
|
Add a very basic HTTP server that generates labyrinths via GET requests to /create
continuous-integration/drone/push Build is passing
|
2020-10-05 20:15:40 +02:00 |
|
|
8c1dc92cc8
|
Looks like the repo id was wrong.
continuous-integration/drone/push Build is passing
|
2020-10-05 00:07:48 +02:00 |
|
|
98934a4e6c
|
Try again.
continuous-integration/drone/push Build is failing
|
2020-10-04 23:33:08 +02:00 |
|
|
4fe450dd73
|
Enable deployment to repo
continuous-integration/drone/push Build is failing
|
2020-10-04 23:17:37 +02:00 |
|
|
7851f49b9a
|
Change group id.
continuous-integration/drone/push Build is passing
|
2020-10-04 23:12:29 +02:00 |
|
|
5959200bed
|
Minor refactoring.
|
2020-10-04 23:11:47 +02:00 |
|
|
88d86ed186
|
Refactor package structure some more.
|
2020-10-04 23:04:23 +02:00 |
|
|
afd05f6871
|
Refactor package structure.
|
2020-10-04 23:03:05 +02:00 |
|
|
0bdbd7d0ef
|
Refactor the PDFRenderer
|
2020-10-04 22:47:13 +02:00 |
|
|
66ddb27291
|
Encapsulate the coordinate calculation logic in separate classes.
|
2020-10-04 22:36:04 +02:00 |
|
|
6060a08573
|
Make the generation of a labyrinth reproducible and refactor the
PDFRenderer a bit.
|
2020-10-04 21:57:11 +02:00 |
|
|
fd38b141a1
|
Reference parent 2.0.4
continuous-integration/drone/push Build is passing
|
2020-10-04 01:18:07 +02:00 |
|
|
51567a4895
|
Add distribution management and gittr repository
continuous-integration/drone/push Build is failing
|
2020-10-04 01:17:13 +02:00 |
|
|
911aa35577
|
Add a second page with the solution to the PDF.
continuous-integration/drone/push Build is failing
|
2020-10-03 23:09:50 +02:00 |
|
|
74441c91cc
|
Render PDFs in dynamic size
|
2020-10-03 22:33:58 +02:00 |
|
|
93dd5a26fa
|
Add (very simple) PDF renderer.
continuous-integration/drone/push Build is failing
|
2020-10-03 02:31:33 +02:00 |
|
|
5d07cfe1fc
|
Enable drone CI.
continuous-integration/drone/push Build is failing
|
2020-10-03 01:07:59 +02:00 |
|
|
a75ec73741
|
Correct groupId
|
2020-10-03 01:06:57 +02:00 |
|
|
ae270b7eb9
|
Nicer rendering of the solution in the TextRenderer.
|
2020-10-03 01:04:21 +02:00 |
|
|
e52e482b9a
|
Refactor HTMLFileRenderer and add TextFileRenderer.
|
2020-10-03 00:25:00 +02:00 |
|
|
cf96949f8e
|
Make TextRenderer and HTMLRenderer thread-safe (or so I think ...)
|
2020-10-02 22:58:42 +02:00 |
|
|
8774324b65
|
Add HTMLFileRenderer that writes the HTML string into a file.
|
2020-10-02 22:32:49 +02:00 |
|