[GitHub] [ignite-nodejs-thin-client] Mmuzaf merged pull request #7: IGNITE-15759 Replace local affinity function with the custom one

2022-08-11 Thread GitBox
Mmuzaf merged PR #7: URL: https://github.com/apache/ignite-nodejs-thin-client/pull/7 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@ign

[GitHub] [ignite-nodejs-thin-client] isapego merged pull request #6: IGNITE-17389 Increase test node startup timeout

2022-07-18 Thread GitBox
isapego merged PR #6: URL: https://github.com/apache/ignite-nodejs-thin-client/pull/6 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@ig

[GitHub] [ignite-3] korlov42 commented on a diff in pull request #739: IGNITE-16697 MV storage methods and reference implementation

2022-04-04 Thread GitBox
korlov42 commented on code in PR #739: URL: https://github.com/apache/ignite-3/pull/739#discussion_r841462683 ## modules/core/src/main/java/org/apache/ignite/internal/util/Cursor.java: ## @@ -25,5 +26,40 @@ * @param Type of elements. */ public interface Cursor extends Iter

[GitHub] [ignite-3] ibessonov commented on a diff in pull request #754: IGNITE-16691 Storage Configuration refactoring and improvements

2022-04-04 Thread GitBox
ibessonov commented on code in PR #754: URL: https://github.com/apache/ignite-3/pull/754#discussion_r841445460 ## modules/storage-rocksdb/src/main/java/org/apache/ignite/internal/storage/rocksdb/RocksDbStorageEngineFactory.java: ## @@ -0,0 +1,42 @@ +/* + * Licensed to the Apache

[GitHub] [ignite-3] ibessonov commented on a diff in pull request #739: IGNITE-16697 MV storage methods and reference implementation

2022-04-04 Thread GitBox
ibessonov commented on code in PR #739: URL: https://github.com/apache/ignite-3/pull/739#discussion_r841437090 ## modules/core/src/main/java/org/apache/ignite/internal/util/Cursor.java: ## @@ -25,5 +25,38 @@ * @param Type of elements. */ public interface Cursor extends Ite

[GitHub] [ignite-3] tkalkirill commented on a diff in pull request #754: IGNITE-16691 Storage Configuration refactoring and improvements

2022-04-04 Thread GitBox
tkalkirill commented on code in PR #754: URL: https://github.com/apache/ignite-3/pull/754#discussion_r841435461 ## modules/storage-rocksdb/src/main/java/org/apache/ignite/internal/storage/rocksdb/RocksDbStorageEngineFactory.java: ## @@ -0,0 +1,42 @@ +/* + * Licensed to the Apach

[GitHub] [ignite-3] korlov42 commented on a diff in pull request #739: IGNITE-16697 MV storage methods and reference implementation

2022-04-04 Thread GitBox
korlov42 commented on code in PR #739: URL: https://github.com/apache/ignite-3/pull/739#discussion_r841434095 ## modules/core/src/main/java/org/apache/ignite/internal/util/Cursor.java: ## @@ -25,5 +25,38 @@ * @param Type of elements. */ public interface Cursor extends Iter

[GitHub] [ignite-nodejs-thin-client] NSAmelchev merged pull request #5: IGNITE-16651: replace logger with ignite-log4j2

2022-03-24 Thread GitBox
NSAmelchev merged pull request #5: URL: https://github.com/apache/ignite-nodejs-thin-client/pull/5 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [ignite-nodejs-thin-client] asfgit closed pull request #4: IGNITE-16490 Node.js: Fix API documentation main page

2022-02-08 Thread GitBox
asfgit closed pull request #4: URL: https://github.com/apache/ignite-nodejs-thin-client/pull/4 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev

[GitHub] [ignite-nodejs-thin-client] isapego commented on a change in pull request #4: IGNITE-16490 Node.js: Fix API documentation main page

2022-02-08 Thread GitBox
isapego commented on a change in pull request #4: URL: https://github.com/apache/ignite-nodejs-thin-client/pull/4#discussion_r801366727 ## File path: api_spec/index.md ## @@ -0,0 +1,9 @@ +# Node.js Client for Apache Ignite + +This thin client allows your Node.js applications t

[GitHub] [ignite-nodejs-thin-client] ptupitsyn commented on a change in pull request #4: IGNITE-16490 Node.js: Fix API documentation main page

2022-02-07 Thread GitBox
ptupitsyn commented on a change in pull request #4: URL: https://github.com/apache/ignite-nodejs-thin-client/pull/4#discussion_r801325319 ## File path: api_spec/index.md ## @@ -0,0 +1,9 @@ +# Node.js Client for Apache Ignite + +This thin client allows your Node.js applications

[GitHub] [ignite-nodejs-thin-client] teligenz-developer opened a new pull request #3: Handling multiple response in buffer due to simultaneously request

2021-04-28 Thread GitBox
teligenz-developer opened a new pull request #3: URL: https://github.com/apache/ignite-nodejs-thin-client/pull/3 While using NodeJS Thin client to connect with ignite node. When we run single query to get data from ignite we were getting data but when we try to get 10 query per sec we gett

[GitHub] [ignite-nodejs-thin-client] asfgit closed pull request #1: IGNITE-11032 Move to TypeScript

2021-01-12 Thread GitBox
asfgit closed pull request #1: URL: https://github.com/apache/ignite-nodejs-thin-client/pull/1 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [ignite-nodejs-thin-client] asfgit closed pull request #2: IGNITE-13794 Partition awareness for Node.js

2021-01-11 Thread GitBox
asfgit closed pull request #2: URL: https://github.com/apache/ignite-nodejs-thin-client/pull/2 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [ignite-python-thin-client] ivandasch commented on a change in pull request #1: IGNITE-13903 Add tox, docker-compose and travis integration, update pytest versions.

2020-12-24 Thread GitBox
ivandasch commented on a change in pull request #1: URL: https://github.com/apache/ignite-python-thin-client/pull/1#discussion_r548627959 ## File path: docker-compose.yml ## @@ -0,0 +1,34 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor l

[GitHub] [ignite-python-thin-client] isapego commented on a change in pull request #1: IGNITE-13903 Add tox, docker-compose and travis integration, update pytest versions.

2020-12-24 Thread GitBox
isapego commented on a change in pull request #1: URL: https://github.com/apache/ignite-python-thin-client/pull/1#discussion_r548558576 ## File path: docker-compose.yml ## @@ -0,0 +1,34 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor lic

[GitHub] [ignite-python-thin-client] ivandasch opened a new pull request #1: IGNITE-13903 Add tox, docker-compose and travis integration, update pytest versions.

2020-12-24 Thread GitBox
ivandasch opened a new pull request #1: URL: https://github.com/apache/ignite-python-thin-client/pull/1 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [ignite-3] vkulichenko opened a new pull request #12: IGNITE-13894 - Improve look&feel of the CLI tool

2020-12-22 Thread GitBox
vkulichenko opened a new pull request #12: URL: https://github.com/apache/ignite-3/pull/12 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [ignite-3] kgusakov opened a new pull request #11: IGNITE-13782 Add reinit support for corrupted installation

2020-12-22 Thread GitBox
kgusakov opened a new pull request #11: URL: https://github.com/apache/ignite-3/pull/11 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [ignite-3] pavlukhin merged pull request #10: IGNITE-13875 Configure notifications for ignite-3 git repository

2020-12-22 Thread GitBox
pavlukhin merged pull request #10: URL: https://github.com/apache/ignite-3/pull/10 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

[GitHub] [ignite-3] asfgit closed pull request #4: IGNITE-13610 Initial version of unified CLI tool

2020-12-18 Thread GitBox
asfgit closed pull request #4: URL: https://github.com/apache/ignite-3/pull/4 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the sp

[GitHub] [ignite-3] alievmirza commented on a change in pull request #4: IGNITE-13610 Initial version of unified CLI tool

2020-12-18 Thread GitBox
alievmirza commented on a change in pull request #4: URL: https://github.com/apache/ignite-3/pull/4#discussion_r545802730 ## File path: modules/cli-demo/cli/src/main/java/org/apache/ignite/cli/IgniteCLIException.java ## @@ -0,0 +1,30 @@ +/* + * Licensed to the Apache Software

[GitHub] [ignite-3] pavlukhin opened a new pull request #10: IGNITE-13875 Configure notifications for ignite-3 git repository

2020-12-17 Thread GitBox
pavlukhin opened a new pull request #10: URL: https://github.com/apache/ignite-3/pull/10 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [ignite-3] AMashenkov commented on a change in pull request #9: IGNITE-13874 Add PMD, Idea inspections, and checkstyle rules

2020-12-17 Thread GitBox
AMashenkov commented on a change in pull request #9: URL: https://github.com/apache/ignite-3/pull/9#discussion_r545358324 ## File path: checkrules/pmd-ruleset.xml ## @@ -0,0 +1,29 @@ + +

[GitHub] [ignite-3] AMashenkov commented on a change in pull request #9: IGNITE-13874 Add PMD, Idea inspections, and checkstyle rules

2020-12-17 Thread GitBox
AMashenkov commented on a change in pull request #9: URL: https://github.com/apache/ignite-3/pull/9#discussion_r545358324 ## File path: checkrules/pmd-ruleset.xml ## @@ -0,0 +1,29 @@ + +

[GitHub] [ignite-3] AMashenkov commented on a change in pull request #9: IGNITE-13874 Add PMD, Idea inspections, and checkstyle rules

2020-12-17 Thread GitBox
AMashenkov commented on a change in pull request #9: URL: https://github.com/apache/ignite-3/pull/9#discussion_r545358324 ## File path: checkrules/pmd-ruleset.xml ## @@ -0,0 +1,29 @@ + +

[GitHub] [ignite-3] AMashenkov commented on a change in pull request #9: IGNITE-13874 Add PMD, Idea inspections, and checkstyle rules

2020-12-17 Thread GitBox
AMashenkov commented on a change in pull request #9: URL: https://github.com/apache/ignite-3/pull/9#discussion_r545357953 ## File path: checkrules/pmd-ruleset.xml ## @@ -0,0 +1,29 @@ + + Review comment: --

[GitHub] [ignite-3] agoncharuk opened a new pull request #9: IGNITE-13874 Add PMD, Idea inspections, and checkstyle rules

2020-12-17 Thread GitBox
agoncharuk opened a new pull request #9: URL: https://github.com/apache/ignite-3/pull/9 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [ignite-3] kgusakov commented on pull request #8: IGNITE-13857 Update java version to 11

2020-12-16 Thread GitBox
kgusakov commented on pull request #8: URL: https://github.com/apache/ignite-3/pull/8#issuecomment-746534590 Merged This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [ignite-3] kgusakov closed pull request #8: IGNITE-13857 Update java version to 11

2020-12-16 Thread GitBox
kgusakov closed pull request #8: URL: https://github.com/apache/ignite-3/pull/8 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [ignite-3] kgusakov opened a new pull request #8: IGNITE-13857 Update java version to 11

2020-12-15 Thread GitBox
kgusakov opened a new pull request #8: URL: https://github.com/apache/ignite-3/pull/8 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [ignite-3] vveider closed pull request #7: Apache Ignite 3: RPM build

2020-12-14 Thread GitBox
vveider closed pull request #7: URL: https://github.com/apache/ignite-3/pull/7 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

[GitHub] [ignite-3] vveider opened a new pull request #7: Apache Ignite 3: RPM build

2020-12-14 Thread GitBox
vveider opened a new pull request #7: URL: https://github.com/apache/ignite-3/pull/7 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [ignite-3] sergey-chugunov-1985 opened a new pull request #6: IGNITE-13718 Integration module for new Unified Configuration providing REST API to access and manage configuration

2020-12-11 Thread GitBox
sergey-chugunov-1985 opened a new pull request #6: URL: https://github.com/apache/ignite-3/pull/6 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [ignite-3] AMashenkov commented on a change in pull request #4: IGNITE-13610 WIP Initial version of unified CLI tool

2020-12-10 Thread GitBox
AMashenkov commented on a change in pull request #4: URL: https://github.com/apache/ignite-3/pull/4#discussion_r540229106 ## File path: modules/cli-demo/cli/src/main/java/org/apache/ignite/cli/IgniteCliApp.java ## @@ -0,0 +1,13 @@ +package org.apache.ignite.cli; Review commen

[GitHub] [ignite-3] SammyVimes commented on a change in pull request #5: IGNITE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
SammyVimes commented on a change in pull request #5: URL: https://github.com/apache/ignite-3/pull/5#discussion_r535547981 ## File path: modules/configuration/src/main/java/org/apache/ignite/configuration/internal/validation/MaxValidator.java ## @@ -0,0 +1,42 @@ +/* + * License

[GitHub] [ignite-3] SammyVimes commented on a change in pull request #5: IGNITE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
SammyVimes commented on a change in pull request #5: URL: https://github.com/apache/ignite-3/pull/5#discussion_r535440706 ## File path: modules/configuration/src/main/java/org/apache/ignite/configuration/internal/validation/FieldValidator.java ## @@ -0,0 +1,46 @@ +/* + * Licen

[GitHub] [ignite-3] SammyVimes commented on a change in pull request #5: IGNITE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
SammyVimes commented on a change in pull request #5: URL: https://github.com/apache/ignite-3/pull/5#discussion_r535440706 ## File path: modules/configuration/src/main/java/org/apache/ignite/configuration/internal/validation/FieldValidator.java ## @@ -0,0 +1,46 @@ +/* + * Licen

[GitHub] [ignite-3] SammyVimes commented on a change in pull request #5: IGNITE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
SammyVimes commented on a change in pull request #5: URL: https://github.com/apache/ignite-3/pull/5#discussion_r535418386 ## File path: modules/configuration-annotation-processor/src/main/java/org/apache/ignite/configuration/processor/internal/Processor.java ## @@ -0,0 +1,692

[GitHub] [ignite-3] SammyVimes commented on a change in pull request #5: IGNITE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
SammyVimes commented on a change in pull request #5: URL: https://github.com/apache/ignite-3/pull/5#discussion_r535417248 ## File path: modules/config-sample/pom.xml ## @@ -0,0 +1,86 @@ + + + + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-

[GitHub] [ignite-3] SammyVimes commented on a change in pull request #5: IGNITE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
SammyVimes commented on a change in pull request #5: URL: https://github.com/apache/ignite-3/pull/5#discussion_r535414280 ## File path: modules/configuration/src/main/java/org/apache/ignite/configuration/internal/validation/FieldValidator.java ## @@ -0,0 +1,46 @@ +/* + * Licen

[GitHub] [ignite-3] SammyVimes commented on a change in pull request #5: IGNITE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
SammyVimes commented on a change in pull request #5: URL: https://github.com/apache/ignite-3/pull/5#discussion_r535413713 ## File path: modules/configuration/src/main/java/org/apache/ignite/configuration/internal/selector/BaseSelectors.java ## @@ -0,0 +1,125 @@ +/* + * License

[GitHub] [ignite-3] SammyVimes commented on a change in pull request #5: IGNITE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
SammyVimes commented on a change in pull request #5: URL: https://github.com/apache/ignite-3/pull/5#discussion_r535411746 ## File path: modules/configuration/src/main/java/org/apache/ignite/configuration/internal/selector/BaseSelectors.java ## @@ -0,0 +1,125 @@ +/* + * License

[GitHub] [ignite-3] SammyVimes commented on a change in pull request #5: IGNITE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
SammyVimes commented on a change in pull request #5: URL: https://github.com/apache/ignite-3/pull/5#discussion_r535408185 ## File path: modules/configuration/src/main/java/org/apache/ignite/configuration/internal/selector/BaseSelectors.java ## @@ -0,0 +1,125 @@ +/* + * License

[GitHub] [ignite-3] SammyVimes commented on a change in pull request #5: IGNITE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
SammyVimes commented on a change in pull request #5: URL: https://github.com/apache/ignite-3/pull/5#discussion_r535407691 ## File path: modules/configuration/src/main/java/org/apache/ignite/configuration/internal/property/NamedList.java ## @@ -0,0 +1,51 @@ +/* + * Licensed to

[GitHub] [ignite-3] SammyVimes commented on a change in pull request #5: IGNITE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
SammyVimes commented on a change in pull request #5: URL: https://github.com/apache/ignite-3/pull/5#discussion_r535405567 ## File path: modules/configuration/src/main/java/org/apache/ignite/configuration/internal/annotation/Validate.java ## @@ -0,0 +1,77 @@ +/* + * Licensed to

[GitHub] [ignite-3] SammyVimes commented on a change in pull request #5: IGNITE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
SammyVimes commented on a change in pull request #5: URL: https://github.com/apache/ignite-3/pull/5#discussion_r535404023 ## File path: modules/configuration/src/main/java/org/apache/ignite/configuration/internal/annotation/Config.java ## @@ -0,0 +1,69 @@ +/* + * Licensed to t

[GitHub] [ignite-3] SammyVimes commented on a change in pull request #5: IGNITE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
SammyVimes commented on a change in pull request #5: URL: https://github.com/apache/ignite-3/pull/5#discussion_r535400429 ## File path: modules/configuration/src/main/java/org/apache/ignite/configuration/internal/DynamicConfiguration.java ## @@ -0,0 +1,147 @@ +/* + * Licensed

[GitHub] [ignite-3] SammyVimes commented on a change in pull request #5: IGNITE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
SammyVimes commented on a change in pull request #5: URL: https://github.com/apache/ignite-3/pull/5#discussion_r535360759 ## File path: modules/configuration/src/main/java/org/apache/ignite/configuration/internal/Configurator.java ## @@ -0,0 +1,105 @@ +/* + * Licensed to the A

[GitHub] [ignite-3] SammyVimes commented on a change in pull request #5: IGNITE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
SammyVimes commented on a change in pull request #5: URL: https://github.com/apache/ignite-3/pull/5#discussion_r535360071 ## File path: modules/configuration-annotation-processor/src/test/resources/org/apache/ignite/configuration/processor/internal/TestConfigurationSchema.java ###

[GitHub] [ignite-3] SammyVimes commented on a change in pull request #5: IGNITE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
SammyVimes commented on a change in pull request #5: URL: https://github.com/apache/ignite-3/pull/5#discussion_r535350963 ## File path: modules/configuration-annotation-processor/src/main/java/org/apache/ignite/configuration/processor/internal/validation/ValidationGenerator.java #

[GitHub] [ignite-3] AMashenkov commented on a change in pull request #5: IGNITE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
AMashenkov commented on a change in pull request #5: URL: https://github.com/apache/ignite-3/pull/5#discussion_r535268251 ## File path: modules/configuration-annotation-processor/src/main/java/org/apache/ignite/configuration/processor/internal/Processor.java ## @@ -0,0 +1,692

[GitHub] [ignite-3] AMashenkov commented on a change in pull request #5: IGNITE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
AMashenkov commented on a change in pull request #5: URL: https://github.com/apache/ignite-3/pull/5#discussion_r535268251 ## File path: modules/configuration-annotation-processor/src/main/java/org/apache/ignite/configuration/processor/internal/Processor.java ## @@ -0,0 +1,692

[GitHub] [ignite-3] AMashenkov commented on a change in pull request #5: IGNITE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
AMashenkov commented on a change in pull request #5: URL: https://github.com/apache/ignite-3/pull/5#discussion_r535264583 ## File path: modules/config-sample/pom.xml ## @@ -0,0 +1,86 @@ + + + + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-

[GitHub] [ignite-3] SammyVimes commented on a change in pull request #5: IGNITE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
SammyVimes commented on a change in pull request #5: URL: https://github.com/apache/ignite-3/pull/5#discussion_r535251190 ## File path: modules/configuration-annotation-processor/pom.xml ## @@ -0,0 +1,94 @@ + + + + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w

[GitHub] [ignite-3] SammyVimes commented on a change in pull request #5: IGNITE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
SammyVimes commented on a change in pull request #5: URL: https://github.com/apache/ignite-3/pull/5#discussion_r535248128 ## File path: modules/config-sample/src/main/java/org/apache/ignite/configuration/internal/AutoAdjustConfigurationSchema.java ## @@ -0,0 +1,43 @@ +/* + * L

[GitHub] [ignite-3] SammyVimes commented on a change in pull request #5: IGNITE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
SammyVimes commented on a change in pull request #5: URL: https://github.com/apache/ignite-3/pull/5#discussion_r535247519 ## File path: modules/configuration-annotation-processor/pom.xml ## @@ -0,0 +1,94 @@ + + + + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w

[GitHub] [ignite-3] SammyVimes commented on a change in pull request #5: IGNITE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
SammyVimes commented on a change in pull request #5: URL: https://github.com/apache/ignite-3/pull/5#discussion_r535244939 ## File path: modules/config-sample/pom.xml ## @@ -0,0 +1,86 @@ + + + + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-

[GitHub] [ignite-3] ibessonov commented on a change in pull request #5: IGNITE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
ibessonov commented on a change in pull request #5: URL: https://github.com/apache/ignite-3/pull/5#discussion_r535139224 ## File path: modules/config-sample/pom.xml ## @@ -0,0 +1,86 @@ + + + + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-i

[GitHub] [ignite-3] SammyVimes opened a new pull request #5: IGINTE-13562 Unified configuration initial prototype

2020-12-03 Thread GitBox
SammyVimes opened a new pull request #5: URL: https://github.com/apache/ignite-3/pull/5 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [ignite-nodejs-thin-client] SammyVimes opened a new pull request #2: IGNITE-13794 Partition awareness for Node.js

2020-12-02 Thread GitBox
SammyVimes opened a new pull request #2: URL: https://github.com/apache/ignite-nodejs-thin-client/pull/2 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [ignite-nodejs-thin-client] SammyVimes opened a new pull request #1: IGNITE-11032 Move to TypeScript

2020-12-01 Thread GitBox
SammyVimes opened a new pull request #1: URL: https://github.com/apache/ignite-nodejs-thin-client/pull/1 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [ignite-3] kgusakov closed pull request #3: IGNITE-13610 WIP Initial version of unified CLI tool

2020-12-01 Thread GitBox
kgusakov closed pull request #3: URL: https://github.com/apache/ignite-3/pull/3 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [ignite-3] AMashenkov commented on a change in pull request #3: IGNITE-13610 WIP Initial version of unified CLI tool

2020-11-30 Thread GitBox
AMashenkov commented on a change in pull request #3: URL: https://github.com/apache/ignite-3/pull/3#discussion_r532742174 ## File path: modules/cli-demo/cli-common/pom.xml ## @@ -0,0 +1,32 @@ + + ``` ## File path: modules/cli-demo/demo-module-all/demo-modu

[GitHub] [ignite-3] kgusakov opened a new pull request #3: IGNITE-13610 WIP Initial version of unified CLI tool

2020-11-30 Thread GitBox
kgusakov opened a new pull request #3: URL: https://github.com/apache/ignite-3/pull/3 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [ignite-3] AMashenkov opened a new pull request #2: IGNITE-13748: Schema configuration public API.

2020-11-26 Thread GitBox
AMashenkov opened a new pull request #2: URL: https://github.com/apache/ignite-3/pull/2 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [ignite-3] vkulichenko closed pull request #1: test module

2020-11-23 Thread GitBox
vkulichenko closed pull request #1: URL: https://github.com/apache/ignite-3/pull/1 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

[GitHub] [ignite-3] vkulichenko commented on pull request #1: test module

2020-11-23 Thread GitBox
vkulichenko commented on pull request #1: URL: https://github.com/apache/ignite-3/pull/1#issuecomment-732547333 Test PR, will close. This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [ignite-3] vkulichenko opened a new pull request #1: test module

2020-11-23 Thread GitBox
vkulichenko opened a new pull request #1: URL: https://github.com/apache/ignite-3/pull/1 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [ignite-website] pavlukhin opened a new pull request #12: IGNITE-12965 Redirect ignite-website GitHub notifications

2020-04-29 Thread GitBox
pavlukhin opened a new pull request #12: URL: https://github.com/apache/ignite-website/pull/12 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [ignite-website] mstekl opened a new pull request #11: Several optimizations

2020-04-29 Thread GitBox
mstekl opened a new pull request #11: URL: https://github.com/apache/ignite-website/pull/11 Submitting same set of improvements, but removed the usability fix for descriptive links on homepage. - Ran a fresh crawl and rebuilt sitemap.xml - Fixed accessibility issues when using on

[GitHub] [ignite-website] mstekl commented on a change in pull request #10: Seo updates April 28

2020-04-29 Thread GitBox
mstekl commented on a change in pull request #10: URL: https://github.com/apache/ignite-website/pull/10#discussion_r417430944 ## File path: index.html ## @@ -273,9 +278,9 @@ Applications Acceleration & Data Caching using Ignite as an in-memory data

[GitHub] [ignite-website] dmagda commented on pull request #9: Added couple of new events

2020-04-29 Thread GitBox
dmagda commented on pull request #9: URL: https://github.com/apache/ignite-website/pull/9#issuecomment-621296548 Thanks, Mauricio! Merged. This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [ignite-website] dmagda commented on a change in pull request #10: Seo updates April 28

2020-04-29 Thread GitBox
dmagda commented on a change in pull request #10: URL: https://github.com/apache/ignite-website/pull/10#discussion_r417416842 ## File path: index.html ## @@ -273,9 +278,9 @@ Applications Acceleration & Data Caching using Ignite as an in-memory data

[GitHub] [ignite-website] mstekl opened a new pull request #10: Seo updates April 28

2020-04-28 Thread GitBox
mstekl opened a new pull request #10: URL: https://github.com/apache/ignite-website/pull/10 I'm submitting a few set of improvements: - Ran a fresh crawl and rebuilt sitemap.xml - Fixed accessibility issues when using on header and homepage - Changed the text for links btns und

[GitHub] [ignite-website] mstekl opened a new pull request #9: Added couple of new events

2020-04-28 Thread GitBox
mstekl opened a new pull request #9: URL: https://github.com/apache/ignite-website/pull/9 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [ignite-website] dmagda commented on a change in pull request #6: SEO changes to several urls and some contents on Data Grid page

2020-04-20 Thread GitBox
dmagda commented on a change in pull request #6: URL: https://github.com/apache/ignite-website/pull/6#discussion_r411562399 ## File path: use-cases/in-memory-data-grid.html ## @@ -58,60 +57,60 @@ In-Memory Data Grid with Apache Ignite -Apache Igni

[GitHub] dspavlov opened a new pull request #98: IGNITE-10620: Tracked branches & Issue detector unit tests

2018-12-10 Thread GitBox
dspavlov opened a new pull request #98: IGNITE-10620: Tracked branches & Issue detector unit tests URL: https://github.com/apache/ignite-teamcity-bot/pull/98 This is an automated message from the Apache Git Service. To respo

[GitHub] zzzadruga opened a new pull request #97: IGNITE-10628 Add support for nightly RunAll

2018-12-10 Thread GitBox
zzzadruga opened a new pull request #97: IGNITE-10628 Add support for nightly RunAll URL: https://github.com/apache/ignite-teamcity-bot/pull/97 This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] asfgit closed pull request #95: IGNITE-9542: new run history stripe

2018-12-10 Thread GitBox
asfgit closed pull request #95: IGNITE-9542: new run history stripe URL: https://github.com/apache/ignite-teamcity-bot/pull/95 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] dspavlov commented on a change in pull request #95: IGNITE-9542: new run history stripe

2018-12-10 Thread GitBox
dspavlov commented on a change in pull request #95: IGNITE-9542: new run history stripe URL: https://github.com/apache/ignite-teamcity-bot/pull/95#discussion_r240287246 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/tcbot/issue/IssueDetector.java ##

[GitHub] zzzadruga commented on a change in pull request #95: IGNITE-9542: new run history stripe

2018-12-10 Thread GitBox
zzzadruga commented on a change in pull request #95: IGNITE-9542: new run history stripe URL: https://github.com/apache/ignite-teamcity-bot/pull/95#discussion_r240279974 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/tcbot/issue/IssueDetector.java ##

[GitHub] asfgit closed pull request #94: Visa History page fix

2018-12-10 Thread GitBox
asfgit closed pull request #94: Visa History page fix URL: https://github.com/apache/ignite-teamcity-bot/pull/94 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (f

[GitHub] asfgit closed pull request #96: fix typo in schedulers

2018-12-10 Thread GitBox
asfgit closed pull request #96: fix typo in schedulers URL: https://github.com/apache/ignite-teamcity-bot/pull/96 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (

[GitHub] SomeFire opened a new pull request #96: fix typo in schedulers

2018-12-10 Thread GitBox
SomeFire opened a new pull request #96: fix typo in schedulers URL: https://github.com/apache/ignite-teamcity-bot/pull/96 This is an automated message from the Apache Git Service. To respond to the message, please log on GitH

[GitHub] dspavlov commented on a change in pull request #89: IGNITE-10454 Create page with muted tests

2018-12-07 Thread GitBox
dspavlov commented on a change in pull request #89: IGNITE-10454 Create page with muted tests URL: https://github.com/apache/ignite-teamcity-bot/pull/89#discussion_r239939993 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/tcmodel/mute/MuteDao.java ##

[GitHub] dspavlov commented on a change in pull request #89: IGNITE-10454 Create page with muted tests

2018-12-07 Thread GitBox
dspavlov commented on a change in pull request #89: IGNITE-10454 Create page with muted tests URL: https://github.com/apache/ignite-teamcity-bot/pull/89#discussion_r239939993 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/tcmodel/mute/MuteDao.java ##

[GitHub] dspavlov commented on a change in pull request #89: IGNITE-10454 Create page with muted tests

2018-12-07 Thread GitBox
dspavlov commented on a change in pull request #89: IGNITE-10454 Create page with muted tests URL: https://github.com/apache/ignite-teamcity-bot/pull/89#discussion_r239939250 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/tcmodel/mute/MuteDao.java ##

[GitHub] dspavlov commented on a change in pull request #94: Visa History page fix

2018-12-07 Thread GitBox
dspavlov commented on a change in pull request #94: Visa History page fix URL: https://github.com/apache/ignite-teamcity-bot/pull/94#discussion_r239899293 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/teamcity/ignited/ITeamcityIgnited.java ## @@ -16

[GitHub] dspavlov commented on a change in pull request #94: Visa History page fix

2018-12-07 Thread GitBox
dspavlov commented on a change in pull request #94: Visa History page fix URL: https://github.com/apache/ignite-teamcity-bot/pull/94#discussion_r239898896 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/observer/BuildsInfo.java ## @@ -107,16 +108,16 @

[GitHub] dspavlov opened a new pull request #95: IGNITE-9542: new run history stripe

2018-12-07 Thread GitBox
dspavlov opened a new pull request #95: IGNITE-9542: new run history stripe URL: https://github.com/apache/ignite-teamcity-bot/pull/95 - flakiness detection - new failures detection - switch to new mode This is an automa

[GitHub] ololo3000 opened a new pull request #94: Visa History page fix

2018-12-07 Thread GitBox
ololo3000 opened a new pull request #94: Visa History page fix URL: https://github.com/apache/ignite-teamcity-bot/pull/94 This is an automated message from the Apache Git Service. To respond to the message, please log on GitH

[GitHub] dspavlov commented on a change in pull request #89: IGNITE-10454 Create page with muted tests

2018-12-07 Thread GitBox
dspavlov commented on a change in pull request #89: IGNITE-10454 Create page with muted tests URL: https://github.com/apache/ignite-teamcity-bot/pull/89#discussion_r239799469 ## File path: ignite-tc-helper-web/src/test/java/org/apache/ignite/ci/di/scheduler/DirectExecNoWaitSchedule

[GitHub] dspavlov commented on a change in pull request #89: IGNITE-10454 Create page with muted tests

2018-12-07 Thread GitBox
dspavlov commented on a change in pull request #89: IGNITE-10454 Create page with muted tests URL: https://github.com/apache/ignite-teamcity-bot/pull/89#discussion_r239798869 ## File path: ignite-tc-helper-web/src/main/webapp/mutes.html ## @@ -0,0 +1,224 @@ + + + + +

[GitHub] dspavlov commented on a change in pull request #89: IGNITE-10454 Create page with muted tests

2018-12-07 Thread GitBox
dspavlov commented on a change in pull request #89: IGNITE-10454 Create page with muted tests URL: https://github.com/apache/ignite-teamcity-bot/pull/89#discussion_r239798519 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/rest/tracked/GetTrackedBranchTest

[GitHub] dspavlov commented on a change in pull request #89: IGNITE-10454 Create page with muted tests

2018-12-07 Thread GitBox
dspavlov commented on a change in pull request #89: IGNITE-10454 Create page with muted tests URL: https://github.com/apache/ignite-teamcity-bot/pull/89#discussion_r239798051 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/rest/tracked/GetTrackedBranchTest

[GitHub] dspavlov commented on a change in pull request #89: IGNITE-10454 Create page with muted tests

2018-12-07 Thread GitBox
dspavlov commented on a change in pull request #89: IGNITE-10454 Create page with muted tests URL: https://github.com/apache/ignite-teamcity-bot/pull/89#discussion_r239796897 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/tcmodel/mute/MuteInfoCompacted.java

[GitHub] dspavlov commented on a change in pull request #89: IGNITE-10454 Create page with muted tests

2018-12-07 Thread GitBox
dspavlov commented on a change in pull request #89: IGNITE-10454 Create page with muted tests URL: https://github.com/apache/ignite-teamcity-bot/pull/89#discussion_r239796518 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/teamcity/ignited/TeamcityIgnitedImpl.

[GitHub] dspavlov commented on a change in pull request #89: IGNITE-10454 Create page with muted tests

2018-12-07 Thread GitBox
dspavlov commented on a change in pull request #89: IGNITE-10454 Create page with muted tests URL: https://github.com/apache/ignite-teamcity-bot/pull/89#discussion_r239795515 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/tcmodel/mute/MuteScope.java

[GitHub] dspavlov commented on a change in pull request #89: IGNITE-10454 Create page with muted tests

2018-12-07 Thread GitBox
dspavlov commented on a change in pull request #89: IGNITE-10454 Create page with muted tests URL: https://github.com/apache/ignite-teamcity-bot/pull/89#discussion_r239795307 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/tcmodel/mute/MuteInfoCompacted.java

  1   2   3   4   5   >