Olga Maciaszek-Sharma
24b8eb88e5
Fix branch references in sample links.
2019-06-13 13:52:17 +02:00
Spring Operator
a8ab9ae384
URL Cleanup
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.
* [ ] http://compose.docker.io/ (UnknownHostException) with 1 occurrences migrated to:
https://compose.docker.io/ ([https](https://compose.docker.io/ ) result UnknownHostException).
* [ ] http://projects.spring.io/spring-boot/function-sam (404) with 1 occurrences migrated to:
https://projects.spring.io/spring-boot/function-sam ([https](https://projects.spring.io/spring-boot/function-sam ) result 404).
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 1 occurrences migrated to:
https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ) result 200).
* [ ] http://www.reactive-streams.org/ with 2 occurrences migrated to:
https://www.reactive-streams.org/ ([https](https://www.reactive-streams.org/ ) result 200).
* [ ] http://plugins.jetbrains.com/plugin/6546 with 1 occurrences migrated to:
https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546 ) result 301).
* [ ] http://eclipse.org with 1 occurrences migrated to:
https://eclipse.org ([https](https://eclipse.org ) result 302).
* [ ] http://eclipse.org/m2e/ with 2 occurrences migrated to:
https://eclipse.org/m2e/ ([https](https://eclipse.org/m2e/ ) result 302).
* [ ] http://www.springsource.com/developer/sts with 1 occurrences migrated to:
https://www.springsource.com/developer/sts ([https](https://www.springsource.com/developer/sts ) result 302).
# Ignored
These URLs were intentionally ignored.
* http://localhost with 11 occurrences
2019-03-26 03:36:42 -05:00
Bruno Borges
37d0d9500d
Upgrade azure artifacts and update docs
2018-06-06 12:10:49 +01:00
Dave Syer
fee3a0bec3
Fix docs build
2018-06-04 13:32:44 +01:00
Oleh Dokuka
4b85e89992
Fix docs with regard to Flux.interval
...
Also provide ability to run with `Flux.interval(Duration)` in
compiled scripts
Fixes gh-174
2018-05-02 07:19:08 -04:00
Dave Syer
7e53a74474
Update README
2018-03-26 10:09:54 +01:00
Dave Syer
dd7e529565
Update README adding Azure adapter
2018-02-23 13:20:58 +00:00
Dave Syer
c728cd4c01
Support for Function<Publisher<...>,...>
2018-02-14 14:09:28 +00:00
Dave Syer
1af0d451cf
Migrate to servlet binder for web features
2018-01-03 15:06:33 +00:00
Dave Syer
47fd4c3ed2
Going back to snapshots
2017-12-01 10:31:18 +00:00
Dave Syer
b6310e1811
Update SNAPSHOT to 1.0.0.M2
2017-11-28 13:40:35 +00:00
Manos Nikolaidis
08f2cb2491
Update README.adoc
...
Use correct path for samples. E.g. look at:
https://github.com/spring-cloud/spring-cloud-function/tree/master/spring-cloud-function-samples
2017-10-25 08:49:25 +01:00
Dave Syer
976854929e
Update to new docs standards
2017-09-15 11:44:25 +01:00
Oleg Zhurakousky
aa87764580
Added initial docs module
...
Merged gh-89
2017-07-17 14:08:35 +01:00
markfisher
9d0cf75bff
initial commit for openwhisk support
2017-06-16 09:43:10 -04:00
Dave Syer
9bf3601143
Fixed consumer sample to accept bare string
2017-05-26 12:51:56 +01:00
Dave Syer
99c7b995e0
Add FunctionFactoryMetadata interface for type discovery
...
The compiled functions implement that interface which means you can inspect
the signature of the method that created them and discover its
generic types.
2017-05-26 10:09:47 +01:00
Dave Syer
c685866f09
Fix compiled scripts demo from README
...
Compiled functions always show up with no metadata, and you can only
guess what the types are from the bean definition. Probably we should
add more information to the bean definition if we have it when we
compile the function.
There is still a problem if user defines functions that are not of
Flux<String> (but that has always been the case).
2017-05-25 07:53:29 +01:00
markfisher
ab8fd05367
update README
2017-02-13 09:45:39 -05:00
markfisher
62aecb9c7b
update web.sh and README
2017-02-07 14:16:54 -05:00
markfisher
896139ba67
minor README updates
2017-01-20 15:07:22 -05:00
markfisher
8e3370b717
minor README edits
2017-01-20 13:51:00 -05:00
Dave Syer
ac5804ae34
Update README with details of @Beans etc.
2017-01-20 17:35:59 +00:00
markfisher
f709a4e08a
updated stream script for supplier and consumer
2017-01-19 17:17:01 -05:00
markfisher
94a78bdc7f
add Function compiling webapp and update scripts
2017-01-19 15:55:49 -05:00
Dave Syer
c6736f959b
Add a sample app with just beans that are Functions
...
Make it deployable via its maven coordinates in
spring-cloud-function-deployer (it is deployed by default on start
up right now, but that's just a demo)
2017-01-03 15:16:13 +00:00
markfisher
b0db0233be
add support for Supplier and Consumer
2016-10-14 20:40:48 -04:00
markfisher
971cc1ebd8
README.md to README.adoc
2016-10-02 10:32:23 -04:00