Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Int 8912 jamf upload error -sdk upgrade #150

Merged
merged 9 commits into from
Jul 27, 2023

Conversation

Gonzalo-Avalos-Ribas
Copy link
Contributor

Description

Thank you for contributing to a JupiterOne integration!

Please include a summary of the change and which issue is fixed. Please also
include relevant motivation and context. List any dependencies that are required
for this change.

Summary

Type of change

Please leave any irrelevant options unchecked.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to
    not work as expected)
  • This change requires a documentation update

Checklist

General Development Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Integration Development Checklist:

Please leave any irrelevant options unchecked.

  • I have checked for additional permissions required to call any new API
    endpoints, and have documented any additional permissions in
    jupiterone.md, where necessary.
  • My changes properly paginate the target service provider's API
  • My changes properly handle rate limiting of the target service provider's
    API
  • My new integration step is instrumented to execute in the correct order
    using dependsOn
  • I have referred to the
    JupiterOne data model
    to ensure that any new entities/relationships, and relevant properties,
    match the recommended model for this class of data
  • I have updated the CHANGELOG.md file to describe my changes
  • When changes include modifications to existing graph data ingestion, I've
    reviewed all existing managed questions referencing the entities,
    relationships, and their property names, to ensure those questions still
    function with my changes.

@Gonzalo-Avalos-Ribas Gonzalo-Avalos-Ribas requested a review from a team as a code owner July 26, 2023 21:55
@socket-security
Copy link

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
@jupiterone/integration-sdk-testing 8.30.5...9.9.2 None +73/-75 23.4 MB jupiterone-dev
@jupiterone/integration-sdk-core 8.30.5...9.9.2 None +1/-1 284 kB jupiterone-dev
@jupiterone/integration-sdk-dev-tools 8.30.5...9.9.2 None +263/-173 131 MB jupiterone-dev

},
},
],
"rawData": Object {
Copy link
Contributor

Choose a reason for hiding this comment

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

💯

@@ -45,7 +45,7 @@ export function createMobileDeviceEntity(

const mobileDeviceEntity = createIntegrationEntity({
entityData: {
source: [{ name: 'default', rawData: device }],
source: device,
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks good!

Was this the only step with this issue?

@Gonzalo-Avalos-Ribas Gonzalo-Avalos-Ribas merged commit fffab21 into main Jul 27, 2023
6 checks passed
@Gonzalo-Avalos-Ribas Gonzalo-Avalos-Ribas deleted the INT-8912-jamf-upload-error branch July 27, 2023 12:31
@j1-internal-automation
Copy link
Collaborator

🚀 PR was released in v2.14.2 🚀

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

Successfully merging this pull request may close these issues.

3 participants