You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ne...@apache.org on 2022/12/15 23:33:24 UTC

[helix] branch nealsun/waged-pipeline-redesign updated (6ba793f9d -> 98c845a9e)

This is an automated email from the ASF dual-hosted git repository.

nealsun pushed a change to branch nealsun/waged-pipeline-redesign
in repository https://gitbox.apache.org/repos/asf/helix.git


 discard 6ba793f9d Address Quincy comments
 discard a6aed52f1 Fix failure counter reporting logic
 discard bf90e8489 reenable helix-front
 discard 47f6a3d18 Fix rebalancer failure counter in async scenario (#2318)
    omit 05122a62e Disable helix-front temporarily until build is fixed
    omit 0c3e9b08d WAGED tests and metrics (#2302)
    omit 0936a2af2 WAGED pipeline redesign
     add ed4d29621  Add npm run build:mvn script to enable building helix-front module with maven (#2303)
     add f1b7b658d Issue-2296 Fixed Possible Json Ordering Permutations Problem in Tests (#2297)
     add f4016b706 Reducing zk operations default retry timeout. (#2293)
     add eba2ca842 [maven-release-plugin] prepare release helix-1.1.0
     add a2c544f0e [maven-release-plugin] prepare for next development iteration
     add 917b786e4 Remove revision variable in pom.xml and update bump-up.sh (#2308)
     add e62501567 show errors from instance detail page instance remove action in the UI (#2317)
     add 37a8d8957 2310/update some links to https (#2311)
     add 07b84ef2b add example and comment for using customized login (#2323)
     add 69f3c03d8 Release note for 1.1.0
     add 83f280ae1 Revert "[maven-release-plugin] prepare for next development iteration"
     add c9d1eb187 Revert "Reducing zk operations default retry timeout. (#2293)"
     add c74aff173 Revert "Revert "Reducing zk operations default retry timeout. (#2293)""
     add fc1d0e184 Revert "[maven-release-plugin] prepare release helix-1.1.0"
     add 69dc7d32c Revert "Remove revision variable in pom.xml and update bump-up.sh (#2308)"
     add b1d10fbd4 [maven-release-plugin] prepare release helix-1.1.0
     add 10ca104a4 [maven-release-plugin] prepare for next development iteration
     add f20128cc5 Revert "Revert "Remove revision variable in pom.xml and update bump-up.sh (#2308)""
     add 7aa6a37e0 Fix the github action for helix-front CI (#2324)
     add 3ca0620b6 Improve AssignmentMetadataStore with double-checked locking (#2289)
     add a495602a1 Remove 1.0.2 docs
     add 1d043a333 WAGED pipeline redesign
     add 70919f9f8 WAGED tests and metrics (#2302)
     add 718cba0a9 Disable helix-front temporarily until build is fixed
     add 621e4a342 Fix rebalancer failure counter in async scenario (#2318)
     add 975a7e516 reenable helix-front
     add b48514cd8 Fix failure counter reporting logic
     add 98c845a9e Address Quincy comments

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6ba793f9d)
            \
             N -- N -- N   refs/heads/nealsun/waged-pipeline-redesign (98c845a9e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/helix-front.yml                  |  29 +-
 bump-snapshot.sh                                   |   4 +-
 bump-up.sh                                         |  21 +-
 helix-admin-webapp/pom.xml                         |   3 +-
 helix-agent/pom.xml                                |   3 +-
 helix-common/pom.xml                               |   3 +-
 helix-core/pom.xml                                 |   3 +-
 .../rebalancer/waged/AssignmentMetadataStore.java  |  49 +-
 helix-front/.prettierignore                        |   2 +
 helix-front/docs/classes/HelixCtrl.html            |  41 +-
 helix-front/docs/classes/Node.html                 |  88 ++-
 helix-front/docs/classes/UserCtrl.html             | 257 +++----
 .../docs/components/AlertDialogComponent.html      |   2 +-
 helix-front/docs/components/AppComponent.html      |   9 +-
 helix-front/docs/components/ClusterComponent.html  |   2 +-
 .../docs/components/ClusterDetailComponent.html    |  12 +-
 .../docs/components/ClusterListComponent.html      |  69 +-
 .../docs/components/ConfigDetailComponent.html     |   2 +-
 .../docs/components/ConfirmDialogComponent.html    |  54 +-
 ...ponent.html => ConfirmDialogTestComponent.html} | 193 +++--
 .../docs/components/ControllerDetailComponent.html |   2 +-
 .../docs/components/DashboardComponent.html        |   2 +-
 .../docs/components/DataTableComponent.html        |   2 +-
 .../docs/components/DetailHeaderComponent.html     |   2 +-
 .../docs/components/DisabledLabelComponent.html    |   2 +-
 .../docs/components/HelixListComponent.html        |   2 +-
 .../docs/components/HistoryListComponent.html      |   2 +-
 .../docs/components/InputDialogComponent.html      |   2 +-
 .../docs/components/InputInlineComponent.html      |   2 +-
 .../docs/components/InstanceDetailComponent.html   |  40 +-
 .../docs/components/InstanceListComponent.html     |   2 +-
 .../docs/components/JobDetailComponent.html        |   2 +-
 helix-front/docs/components/JobListComponent.html  |  37 +-
 .../docs/components/JsonViewerComponent.html       |   2 +-
 .../docs/components/KeyValuePairsComponent.html    |   2 +-
 .../docs/components/NodeViewerComponent.html       |  22 +-
 .../docs/components/PartitionDetailComponent.html  |   2 +-
 .../docs/components/PartitionListComponent.html    |  49 +-
 .../docs/components/ResourceDetailComponent.html   |   2 +-
 .../ResourceDetailForInstanceComponent.html        |   2 +-
 .../docs/components/ResourceListComponent.html     |  43 +-
 .../components/ResourceNodeViewerComponent.html    |   2 +-
 .../docs/components/StateLabelComponent.html       |   2 +-
 .../docs/components/WorkflowDagComponent.html      |   2 +-
 .../docs/components/WorkflowDetailComponent.html   |   2 +-
 .../docs/components/WorkflowListComponent.html     |  35 +-
 helix-front/docs/coverage.html                     | 330 +++++++-
 helix-front/docs/dependencies.html                 |  11 +-
 .../docs/images/coverage-badge-documentation.svg   |   2 +-
 helix-front/docs/injectables/ClusterService.html   |  13 +-
 .../docs/injectables/ConfigurationService.html     |  12 +-
 helix-front/docs/injectables/HelperService.html    | 148 +++-
 helix-front/docs/injectables/InstanceService.html  |   2 +-
 helix-front/docs/injectables/ResourceService.html  |   6 +-
 helix-front/docs/injectables/UserService.html      |  20 +-
 .../{HelixUserRequest.html => HelixRequest.html}   |  24 +-
 helix-front/docs/interfaces/HelixSession.html      |  59 +-
 helix-front/docs/interfaces/ListFieldObject.html   |  62 +-
 helix-front/docs/interfaces/MapFieldObject.html    |  62 +-
 .../{SimpleFieldObject.html => Payload.html}       | 188 ++++-
 helix-front/docs/interfaces/SimpleFieldObject.html |  62 +-
 helix-front/docs/js/menu-wc.js                     |  20 +-
 helix-front/docs/js/menu-wc_es5.js                 |  22 +-
 helix-front/docs/js/search/search_index.js         |   4 +-
 helix-front/docs/miscellaneous/typealiases.html    |  42 +-
 helix-front/docs/miscellaneous/variables.html      | 828 ++++++++++++++++++++-
 helix-front/docs/overview.html                     |   4 +-
 helix-front/docs/properties.html                   |   4 +-
 helix-front/documentation.json                     | 433 ++++++-----
 helix-front/jest.config.js                         |   6 +
 helix-front/package.json                           |  11 +-
 helix-front/pom.xml                                |  28 +-
 helix-front/server/controllers/user.ts             |  25 +-
 helix-front/setupJest.ts                           |   6 +-
 helix-front/src/app/app.component.spec.ts          |  35 +-
 .../helix-list/helix-list.component.spec.ts        |  13 +-
 .../src/app/chooser/shared/chooser.service.spec.ts |   1 +
 .../cluster-detail.component.spec.ts               |  14 +-
 .../cluster-list/cluster-list.component.spec.ts    |  14 +-
 .../src/app/cluster/cluster.component.spec.ts      |  38 +-
 .../src/app/cluster/shared/cluster.service.spec.ts |   1 +
 .../config-detail/config-detail.component.spec.ts  |  13 +-
 .../shared/configuration.service.spec.ts           |   1 +
 .../controller-detail.component.spec.ts            |  14 +-
 .../controller/shared/controller.service.spec.ts   |   1 +
 helix-front/src/app/core/helix.service.spec.ts     |   1 +
 .../src/app/dashboard/dashboard.component.spec.ts  |  14 +-
 .../history-list/history-list.component.spec.ts    |  14 +-
 .../src/app/history/shared/history.service.spec.ts |   1 +
 .../instance-detail.component.spec.ts              |  14 +-
 .../instance-detail/instance-detail.component.ts   |  26 +-
 .../instance-list/instance-list.component.spec.ts  |  14 +-
 .../app/instance/shared/instance.service.spec.ts   |   1 +
 .../partition-detail.component.spec.ts             |  14 +-
 .../partition-list.component.spec.ts               |  13 +-
 .../resource-detail-for-instance.component.spec.ts |  14 +-
 .../resource-detail.component.spec.ts              |  14 +-
 .../resource-list/resource-list.component.spec.ts  |  13 +-
 .../resource-node-viewer.component.spec.ts         |  14 +-
 .../app/resource/shared/resource.service.spec.ts   |   1 +
 .../shared/data-table/data-table.component.spec.ts |  13 +-
 .../detail-header/detail-header.component.spec.ts  |  13 +-
 .../alert-dialog/alert-dialog.component.spec.ts    |  14 +-
 .../confirm-dialog.component.spec.ts               |  14 +-
 .../input-dialog/input-dialog.component.spec.ts    |  14 +-
 .../disabled-label.component.spec.ts               |  13 +-
 helix-front/src/app/shared/helper.service.spec.ts  |   1 +
 .../input-inline/input-inline.component.spec.ts    |  13 +-
 .../json-viewer/json-viewer.component.spec.ts      |  13 +-
 .../key-value-pairs.component.spec.ts              |  13 +-
 .../node-viewer/node-viewer.component.spec.ts      |  13 +-
 .../state-label/state-label.component.spec.ts      |  13 +-
 .../job-detail/job-detail.component.spec.ts        |  16 +-
 .../workflow/job-list/job-list.component.spec.ts   |  14 +-
 .../src/app/workflow/shared/job.service.spec.ts    |   1 +
 .../app/workflow/shared/workflow.service.spec.ts   |   1 +
 .../workflow-dag/workflow-dag.component.spec.ts    |  14 +-
 .../workflow-detail/workflow-detail.component.html |   5 +-
 .../workflow-detail.component.spec.ts              |  14 +-
 .../workflow-list/workflow-list.component.html     |   2 +-
 .../workflow-list/workflow-list.component.spec.ts  |  14 +-
 helix-front/{src => }/tsconfig.spec.json           |   6 +-
 helix-front/yarn.lock                              | 270 ++++++-
 helix-lock/pom.xml                                 |   3 +-
 helix-rest/pom.xml                                 |   4 +-
 .../rest/server/json/cluster/TestClusterInfo.java  |   4 +-
 .../server/json/cluster/TestClusterTopology.java   |   4 +-
 .../server/json/instance/TestStoppableCheck.java   |   2 +-
 helix-view-aggregator/pom.xml                      |   3 +-
 metadata-store-directory-common/pom.xml            |   3 +-
 metrics-common/pom.xml                             |   3 +-
 pom.xml                                            |  10 +-
 recipes/distributed-lock-manager/pom.xml           |   3 +-
 recipes/pom.xml                                    |   5 +-
 recipes/rabbitmq-consumer-group/pom.xml            |   3 +-
 recipes/rsync-replicated-file-system/pom.xml       |   3 +-
 recipes/service-discovery/pom.xml                  |   3 +-
 recipes/task-execution/pom.xml                     |   5 +-
 website/0.9.9/pom.xml                              |   6 +-
 .../src/site/apt/releasenotes/release-1.0.2.apt    | 101 ---
 .../src/site/markdown/recipes/service_discovery.md | 184 -----
 website/1.0.4/pom.xml                              |   6 +-
 website/{1.0.2 => 1.1.0}/pom.xml                   |  10 +-
 .../src/site/apt/privacy-policy.apt                |   0
 .../src/site/apt/releasenotes/release-1.1.0.apt}   |  40 +-
 .../{1.0.2 => 1.1.0}/src/site/markdown/Building.md |   4 +-
 .../{1.0.2 => 1.1.0}/src/site/markdown/Features.md |   0
 .../{1.0.2 => 1.1.0}/src/site/markdown/Metrics.md  |   0
 .../src/site/markdown/Quickstart.md                |   6 +-
 .../{1.0.2 => 1.1.0}/src/site/markdown/Tutorial.md |   0
 .../src/site/markdown/auto_exit_maintenance.md     |   0
 .../src/site/markdown/design_crushed.md            |   0
 .../{1.0.2 => 1.1.0}/src/site/markdown/index.md    |   6 +-
 .../src/site/markdown/quota_scheduling.md          |   0
 .../src/site/markdown/recipes/lock_manager.md      |   2 +-
 .../markdown/recipes/rabbitmq_consumer_group.md    |   2 +-
 .../recipes/rsync_replicated_file_store.md         |   2 +-
 .../src/site/markdown/recipes/service_discovery.md |   0
 .../site/markdown/recipes/task_dag_execution.md    |   2 +-
 .../src/site/markdown/tutorial_admin.md            |   6 +-
 .../src/site/markdown/tutorial_agent.md            |   0
 .../src/site/markdown/tutorial_cloud_support.md    |   0
 .../src/site/markdown/tutorial_controller.md       |   0
 .../src/site/markdown/tutorial_customized_view.md  |   0
 .../src/site/markdown/tutorial_distributed_lock.md |   0
 .../src/site/markdown/tutorial_health.md           |   0
 .../src/site/markdown/tutorial_messaging.md        |   2 +-
 .../src/site/markdown/tutorial_participant.md      |   0
 .../src/site/markdown/tutorial_propstore.md        |   2 +-
 .../src/site/markdown/tutorial_rebalance.md        |   0
 .../src/site/markdown/tutorial_rest_service.md     |   4 +-
 .../src/site/markdown/tutorial_spectator.md        |   0
 .../src/site/markdown/tutorial_state.md            |   0
 .../src/site/markdown/tutorial_task_framework.md   |   0
 .../src/site/markdown/tutorial_task_throttling.md  |   0
 .../src/site/markdown/tutorial_throttling.md       |   0
 .../src/site/markdown/tutorial_ui.md               |   2 +-
 .../site/markdown/tutorial_user_content_store.md   |   0
 .../site/markdown/tutorial_user_def_rebalancer.md  |   0
 .../src/site/markdown/tutorial_yaml.md             |   0
 .../{1.0.2 => 1.1.0}/src/site/resources/.htaccess  |   0
 .../src/site/resources/JobExample.json             |   0
 .../src/site/resources/WorkflowExample.json        |   0
 .../resources/css/bootstrap-responsive.min.css     |   0
 .../src/site/resources/css/bootstrap.min.css       |   0
 .../src/site/resources/download.cgi                |   0
 .../images/CustomizedViewSystemArchitecture.jpeg   | Bin
 .../images/HelixPriorityLockWorkflow.jpeg          | Bin
 .../src/site/resources/images/PFS-Generic.png      | Bin
 .../images/ParticipantAutoRegistrationLogic.png    | Bin
 .../src/site/resources/images/RSYNC_BASED_PFS.png  | Bin
 .../site/resources/images/TaskFrameworkLayers.png  | Bin
 .../src/site/resources/images/UIScreenshot.png     | Bin
 .../src/site/resources/images/UIScreenshot2.png    | Bin
 .../resources/images/auto-exit-maintenance.jpg     | Bin
 .../images/design/crushed/after-using-crushed.png  | Bin
 .../images/design/crushed/before-using-crush.png   | Bin
 .../resources/images/design/crushed/classes.png    | Bin
 .../images/design/crushed/crushed-master-dist.png  | Bin
 .../design/crushed/crushed-partition-dist.png      | Bin
 .../images/design/crushed/cursh-master-dist.png    | Bin
 .../images/design/crushed/cursh-partition-dist.png | Bin
 .../crushed/example-cluster-master-dist-after.png  | Bin
 .../design/crushed/example-cluster-master-dist.png | Bin
 .../crushed/example-cluster-partition-dist.png     | Bin
 .../crushed/example-movement-on-expansion.png      | Bin
 .../design/crushed/node-down-master-move.png       | Bin
 .../design/crushed/node-down-partition-move.png    | Bin
 .../images/design/crushed/performance.png          | Bin
 .../images/quota_InstanceCapacityManager.jpeg      | Bin
 .../src/site/resources/images/quota_intro.png      | Bin
 .../src/site/resources/js/bootstrap.min.js         |   0
 .../src/site/resources/js/jquery.min.js            |   0
 website/{1.0.2 => 1.1.0}/src/site/site.xml         |  21 +-
 .../{1.0.2 => 1.1.0}/src/site/xdoc/download.xml.vm |   4 +-
 website/{1.0.2 => 1.1.0}/src/test/conf/testng.xml  |   0
 website/pom.xml                                    |  10 +-
 website/src/site/apt/privacy-policy.apt            |   4 +-
 website/src/site/apt/releasing.apt                 |   8 +-
 website/src/site/markdown/Architecture.md          |   4 +-
 website/src/site/markdown/Publications.md          |  12 +-
 website/src/site/markdown/index.md                 |   2 +-
 website/src/site/markdown/involved/building.md     |   2 +-
 website/src/site/markdown/sources.md               |   6 +-
 website/src/site/site.xml                          |  12 +-
 website/src/site/xdoc/download.xml.vm              |  56 +-
 zookeeper-api/pom.xml                              |   3 +-
 .../zookeeper/api/client/RealmAwareZkClient.java   |   4 +-
 .../helix/zookeeper/impl/client/ZkClient.java      |   4 +-
 229 files changed, 3467 insertions(+), 1493 deletions(-)
 copy helix-front/docs/components/{JsonViewerComponent.html => ConfirmDialogTestComponent.html} (62%)
 copy helix-front/docs/interfaces/{HelixUserRequest.html => HelixRequest.html} (92%)
 copy helix-front/docs/interfaces/{SimpleFieldObject.html => Payload.html} (58%)
 copy helix-front/{src => }/tsconfig.spec.json (52%)
 delete mode 100644 website/1.0.2/src/site/apt/releasenotes/release-1.0.2.apt
 delete mode 100644 website/1.0.2/src/site/markdown/recipes/service_discovery.md
 rename website/{1.0.2 => 1.1.0}/pom.xml (90%)
 rename website/{1.0.2 => 1.1.0}/src/site/apt/privacy-policy.apt (100%)
 copy website/{0.9.9/src/site/apt/releasenotes/release-0.9.9.apt => 1.1.0/src/site/apt/releasenotes/release-1.1.0.apt} (55%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/Building.md (95%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/Features.md (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/Metrics.md (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/Quickstart.md (99%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/Tutorial.md (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/auto_exit_maintenance.md (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/design_crushed.md (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/index.md (89%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/quota_scheduling.md (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/recipes/lock_manager.md (99%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/recipes/rabbitmq_consumer_group.md (99%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/recipes/rsync_replicated_file_store.md (99%)
 copy website/{1.0.4 => 1.1.0}/src/site/markdown/recipes/service_discovery.md (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/recipes/task_dag_execution.md (99%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/tutorial_admin.md (99%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/tutorial_agent.md (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/tutorial_cloud_support.md (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/tutorial_controller.md (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/tutorial_customized_view.md (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/tutorial_distributed_lock.md (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/tutorial_health.md (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/tutorial_messaging.md (98%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/tutorial_participant.md (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/tutorial_propstore.md (95%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/tutorial_rebalance.md (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/tutorial_rest_service.md (99%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/tutorial_spectator.md (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/tutorial_state.md (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/tutorial_task_framework.md (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/tutorial_task_throttling.md (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/tutorial_throttling.md (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/tutorial_ui.md (99%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/tutorial_user_content_store.md (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/tutorial_user_def_rebalancer.md (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/markdown/tutorial_yaml.md (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/.htaccess (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/JobExample.json (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/WorkflowExample.json (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/css/bootstrap-responsive.min.css (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/css/bootstrap.min.css (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/download.cgi (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/CustomizedViewSystemArchitecture.jpeg (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/HelixPriorityLockWorkflow.jpeg (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/PFS-Generic.png (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/ParticipantAutoRegistrationLogic.png (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/RSYNC_BASED_PFS.png (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/TaskFrameworkLayers.png (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/UIScreenshot.png (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/UIScreenshot2.png (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/auto-exit-maintenance.jpg (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/design/crushed/after-using-crushed.png (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/design/crushed/before-using-crush.png (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/design/crushed/classes.png (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/design/crushed/crushed-master-dist.png (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/design/crushed/crushed-partition-dist.png (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/design/crushed/cursh-master-dist.png (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/design/crushed/cursh-partition-dist.png (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/design/crushed/example-cluster-master-dist-after.png (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/design/crushed/example-cluster-master-dist.png (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/design/crushed/example-cluster-partition-dist.png (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/design/crushed/example-movement-on-expansion.png (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/design/crushed/node-down-master-move.png (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/design/crushed/node-down-partition-move.png (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/design/crushed/performance.png (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/quota_InstanceCapacityManager.jpeg (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/images/quota_intro.png (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/js/bootstrap.min.js (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/resources/js/jquery.min.js (100%)
 rename website/{1.0.2 => 1.1.0}/src/site/site.xml (89%)
 rename website/{1.0.2 => 1.1.0}/src/site/xdoc/download.xml.vm (99%)
 rename website/{1.0.2 => 1.1.0}/src/test/conf/testng.xml (100%)