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 |
|
Seth House
|
32d012cbf7
|
Add images/templates req'd for Sphinx and RTD
|
2012-10-16 16:58:48 -06:00 |
|
Seth House
|
b0333a430f
|
Add initial index page; don't use a dedicated table of contents
|
2012-10-16 16:58:08 -06:00 |
|
Seth House
|
0ba1ae8c9e
|
Copied (and modifed) conf.py from Salt
|
2012-10-16 16:57:55 -06:00 |
|
Seth House
|
0bf51dc1c8
|
Run salt-api out of the CLI entry point; use Salt's parser mixins
|
2012-10-09 20:13:10 -06:00 |
|
Seth House
|
a987233030
|
Replaced copy-and-pasted salt-cloud references
|
2012-10-09 17:15:40 -06:00 |
|
Seth House
|
7d97e91e82
|
Cleaned up setup.py
|
2012-10-09 17:13:47 -06:00 |
|
Seth House
|
f7b270a56f
|
Updated runner to use the new RunnerClient
|
2012-10-09 16:06:22 -06:00 |
|
Seth House
|
84640ee38c
|
Moved awesomer remote ex functionality to /minions URIs
|
2012-10-09 16:03:11 -06:00 |
|
Seth House
|
93e04d3a30
|
Also serve custom error page on HTTPException's
|
2012-10-08 16:20:06 -06:00 |
|
Seth House
|
9f75c09635
|
Renamed bind to start to be more consistent with other Saltnesses
|
2012-10-08 16:20:06 -06:00 |
|
Seth House
|
0ddecd11ef
|
Pass the Flask app into the view class
|
2012-10-08 16:20:05 -06:00 |
|
Thomas S Hatch
|
905a110345
|
negate the need to pass in alternative base_path args
This fixes using built in salt apis
|
2012-10-08 16:17:55 -06:00 |
|
Seth House
|
926fab516f
|
Avoid the Werkzeug debugger on errors and return JSON
|
2012-10-02 14:49:44 -06:00 |
|
Seth House
|
408c46fb9f
|
Dangit, Tom
|
2012-10-02 14:41:01 -06:00 |
|
Seth House
|
35c29b3f6c
|
Added basic runners interface
|
2012-10-01 16:15:55 -06:00 |
|
Seth House
|
a33e885957
|
Removed casting jid arg to an int
|
2012-10-01 16:00:14 -06:00 |
|
Seth House
|
bc5f8c7751
|
Import werkzeug exceptions wholesale
|
2012-10-01 15:59:41 -06:00 |
|
Seth House
|
28f6371ae1
|
Removed empty __init__()
|
2012-10-01 15:58:14 -06:00 |
|
Seth House
|
4f6d77a40b
|
Fixed missing *args, **kwargs; this is all Tom's fault
|
2012-10-01 14:22:10 -06:00 |
|
Seth House
|
89993bfb45
|
Fixed Tom's restoration from Tom's fix
|
2012-10-01 14:00:57 -06:00 |
|
Thomas S Hatch
|
a64d7dabe9
|
make a base class again
|
2012-10-01 13:41:58 -06:00 |
|
Thomas S Hatch
|
ca477006ce
|
we were not jsonify-ing
|
2012-10-01 13:23:36 -06:00 |
|
Thomas S Hatch
|
ee76aac6f4
|
Some cleanup
Change the Flask loader to hold the runner functions and the
localclient. Fix spacing, only have one class, remove unused
get methods
|
2012-10-01 12:57:46 -06:00 |
|
Thomas S Hatch
|
2ea6dcc532
|
Bypass loader basepath in runner dict generation
|
2012-10-01 12:56:39 -06:00 |
|
Thomas S Hatch
|
e11b9164d6
|
clean up extra empy line
|
2012-10-01 11:37:32 -06:00 |
|
Seth House
|
8a14b368ca
|
wip: Map out the /jobs URLs functionality
|
2012-10-01 11:05:17 -06:00 |
|
Seth House
|
6186a3b5b3
|
Renamed REST Flask implementation to make room for future REST netapis
|
2012-09-28 11:31:28 -06:00 |
|
Thomas S Hatch
|
aa45170b3e
|
Merge pull request #3 from whiteinge/netapi-rest
Netapi rest
|
2012-09-27 15:17:52 -07:00 |
|
Seth House
|
f2b11b4d0d
|
Added initial stab at Flask-based REST API
|
2012-09-27 16:15:17 -06:00 |
|
Seth House
|
192ee9d785
|
Fixed fat-fingered var lookup
|
2012-09-26 15:28:03 -06:00 |
|
Thomas S Hatch
|
7ab650ff41
|
Use master_config function
|
2012-09-24 15:10:44 -06:00 |
|