Skip to content

fix: rename grain to duration in annotations #7736

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

Merged
merged 2 commits into from
Aug 6, 2025

Conversation

AdityaHegde
Copy link
Collaborator

As a requirement change we are renaming grain column to duration column in annotation source table.

Checklist:

  • Covered by tests
  • Ran it and it works as intended
  • Reviewed the diff before requesting a review
  • Checked for unhandled edge cases
  • Linked the issues it closes
  • Checked if the docs need to be updated. If so, create a separate Linear DOCS issue
  • Intend to cherry-pick into the release branch
  • I'm proud of this work!

@@ -15,7 +15,7 @@ rill project connect-github [<path>] [flags]
```
--path string Path to project repository (default: current directory) (default ".")
--subpath string Relative path to project in the repository (for monorepos)
--remote string Remote name (default: first Git remote)
--remote string Remote name (default: origin) (default "origin")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated? Seems fine though

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like make docs.generate was missed when this change was made. So when I ran it here these were changed as well.

@AdityaHegde AdityaHegde merged commit aff0265 into main Aug 6, 2025
15 checks passed
@AdityaHegde AdityaHegde deleted the fix/annotations-grain-to-duration branch August 6, 2025 07:50
AdityaHegde added a commit that referenced this pull request Aug 6, 2025
* fix: rename grain to duration in annotations

* Update validation tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants