nixocio
87d51c1038
Filter credential type by Container Registry for EE
...
Filter credential type by Container Registry for EE form.
See: https://github.com/ansible/awx/issues/9628
2021-03-22 16:13:04 -04:00
softwarefactory-project-zuul[bot]
7a512c1de7
Merge pull request #9208 from mabashian/job-output-search-2
...
Add support for filtering and pagination on job output
SUMMARY
link #6612
link #5906
This PR adds the ability to filter job events and also includes logic to handle fetching filtered job events across different pages.
Note that the verbosity dropdown included in #5906 is not included in this work. I don't think that's possible without api changes.
As part of this work, I converted JobOutput.jsx from a class based component to a functional component. I've tried my best to make sure that all existing functionality has remained the same by comparing the experience of this branch to devel.
Like the old UI, the output filter is disabled while the job is running.
ISSUE TYPE
Feature Pull Request
COMPONENT NAME
UI
Reviewed-by: Jake McDermott <yo@jakemcdermott.me >
Reviewed-by: Marliana Lara <marliana.lara@gmail.com >
2021-03-19 16:38:23 +00:00
mabashian
385ef0b0a4
Adds ouiaId's to output page control buttons
2021-03-19 11:27:43 -04:00
mabashian
6495779e40
Fix bug where output was not loading after job finished and cancel button was shown instead of delete
2021-03-19 10:48:05 -04:00
mabashian
8dec13a25d
Adds ouiaId's to session modal and buttons
2021-03-18 16:58:07 -04:00
mabashian
eb4dca9dc1
Fix padding on output search
2021-03-18 14:15:14 -04:00
mabashian
74460fa2d7
Adds ouiaId's to output page buttons
2021-03-18 14:08:55 -04:00
mabashian
ac06f9e432
Fix output search styling
2021-03-18 14:08:34 -04:00
mabashian
2c8d524b1a
Revert "Fix output search styling"
...
This reverts commit 46728a0931 .
2021-03-18 14:07:44 -04:00
mabashian
46728a0931
Fix output search styling
2021-03-18 14:07:13 -04:00
mabashian
16ad68a6b0
Fix typo after merge conflict
2021-03-18 09:53:50 -04:00
mabashian
88c4feb3ae
Fix test after updating page index
2021-03-18 09:53:50 -04:00
mabashian
f65839ec8f
Move loading spinner inside output panel
2021-03-18 09:53:50 -04:00
mabashian
8e0a22c766
Fix page number when only fetching one row
2021-03-18 09:53:50 -04:00
mabashian
c0fb2ddbdc
Adds ability to cancel jobs from output page back in
2021-03-18 09:53:50 -04:00
mabashian
d60bec8155
Use delete item hook for job output delete
2021-03-18 09:53:50 -04:00
mabashian
98da019d12
Add support for filtering and pagination on job output
2021-03-18 09:53:50 -04:00
softwarefactory-project-zuul[bot]
cb1ab742e8
Merge pull request #9595 from nixocio/ui_issue_9307
...
Add copy functionality to EE
Add copy functionality to EE.
See: #9307
Reviewed-by: Jake McDermott <yo@jakemcdermott.me >
Reviewed-by: Tiago Góes <tiago.goes2009@gmail.com >
2021-03-17 16:44:08 -04:00
nixocio
5fa44c61d2
Add copy functionality to EE
...
Add copy functionality to EE.
See: https://github.com/ansible/awx/issues/9307
2021-03-17 15:49:39 -04:00
softwarefactory-project-zuul[bot]
da74c61a09
Merge pull request #9606 from nixocio/ui_add_selectors
...
Improve selectors to ease testing
Improve selectors to ease testing
Reviewed-by: Keith Grant <None>
2021-03-17 18:12:22 +00:00
Tiago Goes
d93ef9f6de
add ouiaID
2021-03-17 14:35:00 -03:00
nixocio
ec08997b63
Improve selectors to ease testing
...
Improve selectors to ease testing
2021-03-17 12:19:31 -04:00
nixocio
babea5d599
Remove custom virtual env
...
Remove custom virtual from the UI.
Also, surface missing-resource warnings on list items for UJTs that were using
custom virtualenvs.
Fix some uni-tests warnings.
See: https://github.com/ansible/awx/issues/9190
Also: https://github.com/ansible/awx/issues/9207
2021-03-16 14:51:27 -04:00
softwarefactory-project-zuul[bot]
de52adedef
Merge pull request #9584 from shanemcd/explicit-is_container_group
...
Explicit db field for is_container_group
Reviewed-by: Jake McDermott <yo@jakemcdermott.me >
Reviewed-by: Ryan Petrello <None>
2021-03-15 18:57:01 +00:00
Jake McDermott
098ec63944
Add container group flag to add/edit data
2021-03-15 13:28:40 -04:00
softwarefactory-project-zuul[bot]
f10bf4c067
Merge pull request #9344 from mabashian/5990-translate-start-node
...
Mark start node for translation
Reviewed-by: John Hill <johill@redhat.com >
https://github.com/unlikelyzero
2021-03-15 14:17:17 +00:00
softwarefactory-project-zuul[bot]
138211da64
Merge pull request #9468 from mabashian/8789-workflow-inv-prompt
...
Adds warning message to inventory step when launching wfjt or creating node with wfjt
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-03-15 13:53:35 +00:00
Keith J. Grant
c90dfbb7e0
debounce CodeEditor onChange for performance improvement
2021-03-12 12:26:07 -08:00
Keith J. Grant
05f93032f5
fix CodeEditor tests
2021-03-12 08:54:19 -08:00
Keith J. Grant
726b5ddc26
fix lint error
2021-03-12 08:28:26 -08:00
Keith J. Grant
4ea7c8a534
CodeEditor bugfixes
...
* fix typing space character
* hide cursor when editor doesn't have user focus
* show help text any time editor is in focus
* fix content shifting when help text appears/disappears
* remove 80 character "print limit" line
2021-03-11 16:20:05 -08:00
Keith J. Grant
6f7a717664
hide CodeEditor touch controls menu
2021-03-09 15:01:00 -08:00
Keith J. Grant
0b57522dce
CodeEditor: don't type newline when pressing enter to start edit mode
2021-03-09 15:01:00 -08:00
Keith J. Grant
c2a2bf39d5
don't show CodeEditor control help text in readonly mode
2021-03-09 15:01:00 -08:00
Keith J. Grant
6b2cee2f69
add tests ensuring forms pass correct value to CodeEditor fields
2021-03-09 15:01:00 -08:00
Keith J. Grant
4e55c98bc6
add more code editor tests
2021-03-09 15:01:00 -08:00
Keith J. Grant
143d41fb2a
add value assertions to code editor tests
2021-03-09 15:01:00 -08:00
Keith J. Grant
c975f65bbc
CodeEditor: fix hidden error message
2021-03-09 15:01:00 -08:00
Keith J. Grant
221021a798
disable interactive elements of CodeEditor in readOnly mode
2021-03-09 15:00:26 -08:00
Keith J. Grant
411d69204b
remove codemirror dependencies
2021-03-09 15:00:26 -08:00
Keith J. Grant
19f4de0d05
add keyboard navigation help text to CodeEditor
2021-03-09 15:00:26 -08:00
Keith J. Grant
070c67ffe8
rename CodeMirror to CodeEditor
2021-03-09 15:00:26 -08:00
Keith Grant
5c38011ad5
styling Ace CodeEditor
2021-03-09 15:00:25 -08:00
Keith Grant
4e9c6a956d
add code editor focus/blur keyboard controls
2021-03-09 15:00:25 -08:00
Keith Grant
1afdd7ac1d
Ace editor POC
2021-03-09 15:00:25 -08:00
softwarefactory-project-zuul[bot]
3312db61c3
Merge pull request #9460 from mabashian/6528-unit-tests
...
Adds tests for workflow save error handling
Reviewed-by: John Hill <johill@redhat.com >
https://github.com/unlikelyzero
2021-03-09 19:55:43 +00:00
softwarefactory-project-zuul[bot]
5bdf9a108c
Merge pull request #9439 from mabashian/9410-workflow-node-disable-jt
...
Disable job templates in node modal that are missing inv or project
Reviewed-by: Mat Wilson <mawilson@redhat.com >
https://github.com/one-t
2021-03-09 19:41:18 +00:00
softwarefactory-project-zuul[bot]
b0324acd0e
Merge pull request #9318 from mabashian/9223-notif-toast
...
Adds toast to notification template list whenever test notification finishes
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-03-09 17:25:26 +00:00
softwarefactory-project-zuul[bot]
2601631f28
Merge pull request #9489 from nixocio/ui_issue_9487
...
Fix diassociate EE from JT and WFJT
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-03-09 15:25:54 +00:00
mabashian
0345a0c8e2
Remove Start from linter ignore array
2021-03-09 08:30:40 -05:00