This is an automated email from the ASF dual-hosted git repository.
hshpak pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
from 278da0e97 Merge pull request #1679 from
apache/feat/DATALAB-2646/create-HDInside-on-Azure
add 1ae6687cd inital support for hdinsight
add 06a206c67 Merge branch 'develop' into DATALAB-2645
add 7234fbe3c add number of slave instances for hdinsight
add fc0a564de add termiante dto for hdinsight
add 77dcd610d removed condition
add a950a21f6 Merge pull request #1668 from apache/cluste-type-for-azure
add 50e5894d9 removed condition
add 40a16b81b Merge pull request #1669 from apache/cluste-type-for-azure
add a7a46127c changed create button style
add 568ae557c Merge pull request #1670 from apache/cluste-type-for-azure
add 615598d07 minor fix
add 76b9fff17 Merge pull request #1671 from apache/cluste-type-for-azure
add 047a34ede remove commented lines
add f6c148116 Merge branch 'develop' into DATALAB-2645
add 0e487eae2 add min and max instance count for hdinsoght to config
add 9dadd2d7b fix
add be86ed105 change limits field name
add cad0f84b4 change limits field name
add 6fa91441c fixed validation
add 96b72a47c Merge branch 'develop' into DATALAB-2645
new 19dd636cb Merge pull request #1680 from apache/DATALAB-2645
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../computational/AzureComputationalResource.java | 50 ++++++++++
.../AzureComputationalTerminateDTO.java | 14 +++
.../computational/ComputationalConfigAzure.java | 5 +
.../computational/ComputationalCreateAzure.java | 19 ++++
.../computational/UserComputationalResource.java | 2 +
.../azure/ComputationalResourceAzure.java | 107 ++++++++++++++++++++-
services/self-service/self-service.yml | 5 +
.../conf/SelfServiceApplicationConfiguration.java | 17 ++++
.../azure/ComputationalResourceAzure.java | 64 +++++++++++-
.../dto/azure/AzureComputationalCreateForm.java | 32 ++++++
.../dto/azure/AzureHDInsightConfiguration.java | 19 ++++
.../impl/InfrastructureTemplateServiceImpl.java | 19 +++-
...utational-resource-create-dialog.component.html | 8 +-
13 files changed, 353 insertions(+), 8 deletions(-)
create mode 100644
services/datalab-model/src/main/java/com/epam/datalab/dto/azure/computational/AzureComputationalResource.java
create mode 100644
services/datalab-model/src/main/java/com/epam/datalab/dto/azure/computational/AzureComputationalTerminateDTO.java
create mode 100644
services/datalab-model/src/main/java/com/epam/datalab/dto/azure/computational/ComputationalConfigAzure.java
create mode 100644
services/datalab-model/src/main/java/com/epam/datalab/dto/azure/computational/ComputationalCreateAzure.java
create mode 100644
services/self-service/src/main/java/com/epam/datalab/backendapi/resources/dto/azure/AzureComputationalCreateForm.java
create mode 100644
services/self-service/src/main/java/com/epam/datalab/backendapi/resources/dto/azure/AzureHDInsightConfiguration.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]