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

Instead of Entities, only services can be pushed ? #30

Closed
pshashipreetham opened this issue Dec 10, 2021 · 2 comments
Closed

Instead of Entities, only services can be pushed ? #30

pshashipreetham opened this issue Dec 10, 2021 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@pshashipreetham
Copy link

Need to push only services, not total entites.

Can it be done ?

Thanks,
Shashi.

@cbadici cbadici self-assigned this Dec 10, 2021
@vrosu
Copy link
Collaborator

vrosu commented Dec 10, 2021

Git technology works with files only. The GitBackup Extension works with Entity Export files which contain the full Entity, not just services. If you want to push services, you need to modify the extension to extract the services as files (by parsing the XML). As far as I am aware, we do not plan for this functionality (@cbadici please confirm).
Feel free to fork the extension to add this functionality.

@cbadici
Copy link

cbadici commented Dec 10, 2021

I agree with what @vrosu has mentioned. So basically with the Git Extension, you may push whatever files you have in a ThingWorx repository to your remote Git repository. However, from ThingWorx you can export entities, not the services that are related to your entities. Therefore, you will need a new extension that allows you to export only the services (and here you can expand our Git extension or create your own extension for this).

@cbadici cbadici added the question Further information is requested label Dec 10, 2021
@cbadici cbadici closed this as completed Feb 10, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants