• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

coryodaniel / k8s / 5b939459a22d813da37a2f58ede62813661eae77-PR-308

Builds Branch Commit Type Ran Committer Via Coverage
5b939459a22d813da37a2f58ede62813661eae77-PR-308 dependabot/hex/ex_doc-0.31.2 Bump ex_doc from 0.31.1 to 0.31.2 Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.31.1 to 0.31.2. - [Release notes](https://github.com/elixir-lang/ex_doc/releases) - [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGEL... Pull #308 11 Mar 2024 07:18AM UTC web-flow github
84.16
fe4e7e3330c4b1a18042de4c7a76473a7e29ad1b develop Merge pull request #307 from coryodaniel/dependabot/hex/mix_test_watch-1.2.0 Bump mix_test_watch from 1.1.1 to 1.2.0 push 11 Mar 2024 07:17AM UTC web-flow github
83.97
2320008e52bd844d19e740f1856d9815cadabbe1-PR-308 dependabot/hex/ex_doc-0.31.2 Bump ex_doc from 0.31.1 to 0.31.2 Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.31.1 to 0.31.2. - [Release notes](https://github.com/elixir-lang/ex_doc/releases) - [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGEL... Pull #308 11 Mar 2024 03:48AM UTC web-flow github
84.07
bcdd64763d472483262ccc7e15f335f492b5fddc-PR-307 dependabot/hex/mix_test_watch-1.2.0 Bump mix_test_watch from 1.1.1 to 1.2.0 Bumps [mix_test_watch](https://github.com/lpil/mix-test.watch) from 1.1.1 to 1.2.0. - [Changelog](https://github.com/lpil/mix-test.watch/blob/master/CHANGELOG.md) - [Commits](https://github.com/lpil/mix-tes... Pull #307 11 Mar 2024 03:47AM UTC web-flow github
84.07
69f5cee4f91c5372d154769f796a70647e61d711-PR-306 dependabot/hex/credo-1.7.5 Bump credo from 1.7.3 to 1.7.5 Bumps [credo](https://github.com/rrrene/credo) from 1.7.3 to 1.7.5. - [Release notes](https://github.com/rrrene/credo/releases) - [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md) - [Commits](htt... Pull #306 04 Mar 2024 03:21AM UTC web-flow github
83.97
ddafc424deb6695ab156a1d99aaf545760c42350-PR-305 dependabot/hex/credo-1.7.4 Bump credo from 1.7.3 to 1.7.4 Bumps [credo](https://github.com/rrrene/credo) from 1.7.3 to 1.7.4. - [Release notes](https://github.com/rrrene/credo/releases) - [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md) - [Commits](htt... Pull #305 12 Feb 2024 03:53AM UTC web-flow github
84.07
d7ae34700247e8230dea99fd137a3ceb5a13d3d9-PR-304 dependabot/hex/mix_test_watch-1.1.2 Bump mix_test_watch from 1.1.1 to 1.1.2 Bumps [mix_test_watch](https://github.com/lpil/mix-test.watch) from 1.1.1 to 1.1.2. - [Changelog](https://github.com/lpil/mix-test.watch/blob/master/CHANGELOG.md) - [Commits](https://github.com/lpil/mix-tes... Pull #304 12 Feb 2024 03:52AM UTC web-flow github
83.33
92a6704ba1ec9cdf19a1ce21dfe49071e159a61b develop Merge pull request #302 from elliottneilclark/exec_worker feat: cache auth tokens in GenServer per connection push 05 Feb 2024 06:48PM UTC web-flow github
84.07
2a2dee36015420b9ba0c7519237d9bb982724e45-PR-302 exec_worker fix: K8s.Conn.Auth.ServiceAccount type spec Pull #302 05 Feb 2024 05:08PM UTC elliottneilclark github
83.97
d9719baca46d228f8a7d1ca5bf36bd576e0b6e64-PR-302 exec_worker refactor: remove cerficate worker Pull #302 05 Feb 2024 05:01PM UTC elliottneilclark github
84.25
99c05d6d4489fda9417f835a3b2232df00a1766b-PR-302 exec_worker fix: allow auth genserver to crash and restart Summary: This adds on a registry and a standard name for many of the auth providers. It allows for shared workers when the paths are the same and for genserver to crash, get re-started and not have e... Pull #302 25 Jan 2024 06:52AM UTC elliottneilclark github
84.68
470133c2df5f31c010785b5071c2f50e58a71641-PR-302 exec_worker feat: start a dynamic supervisor for auth providers Summary: - Start `K8s.Conn.Auth.ProviderSupervisor` - Start `K8s.Conn.Auth.ExecWorker` for kube context with auth exec configured. This respects expiration and will not give out known expir... Pull #302 24 Jan 2024 10:03PM UTC elliottneilclark github
82.7
7f3cd6e64efa6f880ba1226cdbb91f1b53ba1d00-PR-302 exec_worker feat: start a dynamic supervisor for auth providers Summary: - Start `K8s.Conn.Auth.ProviderSupervisor` - Start `K8s.Conn.Auth.ExecWorker` for kube context with auth exec configured. This respects expiration and will not give out known expir... Pull #302 23 Jan 2024 08:04PM UTC elliottneilclark github
82.79
b2468384cfbeed9d76134fb49da88973e9206ce5-PR-302 exec_worker feat: start a dynamic supervisor for auth providers Summary: - Start `K8s.Conn.Auth.ProviderSupervisor` - Start `K8s.Conn.Auth.ExecWorker` for kube context with auth exec configured. This respects expiration and will not give out known expir... Pull #302 23 Jan 2024 07:49PM UTC elliottneilclark github
82.79
5cf7cfba7df84bcfdb264ddcfb7beab2186f22ba-PR-302 exec_worker feat: start a dynamic supervisor for auth providers Summary: - Start `K8s.Conn.Auth.ProviderSupervisor` - Start `K8s.Conn.Auth.ExecWorker` for kube context with auth exec configured. This respects expiration and will not give out known expir... Pull #302 23 Jan 2024 07:37PM UTC elliottneilclark github
82.51
  • ← Previous
  • 1
  • 2
  • …
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • …
  • 70
  • 71
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc