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

muesli / termenv / 5943658581

Builds Branch Commit Type Ran Committer Via Coverage
5943658581 readwriter fix(output): export output writer Termenv output can be a buffer, ssh session, a file, or anything that implements the io.Writer interface. In the case of an ssh session, the std ssh library returns a io.ReadWriter for ssh sessions and the curre... Pull #122 22 Aug 2023 08:21PM UTC aymanbagabas github
57.65
5943576689 ssh-pty fix(output): report terminal status when writer is not a file The underlying writer doesn't have to be a *os.File for it to be a TTY. For example, a PTY ssh session is a TTY. However, the std library returns a io.ReadWriter for the ssh session. ... Pull #131 22 Aug 2023 08:13PM UTC aymanbagabas github
57.41
5943573087 readwriter fix(output): export output writer Termenv output can be a buffer, ssh session, a file, or anything that implements the io.Writer interface. In the case of an ssh session, the std ssh library returns a io.ReadWriter for ssh sessions and the curre... Pull #122 22 Aug 2023 08:12PM UTC aymanbagabas github
57.65
5943573526 readwriter fix(output): export output writer Termenv output can be a buffer, ssh session, a file, or anything that implements the io.Writer interface. In the case of an ssh session, the std ssh library returns a io.ReadWriter for ssh sessions and the curre... Pull #122 22 Aug 2023 08:12PM UTC aymanbagabas github
57.65
5782829032 dependabot/go_modules/golang.org/x/sys-0.11.0 build(deps): bump golang.org/x/sys from 0.10.0 to 0.11.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.10.0 to 0.11.0. - [Commits](https://github.com/golang/sys/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-n... Pull #148 07 Aug 2023 08:30AM UTC web-flow github
57.84
5782828928 dependabot/go_modules/golang.org/x/sys-0.11.0 build(deps): bump golang.org/x/sys from 0.10.0 to 0.11.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.10.0 to 0.11.0. - [Commits](https://github.com/golang/sys/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-n... Pull #148 07 Aug 2023 08:30AM UTC web-flow github
57.84
5695482182 race-fix fix!: output race condition Use a mutex to guard setting/getting the color profile and fg/bg colors. Use `SetColorProfile` to change the output color profile. Use pointer receiver since we have a lock in the struct. Fixes: https://github.com/cha... Pull #146 28 Jul 2023 07:12PM UTC aymanbagabas github
58.36
5695481766 race-fix fix!: output race condition Use a mutex to guard setting/getting the color profile and fg/bg colors. Use `SetColorProfile` to change the output color profile. Use pointer receiver since we have a lock in the struct. Fixes: https://github.com/cha... push 28 Jul 2023 07:12PM UTC aymanbagabas github
58.36
5695448247 cache-profile fix: cache the color profile No need to query the environment every time we access the color profile. Pull #147 28 Jul 2023 07:08PM UTC aymanbagabas github
57.98
5695446524 cache-profile fix: cache the color profile No need to query the environment every time we access the color profile. push 28 Jul 2023 07:08PM UTC aymanbagabas github
57.98
5694553163 race-fix fix!: output race condition `ColorProfile` reads the terminal environment every time the function is called. This is inefficient. We only need to read the `$TERM` environment variable once when we initialize the output. So instead, we cache the v... Pull #146 28 Jul 2023 05:17PM UTC aymanbagabas github
58.36
5694552778 race-fix fix!: output race condition `ColorProfile` reads the terminal environment every time the function is called. This is inefficient. We only need to read the `$TERM` environment variable once when we initialize the output. So instead, we cache the v... push 28 Jul 2023 05:16PM UTC aymanbagabas github
58.36
5694506982 race-fix fix!: output race condition `ColorProfile` reads the terminal environment every time the function is called. This is inefficient. We only need to read the `$TERM` environment variable once when we initialize the output. So instead, we cache the v... push 28 Jul 2023 05:11PM UTC aymanbagabas github
58.18
5694507539 race-fix fix!: output race condition `ColorProfile` reads the terminal environment every time the function is called. This is inefficient. We only need to read the `$TERM` environment variable once when we initialize the output. So instead, we cache the v... Pull #146 28 Jul 2023 05:11PM UTC aymanbagabas github
58.18
5694303814 race-fix fix!: output race condition BREAKING! `ColorProfile` reads the terminal environment every time the function is called. This is inefficient. We only need to read the `$TERM` environment variable once when we initialize the output. So we cache the... Pull #146 28 Jul 2023 04:47PM UTC aymanbagabas github
58.18
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 42
  • 43
  • 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