Skip to content

v0.0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@clcollins clcollins released this 06 Mar 20:10
· 57 commits to main since this release

Changelog

  • 85709c3 Add ability to use custom cluster login commands
  • 648bdc9 Add proper error handling within the tui
  • e1153be Add top/bottom hotkeys
  • c743e54 Adding readme; updating gitignore
  • 201b1f3 Adds goreleaser setup
  • b5f7087 Adds install-local target for building SREPD binary and dropping it into ~/.local/bin
  • 4daee9a Fixed up the editor and launcher backend to work with the new variable slices
  • d1cca26 Merge pull request #10 from clcollins/typo_fixes
  • 188aa2e Merge pull request #11 from clcollins/api_auth
  • 784740b Merge pull request #8 from clcollins/6-clusterLogin
  • 7480fff Move constants out of package scope to the functions where they are used
  • 3ef8cd7 Pass explicit list of users to GetIncidents
  • 553bfc5 Remove stdout pipe for terminal window exec - nothing useful is ever printed there.
  • df2843a Removed unused stringSlicer function and tests; Linter fixes
  • 210740a Retrieve alerts on startup
  • 9aaa2e7 Simplify handling of the debug argument
  • 6e4a564 Standardize path for debug logging to homedir
  • 004a163 Update README.md
  • 430c6ca added interface for pagerduty client to make mocking calls easier in tests
  • 26144e4 added ocm-container launch directly to cluster; refactored some command handling; fixed refresh of data for ack, etc commands
  • ab82e07 adding debug logging toggle
  • c65605c adding github issue links to TODO comments
  • 8987f95 adding gitignore
  • d1c2dfd adding pull request template
  • cdb1616 adds comments to the update loop; moves view composition to own file, moves tea.Cmds to own file
  • b11b954 adds old code to gitignore
  • 188b472 enabled support for custom commands to open cluster; still need to allow passing of the custom commands in config and cli
  • 6c9dc0a enables focusing and bluring of the input bar
  • 4f20a60 first pass makefile
  • 39415f5 fixed rendering of incidents
  • c072dc4 fixing debug logging printing to stdout
  • 729e62f fixing goreleaser token
  • f50d386 formatted for basic 80x24 terminal window
  • f39246a formatting
  • 34cab7d got incident selection for the viewport working again; need to fix the render
  • fbbe199 got it back to a working state, ugh
  • b12665b initial commit
  • 3e86410 initial mvp track tool
  • d5b1eb3 list view branch
  • 2655ed1 multiple fixes
  • badf1a3 poc with notes, incident view, silent user assignment
  • 92627b9 refactored keyMsg processing; adding "waitingForX" for batch commands
  • 269a9a7 refactored variable handling for command flags
  • 0afa341 removing some unused/unnecessary comments
  • 9ca8e0e replacing Open with Login command for cluster login
  • ebc898e standardizing initil sizes
  • 201f12d starting logging sooner
  • c61203b troubleshooting glamour rendering via the viewport
  • 5d11407 updating .gitignore
  • 6844474 updating readme
  • 2baa96d updating to add how to build SREPD
  • 80b13be use PagerDuty API Keys for auth; remove redundant GetCurrentUser; update packages
  • 70ba4db using helper function to convert []pagerduty.Team IDs to []string