MCPcopy Create free account

hub / github.com/alaxli/ansible_ui / types & classes

Types & classes59 in github.com/alaxli/ansible_ui

↓ 28 callersClassNamedError
Elfinder-specific exception. `msg` contains the error code `name` holds the path for which operation failed
desktop/apps/ansible/elfinder/exceptions.py:75
↓ 17 callersClassPopupException
Middleware will render this exception; and the template renders it as a pop-up.
desktop/core/lib/exceptions_renderable.py:28
↓ 11 callersClassElfinderConnector
A python implementation of the `elfinder connector api v2.0 <https://github.com/Studio-42/elFinder/wiki/Client-Server-API-2.0>`_. At the mo
desktop/apps/ansible/elfinder/connector.py:8
↓ 5 callersClassJob
A job applies a project (with playbook) to an inventory source with a given credential. It represents a single invocation of ansible-playboo
desktop/apps/ansible/models.py:310
↓ 3 callersClassAutoPaginateNode
Emits the required objects to allow for Digg-style pagination. First, it looks in the current context for the variable specified, and us
desktop/core/pagination/templatetags/pagination_tags.py:55
↓ 3 callersClassElfinderFile
This class represents an Elfinder file.
desktop/apps/ansible/elfinder/fields.py:12
↓ 2 callersClassBuildJob
desktop/apps/ansible/tasks.py:108
↓ 2 callersClassJobTemplate
A job template is a reusable job definition for applying a project (with playbook) to an inventory source with a given credential.
desktop/apps/ansible/models.py:164
↓ 2 callersClassProject
A project represents a playbook git repo that can access a set of inventories
desktop/apps/ansible/models.py:223
↓ 1 callersClassDeployKeyThread
Consumer thread. Reads hosts from the queue and deploys the key to them.
desktop/apps/ansible/tasks.py:265
↓ 1 callersClassElfinderVolumeLocalFileSystem
elFinder driver for local filesystem. It implements the :class:`elfinder.volumes.base.ElfinderVolumeDriver` API.
desktop/apps/ansible/elfinder/volumes/filesystem.py:11
↓ 1 callersClassElfinderWidget
A widget that opens the elfinder file manager for selecting a file. ``attrs`` The TextInput attrs ``options`` Optional. S
desktop/apps/ansible/elfinder/widgets.py:11
↓ 1 callersClassFinitePage
desktop/core/pagination/paginator.py:153
↓ 1 callersClassInfinitePage
desktop/core/pagination/paginator.py:74
↓ 1 callersClassRunJob
Celery task to run a job using ansible-playbook.
desktop/apps/ansible/tasks.py:178
↓ 1 callersClassVolumeNotFoundError
desktop/apps/ansible/elfinder/exceptions.py:59
↓ 1 callersClassZipFileArchiver
An archiver used to generate .zip files. This wraps Python's built in :class:`zipfile.ZipFile` methods to operate exactly like :class:`ta
desktop/apps/ansible/elfinder/utils/archivers.py:4
ClassAjaxMiddleware
Middleware that augments request to set request.ajax for either is_ajax() (looks at HTTP headers) or ?format=json GET parameters.
desktop/core/middleware.py:66
ClassCommonModel
a base model where the name is unique
desktop/apps/ansible/models.py:56
ClassCommonModelNameNotUnique
a base model where the name is not unique
desktop/apps/ansible/models.py:64
ClassConnectorEVLFOpen
Test that open command is implemented and behaves as expected. It also checks the response's conformance with the `elfinder 2.0 Server API sp
desktop/apps/ansible/elfinder/tests/connector.py:48
ClassConnectorInitTestCase
desktop/apps/ansible/elfinder/tests/connector.py:8
ClassCredential
A credential contains information about how to talk to a remote set of hosts Usually this is a SSH key location, and possibly an unlock passw
desktop/apps/ansible/models.py:72
ClassDesktopBackendBase
Base class for implementing an authentication backend which authenticates against LDAP and sets Django group membership based on LDAP Organiz
desktop/core/auth/backend.py:66
ClassDirNotFoundError
desktop/apps/ansible/elfinder/exceptions.py:67
ClassElfinderConnectorView
Default elfinder backend view
desktop/apps/ansible/elfinder/views.py:12
ClassElfinderErrorMessages
Standard error message codes, the text message of which is handled by the elFinder client
desktop/apps/ansible/elfinder/exceptions.py:3
ClassElfinderField
Custom model field holding an :class:`elfinder.fields.ElfinderFile` object.
desktop/apps/ansible/elfinder/fields.py:111
ClassElfinderFormField
Override the standard CharField form field to set :class:`elfinder.widgets.ElfinderWidget` as the default widget.
desktop/apps/ansible/elfinder/fields.py:74
ClassElfinderVolumeDriver
The base volume driver. Every elfinder volume driver should subclass this volume.
desktop/apps/ansible/elfinder/volumes/base.py:14
ClassElfinderVolumeFilePermissionTestcase
desktop/apps/ansible/elfinder/tests/volumes.py:196
ClassElfinderVolumeLocalFileSystemTestCase
desktop/apps/ansible/elfinder/tests/volumes.py:7
ClassElfinderVolumeLocalFileSystemThumbnailTestCase
desktop/apps/ansible/elfinder/tests/volumes.py:157
ClassElfinderVolumeStorage
elFinder driver for `Django file storages <https://docs.djangoproject.com/en/dev/topics/files/#file-storage>`_. It implements the :class:
desktop/apps/ansible/elfinder/volumes/storage.py:13
ClassElfinderVolumeStorageTestCase
desktop/apps/ansible/elfinder/tests/volumes.py:186
ClassExceptionMiddleware
desktop/core/middleware.py:43
ClassFileNotFoundError
desktop/apps/ansible/elfinder/exceptions.py:63
ClassFinitePaginator
Paginator for cases when the list of items is already finite. A good example is a list generated from an API call. This is a subclass of
desktop/core/pagination/paginator.py:110
ClassInfinitePaginator
Paginator designed for cases when it's not important to know how many total pages. This is useful for any object_list that has no count() me
desktop/core/pagination/paginator.py:3
ClassJobAdmin
docstring for JobAdmin
desktop/apps/ansible/admin.py:18
ClassLdapBackend
desktop/core/auth/backend.py:110
ClassLoginAndPermissionMiddleware
desktop/core/middleware.py:76
ClassMessageException
Explicitly specified msg/filename exception. This has been superceded by PopupException.
desktop/core/lib/exceptions.py:33
ClassMeta
desktop/apps/ansible/models.py:43
ClassMeta
desktop/apps/ansible/models.py:59
ClassMeta
desktop/apps/ansible/models.py:67
ClassMeta
desktop/apps/ansible/models.py:237
ClassMeta
desktop/apps/ansible/models.py:316
ClassMeta
desktop/apps/account/models.py:38
ClassNotAnImageError
desktop/apps/ansible/elfinder/exceptions.py:85
ClassPackage
docstring for Package
desktop/apps/ansible/models.py:22
ClassPackageAdmin
docstring for packageAdmin
desktop/apps/ansible/admin.py:8
ClassPaginationMiddleware
Inserts a variable representing the current page onto the request object if it exists in either **GET** or **POST** portions of the request.
desktop/core/pagination/middleware.py:11
ClassPermissionDeniedError
desktop/apps/ansible/elfinder/exceptions.py:71
ClassPrimordialModel
must use a subclass CommonModel or CommonModelNameNotUnique though as this lacks a name field.
desktop/apps/ansible/models.py:37
ClassProfile
User's Profile
desktop/apps/account/models.py:10
ClassProfileAdmin
docstring for AuthorAdmin
desktop/apps/account/admin.py:10
ClassProjectAdmin
docstring for AuthorAdmin
desktop/apps/ansible/admin.py:13
ClassStructuredException
Many exceptions in this application are a string and some data that applies to. The middleware will take these exceptions and render them.
desktop/core/lib/exceptions.py:6