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: uselagoon/lagoon-cli Loading
base: v0.21.3
Choose a base ref
...
head repository: uselagoon/lagoon-cli Loading
compare: main
Choose a head ref
  • 20 commits
  • 322 files changed
  • 6 contributors

Commits on May 1, 2024

  1. Add password reset features (#346)

    * Add `--reset-password` flag to `add user` command
    
    * Add `reset-password` command
    
    * Add docs for password resets
    
    * Update artifacts from running `make docs`
    rocketeerbkw committed May 1, 2024
    Configuration menu
    Copy the full SHA
    bddff17 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. refactor: restructure organization commands (#332)

    * Initial commit
    
    * Restructures organization subcommands
    
    * Generated docs
    
    * Removed old docs & re-ran docs generator
    
    * Various updates as per comments
    
    * chore: fix up wording for projects to reflect other changes
    
    * Updates error handling
    
    * Updated err handling
    
    * Updated organization flag
    
    ---------
    
    Co-authored-by: shreddedbacon <[email protected]>
    CGoodwin90 and shreddedbacon committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    a13b6b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    146b272 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    a386f67 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Refactor: Refactors most commands to utilize machinery & cleans up …

    …unused legacy functions (#321)
    
    * First pass for deploy & list
    
    * Additional refactors & cleanup
    
    * Additional refactors & cleanup
    
    * Updated deleteEnv to use machinery + legacy cleanup
    
    * Additional updates
    
    * Committing notification progress
    
    * Additional refactors
    
    * Committing group progress
    
    * Pointed to machinery
    
    * Upated to fix test failure
    
    * Updated go.sum
    
    * Refactored addProjectToGroupCmd & addUserToGroupCmd
    
    * Updated group commands to use machinery
    
    * Updated & refactored all list commands
    
    * Removed legacy test
    
    * Updated project commands
    
    * Refactored notifications + minor updates
    
    * Updated to machinery & refactored variables, tasks & users
    
    * Task refactor progress
    
    * Includes input checks
    
    * Removed legacy funcs + cleanup
    
    * Resolved conflicts
    
    * Updated to latest machinery
    
    * Updated to accomodate null buildImage
    
    * Reverted error handling
    
    * Cleaned up addProjec
    
    * Updated docs
    
    * fix: render an empty data structure instead of a half populated one, and return err in missed err capture
    
    * chore: remove short import references for machinery
    
    * chore: remove additional unused code and fix up some error handling
    
    * chore: remove remaining legacy client and update tasks to use machinery
    
    * chore: remove more unused code
    
    ---------
    
    Co-authored-by: shreddedbacon <[email protected]>
    CGoodwin90 and shreddedbacon committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    adbc9a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. feat: add support for streaming container logs from services (#285)

    * chore: refactor unsafe regex for easier reuse
    
    * feat: add logs command
    
    * chore: add note about log endpoint in dial error for logstream
    
    * chore: default ssh-portal support
    
    * chore: use machinery
    
    ---------
    
    Co-authored-by: shreddedbacon <[email protected]>
    smlx and shreddedbacon committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ad254f4 View commit details
    Browse the repository at this point in the history
  2. Fix: Fixes table generator to display multiline payloads correctly (#345

    )
    
    * Updated cmds that output multiline values + refactored to use machinery
    
    * Updated to latest machinery
    
    * chore: go mod tidy
    
    * Updated errant deletion
    
    ---------
    
    Co-authored-by: Ben Jackson <[email protected]>
    Co-authored-by: shreddedbacon <[email protected]>
    3 people committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e1b98da View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    3dac0e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    2d045bf View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    cc6d578 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. fix: make email flag consistent (#361)

    * fix: make email flag consistent
    
    * chore: update wording on router pattern flag
    shreddedbacon committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    cf42a13 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. fix: list and get environment and project to display same data (#362)

    * fix: list and get environment to display same information, extend get to include wide
    
    * fix: list and get project to display same information, extend get to include wide
    shreddedbacon committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7fab24a View commit details
    Browse the repository at this point in the history
  2. Fix: Fixes GoReleaser Action (#363)

    * Updates deprecated args
    
    * Fixes config file
    
    * Updates args
    
    * Pinned version
    CGoodwin90 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8dea96d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Change: Updates the output for Render functions (#364)

    * refactor: output package return string
    
    * Updates additional commands and tests
    
    ---------
    
    Co-authored-by: shreddedbacon <[email protected]>
    CGoodwin90 and shreddedbacon committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    33d7950 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. refactor: convert uint flags to boolean, other fixes and improvements (

    …#366)
    
    * refactor: convert uint flags to boolean, other fixes and improvements
    
    * Adds handling if no users/org found for ListOrganizationAdminsCmd
    
    ---------
    
    Co-authored-by: cgoodwin90 <[email protected]>
    shreddedbacon and CGoodwin90 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    5605f76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec3148d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29f002e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    a859cf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfae353 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    fc667a6 View commit details
    Browse the repository at this point in the history
Loading