Seth House
|
473958fd84
|
Added a hypermedia handler for accepting/sending various content types
|
2012-11-08 01:03:10 -07:00 |
|
Seth House
|
93837afaac
|
Removed placeholder comment
Streaming responses will be set in the individual handlers.
|
2012-11-07 23:47:51 -07:00 |
|
Seth House
|
07fd5c4ff4
|
Added custom authorization tool and login handler
|
2012-11-07 23:46:24 -07:00 |
|
Seth House
|
f8f8e2c241
|
Removed old comments
|
2012-11-02 16:14:47 -06:00 |
|
Seth House
|
db7d98b7a7
|
Added custom SessionAuth subclass
|
2012-11-02 16:13:05 -06:00 |
|
Seth House
|
d353eb2b4b
|
Change root URL command to issue a compound command
|
2012-11-02 11:59:37 -06:00 |
|
Seth House
|
7cd10b4b62
|
Added GET response to the root URL to fetch minion infos
|
2012-11-01 14:28:51 -06:00 |
|
Seth House
|
38c95ed144
|
Factored out executing lowdata into something reusable
|
2012-11-01 14:27:31 -06:00 |
|
Seth House
|
673e6caa40
|
Added reminder note about enabling streaming responses
|
2012-11-01 11:54:10 -06:00 |
|
Seth House
|
cba4b0976b
|
Gracefully shutdown on a sigint (don't see KeyboardInterrupt from here)
|
2012-11-01 11:45:53 -06:00 |
|
Thomas S Hatch
|
2e66ca9181
|
Add wheel function to the api class
|
2012-11-01 11:43:57 -06:00 |
|
Seth House
|
a676fe08f4
|
Simplified lookup for grabbing global conf values
|
2012-11-01 11:28:38 -06:00 |
|
Seth House
|
8665b627f9
|
Format all JSON through Salt
|
2012-11-01 11:27:59 -06:00 |
|
Seth House
|
a1b2c478b8
|
Fixed incorrect variable names
|
2012-11-01 10:27:54 -06:00 |
|
Seth House
|
0e0cd7e189
|
Removed unused import
|
2012-11-01 10:27:35 -06:00 |
|
Seth House
|
02a8c39446
|
Updated imports from standalone cheroot to cherrypy proper
|
2012-11-01 10:19:01 -06:00 |
|
Seth House
|
836ffdebae
|
Return the reponse from low-data calls as JSON
|
2012-11-01 10:18:07 -06:00 |
|
Seth House
|
f91847a5fe
|
Added a default error page to return errors as JSON
|
2012-11-01 10:17:10 -06:00 |
|
Seth House
|
c57399a1a3
|
Updated formatting low-data for CherryPy
|
2012-11-01 10:09:29 -06:00 |
|
Seth House
|
18e29551b8
|
Added REST module written in CherryPy
|
2012-10-30 16:55:10 -06:00 |
|
Seth House
|
a33e01a580
|
Added secret_key to config
|
2012-10-29 14:35:08 -06:00 |
|
Seth House
|
b0dd811561
|
Fixed comment for the ca -> tls module
|
2012-10-29 14:32:57 -06:00 |
|
Seth House
|
c1cddf4a5f
|
Only set cookies over SSL
|
2012-10-29 14:31:37 -06:00 |
|
Seth House
|
535d3ef6ca
|
Updated docs for the new tls module
|
2012-10-29 14:30:47 -06:00 |
|
Seth House
|
aa10e39e40
|
Updated config names for the SSL cert/key
|
2012-10-29 13:10:25 -06:00 |
|
Seth House
|
a7eb3c75da
|
Added docs on configuration for rest_flask
|
2012-10-26 17:35:46 -06:00 |
|
Seth House
|
26ab78ba2a
|
Switched to using the cheroot server with SSL (and using __opts__)
Fixes #16 and fixes #18
|
2012-10-26 14:08:26 -06:00 |
|
Seth House
|
7f09a12193
|
Added a document on how to write netapi modules
Fixes #12
|
2012-10-25 15:45:16 -06:00 |
|
Seth House
|
a30f38989e
|
Don't display sections from netapi modules in the main list
|
2012-10-25 15:44:42 -06:00 |
|
Seth House
|
83724b99f0
|
Updated the CLI docs
|
2012-10-25 15:44:22 -06:00 |
|
Seth House
|
a10eaa89f2
|
Copy pulling version from Git from Salt
|
2012-10-25 15:09:46 -06:00 |
|
Seth House
|
d5e21d653a
|
Merge branch 'master' into develop
|
2012-10-25 15:09:15 -06:00 |
|
Seth House
|
070ce203fc
|
Move docs-specific pip requirements into docs directory
|
2012-10-25 13:43:48 -06:00 |
|
Seth House
|
63ccd4f77e
|
Mocked several modules in order to build the docs
|
2012-10-24 16:32:53 -06:00 |
|
Seth House
|
0249292a47
|
Reigned in some wild imports
|
2012-10-24 16:32:12 -06:00 |
|
Seth House
|
cb52c3117b
|
Merge remote-tracking branch 'upstream/develop'
|
2012-10-24 16:12:50 -06:00 |
|
Seth House
|
71535e2ca8
|
Added 0.6.0 release notes
|
2012-10-24 16:11:29 -06:00 |
|
Seth House
|
3f8a7861c2
|
Added link to docs
|
2012-10-24 15:18:11 -06:00 |
|
Seth House
|
408a62d8ce
|
Added pre-alpha warning to README
|
2012-10-24 12:18:48 -06:00 |
|
Seth House
|
b6071638b9
|
Minor tweaks/fixes to the runner and inspect functions
|
2012-10-24 12:14:01 -06:00 |
|
Seth House
|
ae3d1595b0
|
Added root URL view to utilize the new low-data interface
|
2012-10-24 12:13:58 -06:00 |
|
Thomas S Hatch
|
6bf399868f
|
Add MANIFEST.in with docs, AUTHORS, etc.
|
2012-10-24 10:52:06 -06:00 |
|
Thomas S Hatch
|
12c4778bbb
|
Clean up Authors file
|
2012-10-24 10:34:19 -06:00 |
|
Thomas S Hatch
|
e172a65a6a
|
bump version to 0.6.0
|
2012-10-24 10:31:05 -06:00 |
|
Thomas S Hatch
|
bc3d492791
|
port format_all to salt-api pending updates in salt core
|
2012-10-24 10:26:38 -06:00 |
|
Thomas S Hatch
|
3bade9d625
|
Add API wrapper to saltapi
|
2012-10-17 12:41:00 -06:00 |
|
Seth House
|
697190e413
|
Added a pip requirements file
|
2012-10-16 17:09:18 -06:00 |
|
Seth House
|
0d6a557c21
|
Add release notes section and release notes for 0.5.0
|
2012-10-16 17:00:51 -06:00 |
|
Seth House
|
c336b4652a
|
Add initial documentation for the rest_flask netapi module
|
2012-10-16 17:00:25 -06:00 |
|
Seth House
|
cfff36f78a
|
Improve / correct view docstrings
|
2012-10-16 16:59:32 -06:00 |
|