Kia Lam
7ebf6b77e5
Disable zoom controls until mesh layout is finalized.
2022-02-22 13:45:30 -08:00
Kia Lam
fee47fe347
Vertically center node type symbols on Firefox.
2022-02-22 09:36:57 -08:00
Kia Lam
039c038cd7
Move zoom methods into a hook.
2022-02-22 09:36:43 -08:00
Kia Lam
ef5cd66494
Excise disable-lint rules.
2022-02-17 13:58:16 -08:00
Kia Lam
0d1898e72d
Add error screen.
2022-02-17 13:26:31 -08:00
Kia Lam
8993dc706a
Redirect to Instances/{nodeId}/details page.
2022-02-17 10:53:27 -08:00
Kia Lam
af18453691
Use 100% height.
2022-02-17 10:21:48 -08:00
kialam
c102bf05af
Update awx/ui/src/screens/TopologyView/MeshGraph.js
...
Co-authored-by: Tiago Góes <tiago.goes2009@gmail.com>
2022-02-17 10:21:48 -08:00
Kia Lam
b1570302bc
Refactor: move constants and helper functions into their own files.
2022-02-17 10:21:48 -08:00
Kia Lam
69a42b1a89
Some lint fixes; fix routesConfig unit test.
2022-02-17 10:21:48 -08:00
Kia Lam
272e012626
Add new loading screen placeholder.
2022-02-17 10:21:47 -08:00
Kia Lam
d785f30c5f
Fix JSX errors.
2022-02-17 10:21:47 -08:00
Kia Lam
9854f8a6ab
Use alpha decay percentage instead of absolute value for loading screen.
2022-02-17 10:21:47 -08:00
Kia Lam
4235bf67f8
Truncate long host names in graph, show full name in tooltip.
2022-02-17 10:21:47 -08:00
Kia Lam
a6bc0d4222
Add loading screen.
2022-02-17 10:21:47 -08:00
Kia Lam
b859c3360d
Add zoom to fit.
2022-02-17 10:21:47 -08:00
Kia Lam
391907c41e
Add reset zoom button.
2022-02-17 10:21:47 -08:00
Kia Lam
04a550cc67
Hook up zoom in, zoom out buttons.
2022-02-17 10:21:46 -08:00
Kia Lam
cf459dc4e8
Remove placeholder label text.
2022-02-17 10:21:46 -08:00
Kia Lam
afebcc574d
Add icons to header; randomly generate data.
2022-02-17 10:21:46 -08:00
Kia Lam
f3474f0811
Add legend toggle to header.
2022-02-17 10:21:46 -08:00
Kia Lam
7378952a8b
Add opaque bg to tooltip and legend.
2022-02-17 10:21:46 -08:00
Kia Lam
3cfab418d1
Fix zoom on scroll.
2022-02-17 10:21:46 -08:00
Kia Lam
8090cd3032
WIP new mesh layout based on QE feedback.
2022-02-17 10:21:46 -08:00
Kia Lam
cd54d560b3
Update layout; fix multiple renders happening on page load.
2022-02-17 10:21:46 -08:00
Tiago
9fc92ccc52
add data-cy attr
2022-02-17 10:21:46 -08:00
Kia Lam
b8674a3f8c
Use PF colors for nodes.
2022-02-17 10:21:46 -08:00
Kia Lam
07ccce9845
Zoom in/out on entire SVG canvas.
2022-02-17 10:21:46 -08:00
Kia Lam
0c8c69f04a
Add RBAC for /topology_view endpoint.
2022-02-17 10:21:46 -08:00
Kia Lam
5856f805fc
Add debounce to resize event; link to node details.
2022-02-17 10:21:46 -08:00
Kia Lam
73a5802c11
Lint.
2022-02-17 10:21:45 -08:00
Kia Lam
826a069be0
Highlight immediate siblings on hover.
2022-02-17 10:21:45 -08:00
Kia Lam
1246b14e7e
WIP add network visualizer to Controller UI.
2022-02-17 10:21:45 -08:00
Tiago Góes
1ed0b70601
Merge pull request #11764 from ansible/filter_hopcontrol_from_associatemodal
...
filter out both hop and control nodes instead of just one or the other
2022-02-17 14:48:59 -03:00
Shane McDonald
c3621f1e89
Merge pull request #11742 from kdelee/drop_unused_capacity_tracking
...
drop unused logic in task manager
2022-02-17 09:46:00 -05:00
Shane McDonald
7de86fc4b4
Merge pull request #11747 from AlanCoding/loop_label
...
Add loop label with docker-compose playbook
2022-02-17 09:45:03 -05:00
Shane McDonald
963948b5c8
Merge pull request #11767 from simaishi/rekey_existing
...
Allow rekey with an existing key
2022-02-17 09:39:05 -05:00
Shane McDonald
d9749e8975
Merge pull request #11734 from shanemcd/fix-image-push
...
Fix image push when overriding awx_image_tag
2022-02-17 07:21:29 -05:00
Julen Landa Alustiza
f6e4e53728
Merge pull request #11766 from Zokormazo/collection-pep8
...
pep8 E231 fix for awx_collection
2022-02-17 13:21:23 +01:00
Julen Landa Alustiza
98adb196ea
pep8 E231 fix for awx_collection
...
Signed-off-by: Julen Landa Alustiza <jlanda@redhat.com>
2022-02-17 09:34:48 +01:00
Rebeccah
6b60edbe5d
filter out both hop and control nodes instead of just one or the other
2022-02-16 18:32:41 -05:00
Satoe Imaishi
9d6de42f48
Allow rekey with an existing key
...
(cherry picked from commit 0c6440b46756f02a669d87e461faa4abc5bab8e6)
2022-02-16 17:58:22 -05:00
Tiago Góes
a94a602ccd
Merge pull request #11746 from AlexSCorey/11744-fixValidatorBug
...
Fixes validator console error, and routing issue in Instance Groups Branch
2022-02-16 12:28:43 -03:00
Elijah DeLee
799968460d
Fixup conversion of memory and cpu settings to support k8s resource request format ( #11725 )
...
fix memory and cpu settings to suport k8s resource request format
* fix conversion of memory setting to bytes
This setting has not been getting set by default, and needed some fixing
up to be compatible with setting the memory in the same way as we set it
in the operator, as well as with other changes from last year which
assume that ansible runner is returning memory in bytes.
This way we can start setting this setting in the operator, and get a
more accurate reflection of how much memory is available to the control
pod in k8s.
On platforms where services are all sharing memory, we deduct a
penalty from the memory available. On k8s we don't need to do this
because the web, redis, and task containers each have memory
allocated to them.
* Support CPU setting expressed in units used by k8s
This setting has not been getting set by default, and needed some fixing
up to be compatible with setting the CPU resource request/limits in the
same way as we set it in the resource requests/limits.
This way we can start setting this setting in the
operator, and get a more accurate reflection of how much cpu is
available to the control pod in k8s.
Because cpu on k8s can be partial cores, migrate cpu field to decimal.
k8s does not allow granularity of less than 100m (equivalent to 0.1 cores), so only
store up to 1 decimal place.
fix analytics to deal with decimal cpu
need to use DjangoJSONEncoder when Decimal fields in data passed to
json.dumps
2022-02-15 14:08:24 -05:00
Alex Corey
170d95aa3c
Fixes validator console error, and routing issue in Instance Groups branch
2022-02-15 13:07:36 -05:00
Alan Rominger
fe7a2fe229
Add loop label with docker-compose playbook
2022-02-15 13:05:59 -05:00
Amol Gautam
3f08e26881
Merge pull request #11571 from amolgautam25/tasks-refactor-2
...
Added new class for Ansible Runner Callbacks
2022-02-15 10:31:32 -05:00
Elijah DeLee
921b2bfb28
drop unused logic in task manager
...
There is no current need or use to keep a seperate dependency graph for
each instance group. In the interest of making it clearer what the
current code does, eliminate this superfluous complication.
We are no longer ever referencing any accounting of instance group
capacity, instead we only look
at capacity on intances.
2022-02-14 16:15:03 -05:00
Alex Corey
9af2c92795
Merge pull request #11691 from AlexSCorey/11634-ContaineGroupNameFix
...
Fixes erroneous disabling of name input field on container and instance group forms
2022-02-14 16:14:32 -05:00
Alex Corey
dabae456d9
Merge pull request #11653 from AlexSCorey/11588-TopLevelInstances
...
Adds top level instances list
2022-02-14 16:06:55 -05:00