Commit Graph

325 Commits

Author SHA1 Message Date
Ryan Baxter
e7ee0e299e Merge remote-tracking branch 'origin/1.4.x' into 2.0.x 2018-11-19 16:27:21 -05:00
Ryan Baxter
5c609f42d9 Updating Vault documentation 2018-10-29 19:28:56 -04:00
buildmaster
c47f8a07a4 Bumping versions to 2.0.3.BUILD-SNAPSHOT after release 2018-10-23 17:45:48 +00:00
buildmaster
a2e411fbd0 Going back to snapshots 2018-10-23 17:45:47 +00:00
buildmaster
2d73a66a5a Update SNAPSHOT to 2.0.2.RELEASE 2018-10-23 17:44:11 +00:00
buildmaster
b6bae9ad44 Bumping versions to 1.4.6.BUILD-SNAPSHOT after release 2018-10-15 20:34:29 +00:00
buildmaster
f58993305f Going back to snapshots 2018-10-15 20:34:28 +00:00
buildmaster
cb96c60331 Update SNAPSHOT to Edgware.SR5 2018-10-15 20:33:02 +00:00
Ryan Baxter
4ae00c9530 Documentation for #1060. 2018-10-10 11:45:07 -04:00
Ryan Baxter
77f8df378d Document git refresh rate. Fixes #1147. 2018-10-01 20:14:39 -04:00
Ryan Baxter
f8ecf25c84 Clarifying asymmetric key configuration. Fixes #903 2018-10-01 14:12:43 -04:00
Juan Pablo Santos Rodríguez
226358e553 Gitea and Gogs support + [Github|Gitlab|Gitee]PropertyPathNotificationExtractor refactor (#1140)
(new, clean PR from required changes on [#1120](https://github.com/spring-cloud/spring-cloud-config/pull/1120#issuecomment-419998469), also having a clean history for merge)

Following the spring-cloud#1003 PR, I went on a likewise PR to add support for [Gitea](https://gitea.io), a Gogs fork.

On that PR there's a comment asking for a small refactor regarding Github and Gitlab PropertyPathNotificationExtractors so, given the reduced scope of the change, also went for it. As spring-cloud#1003 also includes the appropiate files for Gogs support, I also threw them in. And, likewise, GiteePropertyPathNotificationExtractor's spring-cloud#1107 PR.

So this PR ended up having:
* `[Github|Gitlab|Gitee]PropertyPathNotificationExtractor` common behaviour refactored into a `BasePropertyPathNotificationExtractor` class
* spring-cloud#1003 PR (Gogs support), refactored to reuse the `BasePropertyPathNotificationExtractor` class
* spring-cloud#1107 PR (Gitee using webhook contents as PropertyPathNotification), refactored to reuse the `BasePropertyPathNotificationExtractor` class
* Gitea support, using the `BasePropertyPathNotificationExtractor` class

I've mantained author tags on files regarding those PRs, in order to respect code authorship as much as possible (if there's anything missing, I'll gladly add whatever commits necessary). Also, as Github notes that those PRs are already mergeable, their corresponding authors must've signed the corresponding ICLAs, I assume this PR should be safe to merge.


best regards,
juan pablo
2018-09-17 16:01:58 -04:00
buildmaster
53b22b6ec3 Bumping versions to 2.0.2.BUILD-SNAPSHOT after release 2018-07-31 18:43:22 +00:00
buildmaster
602c786639 Going back to snapshots 2018-07-31 18:43:21 +00:00
buildmaster
85029323f7 Update SNAPSHOT to 2.0.1.RELEASE 2018-07-31 18:41:51 +00:00
buildmaster
c42c3c27ae Bumping versions to 1.4.5.BUILD-SNAPSHOT after release 2018-06-28 20:06:20 +00:00
buildmaster
3c3985e1f3 Going back to snapshots 2018-06-28 20:06:19 +00:00
buildmaster
76188d4461 Update SNAPSHOT to 1.4.4.RELEASE 2018-06-28 20:02:38 +00:00
bisigc
496412bd8e Adding ssh proxy capability (#1054)
Adding the capability to configure a proxy host and port for ssh git
repo connections.
2018-06-27 09:56:30 -04:00
buildmaster
5ff3f0d698 Bumping versions to 2.0.1.BUILD-SNAPSHOT after release 2018-06-18 18:04:11 +00:00
buildmaster
55df651837 Going back to snapshots 2018-06-18 18:04:10 +00:00
buildmaster
f266d9581c Update SNAPSHOT to 2.0.0.RELEASE 2018-06-18 17:53:04 +00:00
Ben Klein
e1dcec0f1d Document Git, Vault 'skipSslValidation', 'timeout' (#1067) 2018-06-14 18:56:03 -04:00
Indraneel Bende
9ab7acaf6f Made RequestReadTimeout and whether to sendState configurable (#1034)
Made RequestReadTimeout and whether to send State configurable.
2018-06-13 16:55:39 -04:00
Ben Klein
d136aea540 Add docs for HTTP(S) proxy server configuration (#1063)
* Add docs for HTTP(S) proxy configuration

* Docs on composite: Vault token is always required
2018-06-13 16:37:25 -04:00
Ben Klein
76226052b1 Update docs on composite environment repositories (#1041)
Fixes #116 and fixes spring-cloud/spring-cloud-config/issues/933
2018-06-07 15:35:53 -04:00
Haroun Pacquée
e6b2d9eec0 Added support for Vault's 0.10.0+ versioning enabled kv engine. (#1018) 2018-06-04 17:13:27 -04:00
Ryan Baxter
e96e246636 Merge remote-tracking branch 'origin/1.4.x' 2018-06-04 11:37:43 -04:00
Ryan Baxter
648f8ff313 Merge remote-tracking branch 'origin/1.3.x' into 1.4.x 2018-06-04 11:28:21 -04:00
Ryan Baxter
484b74b4ed encrypt.* properties should be in bootstrap.yml not application.yml. Fixes #895. 2018-06-04 11:26:56 -04:00
Ryan Baxter
8da878bc02 Document location of spring.cloud.config.server.encrypt.enabled. Fixes 887. 2018-06-04 11:19:36 -04:00
indraneelb1903
8940b0e26f Changes for High Availability for the config Server (#1017)
* Changes for High Availability for the config Server
2018-05-29 11:27:28 -04:00
buildmaster
93e95b5d2a Going back to snapshots 2018-05-24 20:48:42 +00:00
buildmaster
9171d0ef9d Update SNAPSHOT to 2.0.0.RC2 2018-05-24 20:47:53 +00:00
Ryan Baxter
bb4d6b08a4 Merge branch 'master' of github.com:spring-cloud/spring-cloud-config 2018-05-02 19:44:54 -04:00
Ryan Baxter
41239488d8 Corrects special-string variable in docs. Fixes #997 2018-05-02 19:44:39 -04:00
buildmaster
dfa1f2fa6e Going back to snapshots 2018-04-20 19:35:00 +00:00
buildmaster
d99b7c808a Update SNAPSHOT to 2.0.0.RC1 2018-04-20 19:34:07 +00:00
Chidambaram Sundaram
c70bca5149 Send 404 if application not found (#960)
Send 404 if application not found and `spring.cloud.config.server.accept-emtpy=true`

Fixes gh-155
2018-04-10 21:41:09 -04:00
buildmaster
6402ec099d Bumping versions to 1.4.4.BUILD-SNAPSHOT after release 2018-03-26 16:26:01 +00:00
buildmaster
739f4c1ca8 Going back to snapshots 2018-03-26 16:26:00 +00:00
buildmaster
f9a6a88491 Update SNAPSHOT to 1.4.3.RELEASE 2018-03-26 16:24:35 +00:00
buildmaster
0e0f749555 Going back to snapshots 2018-03-22 20:58:06 +00:00
buildmaster
b6f9bb0633 Update SNAPSHOT to 2.0.0.M9 2018-03-22 20:57:18 +00:00
Taras Danylchuk
c385f8b429 Added functionality for deleting untracked branches from local repo (#947)
cherry-picked from
https://github.com/spring-cloud/spring-cloud-config/pull/940
2018-03-22 09:19:10 -04:00
Spencer Gibb
7276b3cb4c polish docs 2018-03-21 16:29:41 -04:00
Jay Bryant
0687d0e468 Full editing pass (#915)
I edited all the Asciidoc files for consistency and style.
2018-03-21 16:26:51 -04:00
Taras Danylchuk
c59de61394 Adds ability to remove untracked local branches
Fixes gh-877
2018-03-20 22:38:03 -04:00
buildmaster
08e9d6409e Going back to snapshots 2018-03-02 17:17:19 +00:00
buildmaster
76e640012e Update SNAPSHOT to 2.0.0.M8 2018-03-02 17:16:30 +00:00