-
Notifications
You must be signed in to change notification settings - Fork 112
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
Rename stuff in GitProject GitService #796
Rename stuff in GitProject GitService #796
Conversation
@scrumthing @nicolasbisurgi When I last saw the TM1Project used in a real environment, I think we were explicitly including all attribute dimensions in the project file with |
@MariusWirtz
If we include deployments too (as I think we should) it will allow to customize these executions per environment (as deploying in a DEV environment is not the same than in PROD one). Thoughts? |
bdb1948
to
2a82ba0
Compare
Hi @nicolasbisurgi, let's bring our efforts together. Please review and approve the changes in this PR. I think for your additions you can open a PR into this branch or into |
f644451
to
a99564c
Compare
a99564c
to
1b8a59b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! I have a couple of questions:
- Should we also include 'remove' helper functions?
- Do we have time to include Deployment as a subclass of tm1project? I think that would add a lot more usability and, since it is basically a subset of a tm1project, it can inherit all the methods as well.
Introduce `TM1ProjectDeployment` class
I understand. Thanks! |
work in progress