a7b4b25e61
Update JUnit to v14.13.2
2022-08-03 14:43:39 +02:00
22620985bc
Java11Exec: Reduce complexity of parseCommand method.
2022-06-21 13:24:01 +02:00
ed5205236f
#166 Fix AWS JAVA ignoring shell commands in combination with a Makefile.
2022-06-21 13:24:01 +02:00
b0916a2485
#166 Adjust outdated make command pattern
...
as with #147 a new unset command part is introduced.
Also add a regression e2e test that would have caught this issue.
2022-06-21 13:24:01 +02:00
609a7b803e
Java11Exec: Fix Test with updated dependencies.
2022-04-24 18:49:49 +02:00
841518bf05
Java11Exec: Add support for make assignments. ( #131 )
...
* Java11Exec: Add support for make assignments.
* Java11Exec: Make quotes in assignments optional.
2022-04-24 17:55:41 +02:00
09b90a4555
Java11Exec: Quick fix for test dependencies.
2022-04-24 17:28:40 +02:00
7af17c87d3
Ignore Comments in Makefiles starting with #
2022-04-24 17:03:27 +02:00
a545614040
Java11Exec: Fix that EOF is replaced by newline.
2022-04-24 16:21:54 +02:00
bb2d989bc5
Add the missing newline of AWS.
2022-04-22 08:52:47 +02:00
4cd53d24bc
Ignore @ Symbols in Makefiles
2022-04-22 08:52:16 +02:00
430b1748f5
Allow the CR character as part of a newline.
...
Since CodeOcean may send the `\r\n` newline.
2022-04-18 22:29:05 +02:00
d7b1c2d691
Add limited support for Makefile parsing. ( #103 )
...
* Add limited support for Makefile parsing.
As the AWS Linux images do not contain make.
* javaExec: Extract makefile functionality in its own class
* Implement review comments
2022-04-07 22:40:19 +02:00
13eaa61f3b
Fix three bugs in java11Exec
...
detected by the e2e tests.
- Fix that one corrupt file breaks the whole execution.
- Fix that files with absolute path are saved in the workdir.
- Fix that AWS stderr is merged into stdout.
2022-02-28 14:54:40 +01:00
4cf72ee337
AWS SAM deployment ( #91 )
...
* Generate AWS SAM application
with the Poseidon Java 11 Executor Lambda Function.
* Extend AWS Lambda documentation.
* Apply suggestions from code review
Co-authored-by: Sebastian Serth <MrSerth@users.noreply.github.com >
* Parse dynamic AWS region
Co-authored-by: Sebastian Serth <MrSerth@users.noreply.github.com >
2022-01-27 23:07:13 +01:00