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

Thom/add device groups to device list #86

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

Conversation

acosferreira
Copy link

Description

The core problem that we are facing to get the device groups info on device list is because we are getting info from different places (DB and Inventory endpoint)
To be able to get the info we need to add the relationship (m2m) on devices, add the new field to the struct details and load the association when we get the DB info.
To consider this as done, is missing handle proper the errors and add test.
Hope this be helpful.

Fixes # (issue)

Type of change

What is it?

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation update
  • Tests update
  • Refactor

Checklist:

  • 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
  • I run go fmt ./... to check that my code is properly formatted
  • I run go vet ./... to check that my code is free of common Go style mistakes

dependabot bot and others added 8 commits April 13, 2022 08:30
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.43.37 to 1.43.38.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](aws/aws-sdk-go@v1.43.37...v1.43.38)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…go_modules/github.com/aws/aws-sdk-go-1.43.38

Bump github.com/aws/aws-sdk-go from 1.43.37 to 1.43.38
…esetid

Added image set id to /devicesview endpoint.
…fix-bug-commit-id

Theedge 2003 fix bug commit
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.

2 participants