-
Notifications
You must be signed in to change notification settings - Fork 27
Merge Gitlab's master branch into GitHub's develop branch #86
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
Merge Gitlab's master branch into GitHub's develop branch #86
Conversation
…ormat with decorators on build Reviewed at: http://reviews.delphix.com/r/53996/
PYT-973 PluginImporter/Validator does not fail when an unexpected error is raised inside the Process Reviewed at: http://reviews.delphix.com/r/54495/
…ema_validator modules Reviewed at: http://reviews.delphix.com/r/54844/
…plugin validator/imported code Reviewed at: http://reviews.delphix.com/r/54864/
… util_classes.py and fix any circular dependencies in plugin validator/imported code Reviewed at: http://reviews.delphix.com/r/55097/
PYT-837 Plugin Versioning - New build number field should be added on init Reviewed at: http://reviews.delphix.com/r/55151/
…kbox changes Reviewed at: http://reviews.delphix.com/r/55287/
…nordered dictionary Reviewed at: http://reviews.delphix.com/r/55262/
PYT-831 Multi-step Upgrade - Invoke upgrade migration functions from upgrade wrappers Reviewed at: http://reviews.delphix.com/r/55381/
…d make optional Reviewed at: http://reviews.delphix.com/r/55561/
… properties Reviewed at: http://reviews.delphix.com/r/55896/
|
the merge looks correct but could you re run the blackbox runs and make sure you have the right extra params? seems like something went wrong with all the tests. Also maybe run a windows test too for sanity? |
muralinimmagadda
left a comment
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.
Looks good
ankursarin
left a comment
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.
Ship it! assuming all bb tests pass
nhlien93
left a comment
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.
once backbox tests pass.
…lated changes Reviewed at: http://reviews.delphix.com/r/56374/
…ithub PYT-1095 Bump up API version in SDK to support new backend upgrade related changes
eed8f57
ankursarin
left a comment
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.
Ship it!
|
@nhlien93 Just updated links to blackbox tests in the description. They all passed. |
Pull request checklist
Please check if your PR fulfills the following requirements:
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
One team has been developing on a private Gitlab repository while the other team has been developing on GitHub. This was temporary while we've been preparing the GitHub repository to have all the processes in place (pre-commit GitHub action).
What is the new behavior?
The development of the SDK will be only happening on GitHub.
Does this introduce a breaking change?
The changes that are merged from the Gitlab master's branch have introduced a breaking API change and hence the SDK version was bumped from 1.1.0 to 2.0.0.
Other information
appdata_sanity (nix_staged_python): http://selfservice.jenkins.delphix.com/job/devops-gate/job/master/job/blackbox-self-service/25366/consoleFull (PASSED)
appdata_python_samples: http://selfservice.jenkins.delphix.com/job/devops-gate/job/master/job/blackbox-self-service/25368/consoleFull (PASSED)
virtualization_sdk (ubuntu 18 sdk host): http://selfservice.jenkins.delphix.com/job/devops-gate/job/master/job/blackbox-self-service/25361/consoleFull (PASSED)