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
Chris Meyers
f8fc424ee5
fixed calling of method that never existed
...
When setting an instance as the primary instance project directory
creation may be necessary. Do not perform this action if instance is
secondary.
2015-06-01 08:20:15 -04:00
Chris Church
e23539e69b
Fix flake8 warning.
2015-05-30 16:42:56 -04:00
Chris Church
8eb69b96d1
Set created_by and modified_by on default org to superuser (if found). Fixes https://trello.com/c/gERRKtXa
2015-05-30 16:23:12 -04:00
Chris Church
07205bcb88
Disable LDAP support when not allowed by license.
2015-05-30 16:08:19 -04:00
Chris Church
a72dbe4428
Update license data to include subscription_name. Implements API part of https://trello.com/c/4IMj3H4V
2015-05-29 22:31:35 -04:00
Joe Fiorini
b615df5124
Display error messages when no scan jobs are found
2015-05-29 17:54:15 -04:00
Joe Fiorini
4784f0d96b
Handle then
s that return a promise
2015-05-29 17:54:15 -04:00
Joe Fiorini
5caf80e9a2
Display timestamp from API in column headers
2015-05-29 17:54:15 -04:00
Joe Fiorini
8d1e2e1c0c
Fix styling after nav refresh merge
2015-05-29 17:54:15 -04:00
Joe Fiorini
da67aba2d4
Default dates to today and yesterday
2015-05-29 17:54:15 -04:00
Joe Fiorini
5f902a55fe
Sort modules by built-in then custom
2015-05-29 17:53:27 -04:00
Joe Fiorini
579ee6d721
Display custom fact plugins in module options
2015-05-29 17:53:27 -04:00
Joe Fiorini
caf7c30de7
Get available modules from OPTIONS endpoint
2015-05-29 17:53:27 -04:00
Joe Fiorini
657b41510c
Add breadcrumbs to system tracking page
2015-05-29 17:53:27 -04:00
jaredevantabor
0507fd74b9
Merge pull request #250 from jaredevantabor/d3donut
...
Copyright JS files and removing unlicensed files
2015-05-29 15:38:02 -04:00
Matthew Jones
22ecb62179
Perform type checking on module_name and args for ad-hoc commands to
...
satisfy qa.
2015-05-29 14:55:42 -04:00
Chris Church
79a8e541cd
Revert cleanup_deleted to delete one at a time, instead of batches.
2015-05-29 14:52:16 -04:00
John Mitchell
46477f9953
fixed graphs looking weird on production system
2015-05-29 14:14:12 -04:00
John Mitchell
eaf98eb1ec
debug_mode should not be true
2015-05-29 13:36:42 -04:00
Luke Sneeringer
38bfc82e98
Fix missing if condition in uses_mongo.
2015-05-29 12:36:37 -05:00
John Mitchell
465518a2bc
made dashboard graphs live and fixed url checking of sockets
2015-05-29 13:32:34 -04:00
Matthew Jones
31d0342d41
More copyright headers for api side stuff
2015-05-29 12:10:40 -04:00
Matthew Jones
b3da3b34a3
Changing some legal headers for python source files
2015-05-29 12:10:39 -04:00
Jared Tabor
d7e2614760
Copyright JS files and removing unlicensed files
...
Adding the Copyright and All Rights Reserved to the JS files, as well as removing pwdmeter and 3dDonut chart (in lieu of d3.js donut chart)
adding the legend and getting pie chart to donut
adding data labels to donut chart
working legend and tooltip
job detail donut
Ansible Copyright added to beginning of all JS files
removing pwdmeter and d3donut
fixing merge conflicts
2015-05-29 12:08:22 -04:00