From fec257d2497ecaff5aa8071cc122b4cc8144caa3 Mon Sep 17 00:00:00 2001 From: Nikolay Zamotaev Date: Wed, 20 Jun 2018 17:43:05 +0300 Subject: [deployment-server] Renamed appstore to deployment server Change-Id: Id6225825f4a3498e16d8028c4560223704c1986c Reviewed-by: Dominik Holland --- README.md | 6 +++--- appstore/settings.py | 4 ++-- appstore/urls.py | 2 +- appstore/wsgi.py | 4 ++-- header.GPL-QTAS | 2 +- manage.py | 2 +- store/admin.py | 2 +- store/api.py | 2 +- store/management/commands/expire-downloads.py | 2 +- store/management/commands/store-sign-package.py | 2 +- store/management/commands/verify-upload-package.py | 2 +- store/migrations/0001_initial.py | 2 +- store/models.py | 2 +- store/utilities.py | 2 +- 14 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index a5c0fd2..9c32719 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -This is a PoC appstore server, which can be used together with +This is a PoC deployment server, which can be used together with the Neptune IVI UI and the Pelagicore Application Manager. **This is a development server only - do NOT use in production.** @@ -72,7 +72,7 @@ Commands HTTP API ======== -The appstore server exposes a HTTP API to the world. Arguments to the +The deployment server exposes a HTTP API to the world. Arguments to the functions need to be provided using the HTTP GET syntax. The returned data will be JSON, PNG or text, depending on the function @@ -138,7 +138,7 @@ Checks whether you are using the right Platform and the right API to communicate | Parameter | Description | | ---------- | ----------- | | `platform` | The platform the client is running on, this sets the architecture of the packages you get. (see `settings.APPSTORE_PLATFORM`) | -| `version` | The Appstore Server HTTP API version you are using to communicate with the server. (see `settings.APPSTORE_VERSION`) | +| `version` | The Deployment Server HTTP API version you are using to communicate with the server. (see `settings.APPSTORE_VERSION`) | Returns a JSON object: diff --git a/appstore/settings.py b/appstore/settings.py index f3bb472..83ca6d7 100644 --- a/appstore/settings.py +++ b/appstore/settings.py @@ -3,7 +3,7 @@ ## Copyright (C) 2016 Pelagicore AG ## Contact: https://www.qt.io/licensing/ ## -## This file is part of the Neptune AppStore Server +## This file is part of the Neptune Deployment Server ## ## $QT_BEGIN_LICENSE:GPL-QTAS$ ## Commercial License Usage @@ -30,7 +30,7 @@ ############################################################################# """ -Django settings for appstore project. +Django settings for deployment server project. For more information on this file, see https://docs.djangoproject.com/en/1.7/topics/settings/ diff --git a/appstore/urls.py b/appstore/urls.py index 333158a..5e4e708 100644 --- a/appstore/urls.py +++ b/appstore/urls.py @@ -3,7 +3,7 @@ ## Copyright (C) 2016 Pelagicore AG ## Contact: https://www.qt.io/licensing/ ## -## This file is part of the Neptune AppStore Server +## This file is part of the Neptune Deployment Server ## ## $QT_BEGIN_LICENSE:GPL-QTAS$ ## Commercial License Usage diff --git a/appstore/wsgi.py b/appstore/wsgi.py index 8e38982..9e80014 100644 --- a/appstore/wsgi.py +++ b/appstore/wsgi.py @@ -3,7 +3,7 @@ ## Copyright (C) 2016 Pelagicore AG ## Contact: https://www.qt.io/licensing/ ## -## This file is part of the Neptune AppStore Server +## This file is part of the Neptune Deployment Server ## ## $QT_BEGIN_LICENSE:GPL-QTAS$ ## Commercial License Usage @@ -30,7 +30,7 @@ ############################################################################# """ -WSGI config for appstore project. +WSGI config for deployment server project. It exposes the WSGI callable as a module-level variable named ``application``. diff --git a/header.GPL-QTAS b/header.GPL-QTAS index 587eb10..0bd19ca 100644 --- a/header.GPL-QTAS +++ b/header.GPL-QTAS @@ -3,7 +3,7 @@ ## Copyright (C) 2016 Pelagicore AG ## Contact: https://www.qt.io/licensing/ ## -## This file is part of the Neptune AppStore Server +## This file is part of the Neptune Deployment Server ## ## $QT_BEGIN_LICENSE:GPL-QTAS$ ## Commercial License Usage diff --git a/manage.py b/manage.py index 14b9b10..bd587ad 100644 --- a/manage.py +++ b/manage.py @@ -3,7 +3,7 @@ ## Copyright (C) 2016 Pelagicore AG ## Contact: https://www.qt.io/licensing/ ## -## This file is part of the Neptune AppStore Server +## This file is part of the Neptune Deployment Server ## ## $QT_BEGIN_LICENSE:GPL-QTAS$ ## Commercial License Usage diff --git a/store/admin.py b/store/admin.py index 7eb07a1..db2672b 100644 --- a/store/admin.py +++ b/store/admin.py @@ -3,7 +3,7 @@ ## Copyright (C) 2016 Pelagicore AG ## Contact: https://www.qt.io/licensing/ ## -## This file is part of the Neptune AppStore Server +## This file is part of the Neptune Deployment Server ## ## $QT_BEGIN_LICENSE:GPL-QTAS$ ## Commercial License Usage diff --git a/store/api.py b/store/api.py index 6a8b8dc..5e1620e 100644 --- a/store/api.py +++ b/store/api.py @@ -3,7 +3,7 @@ ## Copyright (C) 2016 Pelagicore AG ## Contact: https://www.qt.io/licensing/ ## -## This file is part of the Neptune AppStore Server +## This file is part of the Neptune Deployment Server ## ## $QT_BEGIN_LICENSE:GPL-QTAS$ ## Commercial License Usage diff --git a/store/management/commands/expire-downloads.py b/store/management/commands/expire-downloads.py index ab78f11..edc5235 100644 --- a/store/management/commands/expire-downloads.py +++ b/store/management/commands/expire-downloads.py @@ -3,7 +3,7 @@ ## Copyright (C) 2016 Pelagicore AG ## Contact: https://www.qt.io/licensing/ ## -## This file is part of the Neptune AppStore Server +## This file is part of the Neptune Deployment Server ## ## $QT_BEGIN_LICENSE:GPL-QTAS$ ## Commercial License Usage diff --git a/store/management/commands/store-sign-package.py b/store/management/commands/store-sign-package.py index be82fc5..479b4c4 100644 --- a/store/management/commands/store-sign-package.py +++ b/store/management/commands/store-sign-package.py @@ -3,7 +3,7 @@ ## Copyright (C) 2016 Pelagicore AG ## Contact: https://www.qt.io/licensing/ ## -## This file is part of the Neptune AppStore Server +## This file is part of the Neptune Deployment Server ## ## $QT_BEGIN_LICENSE:GPL-QTAS$ ## Commercial License Usage diff --git a/store/management/commands/verify-upload-package.py b/store/management/commands/verify-upload-package.py index c505166..87ac08a 100644 --- a/store/management/commands/verify-upload-package.py +++ b/store/management/commands/verify-upload-package.py @@ -3,7 +3,7 @@ ## Copyright (C) 2016 Pelagicore AG ## Contact: https://www.qt.io/licensing/ ## -## This file is part of the Neptune AppStore Server +## This file is part of the Neptune Deployment Server ## ## $QT_BEGIN_LICENSE:GPL-QTAS$ ## Commercial License Usage diff --git a/store/migrations/0001_initial.py b/store/migrations/0001_initial.py index 4142c6d..3c85e9d 100644 --- a/store/migrations/0001_initial.py +++ b/store/migrations/0001_initial.py @@ -4,7 +4,7 @@ ## Copyright (C) 2016 Pelagicore AG ## Contact: https://www.qt.io/licensing/ ## -## This file is part of the Neptune AppStore Server +## This file is part of the Neptune Deployment Server ## ## $QT_BEGIN_LICENSE:GPL-QTAS$ ## Commercial License Usage diff --git a/store/models.py b/store/models.py index d62ae6a..4d87f70 100644 --- a/store/models.py +++ b/store/models.py @@ -3,7 +3,7 @@ ## Copyright (C) 2016 Pelagicore AG ## Contact: https://www.qt.io/licensing/ ## -## This file is part of the Neptune AppStore Server +## This file is part of the Neptune Deployment Server ## ## $QT_BEGIN_LICENSE:GPL-QTAS$ ## Commercial License Usage diff --git a/store/utilities.py b/store/utilities.py index e971482..1b68f6a 100644 --- a/store/utilities.py +++ b/store/utilities.py @@ -3,7 +3,7 @@ ## Copyright (C) 2016 Pelagicore AG ## Contact: https://www.qt.io/licensing/ ## -## This file is part of the Neptune AppStore Server +## This file is part of the Neptune Deployment Server ## ## $QT_BEGIN_LICENSE:GPL-QTAS$ ## Commercial License Usage -- cgit v1.2.3