mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 10:16:07 +02:00
Add option --non_live_versions to set_num_instances command
This commit introduced a new flag to enable SetNumInstancesCommand to be able to set the number of instances for all non-live versions for a given service or for all deployed services. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=222826003
This commit is contained in:
parent
19b7a7b3ec
commit
d20b83c820
16 changed files with 582 additions and 85 deletions
|
@ -79,17 +79,18 @@ dependencies {
|
|||
testImplementation project(':third_party')
|
||||
|
||||
compile 'com.beust:jcommander:1.48'
|
||||
maybeRuntime 'com.fasterxml.jackson.core:jackson-core:2.8.5'
|
||||
maybeRuntime 'com.fasterxml.jackson.core:jackson-core:2.9.6'
|
||||
maybeRuntime 'com.fasterxml.jackson.core:jackson-annotations:2.8.0'
|
||||
maybeRuntime 'com.fasterxml.jackson.core:jackson-databind:2.8.5'
|
||||
compile 'com.google.api-client:google-api-client:1.22.0'
|
||||
maybeRuntime 'com.google.api-client:google-api-client-appengine:1.22.0'
|
||||
compile 'com.google.api-client:google-api-client-appengine:1.22.0'
|
||||
maybeRuntime 'com.google.api-client:google-api-client-jackson2:1.20.0'
|
||||
compile 'com.google.monitoring-client:metrics:1.0.4'
|
||||
compile 'com.google.monitoring-client:stackdriver:1.0.4'
|
||||
maybeRuntime 'com.google.api-client:google-api-client-java6:1.20.0'
|
||||
maybeRuntime 'com.google.api-client:google-api-client-servlet:1.22.0'
|
||||
compile 'com.google.apis:google-api-services-admin-directory:directory_v1-rev72-1.22.0'
|
||||
compile 'com.google.apis:google-api-services-appengine:v1-rev85-1.25.0'
|
||||
compile 'com.google.apis:google-api-services-bigquery:v2-rev325-1.22.0'
|
||||
maybeRuntime 'com.google.apis:google-api-services-clouddebugger:v2-rev8-1.22.0'
|
||||
compile 'com.google.apis:google-api-services-cloudkms:v1-rev12-1.22.0'
|
||||
|
@ -132,10 +133,10 @@ dependencies {
|
|||
gradleLint.ignore('unused-dependency') {
|
||||
compile 'com.google.gwt:gwt-user:2.8.2'
|
||||
}
|
||||
compile 'com.google.http-client:google-http-client:1.22.0'
|
||||
compile 'com.google.http-client:google-http-client:1.25.0'
|
||||
compile 'com.google.http-client:google-http-client-appengine:1.22.0'
|
||||
compile 'com.google.http-client:google-http-client-jackson2:1.22.0'
|
||||
compile 'com.google.oauth-client:google-oauth-client:1.22.0'
|
||||
compile 'com.google.http-client:google-http-client-jackson2:1.25.0'
|
||||
compile 'com.google.oauth-client:google-oauth-client:1.25.0'
|
||||
maybeRuntime 'com.google.oauth-client:google-oauth-client-appengine:1.22.0'
|
||||
compile 'com.google.oauth-client:google-oauth-client-java6:1.22.0'
|
||||
compile 'com.google.oauth-client:google-oauth-client-jetty:1.22.0'
|
||||
|
@ -151,8 +152,8 @@ dependencies {
|
|||
maybeRuntime 'com.squareup:javawriter:2.5.1'
|
||||
maybeRuntime 'com.sun.activation:javax.activation:1.2.0'
|
||||
maybeRuntime 'com.thoughtworks.paranamer:paranamer:2.7'
|
||||
maybeRuntime 'commons-codec:commons-codec:1.6'
|
||||
maybeRuntime 'commons-logging:commons-logging:1.1.1'
|
||||
maybeRuntime 'commons-codec:commons-codec:1.10'
|
||||
maybeRuntime 'commons-logging:commons-logging:1.2'
|
||||
compile 'dnsjava:dnsjava:2.1.7'
|
||||
maybeRuntime 'io.netty:netty-buffer:4.1.28.Final'
|
||||
maybeRuntime 'io.netty:netty-codec:4.1.28.Final'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue