You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by uc...@apache.org on 2017/02/03 09:19:10 UTC

[1/2] flink git commit: [docs] Fix Markdown code example in REST API

Repository: flink
Updated Branches:
  refs/heads/release-1.2 8d81bfdaa -> 371b76cd3


[docs] Fix Markdown code example in REST API


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/1efc6029
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/1efc6029
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/1efc6029

Branch: refs/heads/release-1.2
Commit: 1efc602957800b443dc12a4004352eede75871d1
Parents: 8d81bfd
Author: Ufuk Celebi <uc...@apache.org>
Authored: Fri Feb 3 10:09:40 2017 +0100
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Fri Feb 3 10:09:40 2017 +0100

----------------------------------------------------------------------
 docs/monitoring/rest_api.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/1efc6029/docs/monitoring/rest_api.md
----------------------------------------------------------------------
diff --git a/docs/monitoring/rest_api.md b/docs/monitoring/rest_api.md
index a35b7c7..a53067d 100644
--- a/docs/monitoring/rest_api.md
+++ b/docs/monitoring/rest_api.md
@@ -677,12 +677,13 @@ If the call succeeds, you will get a response with the ID of the submitted job.
 **Example:** Run program with a savepoint
 
 Request:
+
 ~~~
 POST: /jars/MyProgram.jar/run?savepointPath=/my-savepoints/savepoint-1bae02a80464&allowNonRestoredState=true
 ~~~
 
 Response:
+
 ~~~
 {"jobid": "869a9868d49c679e7355700e0857af85"}
 ~~~
-


[2/2] flink git commit: [docs] Update version to 1.2

Posted by uc...@apache.org.
[docs] Update version to 1.2


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/371b76cd
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/371b76cd
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/371b76cd

Branch: refs/heads/release-1.2
Commit: 371b76cd344978e843ce18c2c17dc23418f80434
Parents: 1efc602
Author: Ufuk Celebi <uc...@apache.org>
Authored: Fri Feb 3 10:19:01 2017 +0100
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Fri Feb 3 10:19:01 2017 +0100

----------------------------------------------------------------------
 docs/_config.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/371b76cd/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index b3d8d6f..9cb916e 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -26,9 +26,9 @@
 # to reference a specific Flink version, because this is the only place where
 # we change the version for the complete docs when forking of a release branch
 # etc.
-version: "1.2-SNAPSHOT"
+version: "1.2"
 version_short: "1.2" # Used for the top navbar w/o snapshot suffix
-is_snapshot_version: true
+is_snapshot_version: false
 
 # This suffix is appended to the Scala-dependent Maven artifact names
 scala_version_suffix: "_2.10"
@@ -43,8 +43,8 @@ download_url: "http://flink.apache.org/downloads.html"
 # Flag whether this is the latest stable version or not. If not, a warning
 # will be printed pointing to the docs of the latest stable version.
 is_latest: true
-is_stable: false
-latest_stable_url: http://ci.apache.org/projects/flink/flink-docs-release-1.1
+is_stable: true
+latest_stable_url: http://ci.apache.org/projects/flink/flink-docs-release-1.2
 
 previous_docs:
   1.1: http://ci.apache.org/projects/flink/flink-docs-release-1.1