Joe Garcia
e4283841d6
Fixes #13119 #13120 Conjur Cloud support & update brand ( #13121 )
...
* Fixes #13119 #13120 Cloud support & update brand
* rm base64 import to pass lint
* Update references across the board
* Removed final reference to CyberArk Conjur Secret Lookup
2022-11-10 13:22:54 -05:00
Sarah Akus
81821fd378
Merge pull request #13148 from kialam/fix-host-event-modal-type-error
...
Fix HostEvent modal TypeError
2022-11-08 14:23:41 -05:00
dependabot[bot]
776d39f057
Bump @patternfly/react-core from 4.239.0 to 4.250.1 in /awx/ui
...
Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react ) from 4.239.0 to 4.250.1.
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.239.0...@patternfly/react-core@4.250.1 )
---
updated-dependencies:
- dependency-name: "@patternfly/react-core"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-02 14:29:33 +00:00
Alex Corey
22b81f5dd3
Merge pull request #13150 from ansible/dependabot/npm_and_yarn/awx/ui/devel/patternfly/react-icons-4.92.10
...
Bump @patternfly/react-icons from 4.90.0 to 4.92.10 in /awx/ui
2022-11-02 10:27:25 -04:00
dependabot[bot]
99e1920d42
Bump @patternfly/react-icons from 4.90.0 to 4.92.10 in /awx/ui
...
Bumps [@patternfly/react-icons](https://github.com/patternfly/patternfly-react ) from 4.90.0 to 4.92.10.
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@4.90.0...@patternfly/react-icons@4.92.10 )
---
updated-dependencies:
- dependency-name: "@patternfly/react-icons"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-02 14:01:59 +00:00
Kia Lam
3c656842f0
Use optional chaining operator to prevent the modal from throwing an error.
2022-11-01 15:09:30 -07:00
dependabot[bot]
577f102e53
Bump @patternfly/patternfly from 4.210.2 to 4.217.1 in /awx/ui
...
Bumps [@patternfly/patternfly](https://github.com/patternfly/patternfly ) from 4.210.2 to 4.217.1.
- [Release notes](https://github.com/patternfly/patternfly/releases )
- [Changelog](https://github.com/patternfly/patternfly/blob/main/RELEASE-NOTES.md )
- [Commits](https://github.com/patternfly/patternfly/compare/prerelease-v4.210.2...prerelease-v4.217.1 )
---
updated-dependencies:
- dependency-name: "@patternfly/patternfly"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-01 08:18:34 +00:00
kialam
e40824bded
Fix Schedules Form date validation same day different time scenario ( #13062 )
...
* Format datetime and convert to ms to compare which date is larger.
* Add supporting unit test.
2022-10-28 19:59:54 -03:00
Christian Adams
3303f7bfcf
Pushing updated strings for localization
2022-10-26 11:05:00 -04:00
Alex Corey
4b308d313a
Fixes a broken Host event modal unit test
2022-10-25 15:12:47 -04:00
Alex Corey
d80db763bc
Merge pull request #12942 from Tioborto/fix/ui-host-vent-modal
...
fix: UI host event modal when stdout is an array
2022-10-25 10:12:02 -04:00
Alex Corey
8a6ad47ca5
Allows job output to calculate elapsed time
2022-10-19 12:56:23 -05:00
Alex Corey
4f36943b47
Merge pull request #12988 from ansible/dependabot/npm_and_yarn/awx/ui/devel/d3-7.6.1
...
Bump d3 from 7.4.4 to 7.6.1 in /awx/ui
2022-10-14 11:51:09 -04:00
Kia Lam
7127d18072
Fix pending state for health check button.
2022-10-13 19:12:21 -07:00
Sarah Akus
e5c834383c
Merge pull request #13050 from vidyanambiar/template-playbook
...
Allow entering playbook filename manually in Job Template
2022-10-13 10:23:49 -04:00
Vidya Nambiar
c94dc08cf3
Allow entering playbook filename manually in Job Template
...
Signed-off-by: Vidya Nambiar <vnambiar@redhat.com >
Prettier
Signed-off-by: Vidya Nambiar <vnambiar@redhat.com >
2022-10-12 15:56:12 -04:00
Alex Corey
ab5ea46006
Merge pull request #13042 from kialam/fix-topology-enabled-state-on-redraw
...
Fix enable/disable node state on browser resize.
2022-10-12 15:23:55 -04:00
Sarah Akus
a2be320605
Merge pull request #12974 from kialam/new-health-check-started
...
Update UI to support pending health checks.
2022-10-12 11:37:57 -04:00
Kia Lam
8a959e9586
Fix enable/disable node state on browser resize.
2022-10-11 16:26:24 -07:00
mabashian
da857ea334
Fixes bug where relaunching adhoc command did not work
2022-10-11 11:36:05 -04:00
mabashian
cdb51a75b8
Fixes bug re-launching adhoc command with passwords required
2022-10-11 09:46:33 -04:00
Kia Lam
3b9333be9f
Link out to docs; use some in place of forEach when looping through results.
2022-10-10 19:46:01 -07:00
Kia Lam
04b814cfd8
Update UI to support pending health checks.
2022-10-10 19:45:46 -07:00
kialam
bb2e5cba0a
Merge pull request #13027 from kialam/fix-topology-css-overflow
...
Fix CSS overflow for legend and tooltip in Topology view.
2022-10-10 14:04:06 -07:00
dependabot[bot]
42a4e9f10f
Bump d3 from 7.4.4 to 7.6.1 in /awx/ui
...
Bumps [d3](https://github.com/d3/d3 ) from 7.4.4 to 7.6.1.
- [Release notes](https://github.com/d3/d3/releases )
- [Changelog](https://github.com/d3/d3/blob/main/CHANGES.md )
- [Commits](https://github.com/d3/d3/compare/v7.4.4...v7.6.1 )
---
updated-dependencies:
- dependency-name: d3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-10 17:12:24 +00:00
Alex Corey
882d2fdbe8
Merge pull request #12987 from ansible/dependabot/npm_and_yarn/awx/ui/devel/patternfly/react-table-4.108.0
...
Bump @patternfly/react-table from 4.100.8 to 4.108.0 in /awx/ui
2022-10-10 13:11:23 -04:00
Kia Lam
2e38bbcbcd
Fix CSS overflow for legend and tooltip in Topology view.
2022-10-10 08:44:36 -07:00
mabashian
bbb00e0674
Moves smart inv vars tooltip to a single line
2022-10-10 10:20:58 -04:00
dependabot[bot]
7a8874b947
Bump @patternfly/react-table from 4.100.8 to 4.108.0 in /awx/ui
...
Bumps [@patternfly/react-table](https://github.com/patternfly/patternfly-react ) from 4.100.8 to 4.108.0.
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.100.8...@patternfly/react-table@4.108.0 )
---
updated-dependencies:
- dependency-name: "@patternfly/react-table"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-07 14:02:03 +00:00
dependabot[bot]
417ac3b88c
Bump @patternfly/react-core from 4.231.8 to 4.239.0 in /awx/ui
...
Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react ) from 4.231.8 to 4.239.0.
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.231.8...@patternfly/react-core@4.239.0 )
---
updated-dependencies:
- dependency-name: "@patternfly/react-core"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-07 13:36:55 +00:00
Alex Corey
9e0d1a678c
Merge pull request #12985 from ansible/dependabot/npm_and_yarn/awx/ui/devel/styled-components-5.3.6
...
Bump styled-components from 5.3.5 to 5.3.6 in /awx/ui
2022-10-07 09:35:36 -04:00
Alex Corey
1a766c09e7
Merge pull request #12986 from ansible/dependabot/npm_and_yarn/awx/ui/devel/patternfly/react-icons-4.90.0
...
Bump @patternfly/react-icons from 4.75.1 to 4.90.0 in /awx/ui
2022-10-07 09:34:41 -04:00
Marliana Lara
47a6a73fc5
Fix undefined launchConfig error in schedule form
2022-10-06 13:58:00 -04:00
dependabot[bot]
b964905c80
Bump @patternfly/react-icons from 4.75.1 to 4.90.0 in /awx/ui
...
Bumps [@patternfly/react-icons](https://github.com/patternfly/patternfly-react ) from 4.75.1 to 4.90.0.
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@4.75.1...@patternfly/react-icons@4.90.0 )
---
updated-dependencies:
- dependency-name: "@patternfly/react-icons"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-01 08:05:10 +00:00
dependabot[bot]
37717ce3d5
Bump styled-components from 5.3.5 to 5.3.6 in /awx/ui
...
Bumps [styled-components](https://github.com/styled-components/styled-components ) from 5.3.5 to 5.3.6.
- [Release notes](https://github.com/styled-components/styled-components/releases )
- [Changelog](https://github.com/styled-components/styled-components/blob/main/CHANGELOG.md )
- [Commits](https://github.com/styled-components/styled-components/compare/v5.3.5...v5.3.6 )
---
updated-dependencies:
- dependency-name: styled-components
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-01 08:04:28 +00:00
John Westcott IV
a95a76ec56
Fixing warnings from rebase
2022-09-29 14:19:37 -04:00
John Westcott IV
420b3c8b84
Adding prevent instance group fallback to inventory and jt defail screens
2022-09-29 14:19:37 -04:00
John Westcott IV
5ba0bf3a64
Fixing UI tests
2022-09-29 14:19:37 -04:00
John Westcott IV
6415671d93
Creating options (like job template) on inventory screen
2022-09-29 14:19:37 -04:00
John Westcott IV
e5fd42c4da
Removing debug message and adding help details about empty groups
2022-09-29 14:19:36 -04:00
John Westcott IV
0983bd8dc0
Adding prevent_instance_group_fallback
2022-09-29 14:19:36 -04:00
Rick Elrod
1b46805373
[ui] Don't double-entity encode on event stdout ( #12950 )
...
- stdout output on events was being double HTML entity encoded meaning
that all output with < and > was shown as literal "<" and ">"
Signed-off-by: Rick Elrod <rick@elrod.me >
2022-09-28 16:35:17 -05:00
kialam
ceea0a0a39
Add tooltips to Instance form; change name field to host name. ( #12912 )
2022-09-28 10:22:49 -03:00
Alex Corey
34501fee24
Removes references to current_user ( #12818 )
...
* Remove refernces to current user id in the cookie
* Removes current_user data from the cookie on api side
2022-09-27 20:15:57 -03:00
Sarah Akus
ca46aec483
Merge pull request #12955 from AlexSCorey/12903-MeshScalingUICleanup
...
Normal Users no longer see Instances in side nav
2022-09-27 16:08:53 -04:00
Alex Corey
2e9956c9fc
Prevents unauthorized users from seeing instances list link in side nav
2022-09-27 15:51:23 -04:00
Kia Lam
12e8608f98
Remove changeOrigin proxy setting.
2022-09-27 09:16:00 -07:00
mabashian
7143777638
Fixes unit tests after updating the Inventory Lookup
2022-09-27 10:55:26 -04:00
mabashian
cc6eaa7f44
Fixes bug where inventory field was erroneously disabled on WFJT form
...
We were disabling the field when a user did not have sufficient permissions to create an Inventory. I updated this logic to check if a user has use permissions on the selected inventory before disabling the field.
2022-09-27 10:55:25 -04:00
Alexandre Bortoluzzi
5551874352
fix: HostEventModel test
2022-09-27 10:23:14 +02:00