-
Notifications
You must be signed in to change notification settings - Fork 13
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: cedar-policy/cedar-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: cedar-policy/cedar-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 23 files changed
- 1 contributor
Commits on Sep 18, 2024
-
This commit adds an extension type, datetime, to Cedar Go.
This PR does not add the duration type, nor the methods `toTime()`, `offset()`, or `durationSince()` that would require it. This PR adds operator overloading, by introducing a set of "Virtual" comparison Evaler. Types that can overload operators must implement the `Lesser` interface. Long and Datetime are implemented in this PR. (Note: It is expected that there will be a Decimal operator overload RFC at some later date, but that is not hooked into this) The now obsolete Evalers for Long comparisons have not been removed. A possible improvement to this PR would be to utilize them when it is known that Longs are on the right and left side. The datetime itself is backed by an int64, and can be lifted from a Go `time.Time`, integer or float "unsafely." Signed-off-by: Andrew Gwozdziewycz <andrew.gwozdziewycz@strongdm.com>
Configuration menu - View commit details
-
Copy full SHA for 537c4d8 - Browse repository at this point
Copy the full SHA 537c4d8View commit details -
Add a duration type, as per RFC 80.
This builds on the Datetime PR. It adds the duration type, and all of the associated methods that require durations: - datetime.toTime - datetime.offset - datetime.durationSince - duration.toMilliseconds - duration.toSeconds - duration.toMinutes - duration.toHours - duration.toDays Signed-off-by: Andrew Gwozdziewycz <andrew.gwozdziewycz@strongdm.com>
Configuration menu - View commit details
-
Copy full SHA for e8728bb - Browse repository at this point
Copy the full SHA e8728bbView commit details -
- Lesser becomes ComparableValue - Move ComparableValue to evalers only - Move all magic values to constants - TypeError when incompatible comparable types - Support more deserialization for duration/datetime - Make the datetime parser easier to follow - Drop UnsafeDatetime in favor of FromStdTime(time.UnixMilli(..)) - Document methods - Test Coverage to 100% Signed-off-by: Andrew Gwozdziewycz <andrew.gwozdziewycz@strongdm.com>
Configuration menu - View commit details
-
Copy full SHA for a4e576e - Browse repository at this point
Copy the full SHA a4e576eView commit details -
Update the README indicating datetime / duration support
Signed-off-by: Andrew Gwozdziewycz <andrew.gwozdziewycz@strongdm.com>
Configuration menu - View commit details
-
Copy full SHA for 125cddb - Browse repository at this point
Copy the full SHA 125cddbView commit details
Commits on Sep 19, 2024
-
Merge pull request #35 from strongdm/apg/po-515-add-datetime
Add the extension types, datetime and duration
Configuration menu - View commit details
-
Copy full SHA for d1f59f4 - Browse repository at this point
Copy the full SHA d1f59f4View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.3.1...v0.3.2