Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: everettraven/buoy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: everettraven/buoy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 12 commits
  • 53 files changed
  • 1 contributor

Commits on Dec 3, 2023

  1. (bugfix): fix word wrapping on logs (#37)

    to prevent weird munging of the log output
    when scrolling vertically in the viewport
    
    Signed-off-by: everettraven <[email protected]>
    everettraven authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    0269b93 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. (build): update version command to return build info instead of a sta…

    …tic version (#42)
    
    Signed-off-by: everettraven <[email protected]>
    everettraven authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    863dac8 View commit details
    Browse the repository at this point in the history
  2. (bugfix): fix goreleaser LDFLAGS error

    Signed-off-by: everettraven <[email protected]>
    everettraven committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    eddcdd1 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    12fef01 View commit details
    Browse the repository at this point in the history
  2. (bugfix): fix flashing on tab change (#43)

    by not clearing screen on each tab switch
    
    Signed-off-by: everettraven <[email protected]>
    everettraven authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    2963178 View commit details
    Browse the repository at this point in the history
  3. update buoy readme demo (#44)

    Signed-off-by: everettraven <[email protected]>
    everettraven authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    b09842c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. add documentation (#45)

    * wip: add some documentation
    
    Signed-off-by: everettraven <[email protected]>
    
    * add more docs and logo
    
    Signed-off-by: everettraven <[email protected]>
    
    ---------
    
    Signed-off-by: everettraven <[email protected]>
    everettraven authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    dde1162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa4c07e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. (feat): add theme customization (#47)

    Signed-off-by: everettraven <[email protected]>
    everettraven authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    83d62e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. (testing): refactor add initial set of unit tests (#48)

    * large refactor to prep for easier unit tests
    
    Signed-off-by: everettraven <[email protected]>
    
    * add initial set of unit tests
    
    Signed-off-by: everettraven <[email protected]>
    
    * fix linter error
    
    Signed-off-by: everettraven <[email protected]>
    
    ---------
    
    Signed-off-by: everettraven <[email protected]>
    everettraven authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    58033a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. refactor to decouple models and datastreaming functions (#61)

    * refactor to decouple models and datastreaming functions
    
    Signed-off-by: everettraven <[email protected]>
    
    * fix linter
    
    Signed-off-by: everettraven <[email protected]>
    
    ---------
    
    Signed-off-by: everettraven <[email protected]>
    everettraven authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    15c54d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. New table dependency (#63)

    * new table dependency
    
    Signed-off-by: everettraven <[email protected]>
    
    * fix lint issue
    
    Signed-off-by: everettraven <[email protected]>
    
    ---------
    
    Signed-off-by: everettraven <[email protected]>
    everettraven authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    0d1bb5f View commit details
    Browse the repository at this point in the history
Loading