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

10140 Commits

Author SHA1 Message Date
Chris Church
cbc52c7b69 Update elapsed in real time when job is running. 2016-11-28 14:35:37 -05:00
Matthew Jones
34add726b7 Hide active tasks if anonymous user 2016-11-28 13:35:43 -05:00
Chris Church
01f59b4696 Update defaults for SAML info/contact settings. 2016-11-28 13:16:29 -05:00
Chris Church
7889e07229 Use the right base class for super(). 2016-11-28 13:10:45 -05:00
Jared Tabor
f4f589ce19 Merge pull request #4122 from jaredevantabor/host-event-modal
Changing the codemirror on the host event modal for custom stdout
2016-11-28 09:05:36 -08:00
jaredevantabor
82616cb47f fixing up HTML files for readability 2016-11-28 09:03:41 -08:00
jaredevantabor
1d3737d553 changing the codemirror on the host event modal for custom stdout
more style changes to host event stdout
2016-11-28 08:32:51 -08:00
Ryan Fitzpatrick
d77cc5c984 Replace dropped psutil in ansible requirements (#4118) 2016-11-28 10:19:42 -05:00
Michael Abashian
236f5fdee7 Merge pull request #4110 from mabashian/workflow-surveys
Workflow edit survey/show survey on launch
2016-11-28 09:45:23 -05:00
Aaron Tan
d7c9ff209d Merge pull request #4112 from jangsutsr/4054_add_org_to_wfjt_related_fields
Add org to wfjt related fields
2016-11-26 16:12:07 -05:00
Aaron Tan
f0b65d36bd Add new version indicator 2016-11-26 12:10:21 -05:00
Aaron Tan
a27ab393de Merge pull request #4113 from jangsutsr/4095_add_workflow_object_roles_list_endpoint
Add workflow job template object_roles_list endpoint
2016-11-26 12:05:59 -05:00
Aaron Tan
d809227cac Add wfjt object_roles_list endpoint. 2016-11-25 22:46:46 -05:00
Aaron Tan
8eb4b7b271 Add reversed relationship. 2016-11-25 22:02:23 -05:00
Jared Tabor
e4510f4e64 Merge pull request #4106 from jaredevantabor/job-result-time-badge
Job result time badge
2016-11-23 14:16:29 -08:00
Michael Abashian
639eec95e7 Workflow edit survey/show survey on launch 2016-11-23 16:34:04 -05:00
Alan Rominger
df658e7f65 Merge pull request #4108 from AlanCoding/wfjt_ssf
Add WFJT survey and recent_jobs
2016-11-23 16:11:16 -05:00
AlanCoding
dc3e744dda change unit tests to work with JobTemplateMixin serializer 2016-11-23 16:06:23 -05:00
AlanCoding
bf0a235ce9 Add WFJT survey and recent_jobs 2016-11-23 15:48:11 -05:00
jaredevantabor
5b0f7741a7 parse-stdout.service unit tests for time badge 2016-11-23 11:53:34 -08:00
jaredevantabor
5ae0335563 fixing css for time badge 2016-11-23 10:10:55 -08:00
Matthew Jones
95f3eacf25 Remove -e flags from requirements to fix build
These cause some odd behavior with egg-info links
2016-11-23 04:50:43 -05:00
Michael Abashian
595c2c7761 Merge pull request #4101 from mabashian/3972-workflow-details-sockets
Hooking up sockets to the workflow details page
2016-11-23 09:43:51 -05:00
Shane McDonald
7342210ca6 Remove awx/job_output in clean target 2016-11-23 08:55:55 -05:00
Chris Meyers
ebfa3b1891 Merge pull request #4062 from chrismeyersfsu/rebase_requirements
Rebase requirements
2016-11-22 22:58:00 -06:00
jaredevantabor
ad2b5cf553 adding start timei badge to header lines of stdout 2016-11-22 14:06:08 -08:00
Michael Abashian
5cf5bc697d Removed leftover commented code and cleaned up a variable name 2016-11-22 16:33:30 -05:00
Michael Abashian
59e3552fa3 Hooking up sockets to the workflow details page 2016-11-22 16:24:02 -05:00
Alan Rominger
6bffaec6f9 Merge pull request #4066 from AlanCoding/log_doc
Logging Integration feature documentation
2016-11-22 15:38:43 -05:00
Chris Church
f15144807f Merge pull request #4093 from cchurch/tower-url-base-reset
Reset TOWER_URL_BASE to the hostname used for the request
2016-11-22 14:51:09 -05:00
Chris Church
8ba2c57b1e Merge pull request #4092 from cchurch/custom-logo-custom-login-info
Add support for CUSTOM_LOGO and CUSTOM_LOGIN_INFO settings
2016-11-22 14:50:59 -05:00
Chris Church
eabc497f46 Merge pull request #4084 from cchurch/hide-settings-based-on-licensed-features
Hide settings based on whether features are enabled in the license
2016-11-22 14:50:47 -05:00
Chris Church
0b76546ea6 Merge pull request #4080 from cchurch/event-stdout-max-bytes-display
Add configurable limit to size of stdout shown for a single job event
2016-11-22 14:50:38 -05:00
Jared Tabor
c4405dccb8 Merge pull request #4097 from jaredevantabor/projects
Adding project updates to job details, along w/ revision
2016-11-22 08:53:16 -08:00
Alan Rominger
dd1d911775 Merge pull request #4022 from AlanCoding/workflow_copy_relaunch
Workflow copy and relaunch
2016-11-22 11:50:51 -05:00
Alan Rominger
69f1e2d24c Merge pull request #3679 from AlanCoding/3677
Fixes for manual groups/projects
2016-11-22 11:46:34 -05:00
AlanCoding
8cd4ba0175 refactor of create_unified_job in connection with new copy endpoint development 2016-11-22 11:35:41 -05:00
AlanCoding
a39af2a7fd update to consistent copy naming with UI 2016-11-22 11:35:41 -05:00
AlanCoding
4a992e531a copy organization when copying a WFJT 2016-11-22 11:35:40 -05:00
AlanCoding
31a95e5c04 fix up tests from workflow copy work 2016-11-22 11:35:40 -05:00
AlanCoding
8cda12c020 add workflow relaunch 2016-11-22 11:35:40 -05:00
AlanCoding
14ce50c845 implement copying of WFJT objects 2016-11-22 11:35:01 -05:00
Alan Rominger
266d29936d Merge pull request #3985 from AlanCoding/auditor_optimization
System auditor optimization via cache
2016-11-22 11:19:23 -05:00
Aaron Tan
16c0bc29a5 Merge pull request #4094 from jangsutsr/4078_hookup_activity_stream_with_workflow
Hook up activity stream with workflow
2016-11-22 10:29:27 -05:00
Michael Abashian
a1a581f961 Merge pull request #4090 from mabashian/workflows-permissions-notifications
Notifications/Permissions with WFJT's
2016-11-22 10:14:17 -05:00
Matthew Jones
e725b16cd9 Change job-run project refresh launch type to "sync" 2016-11-22 09:33:25 -05:00
Matthew Jones
5df4096660 Make websocket events more informative
* Make sure we always populate workflow information when relevant to
  job status changes.
* Include detail about workflow job node
2016-11-22 09:33:25 -05:00
jlmitch5
197f39ea70 Merge pull request #4085 from jlmitch5/updateJobResultsController
Update job results controller
2016-11-22 14:27:04 -05:00
kensible
de1b773a50 Merge pull request #4091 from kensible/3865-config-updates
Removal of config.js and local_settings.json
2016-11-22 08:18:38 -05:00
Matthew Jones
ddaf4ff2d0 Merge branch 'fix_fact_caching' into devel
* fix_fact_caching:
  Convert the fact data structure to the right type
  Fixing up fact cachine related unit tests
  Port fact caching system to rabbitmq
2016-11-21 23:15:13 -05:00