-
Notifications
You must be signed in to change notification settings - Fork 26
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: apognu/gocal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: apognu/gocal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 10 files changed
- 7 contributors
Commits on Jul 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7366fd3 - Browse repository at this point
Copy the full SHA 7366fd3View commit details -
essentially the count value would get decreased by more then 1 during the BYDAY rule expansion without checking for underruns.
Configuration menu - View commit details
-
Copy full SHA for b0a13d1 - Browse repository at this point
Copy the full SHA b0a13d1View commit details
Commits on Nov 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 94524ad - Browse repository at this point
Copy the full SHA 94524adView commit details
Commits on Mar 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6e779b6 - Browse repository at this point
Copy the full SHA 6e779b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73154ea - Browse repository at this point
Copy the full SHA 73154eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6561edd - Browse repository at this point
Copy the full SHA 6561eddView commit details -
Added reference links. Cleaned up rrule test. Added additional test f…
…or multiple exdates
Configuration menu - View commit details
-
Copy full SHA for 1cd5d1b - Browse repository at this point
Copy the full SHA 1cd5d1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc4ccf1 - Browse repository at this point
Copy the full SHA fc4ccf1View commit details
Commits on May 30, 2023
-
Add support for quoted property parameters
This CL adds support for quoted property parameters (RFC5545, 3.1.1), specifically the following beauties that Office365 likes to spout out: ``` DTSTART;TZID="tzone://Microsoft/Utc":20230102T160000 ``` This change adds a naive split implementation that respects said quoted parameters, which is only used in case quotes occur on the left-hand before the separating colon. The performance impact depends on the line-size of the properties in the ICS document. Benchmark measures about about 4ns for 20 char long lines, about 5ns for 100 char long lines. ``` $ go test -bench=. goos: darwin goarch: arm64 pkg: github.com/apognu/gocal Benchmark_splitLineTokens20-8 35675428 33.41 ns/op Benchmark_stringSplitN20-8 40056913 29.56 ns/op Benchmark_splitLineTokens100-8 34151101 34.99 ns/op Benchmark_stringSplitN100-8 39473630 29.93 ns/op PASS ok github.com/apognu/gocal 5.900s ```
Configuration menu - View commit details
-
Copy full SHA for 9fe792c - Browse repository at this point
Copy the full SHA 9fe792cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7000c8 - Browse repository at this point
Copy the full SHA b7000c8View commit details -
Added a duplicate attribute behavior settings to relax failure on dup…
…licate attributes.
Configuration menu - View commit details
-
Copy full SHA for 147e7b3 - Browse repository at this point
Copy the full SHA 147e7b3View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 31d5c7a - Browse repository at this point
Copy the full SHA 31d5c7aView commit details
Commits on Oct 24, 2024
-
fix: check recurring event with correct timezone
using local timezone leads to error in data comparison
Configuration menu - View commit details
-
Copy full SHA for bb14ecd - Browse repository at this point
Copy the full SHA bb14ecdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1eae90 - Browse repository at this point
Copy the full SHA c1eae90View commit details
There are no files selected for viewing