Commit Graph

27 Commits

Author SHA1 Message Date
Justin Lee
e0ded23b4d introduce an optional maven plugin to update the sam config
rename module to amazon-lambda-http
2019-10-21 18:58:16 -04:00
Justin Lee
1f2fb98d61 Provide Amazon SAM integration for RESTEasy based applications 2019-10-21 18:58:16 -04:00
Andrew Guibert
439ddee3d3 Initial copy of Derby extension 2019-10-11 17:23:21 -05:00
Manyanda Chitimbo
1ff496cbb5 chore: remove generated config docs from gitignore entry
following #3909 docs are now generated in the global /target/ folder and not in
docs/src/main/asciidoc/generated. See this comment
https://github.com/quarkusio/quarkus/issues/3909#issuecomment-529945707
and corresponding PR #3887
2019-09-10 17:50:50 +02:00
Manyanda Chitimbo
c3621f2f1d docs: properly parse docs 2019-08-30 21:51:27 +02:00
Manyanda Chitimbo
c057dbf947 docs: generate output file per extension 2019-08-30 21:51:26 +02:00
Guillaume Smet
6f02e9d265 Exclude the SISU dependency from our quarkus-junit artifact
It is a CDI implementation and we really don't want it when running our
tests.

It also can generate unwanted files in the case of the Kogito extension
(see #2879 and #2889).
2019-06-26 16:43:23 +02:00
Guillaume Smet
89ad364c4d Add a .gitignore entry for a file generated by Kogito
This is a temporary fix while waiting for Mario to fix it.

(If I don't ignore it for the release, it will be committed)
2019-06-18 19:51:42 +02:00
David M. Lloyd
b6f831f4d9 Ignore replay logs from failed compilations 2019-04-01 14:40:09 -05:00
Rostislav Svoboda
319d4e955d Ignore quarkus.log 2019-03-19 09:26:43 +01:00
Michael Vorburger
6ac9078068 add .apt_generated_tests/ to .gitignore
This is generated by the M2E APT Eclipse plugin.
2019-03-07 22:29:58 +01:00
Emmanuel Bernard
fc0b0d3ac7 Add vscode in .gitignore 2019-03-04 11:34:13 +01:00
Stuart Douglas
4de61ec048 Merge pull request #1077 from stalep/gradle3
gradle plugin supports, build, native and dev
2019-02-28 22:07:06 +11:00
Stuart Douglas
2394c42dff Fix test log location 2019-02-28 13:07:43 +11:00
Ståle Pedersen
2fa569b35d gradle plugin supports, build, native, dev 2019-02-25 10:23:54 +01:00
Stuart Douglas
54d7c6ec08 Fix .gitignore 2019-02-25 07:27:48 +11:00
Guillaume Smet
405d94b368 Add ObjectStore to .gitignore
Just had a temporary file added in a commit by mistake
2019-01-05 12:54:55 +01:00
Guillaume Smet
33f76884d3 Add vim swap files to .gitignore 2018-12-20 00:11:08 +01:00
Clement Escoffier
6936e03bf6 Provide the sources to create a distroless docker image suitable for shamrock native applications. 2018-12-15 19:06:49 +01:00
Emmanuel Bernard
ae78585342 Add macOS files to ignore list 2018-12-01 19:01:21 +01:00
Alexey Loubyansky
b728c3318b A note on building on linux and add shamrock.log files to .gitignore 2018-11-22 10:59:18 +01:00
David M. Lloyd
9cb96458ff Allow build items to be produced weakly
This allows build steps to only produce certain things (such as bytecode for the main/static init method(s) or resources) when the significant product of the build step is consumed.  If only weakly-produced outputs are consumed, the build step is not emitted.
2018-11-19 14:02:56 -06:00
lburgazzoli
674662368a NativeImageMojo: add support to set custom option to the native-image 2018-10-31 14:41:28 +01:00
David M. Lloyd
7536bddc45 Ignore some common garbage files 2018-10-04 13:30:10 +10:00
Stuart Douglas
26f4326649 Travis CI work 2018-09-07 12:24:50 +10:00
Ken Finnigan
785bd97e70 Add SmallRye OpenAPI (MicroProfile) and add to permissive example with tests 2018-08-28 18:24:02 +10:00
Stuart Douglas
161cfa303b Initial 2018-06-22 13:05:28 +07:00