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

16905 Commits

Author SHA1 Message Date
Alan Rominger
596523b2fa
Merge pull request #1246 from AlanCoding/cred_total_int
Fix bug from new credential property
2018-04-05 08:23:03 -04:00
Alan Rominger
e5f93bdf95
Merge pull request #1245 from AlanCoding/orphaned_workflows
Fix WFJT user_capabilities special-case
2018-04-05 08:22:42 -04:00
Alan Rominger
1d26c2feb0
Merge pull request #1241 from AlanCoding/actually_validate_spec
check for existence and type of all spec items
2018-04-05 08:06:19 -04:00
AlanCoding
133cca1446
fix WFJT user_capabilities special-case 2018-04-05 08:04:18 -04:00
AlanCoding
50794452c8
fix bug from new credential property 2018-04-05 08:01:26 -04:00
Alan Rominger
16732e52f2
Merge pull request #1244 from AlanCoding/cancel_weirdness
avoid v1 cruft fields in JobCancelSerializer
2018-04-05 07:23:52 -04:00
Jake McDermott
dd0e7e2751
Merge pull request #1163 from ansible/job-results
job results / job event output
2018-04-05 03:12:29 -04:00
Jake McDermott
1362b444f2
move search tag test 2018-04-05 02:50:09 -04:00
Jake McDermott
cf68df41d5
remove unused code 2018-04-05 02:49:56 -04:00
Jake McDermott
01d9c8546e
fix team, credential, and workflow copy regressions 2018-04-05 02:49:45 -04:00
Jake McDermott
939666f172
add polyfills for phantomjs 2018-04-05 02:49:42 -04:00
Jake McDermott
b44c7127f7
reactivate linter for dev server 2018-04-05 02:49:39 -04:00
Jared Tabor
fe58b74d1e Adds the host event modal to the standard out feature
Removes old host modal code
2018-04-05 02:49:38 -04:00
Jake McDermott
18dc0e9066
switch ordering of output panel actions 2018-04-05 02:49:35 -04:00
Jake McDermott
a7bcb491d7
disable search while searching 2018-04-05 02:49:32 -04:00
Jake McDermott
356defff09
remove unused lib code 2018-04-05 02:49:28 -04:00
Jake McDermott
379e2226fa
rename search tag test 2018-04-05 02:49:24 -04:00
Jake McDermott
e4ad34fa14
update smoke test for new job results view 2018-04-05 02:49:20 -04:00
Jake McDermott
cf4b29c6d5
remove has-ansi dependency 2018-04-05 02:49:12 -04:00
Jake McDermott
95a37fab05
fix lint errors 2018-04-05 02:48:47 -04:00
Jake McDermott
a5e20117e3
move search into feature-level component 2018-04-05 02:48:23 -04:00
Jake McDermott
1f9b325f38
use status service in details and stats components 2018-04-05 02:47:54 -04:00
Jake McDermott
bdd36341ae
add status service 2018-04-05 02:47:51 -04:00
Jake McDermott
6c8923d653
tighten up status transitions for relaunch 2018-04-05 02:47:47 -04:00
Jake McDermott
66dcf01088
add raw txt download 2018-04-05 02:47:44 -04:00
Jake McDermott
181d7e0e01
add delete and cancel 2018-04-05 02:47:41 -04:00
Jake McDermott
fc01af2298
hide dev utility 2018-04-05 02:47:37 -04:00
Jake McDermott
07186e1606
disable search when running 2018-04-05 02:47:34 -04:00
Jake McDermott
6b302ef167
job results link-in 2018-04-05 02:47:31 -04:00
Jake McDermott
a53f70f0af
add inventory updates 2018-04-05 02:47:27 -04:00
Jake McDermott
8da2c3cad2
fix regression with opening credential edit/add 2018-04-05 02:47:24 -04:00
Jake McDermott
b10dc6d4ff
wip - integrate adhoc and workflow 2018-04-05 02:47:20 -04:00
Jake McDermott
91e5659042
rename to engine service
The rename reflects the fact that this service is now driven by an external caller
after being initialized with hooks.
2018-04-05 02:47:15 -04:00
Jake McDermott
450eaeca96
add event processing for stats and host status components 2018-04-05 02:47:11 -04:00
Jake McDermott
faa33e0bec
navigate to new job results view on relaunch 2018-04-05 02:47:08 -04:00
Jake McDermott
b577f50930
event processing for details panel and initial stats bar integration 2018-04-05 02:47:05 -04:00
Jake McDermott
f65d170cab
initial details panel integration 2018-04-05 02:47:02 -04:00
gconsidine
a23e5e920f Add support for in progress jobs and omit expand
* Any event received by the stream service will start rendering
(instead of JOB_START events only)
* Expand/collapse only shown for static results
2018-04-05 02:46:59 -04:00
gconsidine
033314e4f6 Add fixes to results
- Handle out of order events by batching lines until all lines
  are present
  - In static mode, fetch pages of results until container is full
  and scroll bar appears (for scroll events related to pagination)
2018-04-05 02:46:59 -04:00
gconsidine
e3d42d8e1b Fix webpack-dev-server proxy to accommodate auth changes 2018-04-05 02:46:59 -04:00
gconsidine
81c85913ac Add encoding of html entities in stdout from the API 2018-04-05 02:46:58 -04:00
gconsidine
c9612b8c75 Fix (most) lint errors 2018-04-05 02:46:58 -04:00
gconsidine
57ea582898 Fix stream pause/resume transitions 2018-04-05 02:46:58 -04:00
gconsidine
189963ae83 Add independent stream service 2018-04-05 02:46:58 -04:00
Jake McDermott
7acc99cf15
initial search integration 2018-04-05 02:46:56 -04:00
Jake McDermott
13162ca33a
move data transformation logic into a service so it can be reused 2018-04-05 02:46:53 -04:00
Jake McDermott
0adf671de4
refactor, lint, separate data transformation logic from display logic 2018-04-05 02:46:48 -04:00
Jake McDermott
c12173233b
add initial test and sanity check for search tags 2018-04-05 02:46:43 -04:00
Jake McDermott
1cc7d5535e
hacking together some basic bootstrapping for job results view - not yet an actual test 2018-04-05 02:46:32 -04:00
John Mitchell
a1b7d86981
remove the rest of templates list code and update organization tempaltes list to using new code 2018-04-04 17:01:05 -04:00