-
Notifications
You must be signed in to change notification settings - Fork 9
feat: merge my pg_interval_2 fork into mainline #78
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
Open
sunng87
wants to merge
31
commits into
piperRyan:master
Choose a base branch
from
sunng87:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
0452211
feat: implement Error for ParseError
sunng87 4f20ffb
style: format code
sunng87 6ea2eba
style: format
sunng87 3bfab3e
fix: pluralization for postgres style
sunng87 db10de0
fix: several roundtrip cases
sunng87 81359a9
feat: implement postgres_verbose
sunng87 c89c533
ci: add github actions
sunng87 4843bb1
ci: update ci
sunng87 eec5c4d
ci: update arm runner
sunng87 d3cba01
feat: add parse_sql for interval
sunng87 aa519d5
Merge pull request #4 from sunng87/feature/parse-sql
sunng87 1c26cd2
Merge pull request #3 from sunng87/feature/postgres-verbose
sunng87 95d9f4b
Merge pull request #2 from sunng87/feature/parse-error
sunng87 9a1c365
Merge branch 'master' into feature/postgres-style
sunng87 17ca774
fix: format
sunng87 7e6ea8f
Merge pull request #1 from sunng87/feature/postgres-style
sunng87 29f6436
feat: from_postgres_verbose
sunng87 9e217a6
Merge pull request #5 from sunng87/feature/from-postgres-verbose
sunng87 bb2de2a
fix: iso format
sunng87 0f8d14c
fix: sql standard format for leading zero
sunng87 2192fad
fix: sql 0 output
sunng87 bd20f1c
fix: update pluar form of fractional sections
sunng87 18a56d2
Merge pull request #6 from sunng87/fix/iso-format
sunng87 6f582fb
chore: fork
sunng87 b8499f7
chore: Release pg_interval_2 version 0.5.1
sunng87 016e12a
fix: correct to_sql format
sunng87 541247a
Merge pull request #7 from sunng87/fix/sql_standard
sunng87 ee6917c
chore: Release pg_interval_2 version 0.5.2
sunng87 53b6f86
Merge branch 'master' into master
sunng87 a1fb277
Update README.md
sunng87 2f9996d
Update Cargo.toml
sunng87 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this action to publish every commit from master branch?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @sunng87 yes it was/is. On a side note I do have a local branch that I was planing to get merged in to switch it to manual approval + cargo smart release if you want that, but how do you want to CD part to work? I can help get that part done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice if we trigger the cargo publish when a tag is pushed.
see this for example: https://github.com/GreptimeTeam/promql-parser/blob/main/.github/workflows/release.yml