Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / jonboulle/clockwork issues and pull requests

#96 - Add NextWakeup to fake clock

Pull Request - State: open - Opened by Psykar 23 days ago - 1 comment

#95 - Remove firer struct & fix ticker reset

Pull Request - State: closed - Opened by DPJacques 3 months ago

#94 - Allow the creation of a `context.Context` that uses a `clockwork.Clock`

Issue - State: closed - Opened by DPJacques 4 months ago - 8 comments

#93 - Release?

Issue - State: closed - Opened by jonathangjertsen 4 months ago - 9 comments

#92 - Add contexts that use FakeClock rather than the system time.

Pull Request - State: closed - Opened by DPJacques 4 months ago - 1 comment

#91 - Standardize tests for core clockwork functions.

Pull Request - State: closed - Opened by DPJacques 4 months ago

#90 - Remove some duplication & use slices package.

Pull Request - State: closed - Opened by DPJacques 4 months ago

#89 - Bump Go version to 1.21.

Pull Request - State: closed - Opened by DPJacques 4 months ago

#88 - Bump Go verison to 1.2.

Pull Request - State: closed - Opened by DPJacques 4 months ago

#87 - Remove some duplication & use slices package.

Pull Request - State: closed - Opened by DPJacques 4 months ago

#86 - Introduce context aware helpers for context related testing

Pull Request - State: closed - Opened by 3vilhamster 6 months ago - 5 comments

#85 - add Until method on clock interface

Pull Request - State: closed - Opened by WillMatthews 6 months ago

#84 - Upcoming changes in Go 1.23

Issue - State: open - Opened by sagikazarmark 9 months ago - 2 comments

#83 - BlockUntil insufficient for testing Timers

Issue - State: open - Opened by jpittis 12 months ago - 2 comments

#82 - Improve docs for BlockUntil and waiters

Issue - State: open - Opened by jpittis 12 months ago - 3 comments

#81 - build(deps): bump github/codeql-action from 2 to 3

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies

#80 - build(deps): bump actions/setup-go from 4 to 5

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies

#79 - Ticket cannot be tested using fake clockwork

Issue - State: closed - Opened by Season0518 about 1 year ago - 2 comments

#78 - Add security policy

Pull Request - State: closed - Opened by pnacht over 1 year ago

#77 - Have a security policy

Issue - State: closed - Opened by pnacht over 1 year ago

#76 - Document that this does not affect Context.WithTimeout

Issue - State: closed - Opened by sourcefrog over 1 year ago - 3 comments

#75 - Set minimal workflow permissions

Pull Request - State: closed - Opened by pnacht over 1 year ago - 1 comment

#74 - Run GitHub workflows with minimal permissions

Issue - State: closed - Opened by pnacht over 1 year ago

#73 - build(deps): bump actions/checkout from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies

#72 - Fix typos and grammar issue

Pull Request - State: closed - Opened by alexandear over 1 year ago

#71 - Convert FakeClock to a struct.

Pull Request - State: closed - Opened by DPJacques over 1 year ago
Labels: enhancement, release-note/breaking-change, release-note/enhancement

#70 - Make NewTicker panic if d<=0, like time.NewTicker.

Pull Request - State: closed - Opened by DPJacques over 1 year ago

#69 - Add Expirations() and BlockUntilContext(...) to FakeClock.

Pull Request - State: closed - Opened by DPJacques over 1 year ago
Labels: release-note/breaking-change, release-note/new-feature

#68 - Add a WithSynchronousAfterFunc option

Pull Request - State: closed - Opened by MichaelSnowden over 1 year ago - 2 comments

#67 - Synchronous Timers?

Issue - State: closed - Opened by MichaelSnowden over 1 year ago - 7 comments

#66 - Add BlockUntilContext to clockwork.FakeClock.

Pull Request - State: closed - Opened by DPJacques almost 2 years ago

#65 - Update README.md.

Pull Request - State: closed - Opened by DPJacques almost 2 years ago

#64 - Make NewTicker panic if d<=0, like time.NewTicker.

Pull Request - State: closed - Opened by DPJacques almost 2 years ago - 1 comment

#63 - Default clock that does not require initialization

Pull Request - State: closed - Opened by sagikazarmark almost 2 years ago - 1 comment

#62 - ci: add Go 1.20 as a build target

Pull Request - State: closed - Opened by sagikazarmark almost 2 years ago

#61 - Make usable zero value of clockwork.Clock

Issue - State: closed - Opened by rekby almost 2 years ago - 9 comments

#60 - fakeTicker doesn't work as expected

Issue - State: closed - Opened by seaguest almost 2 years ago - 8 comments

#59 - build(deps): bump actions/setup-go from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies

#58 - fix typo

Pull Request - State: closed - Opened by rockspore almost 2 years ago - 3 comments

#57 - NewFakeClock returns a deterministic time

Issue - State: closed - Opened by DPJacques almost 2 years ago - 1 comment

#56 - Add BlockUntilContext, which respects context cancellation.

Pull Request - State: closed - Opened by DPJacques almost 2 years ago - 4 comments
Labels: release-note/new-feature

#55 - Use the current time for NewFakeClock's initial value

Pull Request - State: closed - Opened by DPJacques almost 2 years ago - 8 comments
Labels: release-note/breaking-change

#54 - Add a reset function to the ticker

Issue - State: closed - Opened by krasi-georgiev almost 2 years ago - 3 comments

#53 - chore: bump minimum Go version to 1.15

Pull Request - State: closed - Opened by sagikazarmark about 2 years ago

#52 - Move lock logic to fakeClock. Reduce Ticker and Timer code complexity.

Pull Request - State: closed - Opened by DPJacques about 2 years ago - 5 comments
Labels: release-note/enhancement

#51 - Fix flaky clockwork tests from #44.

Pull Request - State: closed - Opened by DPJacques about 2 years ago - 4 comments
Labels: release-note/enhancement

#50 - Move most lock logic to clockwork.go.

Pull Request - State: closed - Opened by DPJacques about 2 years ago - 2 comments

#49 - TestFakeTicker_DeliveryOrder and TestFakeTickerTick are flakey at commit 79f9aa2

Issue - State: closed - Opened by DPJacques about 2 years ago - 1 comment

#48 - Fix tests after #44 is merged

Pull Request - State: closed - Opened by sagikazarmark over 2 years ago - 7 comments

#47 - Make FakeTicker synchronous

Pull Request - State: closed - Opened by dbenbenn over 2 years ago - 2 comments

#46 - Fake clock advances past intervening timers

Issue - State: closed - Opened by muir over 2 years ago - 2 comments

#45 - add AfterFunc

Pull Request - State: closed - Opened by muir over 2 years ago - 1 comment

#44 - Refactor to avoid channels and goroutines

Pull Request - State: closed - Opened by gagern over 2 years ago - 3 comments

#43 - Expose and fix timer reset race

Pull Request - State: closed - Opened by gagern over 2 years ago - 3 comments

#42 - Fake Timer may report the same time twice

Issue - State: closed - Opened by gagern over 2 years ago - 1 comment

#41 - build(deps): bump actions/setup-go from 2 to 3

Pull Request - State: closed - Opened by dependabot[bot] almost 3 years ago
Labels: dependencies

#40 - build(deps): bump actions/checkout from 2 to 3

Pull Request - State: closed - Opened by dependabot[bot] almost 3 years ago
Labels: dependencies

#39 - Tweak CI config

Pull Request - State: closed - Opened by sagikazarmark almost 3 years ago
Labels: release-note/ignore

#38 - Add Timers

Pull Request - State: closed - Opened by rosstimothy almost 3 years ago - 2 comments
Labels: release-note/new-feature

#37 - Go 1.18

Pull Request - State: closed - Opened by sagikazarmark almost 3 years ago

#36 - fix: fixes a deadlock in BlockUntil

Pull Request - State: closed - Opened by nicks almost 3 years ago

#35 - BlockUntil blocks forever if there are too many blockers

Issue - State: closed - Opened by nicks almost 3 years ago - 2 comments

#34 - Ci updates

Pull Request - State: closed - Opened by sagikazarmark about 3 years ago

#33 - feat: Add context helpers to package.

Pull Request - State: closed - Opened by connyay about 3 years ago - 1 comment

#32 - Any interest in context helpers?

Issue - State: closed - Opened by connyay over 3 years ago

#31 - block until Ticker

Issue - State: closed - Opened by julianvmodesto about 4 years ago

#30 - Tick updates are lost

Issue - State: closed - Opened by empijei about 4 years ago - 4 comments

#29 - Fix the NewTicker race and add regression tests.

Pull Request - State: closed - Opened by misterpickypants over 4 years ago

#28 - Improvements

Pull Request - State: closed - Opened by sagikazarmark over 4 years ago

#27 - Remove travis config

Pull Request - State: closed - Opened by sagikazarmark over 4 years ago

#26 - Add GitHub actions build

Pull Request - State: closed - Opened by sagikazarmark over 4 years ago

#25 - Need help with maintenance?

Issue - State: closed - Opened by sagikazarmark over 4 years ago - 3 comments

#24 - FakeClock.After should short-circuit for negative inputs

Pull Request - State: closed - Opened by lyonssp almost 5 years ago

#23 - add go.mod

Pull Request - State: closed - Opened by vitoordaz about 5 years ago - 2 comments

#22 - Add support for Timers

Pull Request - State: closed - Opened by ghost over 5 years ago - 8 comments

#21 - Fake clock does not handle negative durations to After() correctly

Issue - State: closed - Opened by pcman312 almost 6 years ago - 1 comment

#20 - make clockwork modules friendly

Issue - State: closed - Opened by mlitvin almost 6 years ago - 4 comments

#19 - FakeClock sleep blocks on negative duration

Issue - State: closed - Opened by redgoattea about 6 years ago - 1 comment

#18 - enable syntax height for markdown

Pull Request - State: closed - Opened by appleboy about 6 years ago - 1 comment

#17 - Race conditions in fakeTicker

Issue - State: closed - Opened by pcman312 over 6 years ago - 1 comment

#16 - README: Fix "Faking time" Golang playground anchor

Pull Request - State: closed - Opened by wking over 6 years ago - 1 comment

#15 - travis: bump go version

Pull Request - State: closed - Opened by jonboulle over 6 years ago

#14 - Added a singleton instance of the real clock.

Pull Request - State: closed - Opened by kulti about 7 years ago - 2 comments

#13 - Timers

Pull Request - State: closed - Opened by aviddiviner almost 8 years ago - 2 comments

#12 - Add a new interface method: AfterTime

Pull Request - State: closed - Opened by maxtaco about 8 years ago - 4 comments

#11 - Add SleeperStacks() function to FakeClock to allow for easier debugging.

Pull Request - State: closed - Opened by arya over 8 years ago - 4 comments

#10 - Feature Request: support for mocking time.Timer

Issue - State: closed - Opened by mattyb over 8 years ago - 4 comments

#9 - Updated README example.

Pull Request - State: closed - Opened by ezzatron over 8 years ago - 1 comment

#8 - Add support for fake tickers

Pull Request - State: closed - Opened by tflach over 8 years ago - 3 comments

#7 - Add clock.Since() function to replicate time.Since() behavior

Pull Request - State: closed - Opened by tflach over 8 years ago - 1 comment

#6 - Fix up godoc for NewFakeClockAt

Pull Request - State: closed - Opened by doherty over 8 years ago - 1 comment

#5 - Godoc for NewFakeClockAt references "NewFakeClock"

Issue - State: closed - Opened by doherty over 8 years ago - 1 comment

#4 - Only grab a read-lock in Now().

Pull Request - State: closed - Opened by tsuna about 9 years ago - 1 comment

#3 - Make default time after the Unix Epoch

Pull Request - State: closed - Opened by chancez over 9 years ago - 1 comment

#2 - Set NewFakeClock initial time

Issue - State: closed - Opened by dghubble over 9 years ago - 3 comments

#1 - clockwork: use non-zero time in NewFakeClock

Pull Request - State: closed - Opened by bcwaldon about 10 years ago - 1 comment