SHA256
1
0
Files
autogits/common
Andrii Nikitin 6feb04a14d common: fix timeline cache race condition and update logic
The GetTimeline function previously used a strict timestamp comparison
(Created > LastCachedTime) to fetch new events. This caused the bot to
miss events occurring within the same second as the last update.

This change:
- Switches to ID-based deduplication to safely handle same-second events.
- Correctly updates existing timeline items if they are modified.
- Calculates the next 'Since' parameter using the maximum 'Updated'
  timestamp found in the current cache.

This fixes flakiness in integration tests (specifically test_006) where
maintainer rejections were occasionally ignored by the workflow-pr service.
2026-03-04 12:11:35 +01:00
..
2025-05-26 16:55:15 +02:00
2026-02-25 14:48:56 +01:00
2025-05-26 16:55:15 +02:00
2026-03-03 18:03:20 +01:00
2025-04-03 22:38:28 +02:00
2025-04-03 22:38:28 +02:00
2026-02-25 12:50:21 +01:00
2025-05-26 16:55:15 +02:00
2025-06-26 14:24:21 +02:00
2026-03-03 19:58:08 +01:00
2026-03-03 18:03:20 +01:00
2026-03-03 18:03:20 +01:00
2026-03-03 18:03:20 +01:00
2025-07-26 13:54:51 +02:00
2025-08-28 13:09:32 +02:00
2025-04-03 22:38:28 +02:00
2025-04-03 22:38:28 +02:00
2025-04-03 22:38:28 +02:00
2025-04-03 22:38:28 +02:00
2025-04-03 22:38:28 +02:00
2025-04-03 22:38:28 +02:00
2025-07-26 13:54:51 +02:00
2025-04-03 22:38:28 +02:00
2025-10-27 14:42:21 +01:00

package common

const ReadmeBoilerplate = `
README
======

This empty project was created by AutoDevel bot.
AutoDevel creates projects that can be built
in Open Build Service.

`