diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 990d414896436..0ea393be49514 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,25 +1,25 @@ -Thank you for submitting the pull request to the Apache Ignite. - -In order to streamline the review of the contribution -we ask you to ensure the following steps have been taken: - -### The Contribution Checklist -- [ ] There is a single JIRA ticket related to the pull request. -- [ ] The web-link to the pull request is attached to the JIRA ticket. -- [ ] The JIRA ticket has the _Patch Available_ state. -- [ ] The pull request body describes changes that have been made. -The description explains _WHAT_ and _WHY_ was made instead of _HOW_. -- [ ] The pull request title is treated as the final commit message. -The following pattern must be used: `IGNITE-XXXX Change summary` where `XXXX` - number of JIRA issue. -- [ ] A reviewer has been mentioned through the JIRA comments -(see [the Maintainers list](https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute#HowtoContribute-ReviewProcessandMaintainers)) -- [ ] The pull request has been checked by the Teamcity Bot and -the `green visa` attached to the JIRA ticket (see tab `PR Check` at [TC.Bot - Instance 1](https://tcbot2.sbt-ignite-dev.ru/prs.html) or [TC.Bot - Instance 2](https://mtcga.gridgain.com/prs.html)) - -### Notes -- [How to Contribute](https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute) -- [Coding abbreviation rules](https://cwiki.apache.org/confluence/display/IGNITE/Abbreviation+Rules) -- [Coding Guidelines](https://cwiki.apache.org/confluence/display/IGNITE/Coding+Guidelines) -- [Apache Ignite Teamcity Bot](https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Teamcity+Bot) - -If you need any help, please email dev@ignite.apache.org or ask anу advice on http://asf.slack.com _#ignite_ channel. +Thank you for submitting the pull request to the Apache Ignite. + +In order to streamline the review of the contribution +we ask you to ensure the following steps have been taken: + +### The Contribution Checklist +- [ ] There is a single JIRA ticket related to the pull request. +- [ ] The web-link to the pull request is attached to the JIRA ticket. +- [ ] The JIRA ticket has the _Patch Available_ state. +- [ ] The pull request body describes changes that have been made. +The description explains _WHAT_ and _WHY_ was made instead of _HOW_. +- [ ] The pull request title is treated as the final commit message. +The following pattern must be used: `IGNITE-XXXX Change summary` where `XXXX` - number of JIRA issue. +- [ ] A reviewer has been mentioned through the JIRA comments +(see [the Maintainers list](https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute#HowtoContribute-ReviewProcessandMaintainers)) +- [ ] The pull request has been checked by the Teamcity Bot and +the `green visa` attached to the JIRA ticket (see tab `PR Check` at [TC.Bot - Instance 1](https://tcbot2.sbt-ignite-dev.ru/prs.html) or [TC.Bot - Instance 2](https://mtcga.gridgain.com/prs.html)) + +### Notes +- [How to Contribute](https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute) +- [Coding abbreviation rules](https://cwiki.apache.org/confluence/display/IGNITE/Abbreviation+Rules) +- [Coding Guidelines](https://cwiki.apache.org/confluence/display/IGNITE/Coding+Guidelines) +- [Apache Ignite Teamcity Bot](https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Teamcity+Bot) + +If you need any help, please email dev@ignite.apache.org or ask anу advice on http://asf.slack.com _#ignite_ channel. diff --git a/.gitignore b/.gitignore index 06151abef9940..6285b482b4473 100644 --- a/.gitignore +++ b/.gitignore @@ -1,99 +1,99 @@ -*.log -/out/ -/work/ -/work-*/ -/tpch-dataset-*/ -*/build/ -xcuserdata/ -*.iws -.DS_Store -/bamboo/TEST*.xml -/bamboo/junit*.properties -*.o -*.lo -*.obj -.deps -atlassian-ide-plugin.xml -*.ipr -*.iml -target -/libs/ -pom-installed.xml -git-patch-prop-local.sh -/slurp.sh -**/cpp/**/vs/x64/ -**/cpp/**/vs/Win32/ -/modules/platforms/cpp/doc/ -.settings -.classpath -.project -/modules/platforms/**/*.VC.db -**/dotnet/libs/ -*.classname* -*.exe - -#Ignore all Intellij IDEA files (except default inspections config) -.idea/ -!.idea/inspectionProfiles/Project_Default.xml - -#Visual Studio files -*.[Oo]bj -*.user -*.aps -*.pch -*.vspscc -*.vssscc -*_i.c -*_p.c -*.ncb -*.suo -*.tlb -*.tlh -*.bak -*.[Cc]ache -*.ilk -*.log -*.lib -*.sbr -*.sdf -*.opensdf -*.db -*.opendb -.vs -ipch/ -[Oo]bj/ -[Bb]in -!/bin -!/modules/core/src/test/bin -!/modules/sqlline/bin -[Dd]ebug*/ -[Rr]elease*/ -packages -*.nupkg -CMakeSettings.json - -#CMake temp files -/modules/platforms/cpp/**/cmake-build** - -#NodeJs files -/modules/platforms/nodejs/node_modules - -#Python temp files -**/.eggs -**/venv -**/.pytest_cache -**/pyignite.egg-info - -#Ducktape -/results -.ducktape -*.pyc -/tests/venv -modules/ducktests/tests/docker/build/** -modules/ducktests/tests/.tox -modules/ducktests/tests/certs/* -modules/ducktests/tests/ignitetest.egg-info/** -modules/ducktests/tests/build/** -modules/ducktests/tests/dist/** -/.gigaide/gigaide.properties -*.bkp +*.log +/out/ +/work/ +/work-*/ +/tpch-dataset-*/ +*/build/ +xcuserdata/ +*.iws +.DS_Store +/bamboo/TEST*.xml +/bamboo/junit*.properties +*.o +*.lo +*.obj +.deps +atlassian-ide-plugin.xml +*.ipr +*.iml +target +/libs/ +pom-installed.xml +git-patch-prop-local.sh +/slurp.sh +**/cpp/**/vs/x64/ +**/cpp/**/vs/Win32/ +/modules/platforms/cpp/doc/ +.settings +.classpath +.project +/modules/platforms/**/*.VC.db +**/dotnet/libs/ +*.classname* +*.exe + +#Ignore all Intellij IDEA files (except default inspections config) +.idea/ +!.idea/inspectionProfiles/Project_Default.xml + +#Visual Studio files +*.[Oo]bj +*.user +*.aps +*.pch +*.vspscc +*.vssscc +*_i.c +*_p.c +*.ncb +*.suo +*.tlb +*.tlh +*.bak +*.[Cc]ache +*.ilk +*.log +*.lib +*.sbr +*.sdf +*.opensdf +*.db +*.opendb +.vs +ipch/ +[Oo]bj/ +[Bb]in +!/bin +!/modules/core/src/test/bin +!/modules/sqlline/bin +[Dd]ebug*/ +[Rr]elease*/ +packages +*.nupkg +CMakeSettings.json + +#CMake temp files +/modules/platforms/cpp/**/cmake-build** + +#NodeJs files +/modules/platforms/nodejs/node_modules + +#Python temp files +**/.eggs +**/venv +**/.pytest_cache +**/pyignite.egg-info + +#Ducktape +/results +.ducktape +*.pyc +/tests/venv +modules/ducktests/tests/docker/build/** +modules/ducktests/tests/.tox +modules/ducktests/tests/certs/* +modules/ducktests/tests/ignitetest.egg-info/** +modules/ducktests/tests/build/** +modules/ducktests/tests/dist/** +/.gigaide/gigaide.properties +*.bkp diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 0af10ada908d7..f5081ace98a00 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -116,7 +116,6 @@ - @@ -250,7 +249,6 @@ - @@ -369,7 +367,6 @@ - - @@ -418,6 +414,7 @@ + @@ -555,7 +552,7 @@ - + @@ -698,7 +695,7 @@ - +