fix(osmsg): Fixed data-loss with update flag. Update now fully depends on last sequence updated and not timestamps.#49
Merged
kshitijrajsharma merged 57 commits intoJun 4, 2026
Conversation
OSMSG : Base refactor with pydantic models and the duckdb db
updates the lock file
fix(pipeline): Replace hardcoded "processing" label with stage-specific descriptions.
Added litestar API endpoints
…to catch the change currently its duplicated in api and osmsg to keep api image slim
Feature : Infra setup
…htags Normalize API hashtag filters
fix(caddy): adds caddy server and fix for the api rendering on 80 port
adds infra service and fixes tick not to run parquet when psql is active
add env variable to caddy for the domain configuration
changes lat lon to geom in the changesets tables
open changeset stats
use it as boundary
fix cors issue on api
also verifies stats are filtered in changeset level on pipeline
there was a bug where stats with markdown produced the summary instead due to summary_markdown function call instead of table_markdown
fix(osmsg): resolved markdown stats bug
fixes bug on last_ts date when changeset is upserted
mirror the country url if update is passed
…s on last sequence updated and not timestamps.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stats loss with update while running cron - due to race condition between changesets replication and changefiles replication is also fixed. Added test cases as well for replication change.