mabashian
5cb8bd34ac
Adds make targets for linting/tests in ui_next. Modifies existing clean-ui target to clean ui_next as well.
2019-06-28 12:11:07 -04:00
mabashian
b457926b38
Update usage instructions since paths have changed
2019-06-28 10:50:49 -04:00
mabashian
55ce409a12
Run prettier on all the files in awx/ui_next
2019-06-28 09:26:11 -04:00
mabashian
051bbcaeb5
Remove gitignore from awx/ui_next and add rules to base gitignore
2019-06-28 09:23:45 -04:00
mabashian
2de5fbdac7
Merge awx-pf into awx
2019-06-28 09:09:52 -04:00
Ryan Petrello
dfa8d44eb8
don't ship external logs from the main thread of the dispatcher
...
this is a fairly esoteric change that attempts to work around a bug
we've discovered in cpython itself
context: https://github.com/ansible/awx/issues/4181
2019-06-27 16:24:36 -04:00
softwarefactory-project-zuul[bot]
4470e9ca26
Merge pull request #4178 from rooftopcellist/collection_datetime_str
...
Fix collection datetime for isolated instance info
Reviewed-by: Elijah DeLee <kdelee@redhat.com>
https://github.com/kdelee
2019-06-27 20:03:46 +00:00
softwarefactory-project-zuul[bot]
cf0fe729f5
Merge pull request #4039 from mabashian/application-lookup-column
...
Fix user token application lookup column widths
Reviewed-by: Michael Abashian
https://github.com/mabashian
2019-06-27 18:31:48 +00:00
mabashian
913e06b865
Fix user token application lookup column widths
2019-06-27 13:32:51 -04:00
Christian Adams
4d7c49372c
Fix collection datetime for isolated instance info
...
* 'last_isolated_check' was a non JSON-serializable object and needed to be a str
2019-06-27 13:31:10 -04:00
Michael Abashian
43592cbe00
Move everything to awx/ui_next ( #297 )
2019-06-27 11:11:58 -04:00
softwarefactory-project-zuul[bot]
5c338e582a
Merge pull request #4167 from ryanpetrello/csp
...
add a reasonable default Content Security Policy
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-26 20:21:20 +00:00
Michael Abashian
0a6fc8cb89
Fix for unit test failure in jt detail test where getting instance groups wasn't mocked ( #296 )
...
Fix for unit test failure in jt detail test where getting instance groups wasn't mocked.
2019-06-26 16:07:58 -04:00
Marliana Lara
5e6562023d
Merge pull request #295 from marshmalien/job-template-directory-name
...
Job template directory name
2019-06-26 15:10:33 -04:00
Marliana Lara
14280ec53b
Update launch button hover styles
2019-06-26 14:51:27 -04:00
Marliana Lara
edef496583
Update job template breadcrumb content
2019-06-26 14:49:10 -04:00
Marliana Lara
cfc0a4771f
Update the JT Edit directory, file, and component names
2019-06-26 14:45:35 -04:00
Marliana Lara
f6ddb72482
Add key to ansible select options test
2019-06-26 14:41:38 -04:00
Michael Abashian
52851c57d8
Display details about network errors in alert modal and content error components ( #288 )
...
Display details about network errors in alert modal and content error components
2019-06-26 11:40:15 -04:00
Ryan Petrello
eacf819caf
add a reasonable default Content Security Policy
...
ideally we'd improve this over time to remove the `unsafe-inline` lines,
but we can't due that today because Angular1 makes use of a lot of
inline <script> and <style> tag generation
see: https://github.com/ansible/awx/issues/2056
2019-06-26 10:46:26 -04:00
Marliana Lara
a503529d05
Merge pull request #291 from marshmalien/skeleton-template-edit-form
...
Skeleton template edit form
2019-06-26 10:33:22 -04:00
Marliana Lara
a2a245c89e
Add unique key prop to ansible select options
2019-06-26 10:21:34 -04:00
softwarefactory-project-zuul[bot]
273415b9aa
Merge pull request #4077 from j-shade/devel
...
fixed row item labels to view horizontally instead of vertically
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-26 12:50:16 +00:00
Jeremy Shade
e612a167e2
fixed row item labels to view horizontally instead of vertically
2019-06-26 08:22:20 -04:00
softwarefactory-project-zuul[bot]
0a7d6e603e
Merge pull request #4165 from shanemcd/sane-working-dir
...
Use the source tree as the working directory for our dev env
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-26 00:58:37 +00:00
Shane McDonald
f05bed6366
Use the source tree as the working directory for our dev env
2019-06-25 18:28:01 -04:00
softwarefactory-project-zuul[bot]
cbe6c5bd3b
Merge pull request #4164 from aubrel/devel
...
Change `docker_service` to `docker_compose`.
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-25 21:45:49 +00:00
Marliana Lara
f3bf35311e
Address PR feedback and merge conflicts
2019-06-25 16:29:55 -04:00
aubrel
e9ac44f561
Change docker_service
to docker_compose
.
...
Signed-off-by: aubrel <red_clover@riseup.net>
2019-06-25 15:58:52 -04:00
Marliana Lara
67d619f9cc
Add template edit and form tests
2019-06-25 15:49:28 -04:00
Marliana Lara
463357c81e
Add template edit form skeleton
2019-06-25 15:49:24 -04:00
Marliana Lara
7b3e5cd8d5
Refactor AnsibleSelect data prop to accept an array of option objects
...
* First custom_virtualenv in options list is always default
2019-06-25 15:47:42 -04:00
Alex Corey
ec1fa4dae6
240 jt details skeleton v2 ( #273 )
...
* adding package-lock.json
* deleted unsured file
* Adds a Bottom Border Component
* Updates dependencies
* Adds JT Details and tests for it
* merge and rebase
* addresses UI PR issues
* Addresses PR Issues and fixes failing tests.
* Updates to code, fixes package and package-lock.json addresses PR Issues
* fixes package files
2019-06-25 15:28:07 -04:00
Keith Grant
e49b9a202e
Prettier configs ( #281 )
...
Add .prettierrc and update eslint configs
2019-06-25 11:26:44 -07:00
softwarefactory-project-zuul[bot]
aab29bef5b
Merge pull request #4141 from ryanpetrello/ovirt4-dep-bump
...
bump ovirtsdk version to 4.3.0
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-24 21:18:40 +00:00
Jake McDermott
059fa9001a
Merge pull request #287 from jakemcdermott/more-big-pr-fixups
...
misc cleanup from big prs
2019-06-24 10:22:33 -04:00
softwarefactory-project-zuul[bot]
9f42d9426c
Merge pull request #4137 from chrismeyersfsu/fix-smart_inv_race
...
wrap smart inv cache update w/ advisory lock
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-21 20:25:10 +00:00
softwarefactory-project-zuul[bot]
b369609f07
Merge pull request #4103 from AlexSCorey/79-NotifyOnJobStart
...
Adds notify on start toggle
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-21 16:51:52 +00:00
Ryan Petrello
01d31231c0
bump ovirtsdk version to 4.3.0
...
see: bfc6a2a8d6
2019-06-21 12:49:16 -04:00
softwarefactory-project-zuul[bot]
c46be3e718
Merge pull request #4083 from rmkraus/devel
...
Updated ovirt4 dynamic inventory script.
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-21 16:40:29 +00:00
Jake McDermott
cc36b46925
remove network context mock
2019-06-21 12:15:59 -04:00
Jake McDermott
657a6f3a93
use top-level import aliases
2019-06-21 12:10:01 -04:00
Jake McDermott
9dda5404a0
add 'has' prefix to error booleans
2019-06-21 12:01:29 -04:00
Jake McDermott
c3823771a7
Merge pull request #269 from jakemcdermott/jobs-list-skeleton
...
job list skeleton
2019-06-21 11:54:16 -04:00
Jake McDermott
69426dee08
add basic test coverage for job list
2019-06-21 11:46:40 -04:00
Jake McDermott
22dbe5c0f9
add shared DataListCell component
2019-06-21 11:46:40 -04:00
Jake McDermott
d8452e1259
job list skeleton
2019-06-21 11:46:35 -04:00
softwarefactory-project-zuul[bot]
38aedcdd48
Merge pull request #4136 from Spredzy/revert_makefile
...
Revert "Makefile: align pip and setuptools bump"
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-21 13:42:26 +00:00
softwarefactory-project-zuul[bot]
59bec99f4c
Merge pull request #4128 from tchellomello/k8s-annotations
...
Introduces the ability to pass annotations to the Kubernetes Ingress Controllers
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-21 13:14:47 +00:00
Alex Corey
b0249a9a8b
Addressed PR Issues
2019-06-21 08:58:51 -04:00