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

W-17599215: add totalnumberofmetadatafiles field #719

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

mahanteshnp27
Copy link
Collaborator

@mahanteshnp27 mahanteshnp27 commented Feb 14, 2025

@W-17599215@

  • Added TotalNumberOfMetadataFiles as queryable field only for api version > 60
  • Added TotalNumberOfMetadataFiles field as part of PackageVersionReportResult and PackageVersionCreateRequestResult.
  • PackageVersionCreateRequestResult is queried on package version creation status. On success , TotalNumberOfMetadataFiles will be used to log warning if it exceeds predefined limit(This will be added in plugin-packaging)

Copy link

Thanks for the contribution! It looks like @mahanteshnp27 is an internal user so signing the CLA is not required. However, we need to confirm this.

@mahanteshnp27 mahanteshnp27 changed the title add totalnumberofmetadatafiles field @W-17599215 - add totalnumberofmetadatafiles field Feb 14, 2025
@mahanteshnp27 mahanteshnp27 changed the title @W-17599215 - add totalnumberofmetadatafiles field W-17599215: add totalnumberofmetadatafiles field Feb 14, 2025
@@ -6,7 +6,7 @@
*/
import path from 'node:path';
import fs from 'node:fs';
import sinon = require('sinon');
import * as sinon from 'sinon';
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fix for - x TypeScript import equals declaration is not supported in strip-only mode

import { SubscriberPackageVersion } from '../../src/package';
import PackageInstallRequest = PackagingSObjects.PackageInstallRequest;
import * as PackagingSObjects from '../../src/interfaces/packagingSObjects';
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fix for - x TypeScript import equals declaration is not supported in strip-only mode

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

Successfully merging this pull request may close these issues.

1 participant