Alexey Milovidov
|
8ff4c38751
|
Added option to generate changelog from a list of PRs
|
2019-08-05 22:24:51 +03:00 |
|
Alexey Milovidov
|
acd6651f60
|
Better changelog script
|
2019-08-05 03:23:42 +03:00 |
|
Alexey Milovidov
|
ff1be9755f
|
Removing extra whitespaces
|
2019-08-05 02:36:02 +03:00 |
|
Alexey Milovidov
|
ea22e8fb09
|
Allowed unknown authors; substituting links to issues
|
2019-08-05 02:04:22 +03:00 |
|
Alexey Milovidov
|
39f711d895
|
Allowed unknown authors; substituting links to issues
|
2019-08-05 02:02:44 +03:00 |
|
Alexey Milovidov
|
3f2d0dfcec
|
Sorting categories in desired order; skipping documentation fixes
|
2019-08-05 00:42:32 +03:00 |
|
Alexey Milovidov
|
17766bf141
|
Make changelog script more sane
|
2019-08-05 00:31:52 +03:00 |
|
Alexey Milovidov
|
58d5e58eed
|
Avoid finding commits in forks
|
2019-08-04 23:32:16 +03:00 |
|
Alexey Milovidov
|
95b0ec46b9
|
Attempt to make changelog generator better
|
2019-08-04 23:17:51 +03:00 |
|
Alexey Milovidov
|
d4002a7188
|
Moved "ci" directory to "utils", because we are actually using different CI, but these scripts are still usable
|
2019-08-04 22:10:14 +03:00 |
|
alexey-milovidov
|
fe3831b6ef
|
Update build_macos.sh
|
2019-07-25 23:32:13 +03:00 |
|
alexey-milovidov
|
20a8914858
|
Merge pull request #6132 from vitlibar/allow-protobuf-message-with-all-fields-by-default
Allow protobuf message with all fields by default
|
2019-07-25 04:12:23 +03:00 |
|
Vitaly Baranov
|
2068e1f0e0
|
Add more protobuf IO tests.
|
2019-07-23 16:57:25 +03:00 |
|
Vitaly Baranov
|
4f91e3e4b7
|
Fix protobuf format tests.
|
2019-07-23 16:51:22 +03:00 |
|
alesapin
|
6ff1dce79a
|
Backquote key in debsign
|
2019-07-23 12:46:54 +03:00 |
|
Vitaly Baranov
|
e6aebb5b13
|
Fix after review.
|
2019-07-19 12:19:47 +03:00 |
|
Vitaly Baranov
|
9fb3135c23
|
Improve utility zookeeper-adjust-block-numbers-to-parts.
Add filter on shards and tables.
Add flag --dry-run.
The utility now checks cversion before doing anything.
|
2019-07-19 03:39:22 +03:00 |
|
alesapin
|
f32b3975c7
|
Fix version
|
2019-07-16 13:02:31 +03:00 |
|
alesapin
|
458a171fef
|
Add dependencies to rpm packages
|
2019-07-16 12:33:47 +03:00 |
|
alesapin
|
3f0df28109
|
Merge pull request #5977 from yandex/sign_rpms
Add ability to sign rpm packages
|
2019-07-11 19:03:21 +03:00 |
|
alesapin
|
a6220e289a
|
Add ability to sign rpm packages
|
2019-07-11 15:50:41 +03:00 |
|
Alexey Milovidov
|
8abe0990b2
|
Remove "clickhouse_compression" library because it is not a library (cyclic dependency via IDataType)
|
2019-07-10 00:43:04 +03:00 |
|
alexey-milovidov
|
3571011a49
|
Merge pull request #5719 from excitoon-favorites/arch-package
Added Arch linux package generation.
|
2019-06-28 15:00:15 +03:00 |
|
Vladimir Chebotarev
|
b0b821e5e3
|
Moved Arch Linux package template to a proper folder.
|
2019-06-28 07:22:03 +03:00 |
|
alesapin
|
ab8dd1d4e3
|
Merge pull request #5769 from yandex/add_rpm_build_to_packager
Add ability to build rpm and tgz packages via packager
|
2019-06-27 23:14:19 +03:00 |
|
alesapin
|
265c18b45f
|
Fix tgz-release in push packages
|
2019-06-27 19:00:26 +03:00 |
|
proller
|
1bb911f742
|
release --rpm: Fix redefining version
|
2019-06-27 18:37:13 +03:00 |
|
proller
|
0bd65f49a2
|
Better release --rpm
|
2019-06-27 17:12:53 +03:00 |
|
proller
|
3149b57100
|
release script: convert .deb to .rpm and .tgz (#5740)
|
2019-06-25 16:55:31 +03:00 |
|
alexey-milovidov
|
f9cab91447
|
Merge pull request #5617 from proller/fix15
19.8 build fixes
|
2019-06-14 17:29:51 +03:00 |
|
proller
|
09f3d68f6e
|
Use logging in clickhouse-local. Use config options in command line in clickhouse-client (#5540)
* Try fix macos server run
* Doc macos build
# Please enter the commit message for your changes. Lines starting
* CLICKHOUSE-3957 start wip
* tests wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* fix
* fix
* Making logger for clickhouse-local
* fixes
* wip
* wip
* wip
* wip
* clean
* cf
* wip
* fix
* Update CMakeLists.txt
* Update argsToConfig.h
* Update argsToConfig.cpp
* Update ExtendedLogChannel.h
* Update OwnPatternFormatter.cpp
|
2019-06-14 17:00:37 +03:00 |
|
proller
|
fc7ae399c4
|
Use system rapidjson; Fix types for macos;
|
2019-06-14 13:28:30 +03:00 |
|
Alexey Milovidov
|
f38042f006
|
Check for namespace comments in "check-style" tool #5561
|
2019-06-13 13:45:32 +03:00 |
|
alesapin
|
d4f474cd19
|
Add prestable releases to packages pusher
|
2019-05-31 14:42:36 +03:00 |
|
Alexey Milovidov
|
f406eb17ae
|
Added a tool to calculate checksums caused by bit flips
|
2019-05-19 01:48:28 +03:00 |
|
proller
|
51ca4cbaa4
|
Build fixes (#5278)
|
2019-05-15 20:19:39 +03:00 |
|
Ivan
|
4a5832b18a
|
Check the time limit every (flush_interval / poll_timeout) number of rows from Kafka (#5249)
|
2019-05-14 18:52:03 +03:00 |
|
proller
|
cc3de4115f
|
Build fixes (#5261)
|
2019-05-14 12:58:33 +03:00 |
|
Ivan
|
1eb835be35
|
Reduce maximum page size (#5140)
|
2019-04-29 17:22:04 +03:00 |
|
proller
|
fd63093032
|
Add gperf to build requirements (for upcoming pull request #5030 )
|
2019-04-25 17:31:08 +03:00 |
|
alesapin
|
8d808aedf3
|
Fix bug in s3uploader
|
2019-04-23 14:50:43 +03:00 |
|
Alexey Milovidov
|
720f911379
|
Removed obsolete files
|
2019-04-22 22:28:10 +03:00 |
|
alexey-milovidov
|
0cf40e0029
|
Merge pull request #5082 from yandex/pvs-studio-fixes-3
Resolved some of PVS-Studio warnings
|
2019-04-22 22:06:07 +03:00 |
|
alexey-milovidov
|
b1cf026b5b
|
Merge pull request #5080 from abyss7/issue-4736
Do not drop Kafka Consumer buffers after deletion of stream
|
2019-04-22 19:18:33 +03:00 |
|
Alexey Milovidov
|
58d7d1e451
|
Resolved some of PVS-Studio warnings
|
2019-04-22 19:07:09 +03:00 |
|
Ivan Lezhankin
|
7723a63d0a
|
Add helper utils to interact with Kafka broker
|
2019-04-18 17:36:51 +03:00 |
|
proller
|
525726a5e2
|
Remove pocoext (#5036)
|
2019-04-17 20:36:58 +03:00 |
|
alesapin
|
ed47aa109d
|
Merge pull request #4998 from abyss7/release-helpers
Detect backports by PRs to stable branches with `pr-backport` label
|
2019-04-16 20:05:18 +03:00 |
|
alesapin
|
faeb95cfd7
|
Merge branch 'master' into adaptive_index_granularity
|
2019-04-15 19:36:36 +03:00 |
|
Ivan Lezhankin
|
31a566c4f2
|
Detect backports by PRs to stable branches with pr-backport label
Also add some fancy colors.
|
2019-04-12 19:08:38 +03:00 |
|