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

4857 Commits

Author SHA1 Message Date
John Mitchell
dfd2246ef5 fixed alert displaying from escaping html 2015-06-18 10:32:24 -04:00
Joe Fiorini
13ab1120a9 Move hasModelKey method to route instead of routeParams 2015-06-18 10:17:00 -04:00
Joe Fiorini
389eddfc8d [system_tracking] Fix display of nested modules 2015-06-17 17:39:50 -04:00
Joe Fiorini
d65affbe08 [system_tracking] Add size to files module display 2015-06-17 17:39:38 -04:00
Joe Fiorini
327fea1db1 [system_tracking] Fix service test 2015-06-17 17:35:57 -04:00
Joe Fiorini
caeefa4f7e [system_tracking] Monkey-patching module objects == bad idea 2015-06-17 17:23:59 -04:00
Joe Fiorini
159ad0d2a9 [system_tracking] Display error when no scans for a particular date 2015-06-17 17:23:59 -04:00
Joe Fiorini
5a0ba44155 [system_tracking] Default both date pickers to today's date 2015-06-17 17:23:59 -04:00
Joe Fiorini
aec91bc13e [system_tracking] Disable dates on right prior to dates on left 2015-06-17 17:23:59 -04:00
Joe Fiorini
dbb8c649de [system_tracking] Refactor angular modules 2015-06-17 17:23:59 -04:00
John Mitchell
378d6024f1 fixed favicon 2015-06-17 16:41:54 -04:00
Joe Fiorini
6edee0a864 Present a single date picker for host-to-host 2015-06-17 15:48:10 -04:00
Chris Meyers
d2a555b752 non-celery invocations (command-line invocations) do not update the inventory_update object after completion 2015-06-17 12:36:07 -04:00
Jared Tabor
0d81d4a62b fixing console error when running system jobs 2015-06-17 12:27:24 -04:00
Chris Meyers
760dc7ad9c Merge pull request #287 from chrismeyersfsu/fix-fact_tests
create enterprise license file for fact api tests
2015-06-17 11:46:51 -04:00
Chris Meyers
2b2126d8e1 create enterprise license file for fact api tests 2015-06-17 10:50:56 -04:00
Chris Meyers
11620f1a2c Merge pull request #279 from chrismeyersfsu/fix-docker_ssh
added ssh to docker env
2015-06-17 09:09:26 -04:00
Chris Meyers
e495f07bb6 Merge pull request #285 from chrismeyersfsu/fix-fact_tests
fix fact cache reciever unit tests to use inventory_id in message
2015-06-17 09:09:16 -04:00
John Mitchell
dbd3cfb917 fixed indefinite login on setup menu route 2015-06-16 17:41:52 -04:00
John Mitchell
4cd5d9ab23 fix logic of active module check 2015-06-16 16:39:35 -04:00
John Mitchell
9238d8b55d disabled the buttons on system tracking page from being clickable 2015-06-16 16:15:59 -04:00
Chris Meyers
fcc789f13b Differentiate between an expired license and a non-existant license 2015-06-16 15:59:23 -04:00
John Mitchell
09f817c07c fixed styling from being sanitized 2015-06-16 13:53:30 -04:00
John Mitchell
d17abae3f3 fixed delete not showing any content 2015-06-16 13:29:54 -04:00
Chris Meyers
686312a427 fix fact cache reciever unit tests to use inventory_id in message 2015-06-16 13:11:09 -04:00
John Mitchell
4e1606a927 fixed headers on standard output change 2015-06-16 10:18:27 -04:00
Joe Fiorini
ef0e7d8f0d Merge pull request #284 from joefiorini/system-tracking--displayKeys
Adds support for formatting individual fact values
2015-06-16 09:28:57 -04:00
James Laska
390011bb1e Listen to flake8, it speaks the truth
Use a variable name that doesn't conflict with a library name.
2015-06-16 08:55:59 -04:00
James Laska
3522920b08 This is embarrassing 2015-06-15 20:15:57 -04:00
James Laska
3f9c2cf465 Handle ENOENT during license removal 2015-06-15 19:24:51 -04:00
Chris Meyers
c7e2c333d4 Merge pull request #283 from chrismeyersfsu/feature-age_deleted
Added age_deleted command for support team
2015-06-15 18:14:45 -04:00
Joe Fiorini
09db79cfd7 [system_tracking] Fix reversal of ansible facts 2015-06-15 17:12:31 -04:00
Chris Meyers
c076ba1669 flake8 2015-06-15 16:56:12 -04:00
Joe Fiorini
61807efb9b Allow fact template to flatten or keep key/value structure 2015-06-15 16:53:43 -04:00
John Mitchell
2d347d7069 fixed cleanup schedules 2015-06-15 16:21:04 -04:00
John Mitchell
29cd31b3d4 added new fields to fact cleanup form 2015-06-15 16:21:04 -04:00
Chris Meyers
8e3b33ee21 Added age_deleted command for support team 2015-06-15 16:06:54 -04:00
James Laska
6e07bfc779 Merge pull request #281 from jlaska/aws_license_remove
Remove AWS license when processing /config DELETE
2015-06-15 13:45:43 -04:00
Chris Meyers
6a73b34791 Merge pull request #282 from chrismeyersfsu/fix-cleanup_deleted
Replaced crafty logic that tried to detect the User but, wrongfully, …
2015-06-15 13:35:11 -04:00
James Laska
9a210107a0 Remove AWS license when processing /config DELETE
This also removes mongodb from the try/except block to avoid hiding any
failures.  This mirrors the behavior of how mongo is started/stopped elsewhere
in the module.
2015-06-15 12:08:15 -04:00
Chris Meyers
87824fa240 Replaced crafty logic that tried to detect the User but, wrongfully, matched Credential with explicit logic that, when cleaning up the User model, searches for the _del_ string in the username attribute. 2015-06-15 10:20:15 -04:00
Matthew Jones
d01e93535d Fixing flake8 issue 2015-06-15 09:36:04 -04:00
Matthew Jones
bb7af4e916 Merge pull request #277 from matburt/fix_inventory_read_jt_rbac
Check inventory access for normal users when deciding what job templates show up in the queryset
2015-06-12 16:04:34 -04:00
Matthew Jones
5d1b27e520 Adding some job template listing unit tests and permissions to actually
make those work
2015-06-12 14:43:24 -04:00
John Mitchell
723ec44846 fix indefinite wait on no license user login 2015-06-12 13:54:26 -04:00
Joe Fiorini
ad0f267435 [system_tracking] Extract parameters into options object 2015-06-12 13:50:28 -04:00
John Mitchell
d076be8b8b fix tower password strength defaults 2015-06-12 13:42:44 -04:00
John Mitchell
05abacf58e fixed credential autopopulation 2015-06-12 12:17:05 -04:00
John Mitchell
ac8d016444 fixed language of module args popover 2015-06-12 12:08:51 -04:00
John Mitchell
ef2247fce0 fixed password validation rules 2015-06-12 12:04:35 -04:00