Commit Graph

389 Commits

Author SHA1 Message Date
Ben Klein
39ea56b581 Add connector summaries to main docs page 2016-03-01 11:16:16 -06:00
Ben Klein
e04004e2df Add images directory; add to 'Extending' section 2016-02-03 17:21:21 -06:00
Ben Klein
e610fb2523 Change "Spring Cloud" to "Spring Cloud Connectors" 2016-02-03 17:20:58 -06:00
Ben Klein
6ab0711fc2 correct task name in README 2015-12-08 12:32:33 -06:00
Ben Klein
d34b3ee86e remove subproject READMEs 2015-12-08 12:10:27 -06:00
Ben Klein
47579118ab re-add build status 2015-12-08 11:51:27 -06:00
Ben Klein
e73d48f597 remove docs from READMEs 2015-12-08 11:31:15 -06:00
Ben Klein
9b48ab74d3 merge branch 'master' into docs-site 2015-12-03 15:16:13 -06:00
Ben Klein
ffb8ca7584 merge branch 'master' into docs-site 2015-12-03 15:14:32 -06:00
Scott Frederick
927d26878f Increment version to 1.2.2.BUILD-SNAPSHOT 2015-12-02 12:25:50 -06:00
Scott Frederick
3b0e497d1d Add DATABASE_URL to the list of supported environment variable names for detecting Postgres databases in the Heroku cloud connector. 2015-11-20 17:43:11 -06:00
Scott Frederick
a6d19e86d1 Add the ability to pass a map of connection properties to the DataSource service connection creator for more control over the created DataSource. 2015-11-20 17:01:04 -06:00
Scott Frederick
05930a4e73 Change order of DataSource selection to match Spring Boot. 2015-11-19 17:35:07 -06:00
Scott Frederick
ae83343138 Merge pull request #147 from beccagaspard/#146-heroku-redis-support
add support for heroku redis plugin
2015-11-19 11:09:14 -06:00
Becca Gaspard
610f3951dd #146 - add support for heroku redis plugin in spring-cloud-heroku-connector 2015-10-02 11:54:49 -04:00
Ben Klein
ea8accc402 Merge pull request #142 from spring-cloud/docs-fix
Correct paths in 'Adding Service Support' section
2015-09-21 10:36:50 -04:00
Ben Klein
266334d1db correct paths in 'Adding Service Support' section 2015-09-21 10:35:22 -04:00
Ben Klein
40c6437505 correct paths in 'Adding Service Support' section 2015-09-21 10:31:16 -04:00
Ben Klein
7dab75f789 document 1.2.1 feature: control over pooling impl. detection priority 2015-09-08 14:27:05 -05:00
Ben Klein
62cab701f3 cover DataSource implementations used by Spring Service connector 2015-08-26 20:49:17 -07:00
Scott Frederick
f0eddbd615 Support XML config for customizing the order of pooled DataSource implementations in Spring connector. 2015-08-26 15:47:51 -05:00
Scott Frederick
eaa65c2bf1 All clients to customize the order of pooled DataSource implmentations in Spring connector. 2015-08-26 13:27:49 -05:00
Ben Klein
b4e08ae135 add SMTP examples to Spring Service Connector doc 2015-08-25 19:08:35 -07:00
Ben Klein
2f17345c0a Rule 17: omit needless words 2015-08-25 10:57:27 -07:00
Ben Klein
38d9104153 merge branch 'master' into docs-site 2015-08-25 08:55:45 -07:00
Ben Klein
820cc233ca Merge pull request #137 from spring-cloud/docs-site
Add to, revise docs site
2015-08-24 21:06:33 -07:00
Ben Klein
1ebeec2204 remove (commented-out) dummy code 2015-08-24 21:01:56 -07:00
Ben Klein
8b7d1dee21 complete Spring Service Connector doc 2015-08-24 18:02:40 -07:00
Ben Klein
f8e8861156 remove section on new services (Heroku) 2015-08-24 17:08:03 -07:00
Ben Klein
a42be8337c minor revisions to CF Connector doc 2015-08-24 17:06:49 -07:00
Ben Klein
c688f76cb2 updates to main SC Connectors doc; add 'Extending' section 2015-08-24 16:27:43 -07:00
Scott Frederick
c61f6a6fe7 Merge pull request #128 from ilayaperumalg/fix-typo
Fix typo
2015-08-21 12:40:34 -05:00
Scott Frederick
86780fbc60 Prevent errors when only a JDBC URL is given in Cloud Foundry connectors. 2015-08-21 12:00:01 -05:00
Scott Frederick
6f1b17d12d Provide access to URL fields when jdbcUrl is provided in Cloud Foundry connector. 2015-08-20 18:43:48 -05:00
Ben Klein
25caba87a9 minor changes to Spring Service Connector doc; list supported services
Adding a listing of services for which SSC provides connection methods,
and documentation / examples for how to use them in different ways
(configure service, connect to particular service, etc.).
2015-08-14 12:28:39 -05:00
Ben Klein
9c3da5b7ff Merge pull request #134 from spring-cloud/docs-site
Update docs site
2015-08-10 20:29:01 -05:00
Ben Klein
6ae727f603 fill out service listing (Heroku) 2015-08-10 19:59:18 -05:00
Ben Klein
b9ddcc28ba alphabetize service listing (Cloud Foundry) 2015-08-10 19:58:20 -05:00
Ben Klein
2af1ff37f1 begin 'Supported Services' section (Heroku) 2015-08-10 19:24:32 -05:00
Ben Klein
0f2b07ae13 begin 'Cloud Detection' and 'Service Detection' sections (Heroku) 2015-08-10 19:24:01 -05:00
Ben Klein
6b54423e31 split out Spring Service Connector doc & fix typo 2015-08-07 17:53:39 -05:00
Ben Klein
6230c87ba0 split out Heroku Connector doc; add outline for Heroku Connector doc 2015-08-07 17:16:06 -05:00
Ben Klein
e9822b37e8 correct 'jdbcUrl' mention in SQL Server section 2015-08-07 17:01:57 -05:00
Ben Klein
0ea627a77e modify table formatting; continue additions to CF Connector doc 2015-08-07 16:58:09 -05:00
Ben Klein
2f67fbeb65 revision of and addition to CF Connector doc 2015-08-07 15:49:40 -05:00
Ben Klein
fb6da71221 revision of main Connectors docs; split out CF Connector 2015-08-07 11:54:13 -05:00
Ben Klein
9157260e7a minor revision of Connectors docs 2015-08-05 12:22:50 -05:00
Ben Klein
b689ad9d41 finish up docs edit 2015-08-04 12:05:26 -05:00
Ben Klein
11c16b3830 remove xref (too close to ref to be useful any more) 2015-08-03 14:07:20 -05:00
Ben Klein
23110342b2 move / modify TOC; fix xrefs, etc. 2015-08-03 14:05:52 -05:00