Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
pamarcos created a comment on an issue on ClickHouse/ClickHouse
> a) more visibility of the checkbox. Can we move it to a more prominent position in the pull request template (e.g. on the same level as "Documentation was written"). As of now it's kind if hidde...
pamarcos created a comment on an issue on ClickHouse/ClickHouse
> > Only run tests if only tests are added/modified. Run them 1000 times in parallel > > Hmm. Any PR, no matter what and how much code changes, can mess up any tests, even if the PR does not add/c...
pamarcos created a comment on an issue on ClickHouse/ClickHouse
> Re IWYU (and [clang.llvm.org/extra/clang-include-fixer.html](https://clang.llvm.org/extra/clang-include-fixer.html)): Forget about it. Even with moderately complex codebases, they add _tons_ of i...
pamarcos closed a draft pull request on ClickHouse/ClickHouse
Test CI times without merge-commit
Test CI times without merge-commit ### Changelog category (leave one): - Not for changelog (changelog entry is not required) ### Changelog entry (a user-readable short description of the c...pamarcos closed a pull request on ClickHouse/ClickHouse
Test the CI after changing only a test
Test the CI after changing only a test ### Changelog category (leave one): - Not for changelog (changelog entry is not required) ### Changelog entry (a user-readable short description of t...pamarcos opened an issue on ClickHouse/ClickHouse
Ideas to improve the CI
- [ ] Disable merge-commit - [ ] Move binary_tidy to Builds_1 - [ ] Check in StyleCheck only the diff - [ ] Investigate why Build-package_release takes that long - [ ] Only run tests if only tests ...pamarcos pushed 1 commit to disable-merge-commit-in-template ClickHouse/ClickHouse
- Improve explanation e13bef1
pamarcos pushed 126 commits to disable-merge-commit-in-template ClickHouse/ClickHouse
- compression level for parquet output format 6c8f74b
- parallel encoding does not affect 0e8ccfb
- add compression level for custom encoder 7fe95dc
- Merge branch 'master' into parquet_compression_level 2846418
- add to settings change history 02bb10d
- no fast-test 5b12809
- truncate file on insert for tests b892ef0
- re-use existing setting 99c8787
- Improve ClickHouse Client docs. 3e72c5d
- Fix typos. e48ebf3
- Merge branch 'master' into parquet_compression_level 6468c96
- Allow to skip skip index build in merges fa69fa8
- Add install step. f917a2d
- Added more friendly iceberg table explanation * Now you can't see table name when you do EXPLAIN, so it is hard to u... 7ffe05d
- test test 7bfb404
- fixed style 0305562
- fixed style 81e8fec
- tests 9a18ee1
- fixed style 1e73b2c
- fix test 0a1ad09
- and 106 more ...
pamarcos opened a pull request on ClickHouse/ClickHouse
Test the CI after changing only a test
Test the CI after changing only a test ### Changelog category (leave one): - Not for changelog (changelog entry is not required) ### Changelog entry (a user-readable short description of t...pamarcos created a branch on ClickHouse/ClickHouse
test-ci-changing-only-a-stateless-test - ClickHouse® is a real-time analytics database management system
pamarcos created a comment on a pull request on ClickHouse/ClickHouse
> nested .md comment won't be rendered well in PR. that's why i used '#' originally, these CI settings were designed to be git comment tags (and they still work that way), for instance #do_not_test...
pamarcos created a comment on a pull request on ClickHouse/ClickHouse
> I suggest hiding this option in PR body (like I just did in this PR - it works) > > ``` > <!-- > GHActions automatically create merge commit with the master on each push and runs CI on it. ...
pamarcos pushed 1 commit to test-ci-times-without-merge-commit ClickHouse/ClickHouse
- Trigger build without merge-commit 21c599a
pamarcos pushed 1 commit to test-ci-times-without-merge-commit ClickHouse/ClickHouse
- Trigger a build without source code changes 9583af1
pamarcos created a comment on an issue on ClickHouse/ClickHouse
This seems a very similar case to what https://github.com/ClickHouse/ClickHouse/pull/74144 fixes. I'll check and make sure we escape correctly single quotes for SQLite. They should be escaped using...
pamarcos pushed 451 commits to sanitize-postgresql-table-function-params ClickHouse/ClickHouse
- update index pages as part of docs improvement to make breadcrumbs clickable c32f174
- Skipping index cache fa81342
- Merge remote-tracking branch 'ClickHouse/master' into skipping-index-cache2 598c0e8
- update aspell-ignore with 'sqlreference' 6fa14d4
- Add comment about memory consumption e61ce63
- Docs 09f619c
- Merge remote-tracking branch 'ClickHouse/master' into skipping-index-cache2 aebfca6
- Merge remote-tracking branch 'ClickHouse/master' into skipping-index-cache2 4297208
- Merge remote-tracking branch 'ClickHouse/master' into skipping-index-cache2 afa5f42
- Merge remote-tracking branch 'ClickHouse/master' into skipping-index-cache2 8d0ed19
- make some code stricter b6c9647
- move files 72f12ca
- Merge remote-tracking branch 'ClickHouse/master' into skipping-index-cache2 530dacc
- move part properties from merge selectors da37644
- add more strict checks for ttl merge selectors 7f67605
- add visibile parts collector 1dce567
- add combinator 01bd4bf
- mv PartitionIdToTTLs to public 3416865
- rename interface file 415cbef
- add applier 37b5ff3
- and 431 more ...
pamarcos pushed 1 commit to test-ci-times-without-merge-commit ClickHouse/ClickHouse
- Trigger a build without source code changes aa1f104
pamarcos created a branch on ClickHouse/ClickHouse
test-ci-times-without-merge-commit - ClickHouse® is a real-time analytics database management system
pamarcos opened an issue on ClickHouse/ClickHouse
[RFC] Disable merge-commit in PR template
Using a merge commit does not guarantee that the PR is synced with master, it only guarantees the a commit was tested against master at **the time it was pushed**. Having a new commit every single...pamarcos opened a pull request on ClickHouse/ClickHouse
Disable merge-commit in PR template
Disable merge-commit in PR template ### Changelog category (leave one): - CI Fix or Improvement (changelog entry is not required) ### Changelog entry (a user-readable short description of th...pamarcos created a branch on ClickHouse/ClickHouse
disable-merge-commit-in-template - ClickHouse® is a real-time analytics database management system
pamarcos created a comment on a pull request on ClickHouse/ClickHouse
> Table `system.error_log` doesn't have a column with error message ([see](https://github.com/ClickHouse/ClickHouse/blob/f45543901f8150d13ff321eb7141190fd1d3b177/src/Interpreters/ErrorLog.cpp#L23-L...
pamarcos closed a pull request on ClickHouse/ClickHouse
Fix for real the binary_tidy build in master
Fix for real the binary_tidy job in master. Of course, the statement to avoid setting `USE_BINARY_HASH` was wrong :) ### Changelog category (leave one): - CI Fix or Improvement (changelog entry...pamarcos opened a pull request on ClickHouse/ClickHouse
Fix for real the binary_tidy build in master
Fix for real the binary_tidy job in master. Of course, the statement to avoid setting `USE_BINARY_HASH` was wrong :) ### Changelog category (leave one): - CI Fix or Improvement (changelog entry...pamarcos created a branch on ClickHouse/ClickHouse
fix-binary-tidy-for-official-builds-2 - ClickHouse® is a real-time analytics database management system