Metadata-Version: 2.0
Name: elita
Version: 0.63.5
Summary: Continuous deployment (continuous delivery) and infrastructure management REST framework
Home-page: https://bitbucket.org/scorebig/elita
Author: Benjamen Keroack
Author-email: ben@elita.io
License: Apache
Keywords: continuous deployment delivery REST automation devops
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Software Development :: Build Tools
Requires-Dist: pyramid
Requires-Dist: gunicorn
Requires-Dist: gevent
Requires-Dist: salt (<=2014.1.10)
Requires-Dist: celery
Requires-Dist: pymongo
Requires-Dist: glob2
Requires-Dist: gitpython (>=0.3.2.RC1)
Requires-Dist: requests
Requires-Dist: python-slugify
Requires-Dist: simplejson
Requires-Dist: PyYAML
Requires-Dist: lockfile
Requires-Dist: sh
Requires-Dist: clint
Requires-Dist: nose
Requires-Dist: mock

Elita
=====

Elita is an engine/framework for continuous deployment (Deployment as a Service) and API-driven infrastructure utilizing git
and salt. Elita maps build packages to filesystem locations on an arbitrary number of remote servers and allows deployment
(and more) via RESTful HTTP calls.

(for more, see:  http://elita.readthedocs.org/en/latest/intro.html )

Documentation
=============

*   http://elita.readthedocs.org/en/latest


Installation
============

*   http://elita.readthedocs.org/en/latest/install.html


Quickstart
==========

*   http://elita.readthedocs.org/en/latest/quickstart.html


Mailing List
============

*   https://groups.google.com/d/forum/elita-users


Issues/Bugs
===========

*   https://bitbucket.org/scorebig/elita/issues


Source/Homepage
===============

*   https://bitbucket.org/scorebig/elita


Support
=======

Problems?

Email: ben@keroack.com
Google Hangouts: ben@keroack.com (usually available 9am-7pm Pacific)

0.63.5
    - Fix authentication for application container endpoint (GET /app):
        * GET - application list will only show applications for which user has at least read permission
        * DELETE - request will succeed iff user has write permission for the requested application
        * PUT - request will succeed iff user has '_global' write permission (admin privileges, essentially)
        * (previously user required '_global' permissions for all verbs)

0.63.4
    - Fix computed user permissions endpoint (applications was blank) (GET /global/users/{username}/permissions)
    - Fix gitdeploy endpoint exception (GET /app/{appname}/gitdeploys/{gitdeploy_name})

0.63.3
    - Don't allow users to change their own permissions

0.63.2
    - Fix ability for admin or other user with admin permissions to view user object endpoints (GET /global/users/{username})
    - Change output format of user endpoint to be consistent with other objects (JSON response has top-level "user" key instead of "message")

0.63.1
    - Allow zero second rolling/ordered deployment pauses. Make zero the default.

0.63.0

    - Add ability to specify different delays between ordered gitdeploy batches and regular batches
    - Add deployment options to Deployment model object (useful for plugins)
    - Show deployment status in deployment list (GET /app/{appname}/deployments)
    - Fix server list in group detail (/app/{appname}/groups/{groupname}) when environment list is specified

