-
Notifications
You must be signed in to change notification settings - Fork 696
Fix junit parse[Do not merge] #20659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
commit_hash:27fa880e92db3e2c057bc08bf3954f17b3fecb89
Update tools: test_tool, ya_bin, os_ya, os_test_tool commit_hash:e036291448d3de34df3aa7d40c07f54591fa7b64
… paths * Changelog entry Type: fix Component: master Fix TAttributeFilter \[nodiff:caesar\] commit_hash:e041b639c8f8df217a8fd94e57f9a545408a897b
commit_hash:0b5b73389c4399c46783591ed54dadb5f6c72f62
commit_hash:53a87bd83ce2def857ef518c4e6c591f98d9ac3d
commit_hash:7a57d8950e16c8237574833f4289a25ed54226bf
commit_hash:c04d5724b19cef06c6686fb9330eaa978df4c9e9
# Description Currently the interval of queues export can only be set as "Every N units". This sometimes does not work well as it always starts the count from the time `0` (January 1st, 1970). It means that, for instance, if the customer wants to set an export to "Every week", it will happen every Thursday. This PR fixes the problem by providing a CRON way to set the schedule which is proven to be very flexible and meeting (almost) any requirement the user may have. * Changelog entry Type: feature Component: queue-agent Support CRON schedules for queue exports. --- Pull Request resolved: ytsaurus/ytsaurus#1239 Co-authored-by: apachee <[email protected]> Co-authored-by: apachee <[email protected]> Co-authored-by: apachee <[email protected]> Co-authored-by: apachee <[email protected]> Co-authored-by: apachee <[email protected]> commit_hash:6a536f5edc17b3ad8d2243d55d876994141d38b0
commit_hash:df05db22fd3d2261eb63d459f01f6e03dbc85da8
commit_hash:3100c025a7cb754b4ceb66f762f93f9e04de1561
commit_hash:1206f30a903c5e103cde7612d6318ff5005d27a0
Use Lua brackets for complex options commit_hash:0ff2026e63e1f3f177218c10c0f42dd93add16e9
commit_hash:4e23feef3162d7a397ed4ca9a6bd1f75d7d88b27
commit_hash:ca9b4625782c43f6096c8c85742d6450827f29a3
commit_hash:6323708e587dfe231ba6c1b965abd8f7770a7dd1
commit_hash:7a08b9580840e3b3cf2ad2957b990058af649e8a
Some refactorings to compact the code: - YQL-19747: Pass TParsedInput to visitor - YQL-19747: Add TParsedInput - YQL-19747: Cosmetics - YQL-19747: Refactor configuration - YQL-19747: Refactor name to candidate mapping commit_hash:44dfe7dc7bcc627ef9c20696077f2d962a3014f6
commit_hash:de861c421a4d799c8ac2ece7a8542f74dd5fa180
commit_hash:8026b59c61f0972ec1704587621ad2bf4cf4b431
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
🟢 |
Changelog entry
...
Changelog category
Description for reviewers
...