1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
Commit Graph

2724 Commits

Author SHA1 Message Date
Chris Houseknecht
0db0972eb1 License
Started making language revisions per 8/7 status meeting notes.
2014-08-07 18:02:18 -04:00
Chris Houseknecht
b9b52f49fc Unit Testing
Looking at protractor as a possible option. It does end-to-end testing, which may be redundant with QA's work, but it may also be exactly what's needed.
2014-08-07 17:20:40 -04:00
Chris Church
2c40209e30 Remove auth checks for /api/ and /api/v1/ to fix auth errors in UI after logging into munin. 2014-08-07 16:49:23 -04:00
Matthew Jones
80cf2e4bc1 Fix the el script alias so that we can show the dynamic graphs on centos and rhel systems 2014-08-07 16:36:40 -04:00
Jared Tabor
638697ad6b fixed empty Host Count pie chart circle and centered text 2014-08-07 14:24:44 -04:00
Jared Tabor
da5673148c small fix to About Tower dialog 2014-08-07 13:57:37 -04:00
Jared Tabor
7466968941 added an about dialog that give copyright information about Tower 2014-08-07 13:45:21 -04:00
Matthew Jones
1fa2d35977 Don't provide any dependencies from the tower init script 2014-08-07 12:46:36 -04:00
Luke Sneeringer
4723ad0a71 VMware support within Tower. 2014-08-07 11:09:33 -05:00
Matthew Jones
2abf9ee653 Revert "Upgrade pexpect to 3.3"
This reverts commit 46d2d46c20dc8b2379f3dee44ae58c45e0997bff.

Conflicts:
	awx/lib/site-packages/README
2014-08-07 09:19:30 -04:00
Matthew Jones
e2eff08088 Upgrade six to 1.7.3 2014-08-06 15:38:04 -04:00
Matthew Jones
53a8e5c4c6 Upgrade simplejson to 3.6.0 2014-08-06 15:37:54 -04:00
Matthew Jones
15c2627968 Upgrade swifclient to 2.2.0 2014-08-06 15:37:02 -04:00
Matthew Jones
07bfe7c275 Upgrade novaclient to 2.18.1 2014-08-06 15:36:24 -04:00
Matthew Jones
7cf1df23ab Upgrade pyrax to 1.9.0 2014-08-06 15:35:07 -04:00
Matthew Jones
e1da8d169f Upgrade pbr to 0.10.0 2014-08-06 15:34:20 -04:00
Matthew Jones
7cb892a869 Upgrade markdown to 2.4.1 2014-08-06 15:33:24 -04:00
Matthew Jones
07b538e5c5 Upgrade kombu to 3.0.21 2014-08-06 15:32:17 -04:00
Matthew Jones
cbe26c4619 Upgrade keyring to 4.0 2014-08-06 15:31:20 -04:00
Matthew Jones
6a7cb5a4e7 Upgrade httplib2 to 0.9 2014-08-06 15:26:56 -04:00
Matthew Jones
d413618288 Add missing requests urllib3 util directory 2014-08-06 14:22:18 -04:00
Matthew Jones
eb62bbd535 Upgrade requests to 2.3.0 2014-08-06 14:01:10 -04:00
Matthew Jones
92449d3f23 Upgrade pexpect to 3.3 2014-08-06 14:00:43 -04:00
Matthew Jones
b18b075bc9 Upgrade gevent-socketio to 0.3.6 2014-08-06 14:00:16 -04:00
Matthew Jones
e3bdd966ed Upgrade pytz to 2014.4 2014-08-06 13:59:29 -04:00
Matthew Jones
7899463ac8 Upgrade boto to 2.32.1 2014-08-06 13:57:39 -04:00
Matthew Jones
6f6f8675f9 Upgrade amqp vendored library to 1.4.5 2014-08-06 13:55:08 -04:00
Matthew Jones
efed138e8b Fix indentation issue 2014-08-06 13:43:42 -04:00
Matthew Jones
5220594e9b Hide AMI keys the same way we do non-ami instances 2014-08-06 13:35:56 -04:00
Matthew Jones
12b3329b27 Test for Jenkins unit test runs in some rbac code also 2014-08-06 12:39:12 -04:00
Matthew Jones
bb485c99fe Make sure job starts follow rbac 2014-08-06 11:47:13 -04:00
Chris Houseknecht
91df59611d License
30 day trial modifiations. Refactored Access helper and created a new License helper. Removed ansible/License module. Created a new license viewer that allows admin user to update the license key. Nag message at login now differentiates between admin and non-admin user.
2014-08-05 17:15:30 -04:00
Matthew Jones
3e7ee988a2 Fix munin graphs to use the right graph type 2014-08-05 14:59:53 -04:00
Matthew Jones
51ff38a33a Make sure we refresh the object before updating computed fields 2014-08-05 14:00:01 -04:00
Matthew Jones
dcf102930d Fix up some license logic, make sure we force license date to be an integer 2014-08-05 11:18:35 -04:00
Chris Houseknecht
9799e81f09 UI Unit Testing
Added plumbing for Karma test runner. Wrote first few tests for new license module.
2014-08-05 02:43:30 -04:00
Chris Houseknecht
07b9f6b12c License
Changed license nagging to a modal dialog with license status aware text and a form for updating the license key. Form provides JSON validation via CodeMirror.
2014-08-04 18:09:26 -04:00
Matthew Jones
587fb35b59 Allowing posting a new license to /api/v1/config by superusers 2014-08-04 15:39:02 -04:00
Matthew Jones
445b1b194e Hide the license key if the user isn't a super user 2014-08-04 14:58:23 -04:00
Luke Sneeringer
0f76c34c81 Unit test and bugfix for GCE/Azure job runs. 2014-08-04 13:46:32 -05:00
Matthew Jones
11799ff25f Implement new license validation logic per spec "30 Day Trial
Engineering Spec" + Unit Tests
2014-08-04 13:55:51 -04:00
Luke Sneeringer
e50711e301 Use expanduser on cache dir loaded from INI. 2014-08-04 10:15:41 -05:00
Luke Sneeringer
674e895d0a Shift default Azure cache directory from /tmp to ~ 2014-08-04 10:13:40 -05:00
Luke Sneeringer
0a0844f40e Require pycrypto >= 2.6 for gce.py 2014-08-04 09:38:42 -05:00
Luke Sneeringer
49d689fdb2 Fix cert regex.
This makes the certificate not have to be at the beginning of the regex
for the SSH key.
2014-08-04 09:28:33 -05:00
Matthew Jones
b1b3a5879f Fix up playbook to use new init script 2014-08-01 13:27:23 -04:00
Luke Sneeringer
fb1099234e Adding GCE/Azure envvar support to jobs. 2014-08-01 11:13:55 -05:00
Luke Sneeringer
5987f60e3f Add _meta to Azure inventory script. 2014-08-01 11:08:15 -05:00
Matthew Jones
55b12cb785 Fix up init script to use service command, preserve the worst return
code and use that as the exit status
2014-08-01 09:51:16 -04:00
Chris Houseknecht
d3cd99bdfc Min pagination size
Tweaked job page to make the minimum aware of taller rows as the width of the viewport shrinks.
2014-07-31 16:06:39 -04:00