Commit Graph

159 Commits

Author SHA1 Message Date
Dave Syer
53ebccbbca Update to 1.0.1 2016-09-21 10:22:15 +01:00
Dave Syer
1ed8551746 Ensure version is scraped from parent pom 2016-09-20 13:48:13 +01:00
Marcin Grzejszczak
411093ed8c Updating mvnw for all projects 2016-09-19 19:29:52 +02:00
Marcin Grzejszczak
a5e4a06ff2 Updating mvnw for all projects 2016-09-19 14:16:55 +02:00
Dave Syer
bb68ed8d59 Move unnecessary dependencies up a level 2016-09-19 12:01:56 +01:00
Marcin Grzejszczak
aa1c76b60d Updating mvnw for all projects 2016-09-19 12:44:29 +02:00
Marcin Grzejszczak
832808619c Updating mvnw for all projects 2016-09-15 16:10:36 +02:00
Marcin Grzejszczak
cfbea8061d Removed adoc footer 2016-09-07 17:59:28 +02:00
Marcin Grzejszczak
37982de165 Updating mvnw for all projects 2016-09-07 17:26:41 +02:00
Marcin Grzejszczak
720588b717 Updating ghpages for all projects 2016-08-22 13:30:57 +02:00
Marcin Grzejszczak
7fcb429c83 Updating ghpages for all projects 2016-08-19 11:44:45 +02:00
Marcin Grzejszczak
b5236980ea Updating ghpages for all projects 2016-08-18 13:08:55 +02:00
Dave Syer
26b2826287 Change repo URLs to https 2016-08-17 17:31:21 +01:00
Marcin Grzejszczak
a403ef5a59 Updating ghpages for all projects 2016-08-17 12:43:08 +02:00
Marcin Grzejszczak
12f1924fa4 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:17:49 +02:00
Dave Syer
7a427eaee0 Update README with new CLA link 2016-07-11 14:35:08 +01:00
Dave Syer
531aa54f84 Update README 2016-06-11 10:50:32 +01:00
Dave Syer
529e4d9f93 Update readme script to handle local includes 2016-06-11 09:54:41 +01:00
Dave Syer
5c0a61d696 Update tp mvn 3.3.9 2016-06-04 09:14:03 +01:00
Dave Syer
53d1da9a61 Re-instate .settings.xml for Travis 2016-05-12 11:34:19 +01:00
Dave Syer
f21c0bcbb9 Update README and remove .settings.xml where appropriate 2016-05-12 10:47:36 +01:00
Dave Syer
7e7e270f6f Revert to snapshots 2016-05-10 17:17:52 +01:00
Dave Syer
0f2398255c Update for 1.1.0.RELEASE 2016-05-10 17:16:44 +01:00
Dave Syer
2544c8ef15 Add a heartbeat event every 5s by default
Fixes gh-12
2016-05-09 13:02:54 +01:00
Dave Syer
c8c8cdb83a Add explicit release disabled flag for artifactory for plugins 2016-05-06 18:09:41 +01:00
Dave Syer
5080503d87 Add explicit release disabled flag for artifactory in dependencies 2016-05-06 17:58:44 +01:00
Dave Syer
3accebb76d Add explicit release disabled flag for artifactory 2016-05-06 17:47:14 +01:00
Dave Syer
78a67682c4 Switch parent of docs poms 2016-05-06 17:40:09 +01:00
Dave Syer
4932bba3fc Add ignored adhoc tests 2016-05-05 10:24:34 +01:00
Dave Syer
42306c1dba Fix test (wrong assumption about exception handling) 2016-05-05 09:59:04 +01:00
Dave Syer
660dabdf9c More detail on credentials for discovery 2016-04-29 13:49:13 +01:00
Dave Syer
538ceeee7a Make it obvious the docs are about Discovery 2016-04-29 13:31:33 +01:00
Dave Syer
611d2f3e65 Make discovery client more robust if there is no connection
The default behaviour is to know nothing if the client can't
connect to the cloud controller.
2016-04-26 09:15:14 +01:00
Dave Syer
8c8d218f71 Switch to @EnableConfigurationProperties to make override predictable 2016-04-24 14:08:11 +01:00
Dave Syer
9c4624389e Tidy up some javadocs and change email->username 2016-04-22 09:49:20 +01:00
Dave Syer
0c3ce308c5 Be more liberal about not having a local instance
If an app is running locally it can still have a local service
instance, so it shouldn't barf if it can't find itself in
the cloud controller.
2016-04-21 17:17:55 +01:00
Dave Syer
166142e479 Revert to snapshots 2016-04-18 14:16:10 +01:00
Dave Syer
8cf834d406 Update to RC2 2016-04-18 14:15:31 +01:00
Dave Syer
b691349d52 Make ribbon dependency more obviously optional 2016-04-18 12:06:53 +01:00
Dave Syer
bdd196bda3 Remove netflix dependencies
There's no need to depend on netflix libraries but the sample was
using Ribbon, so we took that out so that the release can be
independent.
2016-04-18 11:57:29 +01:00
Sebastien Bortolussi
d8aa50eb85 Fix oauth2 resource jwt keyUri property location
Fixes gh-11
2016-04-18 10:58:13 +01:00
Spencer Gibb
34c7f0c0f9 Revert "Update SNAPSHOT to milestone 1.0.0.RC1"
This reverts commit 32f17f11b2.
2016-03-23 10:50:20 -06:00
Spencer Gibb
32f17f11b2 Update SNAPSHOT to milestone 1.0.0.RC1 2016-03-23 10:46:34 -06:00
Spencer Gibb
15fec58a27 Update mvnw to determine profile on mac and linux 2016-03-22 13:06:12 -06:00
Dave Syer
9d8ed108b9 Fix mvnw script for milestones 2016-03-02 17:34:23 +00:00
Dave Syer
cb86f9b7d3 Set -Pmilestone automatically based on pom version 2016-02-12 17:45:17 +00:00
Dave Syer
ebc6f7992a Make grep quiet when setting env vars 2016-02-12 15:48:42 +00:00
Dave Syer
82e84fdb64 Fix logic with MVN_GOAL 2016-02-12 15:06:20 +00:00
Dave Syer
729061159c Align travis build with tools in spring-cloud/build 2016-02-12 13:15:27 +00:00
Dave Syer
5257b24c0f Revert to snapshots 2016-02-05 09:10:46 +00:00