From d316f172bf55d7c9691ef3e5e308af5787c50ff0 Mon Sep 17 00:00:00 2001 From: Tim Alby Date: Tue, 7 May 2019 16:44:56 +0200 Subject: [PATCH 1/2] update repo URL for Jenkins --- services/document-updater/Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/document-updater/Jenkinsfile b/services/document-updater/Jenkinsfile index 9ec298487b..9abbdc917b 100644 --- a/services/document-updater/Jenkinsfile +++ b/services/document-updater/Jenkinsfile @@ -4,10 +4,10 @@ pipeline { agent any environment { - GIT_PROJECT = "document-updater-sharelatex" - JENKINS_WORKFLOW = "document-updater-sharelatex" + GIT_PROJECT = "document-updater" + JENKINS_WORKFLOW = "document-updater-sharelatex-internal" TARGET_URL = "${env.JENKINS_URL}blue/organizations/jenkins/${JENKINS_WORKFLOW}/detail/$BRANCH_NAME/$BUILD_NUMBER/pipeline" - GIT_API_URL = "https://api.github.com/repos/sharelatex/${GIT_PROJECT}/statuses/$GIT_COMMIT" + GIT_API_URL = "https://api.github.com/repos/overleaf/${GIT_PROJECT}/statuses/$GIT_COMMIT" } triggers { From 8b40da701ee49d3ca4e30a45f97d7718ba287270 Mon Sep 17 00:00:00 2001 From: Tim Alby Date: Tue, 7 May 2019 16:44:48 +0200 Subject: [PATCH 2/2] update README - remove build status badge - change app name - update copyright notice - update links --- services/document-updater/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/services/document-updater/README.md b/services/document-updater/README.md index f86dcda412..f9cf7c76bb 100644 --- a/services/document-updater/README.md +++ b/services/document-updater/README.md @@ -1,13 +1,11 @@ -document-updater-sharelatex +overleaf/document-updater =========================== An API for applying incoming updates to documents in real-time. -[![Build Status](https://travis-ci.org/sharelatex/document-updater-sharelatex.png?branch=master)](https://travis-ci.org/sharelatex/document-updater-sharelatex) - License ------- The code in this repository is released under the GNU AFFERO GENERAL PUBLIC LICENSE, version 3. A copy can be found in the `LICENSE` file. -Copyright (c) ShareLaTeX, 2014. +Copyright (c) Overleaf, 2014-2019.