Dave Syer
f5183fcde3
Change repo URLs to https
2016-08-17 17:31:25 +01:00
Marcin Grzejszczak
fe9d881270
Updated docs
2016-08-17 14:26:26 +02:00
Marcin Grzejszczak
70bcd8e232
Added doc version to docs
2016-08-17 14:22:16 +02:00
Marcin Grzejszczak
767b258f1c
Updating ghpages for all projects
2016-08-17 12:44:47 +02:00
Marcin Grzejszczak
571d317185
Deploying documentation to proper folder
...
What we're missing ATM is different documentation versions for different application versions. What this change does is that it's:
- finding out what is the current branch (e.g. 1.0.x)
- finding out out what is the name of the main adoc file (e.g. spring-cloud-sleuth)
- pulling the changes from gh-pages after checkout
- finding out what is the list of comma separated whitelisted branches (via the `docs.whitelisted.branches` prop)
- in gh-pages creating a folder with name of the branch (e.g. /1.0.x)
copying all the docs/target/generated-docs/ to that folder
- if the branch from which we're calling the script is NOT master then we're changing the ${main.adoc}.html to index.html so that it's easier to access the docs (e.g. http://cloud.spring.io/spring-cloud-sleuth/1.0.x/ )
2016-08-16 15:38:21 +02:00
Dave Syer
d56006bc93
Fix build config for standalone tests (need to be run separately)
2016-08-14 09:44:20 -07:00
Dave Syer
3c104276fc
Remove redundant shell scripts from sample builds
2016-08-14 09:19:37 -07:00
Dave Syer
89a2b36556
Remove unnecessary profile wrapper for repos in sample
2016-08-14 09:03:32 -07:00
Marcin Grzejszczak
a881fc449d
Trying to fix code coverage
2016-08-12 15:09:22 +02:00
Marcin Grzejszczak
6d979dd3db
Updating circlei build
2016-08-12 14:43:14 +02:00
Marcin Grzejszczak
889f35b995
Updating circlei build
2016-08-12 14:36:38 +02:00
Marcin Grzejszczak
ad5ecec340
Updating circlei build
2016-08-12 12:18:10 +02:00
Marcin Grzejszczak
c7665db7d9
Fixed code style issues
2016-08-12 11:46:41 +02:00
Marcin Grzejszczak
24c0de9b80
Removed jacoco from circleci build
2016-08-12 11:34:22 +02:00
Marcin Grzejszczak
cc89a26f15
Updating circlei build
2016-08-12 11:32:37 +02:00
Marcin Grzejszczak
74c846a27a
Updating circlei build
2016-08-12 10:49:49 +02:00
Marcin Grzejszczak
82302ae721
Fixed Contract build
2016-08-12 10:46:36 +02:00
Marcin Grzejszczak
48e2908c32
Trying to make Contract pick proper module order
2016-08-11 14:49:24 +02:00
Marcin Grzejszczak
3552684f93
Invalid array size check
...
there was a problem with the way property related to array size check was passed. Not only was the condition inverse, but also the properties weren't passed.
With this change those issues were fixed, we've added the missing maven plugin feature and ensured that the array check is the default option.
fixes #60
2016-08-11 14:33:30 +02:00
Marcin Grzejszczak
2a4385863a
Updated the gh-pages script
2016-08-09 18:57:52 +02:00
Marcin Grzejszczak
bc2aa8dab5
Updated the gh-pages script
2016-08-09 18:41:29 +02:00
Marcin Grzejszczak
26f020e3c3
Reordering folders
2016-08-09 18:20:31 +02:00
Marcin Grzejszczak
1398ae66f1
Trying to fix build
2016-08-09 17:55:21 +02:00
Marcin Grzejszczak
6163d04169
Trying to fix build
2016-08-09 16:38:14 +02:00
Marcin Grzejszczak
1ae65c51c6
Trying to fix build
2016-08-09 16:02:47 +02:00
Marcin Grzejszczak
0a31683bfe
Trying to fix build
2016-08-09 15:14:07 +02:00
Marcin Grzejszczak
01cfa8dcf9
Fixed build
2016-08-09 14:28:57 +02:00
Dave Syer
10293f4ad9
Update ideas
2016-08-05 09:16:57 -07:00
Marcin Grzejszczak
e0f206689e
Updated wrong manifest creation
2016-08-03 07:01:44 -07:00
Dave Syer
88429ceada
Use jopt instead of args4j (like Spring Boot does)
2016-07-29 08:57:42 +01:00
Dave Syer
256a61d23d
Run standalone tests in 'integration' profile
2016-07-28 15:10:06 +01:00
Dave Syer
f3fa74ab00
Combine jacoco with gradle build
2016-07-28 13:39:32 +01:00
Dave Syer
71b16eac86
Configure Maven to run Gradle where necessary
2016-07-28 12:51:28 +01:00
Marcin Grzejszczak
ad889ee6d2
Updated CircleCI
2016-07-28 11:29:19 +02:00
Dave Syer
33a287dfb8
Polish
2016-07-28 10:23:02 +01:00
Dave Syer
bcce5699de
Add additional build() step to allow ordered stubs
2016-07-28 09:32:30 +01:00
Marcin Grzejszczak
d82a5917b1
Fixed the broken links in docs
2016-07-27 22:40:19 +02:00
Dave Syer
afa3244262
Fix typo PUT->POST
2016-07-27 11:29:30 +01:00
Marcin Grzejszczak
1aba428aaf
Fixed the build
2016-07-27 11:59:21 +02:00
Dave Syer
6fd4b52ea9
Disable for now the gradle build of restdocs sample
2016-07-27 10:06:24 +01:00
Dave Syer
1e45f3b46a
Add JSON stub example to wiremock restdocs section
2016-07-27 09:57:05 +01:00
Dave Syer
2b5e240bfc
Clarify usage of verify() in restdocs
2016-07-27 09:51:52 +01:00
Dave Syer
417465b4bd
Actually write the request matchers to the stub mapping
2016-07-27 09:22:52 +01:00
Dave Syer
5609ffe76c
Add support for WireMock matchers on restdocs stub builder
2016-07-27 09:16:12 +01:00
Dave Syer
4e21cbd884
Fix name of artifact in dsl test
2016-07-26 17:51:04 +01:00
Dave Syer
f7e4e036bd
Fix standalone test scripts
2016-07-26 16:25:25 +01:00
Dave Syer
562717b3d9
Fix test when it runs as well
2016-07-26 15:28:31 +01:00
Dave Syer
c523a25baa
Fix test that missed a re-factor
2016-07-26 15:11:17 +01:00
Dave Syer
2706005ba9
Remove unused imports
2016-07-26 15:09:12 +01:00
Dave Syer
f46666324b
Add some docs for restdocs usage and rename some things
2016-07-26 15:05:12 +01:00