Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
A
APPLICATION_ROOT (in module compiler.config)
AUTHORIZATION (compiler.domain.Reason attribute)
AuthorizationFailed
authorizer() (in module compiler.routes)
AWS_ACCESS_KEY_ID (in module compiler.config)
AWS_REGION (in module compiler.config)
AWS_SECRET_ACCESS_KEY (in module compiler.config)
B
broker_url (in module compiler.celeryconfig)
C
CANCELLED (compiler.domain.Reason attribute)
celery_app (in module compiler.celery)
checksum (compiler.domain.Product attribute)
(compiler.domain.Task attribute)
compile() (in module compiler.controllers)
(in module compiler.routes)
compiler (module)
compiler.celery (module)
compiler.celeryconfig (module)
compiler.compiler (module)
compiler.config (module)
compiler.controllers (module)
compiler.domain (module)
compiler.factory (module)
compiler.routes (module)
compiler.services (module)
compiler.services.filemanager (module)
compiler.services.filemanager.tests (module)
compiler.services.filemanager.tests.test_filemanager (module)
compiler.services.store (module)
compiler.services.store.tests (module)
compiler.tests (module)
compiler.tests.test_app (module)
compiler.tests.test_compiler (module)
compiler.tests.test_controllers (module)
compiler.util (module)
compiler.worker (module)
COMPLETED (compiler.domain.Status attribute)
CONTAINER_SOURCE_ROOT (in module compiler.config)
content_type (compiler.domain.Format attribute)
(compiler.domain.Task attribute)
CONVERTER_DOCKER_IMAGE (in module compiler.config)
CORRUPTED (compiler.domain.Reason attribute)
CorruptedSource
create_app() (in module compiler.factory)
create_bucket() (compiler.services.store.Store method)
current_session() (compiler.services.store.Store class method)
D
DEBUG (in module compiler.config)
Default (class in compiler.services.filemanager)
description (compiler.domain.Task attribute)
DoesNotExist
DVI (compiler.domain.Format attribute)
E
ERROR (compiler.domain.Reason attribute)
etag (compiler.domain.SourcePackage attribute)
(compiler.domain.SourcePackageInfo attribute)
ext (compiler.domain.Format attribute)
(compiler.domain.Task attribute)
F
FAILED (compiler.domain.Status attribute)
FileManager (class in compiler.services.filemanager)
FileManager.Meta (class in compiler.services.filemanager)
FILEMANAGER_CONTENT_PATH (in module compiler.config)
FILEMANAGER_ENDPOINT (in module compiler.config)
FILEMANAGER_HOST (in module compiler.config)
FILEMANAGER_PATH (in module compiler.config)
FILEMANAGER_PORT (in module compiler.config)
FILEMANAGER_PROTO (in module compiler.config)
FILEMANAGER_VERIFY (in module compiler.config)
Format (class in compiler.domain)
from_dict() (compiler.domain.Task class method)
G
get_log() (in module compiler.controllers)
(in module compiler.routes)
get_product() (in module compiler.controllers)
(in module compiler.routes)
get_secrets() (in module compiler.worker)
get_service_status() (in module compiler.routes)
get_session() (compiler.services.store.Store class method)
get_source_content() (compiler.services.filemanager.FileManager method)
get_status() (compiler.services.store.Store method)
(in module compiler.controllers)
(in module compiler.routes)
get_task() (in module compiler.compiler)
get_upload_info() (compiler.services.filemanager.FileManager method)
H
hash_content() (in module compiler.services.store)
HOST_SOURCE_ROOT (in module compiler.config)
I
IN_PROGRESS (compiler.domain.Status attribute)
init_app() (compiler.services.store.Store class method)
is_available() (compiler.services.filemanager.FileManager method)
(compiler.services.store.Store method)
(in module compiler.compiler)
J
jsonify_exception() (in module compiler.factory)
JWT_SECRET (in module compiler.config)
K
KEY (compiler.services.store.Store attribute)
KUBE_TOKEN (in module compiler.config)
L
LOG_KEY (compiler.services.store.Store attribute)
M
MISSING (compiler.domain.Reason attribute)
mock_url_for() (in module compiler.tests.test_controllers)
N
NAMESPACE (in module compiler.config)
NETWORK (compiler.domain.Reason attribute)
NONE (compiler.domain.Reason attribute)
NoSuchTask
O
output_format (compiler.domain.Task attribute)
owner (compiler.domain.Task attribute)
owner() (compiler.services.filemanager.FileManager method)
P
path (compiler.domain.SourcePackage attribute)
PDF (compiler.domain.Format attribute)
Product (class in compiler.domain)
PS (compiler.domain.Format attribute)
R
raise_does_not_exist() (compiler.tests.test_app.TestCompilerApp static method)
raise_no_such_task() (compiler.tests.test_app.TestCompilerApp static method)
(in module compiler.tests.test_controllers)
raise_store_does_not_exist() (in module compiler.tests.test_controllers)
Reason (class in compiler.domain)
reason (compiler.domain.Task attribute)
REDIS_ENDPOINT (in module compiler.celeryconfig)
(in module compiler.config)
resource_id() (in module compiler.routes)
ResponseStream (class in compiler.util)
result_backend (in module compiler.celeryconfig)
retrieve() (compiler.services.store.Store method)
retrieve_log() (compiler.services.store.Store method)
run_docker() (in module compiler.compiler)
S
S3_BUCKETS (in module compiler.config)
S3_ENDPOINT (in module compiler.config)
S3_VERIFY (in module compiler.config)
SERVER_NAME (in module compiler.config)
service_name (compiler.services.filemanager.FileManager.Meta attribute)
service_status() (in module compiler.controllers)
session() (compiler.services.filemanager.tests.test_filemanager.TestGetUpload method)
(compiler.services.filemanager.tests.test_filemanager.TestGetUploadInfo method)
set_status() (compiler.services.store.Store method)
setUp() (compiler.tests.test_app.TestCompilerApp method)
(compiler.tests.test_controllers.TestRequestCompilation method)
size_bytes (compiler.domain.Task attribute)
source_id (compiler.domain.SourcePackage attribute)
(compiler.domain.SourcePackageInfo attribute)
(compiler.domain.Task attribute)
SOURCE_TYPE (compiler.domain.Reason attribute)
SourcePackage (class in compiler.domain)
SourcePackageInfo (class in compiler.domain)
start_compilation() (in module compiler.compiler)
Status (class in compiler.domain)
status (compiler.domain.Task attribute)
STATUS_KEY (compiler.services.store.Store attribute)
STORAGE (compiler.domain.Reason attribute)
Store (class in compiler.services.store)
store() (compiler.services.store.Store method)
store_log() (compiler.services.store.Store method)
stream (compiler.domain.Product attribute)
T
Task (class in compiler.domain)
task (compiler.domain.Product attribute)
task_acks_late (in module compiler.celeryconfig)
task_id (compiler.domain.Task attribute)
TaskCreationFailed
test_cannot_save() (compiler.tests.test_compiler.TestDoCompile method)
test_compile_de_novo() (compiler.tests.test_controllers.TestRequestCompilation method)
test_compile_exists() (compiler.tests.test_controllers.TestRequestCompilation method)
test_connection_failed() (compiler.tests.test_compiler.TestDoCompile method)
test_do_compile_success() (compiler.tests.test_compiler.TestDoCompile method)
test_forbidden() (compiler.tests.test_compiler.TestDoCompile method)
test_get_failed() (compiler.tests.test_compiler.TestGetTask method)
test_get_failed_gracefully() (compiler.tests.test_compiler.TestGetTask method)
test_get_info_completed() (compiler.tests.test_controllers.TestGetTask method)
test_get_info_in_progress() (compiler.tests.test_controllers.TestGetTask method)
test_get_info_nonexistant() (compiler.tests.test_controllers.TestGetTask method)
test_get_log() (compiler.tests.test_app.TestCompilerApp method)
test_get_log_completed() (compiler.tests.test_controllers.TestGetCompilationLog method)
test_get_log_invalid_format() (compiler.tests.test_app.TestCompilerApp method)
test_get_log_nonexistant() (compiler.tests.test_controllers.TestGetCompilationLog method)
test_get_log_nononexistant() (compiler.tests.test_app.TestCompilerApp method)
test_get_log_not_owner() (compiler.tests.test_app.TestCompilerApp method)
test_get_nonexistant() (compiler.tests.test_app.TestCompilerApp method)
test_get_nonexistant_task() (compiler.tests.test_compiler.TestGetTask method)
test_get_product() (compiler.tests.test_app.TestCompilerApp method)
test_get_product_completed() (compiler.tests.test_controllers.TestGetProduct method)
test_get_product_invalid_format() (compiler.tests.test_app.TestCompilerApp method)
test_get_product_nonexistant() (compiler.tests.test_controllers.TestGetProduct method)
test_get_product_nononexistant() (compiler.tests.test_app.TestCompilerApp method)
test_get_product_not_owner() (compiler.tests.test_app.TestCompilerApp method)
test_get_retry_task() (compiler.tests.test_compiler.TestGetTask method)
test_get_started_task() (compiler.tests.test_compiler.TestGetTask method)
test_get_status() (compiler.tests.test_app.TestCompilerApp method)
test_get_status_completed() (compiler.tests.test_app.TestCompilerApp method)
(compiler.tests.test_controllers.TestGetTask method)
test_get_status_in_progress() (compiler.tests.test_controllers.TestGetTask method)
test_get_status_invalid_format() (compiler.tests.test_app.TestCompilerApp method)
test_get_status_nonexistant() (compiler.tests.test_app.TestCompilerApp method)
test_get_status_not_owner() (compiler.tests.test_app.TestCompilerApp method)
test_get_succeeded() (compiler.tests.test_compiler.TestGetTask method)
test_get_unstarted_task() (compiler.tests.test_compiler.TestGetTask method)
test_get_upload() (compiler.services.filemanager.tests.test_filemanager.TestGetUpload method)
test_get_upload_info() (compiler.services.filemanager.tests.test_filemanager.TestGetUploadInfo method)
test_get_upload_info_bad_json() (compiler.services.filemanager.tests.test_filemanager.TestGetUploadInfo method)
test_get_upload_info_bad_request() (compiler.services.filemanager.tests.test_filemanager.TestGetUploadInfo method)
test_get_upload_info_bad_ssl() (compiler.services.filemanager.tests.test_filemanager.TestGetUploadInfo method)
test_get_upload_info_error() (compiler.services.filemanager.tests.test_filemanager.TestGetUploadInfo method)
test_get_upload_info_forbidden() (compiler.services.filemanager.tests.test_filemanager.TestGetUploadInfo method)
test_get_upload_info_no_connection() (compiler.services.filemanager.tests.test_filemanager.TestGetUploadInfo method)
test_get_upload_info_nonexistant() (compiler.services.filemanager.tests.test_filemanager.TestGetUploadInfo method)
test_get_upload_info_unauthorized() (compiler.services.filemanager.tests.test_filemanager.TestGetUploadInfo method)
test_get_upload_nonexistant() (compiler.services.filemanager.tests.test_filemanager.TestGetUpload method)
test_no_output() (compiler.tests.test_compiler.TestDoCompile method)
test_not_found() (compiler.tests.test_compiler.TestDoCompile method)
test_post_bad_request() (compiler.tests.test_app.TestCompilerApp method)
test_post_compilation_product_exists() (compiler.tests.test_app.TestCompilerApp method)
test_post_request_compile() (compiler.tests.test_app.TestCompilerApp method)
test_post_task_start_failed() (compiler.tests.test_app.TestCompilerApp method)
test_product_exists_unauthorized() (compiler.tests.test_app.TestCompilerApp method)
test_request_missing_parameter() (compiler.tests.test_controllers.TestRequestCompilation method)
test_run() (compiler.tests.test_compiler.TestRun method)
test_run_fails() (compiler.tests.test_compiler.TestRun method)
test_set_get_compilation_status() (compiler.services.store.tests.TestStore method)
test_source_corrupted() (compiler.tests.test_compiler.TestDoCompile method)
test_start_compilation_errs() (compiler.tests.test_compiler.TestStartCompilation method)
test_start_compilation_ok() (compiler.tests.test_compiler.TestStartCompilation method)
test_status() (compiler.services.filemanager.tests.test_filemanager.TestServiceStatus method)
test_store_retrieve() (compiler.services.store.tests.TestStore method)
test_store_retrieve_log() (compiler.services.store.tests.TestStore method)
test_unauthorized() (compiler.tests.test_compiler.TestDoCompile method)
TestCompilerApp (class in compiler.tests.test_app)
TestDoCompile (class in compiler.tests.test_compiler)
TestGetCompilationLog (class in compiler.tests.test_controllers)
TestGetProduct (class in compiler.tests.test_controllers)
TestGetTask (class in compiler.tests.test_compiler)
(class in compiler.tests.test_controllers)
TestGetUpload (class in compiler.services.filemanager.tests.test_filemanager)
TestGetUploadInfo (class in compiler.services.filemanager.tests.test_filemanager)
TestRequestCompilation (class in compiler.tests.test_controllers)
TestRun (class in compiler.tests.test_compiler)
TestServiceStatus (class in compiler.services.filemanager.tests.test_filemanager)
TestStartCompilation (class in compiler.tests.test_compiler)
TestStore (class in compiler.services.store.tests)
to_dict() (compiler.domain.Task method)
U
update_sent_state() (in module compiler.compiler)
V
VAULT_CERT (in module compiler.config)
VAULT_ENABLED (in module compiler.config)
VAULT_HOST (in module compiler.config)
VAULT_PORT (in module compiler.config)
VAULT_REQUESTS (in module compiler.config)
VAULT_ROLE (in module compiler.config)
VAULT_SCHEME (in module compiler.config)
VERBOSE_COMPILE (in module compiler.config)
verify_converter_image_up_to_date() (in module compiler.worker)
verify_secrets_up_to_date() (in module compiler.worker)
W
worker_prefetch_multiplier (in module compiler.celeryconfig)
arXiv Compilation Service
Navigation
Contents:
Architecture
compiler
Related Topics
Documentation overview
Quick search