Skip to content
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

Show disabled applications on Enabled page #184

Conversation

DaoDaoNoCode
Copy link

@DaoDaoNoCode DaoDaoNoCode commented Jan 26, 2022

  • The commits are squashed in a cohesive manner and have meaningful messages.
  • For commits that came from upstream, [UPSTREAM] has been prepended to the commit message
  • JIRA link(s): https://issues.redhat.com/browse/RHODS-783
  • The Jira story is acked
  • An entry has been added to the latest build document in Build Announcements Folder.
  • Testing instructions have been added in the PR body (for PRs involving changes that are not immediately obvious)

Copy link

@jeff-phillips-18 jeff-phillips-18 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR should be against the upstream first.

): Promise<{ success: boolean; error: string }> => {
const query = request.query as { [key: string]: string };
const coreV1Api = fastify.kube.coreV1Api;
const enabledAppsConfigMapName = 'odh-enabled-applications-config';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be different for upstream vs downstream. Either define a constant in constants.ts so it is easier to change w/o merge conflicts or (better) in the .env file.

@dlabaj
Copy link

dlabaj commented Jan 28, 2022

@DaoDaoNoCode Do we have an upstream PR for this?

@dlabaj
Copy link

dlabaj commented Jan 28, 2022

opendatahub-io#108 upstream PR.

@dlabaj dlabaj closed this Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants