-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Synclist deprecation #3708
Synclist deprecation #3708
Conversation
</Trans> | ||
</p> | ||
<ClipboardCopy isReadOnly>{getRepoUrl('published')}</ClipboardCopy> | ||
<ClipboardCopy isReadOnly>{`${getRepoUrl( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this change what is displayed (an therefore copied in the clipboard) or just change what is copied?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it changes both :)
src/loaders/insights/loader.tsx
Outdated
@@ -62,7 +62,7 @@ const App = (_props) => { | |||
<Alert | |||
isInline | |||
variant='info' | |||
title={t`The Automation Hub sync toggle is now only supported in AAP 2.0. Previous versions of AAP will continue automatically syncing all collections.`} | |||
title={t`Use the Repositories page to sync collections curated by your organization to the Red Hat Certified repository in your private Automation Hub. Users with the correct permissions can use the sync toggles on the Collections page to control which collections are added to their organization's sync repository.`} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The suggestion for "Use the Repositories page..." is for the text located here:
ansible-hub-ui/src/containers/token/token-insights.tsx
Lines 99 to 108 in e39d055
Use the{' '} | |
<Link to={formatPath(Paths.ansibleRepositories)}> | |
Repositories | |
</Link>{' '} | |
page to sync collections curated by your organization to the Red | |
Hat Certified repository in your private Automation Hub. Users | |
with the correct permissions can use the sync toggles on the{' '} | |
<Link to={formatPath(Paths.collections)}>Collections</Link> page | |
to control which collections are added to their | |
organization's sync repository. |
48301a6
to
1ff3421
Compare
<ClipboardCopy isReadOnly>{getRepoUrl('published')}</ClipboardCopy> | ||
<ClipboardCopy isReadOnly>{`${getRepoUrl( | ||
'published', | ||
)}content/published`}</ClipboardCopy> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This bit will need a rebase, there's a conflict now. (getRepoUrl
vs getRepoURL
)
But .. this may be the wrong place to add extra bits ... the getRepoURL
function deliberately skips content/published
when dealing with the published repo .. if there is a situation when it shouldn't skip it, it should be a param.
(Is there a reason to use .../content/published
or will this work with the default?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://issues.redhat.com/browse/AAH-2335 This might help - "Change the displayed URL from https://console.stage.redhat.com/api/automation-hub/ to https://console.stage.redhat.com/api/automation-hub/content/published/ so it is clear they are getting content under "published" repo since now there are 2 repos to choose from."
Issue: AAH-2335
Issue: AAH-2335
Issue: AAH-2335
Issue: AAH-2335
Issue: AAH-2335
Issue: AAH-2335
Issue: AAH-2335
1ff3421
to
3bd81ad
Compare
reverts ansible#4198 / reapplies ansible#3708, ansible#3346, ansible#3893 (AAP 2.3 is EOL, no need to support it on cloud)
reverts ansible#4198 / reapplies ansible#3708, ansible#3346, ansible#3893 (AAP 2.3 is EOL, no need to support it on cloud)
reverts ansible#4198 / reapplies ansible#3708, ansible#3346, ansible#3893 (AAP 2.3 is EOL, no need to support it on cloud)
reverts ansible#4198 / reapplies ansible#3708, ansible#3346, ansible#3893 (AAP 2.3 is EOL, no need to support it on cloud)
reverts ansible#4198 / reapplies ansible#3708, ansible#3346, ansible#3893 (AAP 2.3 is EOL, no need to support it on cloud) keep 2.4 synclist deprecation notice
reverts ansible#4198 / reapplies ansible#3708, ansible#3346, ansible#3893 (AAP 2.3 is EOL, no need to support it on cloud) keep 2.4 synclist deprecation notice
reverts ansible#4198 / reapplies ansible#3708, ansible#3346, ansible#3893 (AAP 2.3 is EOL, no need to support it on cloud) keep 2.4 synclist deprecation notice
reverts ansible#4198 / reapplies ansible#3708, ansible#3346, ansible#3893 (AAP 2.3 is EOL, no need to support it on cloud) keep 2.4 synclist deprecation notice
reverts ansible#4198 / reapplies ansible#3708, ansible#3346, ansible#3893 (AAP 2.3 is EOL, no need to support it on cloud) keep 2.4 synclist deprecation notice
reverts ansible#4198 / reapplies ansible#3708, ansible#3346, ansible#3893 (AAP 2.3 is EOL, no need to support it on cloud) keep 2.4 synclist deprecation notice
This pr addresses some of the issues in https://issues.redhat.com/browse/AAH-2335.