.. |
autoscale_runners_lambda
|
Fix logging of autoscaling lambda, add test for effective_capacity
|
2024-03-20 17:07:32 +01:00 |
cancel_and_rerun_workflow_lambda
|
CI: remove category check from lambda
|
2024-05-28 13:10:14 +02:00 |
ci_runners_metrics_lambda
|
Add even more python code to pylint check, fix lambdas
|
2024-03-05 16:02:44 +01:00 |
clean_lost_instances_lambda
|
Add even more python code to pylint check, fix lambdas
|
2024-03-05 16:02:44 +01:00 |
lambda_shared_package
|
Automatic style fix
|
2024-05-28 11:16:51 +00:00 |
runner_token_rotation_lambda
|
Add even more python code to pylint check, fix lambdas
|
2024-03-05 16:02:44 +01:00 |
slack_bot_ci_lambda
|
Add even more python code to pylint check, fix lambdas
|
2024-03-05 16:02:44 +01:00 |
team_keys_lambda
|
Add even more python code to pylint check, fix lambdas
|
2024-03-05 16:02:44 +01:00 |
terminate_runner_lambda
|
Add even more python code to pylint check, fix lambdas
|
2024-03-05 16:02:44 +01:00 |
tests
|
Recommendation from @felixoid
|
2023-12-10 00:03:33 +01:00 |
worker
|
Tune mmap_rnd_bits to workaround sanitizers issues
|
2024-05-19 22:37:16 +02:00 |
workflow_approve_rerun_lambda
|
Add even more python code to pylint check, fix lambdas
|
2024-03-05 16:02:44 +01:00 |
workflow_jobs_lambda
|
Replace len by sum for generator
|
2023-12-12 14:05:59 +01:00 |
.gitignore
|
Add gh_cache to gitignore to pass dirty check
|
2023-09-14 11:17:20 +00:00 |
.mypy.ini
|
Install stubs for python-requests
|
2024-03-05 16:02:43 +01:00 |
artifacts_helper.py
|
Add isort configuration to not spoil imports
|
2024-04-19 11:43:33 +02:00 |
ast_fuzzer_check.py
|
Separate CH and sanitizer logs
|
2024-03-18 16:40:03 +01:00 |
auto_release.py
|
Fix review comments
|
2023-09-14 14:45:23 +00:00 |
bugfix_validate_check.py
|
Add a reasonable timeout to bugfix config
|
2024-05-29 17:22:45 +02:00 |
build_check.py
|
Refactor labels in CI, move them to shared package
|
2024-04-24 17:31:14 +02:00 |
build_download_helper.py
|
Simplify set_auth_header
|
2024-06-06 07:24:59 +02:00 |
build_report_check.py
|
fix
|
2024-05-31 11:21:18 +02:00 |
cache_utils.py
|
CI: ci.py refactoring
|
2024-06-04 12:58:43 +02:00 |
cherry_pick.py
|
fixes 2
|
2024-05-30 17:59:10 +02:00 |
ci_cache.py
|
CI: fix CI await feature
|
2024-06-05 10:21:00 +02:00 |
ci_config.py
|
CI: Builds in CI settings
|
2024-06-07 19:09:21 +02:00 |
ci_metadata.py
|
CI: Cancel sync wf on new push
|
2024-05-23 18:44:12 +02:00 |
ci_settings.py
|
Automatic style fix
|
2024-06-06 23:41:34 +00:00 |
ci_utils.py
|
CI: ci.py refactoring
|
2024-06-04 12:58:43 +02:00 |
ci.py
|
Re-enable Fast test in MQ
|
2024-06-07 01:22:47 +02:00 |
clickbench.py
|
add seccomp=unconfined
|
2024-02-28 22:17:47 +01:00 |
clickhouse_helper.py
|
Support requests parameters in ClickHouseHelper.insert_file
|
2024-06-04 15:22:14 +02:00 |
commit_status_helper.py
|
Merge branch 'master' into ci_py_small_refactoring
|
2024-06-04 19:30:37 +02:00 |
compatibility_check.py
|
Add isort configuration to not spoil imports
|
2024-04-19 11:43:33 +02:00 |
compress_files.py
|
Create directory for archives if not exists
|
2023-09-15 15:00:32 +02:00 |
digest_helper.py
|
move out ci specific functions to ci.py
|
2024-01-21 16:36:37 +00:00 |
docker_images_check.py
|
Add isort configuration to not spoil imports
|
2024-04-19 11:43:33 +02:00 |
docker_images_helper.py
|
Reapply "improve CI with digest for docker, build and test jobs" (#57904)
|
2023-12-18 09:07:22 +01:00 |
docker_manifests_merge.py
|
Add isort configuration to not spoil imports
|
2024-04-19 11:43:33 +02:00 |
docker_server.py
|
Convert PRInfo.is_* to properties
|
2024-04-17 22:23:41 +02:00 |
docs_check.py
|
Use constants from report instead of string literals
|
2024-02-06 15:02:09 +01:00 |
download_binary.py
|
Clean even more os.path
|
2023-09-28 01:24:31 +02:00 |
download_release_packages.py
|
Use a proper way to download packages from releases
|
2024-06-06 07:24:58 +02:00 |
env_helper.py
|
fix
|
2024-05-31 11:21:18 +02:00 |
fast_test_check.py
|
Use timeout from ci_config in fast tests
|
2024-05-29 17:22:46 +02:00 |
finish_check.py
|
Bring back strict StatusType
|
2024-06-04 12:36:13 +02:00 |
functional_test_check.py
|
Implement global timeout check in _test_run
|
2024-05-29 17:22:42 +02:00 |
get_previous_release_tag.py
|
Use a proper way to download packages from releases
|
2024-06-06 07:24:58 +02:00 |
get_robot_token.py
|
Increase safe limits of token requests to pick it
|
2024-06-04 12:39:07 +02:00 |
git_helper.py
|
Add a temporary known host for git over ssh
|
2024-05-29 11:14:21 +02:00 |
github_helper.py
|
CI: dependency fix for changelog.py
|
2024-05-23 15:33:21 +02:00 |
install_check.py
|
Implement global timeout check in _test_run
|
2024-05-29 17:22:42 +02:00 |
integration_test_check.py
|
Merge remote-tracking branch 'origin/master' into enable-analyzer
|
2024-03-24 21:07:26 +00:00 |
integration_test_images.py
|
Add a tag processing for python-bottle
|
2023-12-21 16:11:54 +01:00 |
integration_tests_runner.py
|
Fix leftovers of enabling new analyzer
|
2024-04-27 11:19:03 +02:00 |
jepsen_check.py
|
Fix all clcik typos
|
2024-05-29 17:22:47 +02:00 |
libfuzzer_test_check.py
|
Use timeout from ci_config in libfuzzer
|
2024-05-29 17:22:47 +02:00 |
mark_release_ready.py
|
CI: remove unnecessary job url for Mark release ready
|
2024-03-27 17:17:10 +00:00 |
merge_pr.py
|
CI: Sync, Merge check, CI gh's statuses fixes
|
2024-05-24 12:00:16 +02:00 |
performance_comparison_check.py
|
Add isort configuration to not spoil imports
|
2024-04-19 11:43:33 +02:00 |
pr_info.py
|
CI: ci.py refactoring
|
2024-06-04 12:58:43 +02:00 |
release.py
|
Do not create new release in release branch automatically
|
2024-05-17 14:50:34 +02:00 |
report.py
|
Merge pull request #63982 from ClickHouse/expired-timeout
|
2024-05-30 11:32:41 +00:00 |
run_check.py
|
Use logging where no special strings are required
|
2024-06-06 09:03:35 +02:00 |
s3_helper.py
|
CI: ci cache. step 1 (#58664)
|
2024-02-02 18:10:47 +01:00 |
sqlancer_check.py
|
More fixes in tests/ci
|
2024-03-05 16:02:41 +01:00 |
sqllogic_test.py
|
Implement global timeout check in _test_run
|
2024-05-29 17:22:42 +02:00 |
sqltest.py
|
More fixes in tests/ci
|
2024-03-05 16:02:41 +01:00 |
ssh.py
|
More fixes in tests/ci
|
2024-03-05 16:02:41 +01:00 |
stopwatch.py
|
Add reset to Stopwatch, improve codebrowser report
|
2023-06-16 12:51:31 +02:00 |
stress_check.py
|
Use timeout from ci_config in stress tests
|
2024-05-29 17:22:46 +02:00 |
stress.py
|
fix
|
2024-05-15 19:28:05 +01:00 |
style_check.py
|
Files without shebang have mime 'text/plain' or 'inode/x-empty'
|
2024-05-17 19:30:18 +02:00 |
sync_pr.py
|
Add ci_config.StatusNames class for common statuses
|
2024-04-24 17:31:15 +02:00 |
synchronizer_utils.py
|
Add processing A Sync to ci.py
|
2024-05-03 17:57:44 +02:00 |
tee_popen.py
|
Fix some issues detected by new pylint
|
2024-03-05 16:02:36 +01:00 |
test_ci_cache.py
|
CI: ci.py refactoring
|
2024-06-04 12:58:43 +02:00 |
test_ci_config.py
|
CI: fix stage config (unit test release issue)
|
2024-03-06 16:52:01 +00:00 |
test_ci_options.py
|
Automatic style fix
|
2024-06-06 23:41:34 +00:00 |
test_digest.py
|
move out ci specific functions to ci.py
|
2024-01-21 16:36:37 +00:00 |
test_docker.py
|
Reapply "improve CI with digest for docker, build and test jobs" (#57904)
|
2023-12-18 09:07:22 +01:00 |
test_git.py
|
Unify all workflows for python unit tests, follow naming best practices
|
2023-11-06 11:14:57 +01:00 |
test_version.py
|
Unify all workflows for python unit tests, follow naming best practices
|
2023-11-06 11:14:57 +01:00 |
unit_tests_check.py
|
Add type checking to build_download_helper
|
2024-03-19 14:01:31 +01:00 |
upgrade_check.py
|
Split stress test and backward compatibility check
|
2023-01-03 19:22:31 +00:00 |
upload_result_helper.py
|
Automatic style fix
|
2024-03-27 15:34:55 +00:00 |
version_helper.py
|
Do not create new release in release branch automatically
|
2024-05-17 14:50:34 +02:00 |