- Julia Zolotarev (@jzolo22)
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Bumped integration sdk packages from v9.x to 12.x
- Apply remove-codeql with multi-gitter [ci skip] (@electricgull)
- Fix x-cortex-service-groups where tier-4 was set incorrectly (@jablonnc)
- Cameron Griffin (@electricgull)
- Ignacio Rodríguez (@i5o)
- Noah Jablonski (@jablonnc)
- Ignacio Rodríguez (@i5o)
- INT-8131 - pull in assets hardware #46 (@chrichts @RonaldEAM)
- add company name to properties #50 (@SeaBlooms)
- Populate CODEOWENRS, baseline package.json and baseline cortex.yaml (@jablonnc)
- @SeaBlooms
- Chad Richts (@chrichts)
- Noah Jablonski (@jablonnc)
- Ronald Arias (@RonaldEAM)
- INT-8131 - pull in assets hardware #46 (@chrichts [email protected])
- Chad Richts (@chrichts)
- Ronald Arias ([email protected])
- Michael Knoedel (@mknoedel)
- INT-8440 - Handle Duplicate Keys Errors #47 (@adam-in-ict)
- v2.0.3 #44 ([email protected])
- Updating formatting #45 (@janettelynch)
- fix: steps added in v2 and handle 403 errors #43 ([email protected])
- v2.0.2 #42 ([email protected])
- Version 2.0.1 #37 (@eXtremeX)
- fix: don't use auto for releases yet #41 ([email protected])
- Upgrade to modern patterns #40 (@eXtremeX [email protected])
- [NO TICKET] - Upgrade to modern patterns #39 (@eXtremeX)
- INT-6598 - add default for displayName #36 ([email protected])
- Merging CodeQL #34 (@electricgull)
- Merging CodeQL #33 (@VDubber)
- Version 2.0.0 #32 (@eXtremeX)
- INT-4833 - Add Consumable, License and User #30 (@d10p3t @eXtremeX)
- Update Integration Documentation #29 (@zemberdotnet)
- Merged via j1-codeowners-automation-v1.0.0 #28 (@erichs)
- Add CODEOWNERS #25 ([email protected] @erichs)
- Add integration benfits #13 (@jayson-jensen-pro)
- v1.0.0 #10 (@aiwilliams)
- Fix Device.username, add Device.email #8 (@aiwilliams)
- Upgrade to latest everything #9 (@aiwilliams)
- deprecate set-env #7 (@mknoedel)
- Upgrade to 2.2.0 #6 (@charlieduong94)
- move skipTargetCreation to inside _mapping #5 (@erkangz)
- upgrade SDK, refactor and fixes #4 (@erkangz)
- fix DEVICE_LOCATION_RELATIONSHIP _key and _type; add test #3 (@erkangz)
- create mapped relationships and hardware entities #2 (@erkangz)
- Initial integration #1 (@erkangz)
- Initial commit (@erkangz)
- @d10p3t
- Adam Pierson (@adam-in-ict)
- Adam Williams (@aiwilliams)
- Cameron Griffin (@electricgull)
- Charlie Duong (@charlieduong94)
- Erich Smith (@erichs)
- Erkang Zheng (@erkangz)
- J1 CODEOWNERS Automation v1.0.0 ([email protected])
- Janette Lynch (@janettelynch)
- Jayson Jensen (@jayson-jensen-pro)
- Matthew Zember (@zemberdotnet)
- Michael Knoedel (@mknoedel)
- Ronald Arias (@RonaldEAM)
- Samuel Poulton (@VDubber)
- Stefan Virag (@eXtremeX)
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Consumable, License and User entities types and fields.
- Added authorization error handling.
- Updated
package.json
file (main
,types
andfiles
section). - Updated
build.yaml
file to latest patterns. - Ran prettier.
- Added
questions.yaml
file.
Device.displayName
was set to null in some cases, add default for it
- Reorganized files
- Added more test cases
- Updated J1 SDK packages to v8.x
- Added new entities and relationships:
Resources | Entity _type |
Entity _class |
---|---|---|
Consumable | snipeit_consumable_resource |
Resource |
License | snipeit_licensed_application |
Application |
User | snipeit_user |
User |
Source Entity _type |
Relationship _class |
Target Entity _type |
---|---|---|
snipeit_account |
HAS | snipeit_consumable_resource |
snipeit_account |
HAS | snipeit_licensed_application |
snipeit_account |
HAS | snipeit_user |
snipeit_user |
USES | snipeit_consumable_resource |
Source Entity _type |
Relationship _class |
Target Entity _type |
Direction |
---|---|---|---|
snipeit_user |
IS | *person* |
FORWARD |
- Upgrade to latest managed integration patterns and libraries
Device.email
to allow for mapping toPerson
Device.username
was not ingested
- Initial release.