PTCInc / thingworx-gitbackup-extension

[Unofficial/Not supported] ThingWorx GitBackup Extension for storing your ThingWorx application code in a Git repository
MIT License
25 stars 11 forks source link

how to track the one developers changes using github extension #33

Closed AbinayaPonnusamy closed 1 year ago

AbinayaPonnusamy commented 2 years ago

when more than one developers working in same Thingworx server, how to track the one developers changes to export and import in production server.? Does github extension will help me in this scenario?

[Note: We are using 9.2 thingworx version]

cbadici commented 2 years ago

You can track the changes for the entities you are exporting using the Git Status button, which indicates what entities have been added, removed, and modified. However, this doesn't take into account which developer has performed the changes and you cannot track the changes of a particular developer.

vrosu commented 2 years ago

Whenever you Push to your repository, there's an Setting button that when clicked, allows you to activate per user information for the commit+push. Page 21 and 22 from the user manual describe this. @AbinayaPonnusamy please check this and let us know if that's what you need. It's a manual setting, which needs to be activated by each developer if they want to be tracked, unfortunately it's not automatic.