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

10165 Commits

Author SHA1 Message Date
John Mitchell
3c70171413 add unit test for job results controller 2016-11-18 11:00:13 -08:00
jaredevantabor
05999459a7 Fix for download button being visible on job results 2016-11-18 11:00:13 -08:00
John Mitchell
80aaaeb7da move controller import to module instantiation 2016-11-18 11:00:13 -08:00
John Mitchell
7360e53611 change topLineAnchor to lineAnchor 2016-11-18 11:00:13 -08:00
John Mitchell
3424db7f90 add top anchor scroll, fix follow tooltips, replace stdout tabs w spaces 2016-11-18 11:00:13 -08:00
John Mitchell
c94d86206d all things scroll following and anchoring 2016-11-18 11:00:13 -08:00
John Mitchell
1c907a1f07 layout tweaks 2016-11-18 11:00:13 -08:00
jaredevantabor
0590a1416d Fitting panels to the size of the viewport 2016-11-18 11:00:13 -08:00
John Mitchell
7795ad0d2b styling fixes to job results 2016-11-18 11:00:13 -08:00
John Mitchell
783f784e69 update to standard out pane
- add lines to pane
- support show and hide toggling of lines

NOTE: layout is hardcoded, will need to move to dealing with various browser heights better
2016-11-18 11:00:13 -08:00
John Mitchell
66e90075d4 changing tooltip delay to make them feel more responsive 2016-11-18 11:00:13 -08:00
John Mitchell
e1edcc5e5a trying to help make the main layout of the page respond better to scrolling within scrolling 2016-11-18 11:00:13 -08:00
John Mitchell
16b4daf4eb disable selecting of line numbers
unfortunately this will still copy to clipboard in chrome but not firefox see https://bugs.chromium.org/p/chromium/issues/detail\?id\=147490 for open chromium bug
2016-11-18 11:00:13 -08:00
John Mitchell
3c261b8904 working on stdout view line population 2016-11-18 11:00:13 -08:00
jaredevantabor
51bfc0525a adding new line character and 'ok' host colors 2016-11-18 11:00:13 -08:00
jaredevantabor
3e2940203f more stdout styling 2016-11-18 11:00:13 -08:00
jaredevantabor
261c91d836 early styling of stdout 2016-11-18 11:00:13 -08:00
jaredevantabor
777a15f763 fixing small typo in jobs.py and adding sockets to the
new job results page
2016-11-18 11:00:13 -08:00
jaredevantabor
5a7c33c17a error handling for job-result route
for when there are no job_events for a job
2016-11-18 11:00:13 -08:00
jaredevantabor
5dad4ef8d5 Adjusting some colors and first pass at real stdout
by using an ng-repeat and stdoutArr
2016-11-18 11:00:13 -08:00
jaredevantabor
e11eb1d4d8 adding some dummy lines 2016-11-18 11:00:13 -08:00
jaredevantabor
e6c342d9ad Adding initial files for job results standard out panel
with some very rough dummy text in there for now
2016-11-18 11:00:13 -08:00
John Mitchell
bba253cdfc added relaunch capability and end time of running job 2016-11-18 11:00:13 -08:00
jaredevantabor
3ade961e92 Rebase of devel (w/ channels) + socket rework for new job details
Replacing old socket.io receiver w/ new websocket receivers
2016-11-18 11:00:13 -08:00
John Mitchell
648bd3d1a0 added TODO for implementing request retry logic 2016-11-18 11:00:13 -08:00
John Mitchell
40a0c3ff23 fixed typo in event queue 2016-11-18 11:00:13 -08:00
John Mitchell
7b8b83a6ab added play and task count support 2016-11-18 11:00:13 -08:00
John Mitchell
bb82bfe95a underlying infrastructure for dealing with commits is working now 2016-11-18 11:00:13 -08:00
John Mitchell
11592047d6 updates to getting host counts 2016-11-18 11:00:13 -08:00
John Mitchell
e31bfa2f1c make the event_queue actually work 2016-11-18 11:00:13 -08:00
John Mitchell
9f5bec7767 figuring out the event_queue flow 2016-11-18 11:00:13 -08:00
John Mitchell
c4eb6515b1 made status bar utilize completed jobs and started rudimentary event queue 2016-11-18 11:00:13 -08:00
John Mitchell
68041ee50d fixed the host status bar graph 2016-11-18 11:00:13 -08:00
jaredevantabor
fcb9d8b6b5 Adding job results bar files 2016-11-18 11:00:13 -08:00
John Mitchell
29c8ef72e0 integration refactor 2016-11-18 11:00:13 -08:00
jaredevantabor
43e4786c7f First pass at the right side of the new job details 2016-11-18 11:00:13 -08:00
John Mitchell
c7dfcbba5f updated left hand pane of job results to mostly match mockup 2016-11-18 11:00:13 -08:00
John Mitchell
8435290cc4 working commit of job results structure 2016-11-18 11:00:13 -08:00
jaredevantabor
960f90c4fd Patches to get tests and test-ci to pass 2016-11-18 10:54:26 -08:00
jlmitch5
6ef44c39c8 add jasmine and spyOn to acceptable jshint globals 2016-11-18 13:13:49 -05:00
Matthew Jones
f77caf8b8b Convert the fact data structure to the right type 2016-11-18 12:13:09 -05:00
Alan Rominger
a192077be4 Merge pull request #4025 from AlanCoding/text_type
Change JSONField to be a DB text type
2016-11-18 11:50:13 -05:00
kensible
a684739ead Merge pull request #4067 from kensible/3944-reset-all
Fixed current form tracker for reset all
2016-11-18 11:47:46 -05:00
Ken Hoes
3154549938 Fixed current form tracker for reset all 2016-11-18 11:43:15 -05:00
Chris Meyers
ba6ab6f746 forgot to add new fixtures for jsonbfield fact 2016-11-18 11:37:06 -05:00
Chris Meyers
4a1a3bd1e8 do not coerce jsonbfield to string in db
* functional tests do coerce because they assume they are running on
sqlite
2016-11-18 11:29:42 -05:00
Matthew Jones
b8db27bb39 Merge pull request #3910 from cchurch/azuread-oauth2
Add AzureAD OAuth2 support.
2016-11-18 11:28:04 -05:00
AlanCoding
3d8429fe30 Logging Integration feature documentation 2016-11-18 11:20:50 -05:00
Matthew Jones
35b9786e06 Fixing up fact cachine related unit tests 2016-11-18 10:23:07 -05:00
Matthew Jones
3b07d9745d Port fact caching system to rabbitmq
* Purge all references to zmq also
* New setting to control the queue it works on
2016-11-18 09:44:17 -05:00