[ignite] branch master updated (364b037 -> 073488a)

2020-10-08 Thread dmagda
This is an automated email from the ASF dual-hosted git repository.

dmagda pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.


from 364b037  IGNITE-13431 Fix NPE when PRIMITIVE strategy is used with 
BLOB value. (#8277)
 add 073488a  IGNITE-7595: new Ignite docs (returning the original changes 
after fixing licensing issues)

No new revisions were added by this update.

Summary of changes:
 docs/.gitignore|5 +
 docs/Gemfile   |   14 +
 docs/README.adoc   |  184 ++
 docs/_config.yml   |   46 +
 docs/_data/toc.yaml|  559 
 docs/_docs/SQL/JDBC/error-codes.adoc   |   81 +
 docs/_docs/SQL/JDBC/jdbc-client-driver.adoc|  297 ++
 docs/_docs/SQL/JDBC/jdbc-driver.adoc   |  649 +
 docs/_docs/SQL/ODBC/connection-string-dsn.adoc |  255 ++
 docs/_docs/SQL/ODBC/data-types.adoc|   38 +
 docs/_docs/SQL/ODBC/error-codes.adoc   |  155 +
 docs/_docs/SQL/ODBC/odbc-driver.adoc   |  343 +++
 docs/_docs/SQL/ODBC/querying-modifying-data.adoc   |  491 
 docs/_docs/SQL/ODBC/specification.adoc | 1090 
 docs/_docs/SQL/custom-sql-func.adoc|   49 +
 docs/_docs/SQL/distributed-joins.adoc  |  110 +
 docs/_docs/SQL/indexes.adoc|  357 +++
 docs/_docs/SQL/schemas.adoc|   94 +
 docs/_docs/SQL/sql-api.adoc|  352 +++
 docs/_docs/SQL/sql-introduction.adoc   |   53 +
 docs/_docs/SQL/sql-transactions.adoc   |   87 +
 docs/_docs/SQL/sql-tuning.adoc |  471 
 .../binary-client-protocol.adoc|  286 ++
 .../binary-type-metadata.adoc  |  421 +++
 .../cache-configuration.adoc   |  714 +
 docs/_docs/binary-client-protocol/data-format.adoc | 1072 +++
 .../binary-client-protocol/key-value-queries.adoc  | 1416 ++
 .../sql-and-scan-queries.adoc  |  634 +
 docs/_docs/clustering/baseline-topology.adoc   |  159 ++
 docs/_docs/clustering/clustering.adoc  |   51 +
 docs/_docs/clustering/connect-client-nodes.adoc|  106 +
 docs/_docs/clustering/discovery-in-the-cloud.adoc  |  270 ++
 docs/_docs/clustering/network-configuration.adoc   |  185 ++
 .../running-client-nodes-behind-nat.adoc   |   47 +
 docs/_docs/clustering/tcp-ip-discovery.adoc|  426 +++
 docs/_docs/clustering/zookeeper-discovery.adoc |  193 ++
 .../_docs/code-deployment/deploying-user-code.adoc |   96 +
 docs/_docs/code-deployment/peer-class-loading.adoc |  166 ++
 docs/_docs/code-snippets/cpp/src/affinity_run.cpp  |  148 +
 .../cpp/src/cache_asynchronous_execution.cpp   |  128 +
 .../cpp/src/cache_atomic_operations.cpp|   54 +
 .../cpp/src/cache_creating_dynamically.cpp |   37 +
 docs/_docs/code-snippets/cpp/src/cache_get_put.cpp |   58 +
 .../cpp/src/cache_getting_instance.cpp |   38 +
 docs/_docs/code-snippets/cpp/src/city.h|   69 +
 docs/_docs/code-snippets/cpp/src/city_key.h|   76 +
 .../cpp/src/compute_acessing_data.cpp  |  134 +
 .../code-snippets/cpp/src/compute_broadcast.cpp|  136 +
 docs/_docs/code-snippets/cpp/src/compute_call.cpp  |  151 +
 .../code-snippets/cpp/src/compute_call_async.cpp   |  165 ++
 docs/_docs/code-snippets/cpp/src/compute_get.cpp   |   38 +
 docs/_docs/code-snippets/cpp/src/compute_run.cpp   |  147 +
 .../code-snippets/cpp/src/concurrent_updates.cpp   |   60 +
 .../code-snippets/cpp/src/continuous_query.cpp |   87 +
 .../cpp/src/continuous_query_filter.cpp|  167 ++
 .../cpp/src/continuous_query_listener.cpp  |   76 +
 docs/_docs/code-snippets/cpp/src/country.h |   74 +
 docs/_docs/code-snippets/cpp/src/invoke.cpp|  156 ++
 .../cpp/src/key_value_execute_sql.cpp  |   55 +
 .../code-snippets/cpp/src/key_value_object_key.cpp |   52 +
 docs/_docs/code-snippets/cpp/src/person.h  |   94 +
 docs/_docs/code-snippets/cpp/src/scan_query.cpp|   53 +
 .../cpp/src/setting_work_directory.cpp |   32 +
 docs/_docs/code-snippets/cpp/src/sql.cpp   |   56 +
 docs/_docs/code-snippets/cpp/src/sql_create.cpp|   40 +
 .../_docs/code-snippets/cpp/src/sql_join_order.cpp |   33 +
 .../code-snippets/cpp/src/start_stop_nodes.cpp |   45 +
 .../code-snippets/cpp/src/thin_authentication.cpp  |   44 +
 .../code-snippets/cpp/src/thin_client_cache.cpp|   46 +
 .../code-snippets/cpp/src/thin_client_ssl.cpp  |   39 +
 .../cpp/src/thin_creating_client_instance.cpp  |   42 +
 .../cpp/src/thin_partition_awareness.cpp   |   46 +
 docs/_docs/code-snippets/cpp/src/transactions.cpp  |   78 +
 .../cpp/src/transactions_pessimis

[ignite] branch master updated (364b037 -> 073488a)

2020-10-08 Thread dmagda
This is an automated email from the ASF dual-hosted git repository.

dmagda pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.


from 364b037  IGNITE-13431 Fix NPE when PRIMITIVE strategy is used with 
BLOB value. (#8277)
 add 073488a  IGNITE-7595: new Ignite docs (returning the original changes 
after fixing licensing issues)

No new revisions were added by this update.

Summary of changes:
 docs/.gitignore|5 +
 docs/Gemfile   |   14 +
 docs/README.adoc   |  184 ++
 docs/_config.yml   |   46 +
 docs/_data/toc.yaml|  559 
 docs/_docs/SQL/JDBC/error-codes.adoc   |   81 +
 docs/_docs/SQL/JDBC/jdbc-client-driver.adoc|  297 ++
 docs/_docs/SQL/JDBC/jdbc-driver.adoc   |  649 +
 docs/_docs/SQL/ODBC/connection-string-dsn.adoc |  255 ++
 docs/_docs/SQL/ODBC/data-types.adoc|   38 +
 docs/_docs/SQL/ODBC/error-codes.adoc   |  155 +
 docs/_docs/SQL/ODBC/odbc-driver.adoc   |  343 +++
 docs/_docs/SQL/ODBC/querying-modifying-data.adoc   |  491 
 docs/_docs/SQL/ODBC/specification.adoc | 1090 
 docs/_docs/SQL/custom-sql-func.adoc|   49 +
 docs/_docs/SQL/distributed-joins.adoc  |  110 +
 docs/_docs/SQL/indexes.adoc|  357 +++
 docs/_docs/SQL/schemas.adoc|   94 +
 docs/_docs/SQL/sql-api.adoc|  352 +++
 docs/_docs/SQL/sql-introduction.adoc   |   53 +
 docs/_docs/SQL/sql-transactions.adoc   |   87 +
 docs/_docs/SQL/sql-tuning.adoc |  471 
 .../binary-client-protocol.adoc|  286 ++
 .../binary-type-metadata.adoc  |  421 +++
 .../cache-configuration.adoc   |  714 +
 docs/_docs/binary-client-protocol/data-format.adoc | 1072 +++
 .../binary-client-protocol/key-value-queries.adoc  | 1416 ++
 .../sql-and-scan-queries.adoc  |  634 +
 docs/_docs/clustering/baseline-topology.adoc   |  159 ++
 docs/_docs/clustering/clustering.adoc  |   51 +
 docs/_docs/clustering/connect-client-nodes.adoc|  106 +
 docs/_docs/clustering/discovery-in-the-cloud.adoc  |  270 ++
 docs/_docs/clustering/network-configuration.adoc   |  185 ++
 .../running-client-nodes-behind-nat.adoc   |   47 +
 docs/_docs/clustering/tcp-ip-discovery.adoc|  426 +++
 docs/_docs/clustering/zookeeper-discovery.adoc |  193 ++
 .../_docs/code-deployment/deploying-user-code.adoc |   96 +
 docs/_docs/code-deployment/peer-class-loading.adoc |  166 ++
 docs/_docs/code-snippets/cpp/src/affinity_run.cpp  |  148 +
 .../cpp/src/cache_asynchronous_execution.cpp   |  128 +
 .../cpp/src/cache_atomic_operations.cpp|   54 +
 .../cpp/src/cache_creating_dynamically.cpp |   37 +
 docs/_docs/code-snippets/cpp/src/cache_get_put.cpp |   58 +
 .../cpp/src/cache_getting_instance.cpp |   38 +
 docs/_docs/code-snippets/cpp/src/city.h|   69 +
 docs/_docs/code-snippets/cpp/src/city_key.h|   76 +
 .../cpp/src/compute_acessing_data.cpp  |  134 +
 .../code-snippets/cpp/src/compute_broadcast.cpp|  136 +
 docs/_docs/code-snippets/cpp/src/compute_call.cpp  |  151 +
 .../code-snippets/cpp/src/compute_call_async.cpp   |  165 ++
 docs/_docs/code-snippets/cpp/src/compute_get.cpp   |   38 +
 docs/_docs/code-snippets/cpp/src/compute_run.cpp   |  147 +
 .../code-snippets/cpp/src/concurrent_updates.cpp   |   60 +
 .../code-snippets/cpp/src/continuous_query.cpp |   87 +
 .../cpp/src/continuous_query_filter.cpp|  167 ++
 .../cpp/src/continuous_query_listener.cpp  |   76 +
 docs/_docs/code-snippets/cpp/src/country.h |   74 +
 docs/_docs/code-snippets/cpp/src/invoke.cpp|  156 ++
 .../cpp/src/key_value_execute_sql.cpp  |   55 +
 .../code-snippets/cpp/src/key_value_object_key.cpp |   52 +
 docs/_docs/code-snippets/cpp/src/person.h  |   94 +
 docs/_docs/code-snippets/cpp/src/scan_query.cpp|   53 +
 .../cpp/src/setting_work_directory.cpp |   32 +
 docs/_docs/code-snippets/cpp/src/sql.cpp   |   56 +
 docs/_docs/code-snippets/cpp/src/sql_create.cpp|   40 +
 .../_docs/code-snippets/cpp/src/sql_join_order.cpp |   33 +
 .../code-snippets/cpp/src/start_stop_nodes.cpp |   45 +
 .../code-snippets/cpp/src/thin_authentication.cpp  |   44 +
 .../code-snippets/cpp/src/thin_client_cache.cpp|   46 +
 .../code-snippets/cpp/src/thin_client_ssl.cpp  |   39 +
 .../cpp/src/thin_creating_client_instance.cpp  |   42 +
 .../cpp/src/thin_partition_awareness.cpp   |   46 +
 docs/_docs/code-snippets/cpp/src/transactions.cpp  |   78 +
 .../cpp/src/transactions_pessimis