1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00
Commit Graph

2846 Commits

Author SHA1 Message Date
Luke Sneeringer
c6993ae44a Explicit import of django. 2014-09-11 12:52:37 -05:00
Luke Sneeringer
debd9b8850 Re-activated SQLite restriction. Test passes in pg. 2014-09-11 12:45:46 -05:00
Chris Church
2fdf55ec1b Fix check for skipping splunk inventory test when using sqlite. 2014-09-11 10:57:57 -04:00
Luke Sneeringer
98ae1a7858 Corrected JobStartCancel Test. 2014-09-11 09:02:41 -05:00
Chris Church
a479294f02 Update django-devserver to support Django 1.6. 2014-09-11 03:54:26 -04:00
Luke Sneeringer
73b058bcab Remove MIDDLEWARE_CLASSES from UI test. 2014-09-10 15:12:17 -05:00
Luke Sneeringer
c6d374d12a Add autocommit to migration 36 if it's off. 2014-09-10 15:07:30 -05:00
James Laska
8a247ae2c4 Add requirements/jenkins.txt
Moves custom test requirements out of jenkins and into the repository.
2014-09-10 15:25:58 -04:00
Matthew Jones
9119b40966 Take survey title and description into account 2014-09-10 15:20:06 -04:00
Luke Sneeringer
59f3321b13 Updating Django to 1.6.7 in revision txts. 2014-09-10 13:36:03 -05:00
Matthew Jones
55b48204ea More validation and unit tests for api survey mode 2014-09-10 13:25:22 -04:00
Luke Sneeringer
3267a988f8 Shift Django to 1.6.x (>= 1.6.7). 2014-09-10 12:17:35 -05:00
James Laska
fbd17ede7a Correct DOM ID's for search submit/reset button 2014-09-10 12:11:28 -04:00
Jared Tabor
64961f8504 adding beginning of survey maker and portal mode 2014-09-10 10:44:01 -04:00
Matthew Jones
b1463f056d Adding survey_enabled to the expected list of template fields 2014-09-10 10:27:50 -04:00
Matthew Jones
fc89ff76b5 Adding some unit tests for api survey mode 2014-09-09 17:08:29 -04:00
Matthew Jones
75cca21525 Survey mode validation when launching job templates 2014-09-09 15:08:49 -04:00
Matthew Jones
514cd4a1db Initial api side implementation of the survey spec 2014-09-09 11:08:40 -04:00
James Laska
9d2fadc51a Update pagination DOM id's
Moves the iterator-based id to the top-level <div>.  The pagination
links and labels are now children of this <div>.  Also, renamed id on
the buttons and labels regions.
2014-09-09 10:56:57 -04:00
Jared Tabor
f0b7e77455 changed some id's on generator-helpers for pagination UI automation testing 2014-09-08 16:05:48 -04:00
Matthew Jones
bdd4290fe7 Create some useful indexes based on UI consideration and overall tower
usage and performance needs
2014-09-08 15:17:03 -04:00
Chris Church
ee030a89b7 Fixes https://trello.com/c/rHOgeb2W - Remove temp cache dir created for EC2 inventory sync. 2014-09-08 14:28:31 -04:00
Matthew Jones
0c40ca36f6 Fix up some unit tests where we have slightly changed the meaning of cancel 2014-09-08 11:23:39 -04:00
Michael DeHaan
68cbc7883c Update README.md 2014-09-08 10:42:15 -04:00
Matthew Jones
893ece0aa0 Updated with 2.0 release date 2014-09-05 15:52:11 -04:00
Matthew Jones
4f0cd9d160 Make sure cancel can cancel jobs that are in the pending or waiting
state also
2014-09-05 15:13:16 -04:00
Matthew Jones
2da1189a7c Change access to only allow super users to post to the jobs list without
a job template
2014-09-05 14:54:33 -04:00
Matthew Jones
85762c3470 Add tests for job relaunch 2014-09-05 14:27:39 -04:00
Matthew Jones
b5763f078d Add relaunch capability to a job. fill in related links for various serializers 2014-09-05 14:02:55 -04:00
Jared Tabor
9ec267ff89 removed space before the word 'about' in account menu for ui testing 2014-09-05 10:03:28 -04:00
Matthew Jones
5548cfd6a8 Silence noisy supervisor tasks, adjust log rotation frequency for all
supervisor tasks
2014-09-04 13:26:32 -04:00
Matthew Jones
58b71ca9f9 Implement /launch endpoint on job template
Partial implementation of:

https://trello.com/c/7uXHs7ze/14-require-admin-to-be-able-to-run-a-job-without-a-job-template
2014-09-04 13:26:00 -04:00
Chris Houseknecht
e48309b6aa Queued Jobs
Changed sort order to asc ID rather than desc ID. Changed delete/cancel icon to always be cancel. The prompt dialog now always shows 'Submit request to cancel' rather than 'Delete...' for jobs with a status == 'new' even though the API request is DELETE.
2014-09-04 11:07:04 -04:00
Chris Houseknecht
45ae4dd672 Organization Activity Stream
Clicking the Activity Stream button on the Ogranization detail page resulted in a JS error. https://trello.com/c/wUwLand8/141-the-stream-btn-on-an-organization-does-not-work
2014-09-04 11:07:04 -04:00
Matthew Jones
efab451632 Fix an issue where I wasn't reattaching the signal handlers to the child
worker processes when they were restarted
2014-09-04 09:58:10 -04:00
James Laska
1e36c670e5 Update version 2014-09-03 19:41:22 -04:00
James Laska
41e2cf0a65 Prefix the release with '0.' for unofficial releases 2014-09-03 19:40:10 -04:00
Matthew Jones
5aebf5508e Roll back part of the change that attempted to correct some of the
memory usage
2014-09-03 17:00:43 -04:00
Chris Houseknecht
95c73ae348 JS Documentation
Added documentation to lib/ansible/Rest.js
2014-09-03 16:18:23 -04:00
Chris Houseknecht
603cc21d2d JS Documentation
Added documentation to list generator.
2014-09-03 14:14:48 -04:00
Chris Houseknecht
4db925906e UI Automation Assistance
Added 'selected' class to search widget dropdown list to mark the active <li> element.
2014-09-03 11:39:35 -04:00
Chris Houseknecht
d553a27a29 UI Automation Assistance
Fixed https://trello.com/c/WVFzq4gQ/136-multiple-working-prompts-when-loading-the-dashboard-page
2014-09-02 17:21:49 -04:00
Chris Houseknecht
1ee9781ecc UI Automation Assistance
Added ID attribute to pagination widget <div> container.
2014-09-02 16:41:16 -04:00
Chris Houseknecht
c499515333 UI Automation Assistance
Added PK as the ID to all <tr> elements.
2014-09-02 16:37:16 -04:00
Chris Houseknecht
b5d3472c30 UI Automation Assistance
Added ID attribute to lookup button found in form field input-groups.
2014-09-02 16:28:41 -04:00
Chris Houseknecht
8d46e206a8 UI Automation Assistance
Added ID attribute to Select button on sublists. For example, organizations detail page -> users -> add user.
2014-09-02 16:18:31 -04:00
Chris Houseknecht
efd590f917 JS Documentation
Added lots more documentation for form generator.
2014-09-02 16:18:30 -04:00
Matthew Jones
b2c77a650b Replace zeromq with multiprocessing queue for worker ipc in the callback
receiever module
2014-09-02 16:07:23 -04:00
Jared Tabor
ab971215c8 added 'launched by' field into job detail->more section 2014-09-02 14:25:49 -04:00
Chris Houseknecht
b8f6b2834d Documentation
More documentation for form generator.
2014-08-29 16:54:35 -04:00