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

10097 Commits

Author SHA1 Message Date
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
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
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
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
Matthew Jones
ccd284526d Fix serializer related unit tests 2016-11-21 23:11:12 -05:00
jaredevantabor
fd0e8fc01f fix for unit test coverage 2016-11-21 20:01:06 -08:00
jaredevantabor
7534e16d22 Adding project updates to job details, along w/ revision
This includes adding a status icon to the job results page
and updating the status via the socket messages. Also includes
adding the revision to the projects list
2016-11-21 18:39:35 -08:00
Chris Meyers
3b88e8e0b7 Merge pull request #4096 from chrismeyersfsu/fix-facts_jsonbfield
fixes fact jsonbfield for unit tests
2016-11-21 17:39:00 -05:00
Chris Meyers
ddd41e77be fixes fact jsonbfield for unit tests 2016-11-21 17:25:18 -05:00
Aaron Tan
1c36462b1b Hook up activity stream with workflow. 2016-11-21 16:55:34 -05:00
John Mitchell
857be6dce5 fix jshint error 2016-11-21 16:41:57 -05:00
jaredevantabor
eeeea8ad88 fixing sockets for inv stdout page 2016-11-21 13:30:23 -08:00
Aaron Tan
03bb260963 Merge pull request #3947 from jangsutsr/workflow_doc
[workflows] Workflow Acceptance Doc
2016-11-21 15:33:46 -05:00
Ken Hoes
ea62500c5e Hard coded config.js values, auto return promises
Removed config.js file
2016-11-21 15:19:20 -05:00
Aaron Tan
2995ea310f Modify wfjt copy behavior 2016-11-21 15:03:21 -05:00
Michael Abashian
54e1d63bb2 Job Template/Workflow Job Template related tabs work. Implemented WFJT notifications and permissions. 2016-11-21 14:46:53 -05:00
Chris Meyers
1a96b66f00 update inventory field, name, not unique 2016-11-21 14:42:11 -05:00
Chris Meyers
249ab75b3d Merge pull request #4087 from chrismeyersfsu/fix-inventory_uniqueness
inventory is unique on <name, org>
2016-11-21 14:37:21 -05:00
Chris Meyers
01ec443380 inventory is unique on <name, org>
* was unique on name because we were inheriting from a Model that had it
defined as such. Thus our expression of uniqueness in the Inventory
Model was meaningless.
2016-11-21 14:34:17 -05:00
Matthew Jones
fd56a7acbb Remove unneeded summary fields element 2016-11-21 14:15:18 -05:00
Matthew Jones
9d044c1f41 Store the job's project refresh if it happened
* Create a field on the job to track this
* Add a summarizeable model to the summarizable fk fields so we can
  pull that in where needed
2016-11-21 14:11:20 -05:00
Chris Church
06510ce4b9 Merge pull request #4073 from cchurch/hide-user-settings
Hide user settings category if no user settings are registered.
2016-11-21 14:09:53 -05:00
Matthew Jones
c6ebdb9b26 Switch to using callback queue by default
* Fix an issue where we grab the wrong setting for the callback
  connection
* Remove old ansible.cfg that we shipped with the setup playbook for
  centos 6
2016-11-21 13:26:32 -05:00
Aaron Tan
6ce3a71f7d Merge pull request #4081 from jangsutsr/4076_wfjt_access_list
Implement wfjt access list
2016-11-21 13:03:20 -05:00
John Mitchell
eb4ec54764 update controller to handle undefined followScroll function 2016-11-21 12:45:26 -05:00
John Mitchell
f7e184650b updated of stdout sections to include event 2016-11-21 12:45:18 -05:00
Aaron Tan
b4cc024d50 Implement wfjt access list. 2016-11-21 11:37:59 -05:00
Chris Church
9538ad2983 Merge pull request #4072 from cchurch/what-even-are-tuples
No tuples for API config, mention JavaScript regular expression support.
2016-11-21 11:35:12 -05:00
Chris Church
b9eb619697 Add configurable limit to size of stdout shown for a single job event in list view. 2016-11-21 11:30:11 -05:00
Aaron Tan
220f44bdbc Give updated copy name format 2016-11-21 10:31:52 -05:00
Aaron Tan
35da7215ca Remove 'ancestor_artifacts' 2016-11-21 10:24:48 -05:00
Michael Abashian
b8e7170a72 Merge pull request #4035 from mabashian/3463-pan-workflow-graph
Implement basic zoom/pan on workflow graph
2016-11-21 10:05:28 -05:00
Alan Rominger
ab840f9551 Merge pull request #4074 from AlanCoding/test_filename
Fix test naming conflict
2016-11-21 08:03:27 -05:00
AlanCoding
fe6e928480 Fix test naming conflict 2016-11-20 20:06:32 -05:00
Chris Church
ac298ba2e2 Apply #4009 to #3910. 2016-11-20 11:02:22 -05:00
Chris Church
798c8b631d Hide user settings category if no user settings are registered. 2016-11-19 21:26:35 -05:00