1
2
mirror of https://github.com/yunginnanet/Rate5 synced 2024-06-29 18:40:48 +00:00
Commit Graph

64 Commits

Author SHA1 Message Date
bb0d3abbf1
Merge branch 'main' into janitor-adjust 2024-01-08 00:27:06 -08:00
fb8ddac1b2
Fix[performance]: Don't call DeleteExpired unnecessarily often to avoid superfluous mutex locks 2024-01-08 00:25:47 -08:00
ec76a571d0
Style[tests]: adjust test log output 2024-01-08 00:24:56 -08:00
058540add6
Merge pull request #7 from yunginnanet/dependabot/github_actions/actions/setup-go-5
Bump actions/setup-go from 4 to 5
2023-12-30 13:48:57 -08:00
dependabot[bot]
620163e3dc
Bump actions/setup-go from 4 to 5
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 00:46:59 +00:00
12a0ad064c
Merge pull request #6 from yunginnanet/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2023-09-07 20:49:27 -07:00
dependabot[bot]
ac393e3b5a
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 00:21:05 +00:00
9de4224b56
Merge pull request #5 from yunginnanet/dependabot/github_actions/github/codeql-action-2 2023-04-01 11:14:05 -07:00
679a58ed89
Merge pull request #4 from yunginnanet/dependabot/github_actions/actions/checkout-3 2023-04-01 11:13:52 -07:00
ac8d4c61b7
Merge pull request #3 from yunginnanet/dependabot/github_actions/actions/setup-go-4 2023-04-01 11:13:39 -07:00
dependabot[bot]
98de5d07b9
Bump github/codeql-action from 1 to 2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-01 18:11:12 +00:00
dependabot[bot]
d4cccdf154
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-01 18:11:08 +00:00
dependabot[bot]
52b87b3542
Bump actions/setup-go from 2 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-01 18:11:05 +00:00
b569b3be6a
Update dependabot.yml 2023-04-01 11:10:10 -07:00
7acdbf9642
Fix coverage 2023-01-01 06:04:28 -08:00
d51b3642b8
Update README.md 2022-12-21 16:58:16 -08:00
693cbf2c84
Fix: only print if we enabled 2022-12-21 16:57:47 -08:00
d7d8a0ce87
Feat: Stringer Identity + Optimize
- Reduce potential debug contention by using cmpandswap atomics

  - Add the ability to use fmt.Stringers for Identity functionality (not sure why i ever did anything else tbh)

  - Complete test coverage
2022-12-18 02:38:43 -08:00
e008c0560f
Update README.md 2022-12-06 21:56:04 -08:00
2eb517efa5
Feat: Hardcore limiter and Reset function 2022-07-16 07:28:00 -07:00
5ba326db3e
100% coverage 2022-07-07 18:52:57 -07:00
ec4e666623
Fix: major testing blunder + Fix: major design/performance problems 2022-07-07 12:27:08 -07:00
fc41e1c94a
Update README.md 2022-07-06 04:43:40 -07:00
b45d3f79f5
Update README.md 2022-07-06 04:42:37 -07:00
78c11c9a7a
Merge pull request #2 from yunginnanet/overhaul 2022-07-06 04:36:02 -07:00
c39fe021c4
remove example in favor of unit tests 2022-07-06 04:29:55 -07:00
3f53bf4d8f
Fix: data race in strict logic 2022-07-06 04:24:50 -07:00
82b40accd4
Mild overhaul and testing improvements 2022-07-06 04:05:23 -07:00
c31c832330
Update go.yml 2022-03-04 13:43:49 -08:00
a9888cad09
Merge pull request #1 from yunginnanet/racecondition 2022-03-04 13:42:56 -08:00
531c15b74f
Update README.md 2022-03-04 13:40:44 -08:00
c455cab839
Actions 2022-03-04 13:33:13 -08:00
c029133c18
Add verbosity to test action 2022-03-04 13:14:26 -08:00
4fe52dfb89
Update actions 2022-03-04 13:11:01 -08:00
3517b17034
Fix: race condition 2022-03-04 13:09:08 -08:00
dc296e1d60 Fix: silly error in example 2021-12-06 01:06:26 -08:00
4c61658865
Create dependabot.yml 2021-11-16 22:58:21 -08:00
1af4e1579e Update README 2021-09-29 05:23:26 -07:00
88105bb2bc Merge branch 'main' of github.com:yunginnanet/Rate5 2021-09-29 05:19:06 -07:00
81f043def7 Testing: concurrency safety 2021-09-29 05:18:51 -07:00
274199f780
Create go.yml 2021-09-29 02:57:02 -07:00
aeea9560c8 bugfix 2021-09-29 01:28:57 -07:00
efecfe7999 bugfix 2021-09-29 01:25:44 -07:00
64db6c59e7 Bug fix: the sequel 2021-09-28 10:33:19 -07:00
1b86097f62 update README 2021-09-28 01:25:20 -07:00
5aea254233 Fix: Major bug with Peek. New: test cases 2021-09-28 01:24:04 -07:00
27822b0603 Enhance: implement atomic.Value for strict logic + update example 2021-09-24 11:23:34 -07:00
fa5679adcf Tidy up documentation 2021-09-21 05:14:04 -07:00
dfa3665041 Add: NewCustomLimiter 2021-09-18 07:40:58 -07:00
e82d6923fb internal API adjustments 2021-09-18 07:38:23 -07:00