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

4758 Commits

Author SHA1 Message Date
Chris Church
c24e51f515 Fix flake8 warning. 2015-06-02 20:09:26 -04:00
Chris Church
77ab83eb0d Fix inventory source name to exclude replacement text, fix inventory update name to be based only on inventory and group name. Fixes https://trello.com/c/zYrHMz9S 2015-06-02 19:46:18 -04:00
Joe Fiorini
bcf4688a55 Fix headers on ansible facts module 2015-06-02 17:21:52 -04:00
Joe Fiorini
3d1dc42e2a Compare facts before assuming they are all different 2015-06-02 17:21:52 -04:00
Chris Church
602985f7b5 Reverted license type change from 5230360ffe1d130681b572247e591810081850b1 2015-06-02 16:43:39 -04:00
John Mitchell
7847417315 styled stdout of jobs and adhoc commands 2015-06-02 16:20:12 -04:00
Jared Tabor
540308a9b4 "Invalid Date" fix for jobs page
returning an empty string for when the date format filter receives a null object
2015-06-02 13:59:04 -04:00
Joe Fiorini
633647a2a8 Track fact presence with property 2015-06-02 13:11:46 -04:00
Joe Fiorini
9eea389458 Simplify fact templates for packages and services 2015-06-02 13:08:39 -04:00
Joe Fiorini
a9a839a549 Compare facts in both directions, not just one way 2015-06-02 13:06:30 -04:00
Joe Fiorini
0dd9c4e5eb Add missing styles for system tracking 2015-06-02 12:11:40 -04:00
Joe Fiorini
5beb7b1aa0 Display package version string for packages 2015-06-02 12:11:40 -04:00
Joe Fiorini
a3f5d9a9a5 Add timeline recording helper to debug 2015-06-02 12:11:40 -04:00
Chris Meyers
86a16d27ea Merge pull request #257 from chrismeyersfsu/docker
Docker
2015-06-02 10:19:30 -04:00
Chris Meyers
5ebf0851fe -P picks random ports, we wan't specific ports 2015-06-02 10:19:05 -04:00
Chris Meyers
7197a1fb13 how to build and run a tower dev docker image 2015-06-02 09:57:06 -04:00
Chris Meyers
814a4e1afb fix mongo 2015-06-02 09:47:14 -04:00
Joe Fiorini
17a7117f0c Prevent data from reloading when switching modules 2015-06-01 18:01:41 -04:00
Joe Fiorini
e419282c0c Merge pull request #256 from joefiorini/moment-fixes
Make usage of moment consistent throughout app
2015-06-01 17:18:01 -04:00
Jared Tabor
1ad1e63f5e Related schedule and Completed jobs on job template form page
the schedules and completed jobs lists were not being filled with related data on the job templates form page.
2015-06-01 17:17:43 -04:00
Joe Fiorini
d8e1887036 Remove accidentally committed value 2015-06-01 17:04:14 -04:00
Matthew Jones
7d8edd9617 Check survey license enabled when creating, updating, and starting job
templates with surveys enabled
2015-06-01 17:01:49 -04:00
John Mitchell
72c12054c1 fixed setup menu displaying strangely in ffox 2015-06-01 16:57:25 -04:00
Joe Fiorini
bcca803323 Copy all properties of original moment to wrapped object 2015-06-01 16:45:13 -04:00
Joe Fiorini
6d6d8c66c2 Fix tests 2015-06-01 16:30:11 -04:00
Joe Fiorini
884423f86c Make usage of moment consistent throughout app
This always includes the user's language preference when loading moment.
It also deletes the moment global, so if you don't require it somehow
you will get an error trying to call `moment`'.

This is setup to provide moment to both angular and plain JavaScript
modules. In angular modules, just add `moment` as a dependency. In plain
js use `import moment from 'tower/shared/moment/moment';`.
2015-06-01 16:25:46 -04:00
Matthew Jones
5bd25d408a Generate sane errors if the mongo database is down when a request for
fact versions is made
2015-06-01 16:22:11 -04:00
Matthew Jones
e392add46f Catch exceptions if there are issues communicating with mongo 2015-06-01 16:00:11 -04:00
Matthew Jones
db5af80daa Conditionals on official builds for rpm-build 2015-06-01 16:00:11 -04:00
Matthew Jones
742a2fd265 Adding documentation templates for endpoints 2015-06-01 16:00:11 -04:00
Joe Fiorini
fdb8fdf24a Uncomment mongo from startup script
I will add this to the dockerfile once this release is done.
2015-06-01 14:52:55 -04:00
Joe Fiorini
809cbcb6e4 Fix image sizing for logo in IE11 2015-06-01 14:52:55 -04:00
Matthew Jones
06464333a6 Check license before launching job template and disallow scan job
template launch if license is unsupported
2015-06-01 14:15:42 -04:00
Matthew Jones
82ac560cf2 Remove related single fact link on the group view 2015-06-01 14:12:39 -04:00
Jared Tabor
c485d3f3d1 No surveys for scan job templates
hiding the survey checkboxes, and setting 'survey_enabled' to false for scan job template saves
2015-06-01 14:12:38 -04:00
Matthew Jones
9d419820d5 Remove the single fact view link from the inventory serializer 2015-06-01 14:11:36 -04:00
John Mitchell
7f550fb1c2 fixed sockets on inventory page 2015-06-01 13:50:24 -04:00
Matthew Jones
22bbf21c09 Documenting new system tracking endpoints 2015-06-01 13:39:24 -04:00
Matthew Jones
3375460a94 Unwire the single_fact endpoints from the api for this release since
they aren't implemented on the front end and we still need to do some
work on them
2015-06-01 13:39:24 -04:00
James Laska
8b02550174 Merge pull request #254 from jlaska/rpm_signature
Add RPM-GPG-KEY to tower.repo
2015-06-01 12:52:05 -04:00
James Laska
786fc07302 Add gpgcheck=0 to development docs 2015-06-01 12:30:26 -04:00
James Laska
3b9db54139 Add RPM-GPG-KEY to tower.repo
Includes supporting tasks in Makefile
2015-06-01 12:30:18 -04:00
Chris Church
a46837608a Capitalize license type return in /api/v1/config/. 2015-06-01 12:27:41 -04:00
Jared Tabor
f5973c81e2 Subscription name to UI
adding subscription name to hte UI in About Tower modal and on License page on license tab for card https://trello.com/c/4IMj3H4V/535-include-subscription-type-in-tower-license-and-present-in-api-and-ui
2015-06-01 12:25:03 -04:00
jlmitch5
c03a4e2873 Merge pull request #251 from ansible/jlm_529_socketDashboard
made dashboard graphs live and fixed url checking of sockets
2015-06-01 11:01:32 -04:00
Joe Fiorini
77a7ef1e32 Merge pull request #253 from joefiorini/system-tracking-improvements
System tracking improvements
2015-06-01 11:01:17 -04:00
Matthew Jones
8006066609 Disable cleanup_facts if the user does not have system tracking enabled
in their license file
2015-06-01 10:30:41 -04:00
Chris Meyers
9c7943039c Merge pull request #255 from chrismeyersfsu/fix-update_instance
fixed calling of method that never existed
2015-06-01 09:51:58 -04:00
Matthew Jones
35fd2addc6 Remove runas from the list of become method choices since it's not
implemented in ansible yet (although it is listed in their help docs)
2015-06-01 09:48:16 -04:00
Joe Fiorini
c804409ed3 Fix tests 2015-06-01 09:30:06 -04:00