Skip to content

feat: Adjust FLP configuration wizard for CF scenario#4455

Open
nikmace wants to merge 20 commits intomainfrom
feat/4452/adjust-flp-gen-and-cli
Open

feat: Adjust FLP configuration wizard for CF scenario#4455
nikmace wants to merge 20 commits intomainfrom
feat/4452/adjust-flp-gen-and-cli

Conversation

@nikmace
Copy link
Copy Markdown
Contributor

@nikmace nikmace commented Mar 24, 2026

Feat for #4452.

  • Adds new FDC API to retrieve inbounds.
  • Adjusts navigation-config CLI command to support CF scenario.
  • Adjusts ADP FLP generator to to support CF scenario when run: standalone or as sub-generator.

@nikmace nikmace self-assigned this Mar 24, 2026
@nikmace nikmace requested review from a team as code owners March 24, 2026 11:31
@nikmace nikmace added the feature New feature or request label Mar 24, 2026
@nikmace nikmace requested a review from a team as a code owner March 24, 2026 11:31
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 24, 2026

🦋 Changeset detected

Latest commit: 75c1312

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 10 packages
Name Type
@sap-ux/adp-flp-config-sub-generator Patch
@sap-ux/generator-adp Patch
@sap-ux/adp-tooling Patch
@sap-ux/create Patch
@sap-ux/abap-deploy-config-sub-generator Patch
@sap-ux/backend-proxy-middleware-cf Patch
@sap-ux/flp-config-inquirer Patch
@sap-ux/preview-middleware Patch
@sap-ux/deploy-config-sub-generator Patch
@sap-ux/flp-config-sub-generator Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@nikmace nikmace requested a review from lfindlaysap March 25, 2026 12:45
@nikmace nikmace requested a review from lfindlaysap March 26, 2026 07:26
@nikmace nikmace requested a review from lfindlaysap March 26, 2026 09:27
lfindlaysap
lfindlaysap previously approved these changes Mar 26, 2026
Copy link
Copy Markdown
Contributor

@avasilev-sap avasilev-sap left a comment

Choose a reason for hiding this comment

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

Overall change looks good, just a small comments about nested if statements and url param encoding.

Copy link
Copy Markdown
Contributor

@avasilev-sap avasilev-sap left a comment

Choose a reason for hiding this comment

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

LGTM.

@nikmace nikmace requested a review from lfindlaysap March 27, 2026 11:34
): Promise<ManifestNamespace.Inbound | undefined> {
const cfConfig = loadCfConfig(logger);
if (!cfConfig?.token) {
throw new Error('CF login required. Please run "cf login" and try again.');
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@lfindlaysap you are fine with using CF? I'm suprised.

Copy link
Copy Markdown
Contributor

@heimwege heimwege left a comment

Choose a reason for hiding this comment

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

  • Checked create package
  • did NOT test manually
  • changeset ok

@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adp-flp-config-sub-generator adp-tooling create @sap-ux/create feature New feature or request generator-adp @sap-ux/generator-adp

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants