Skip to content

Tags: gigalixir/gigalixir-cli

Tags

v1.16.1

Toggle v1.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: observer command (#123)

* fix(observer): resolve -c flag conflict and crash

- Remove -c short flag from --cookie option on ps:observer
  to fix conflict with -c for --ssh_cmd (Click silently
  took the last -c definition, making --cookie unreachable)
- Add missing `auth` import in observer.py that caused a
  NameError crash on 401 responses
- Fix sanitize_respone to handle multi-line Erlang/OTP
  warnings by extracting only the last non-empty line
  before stripping quotes

* chore: bump version

v1.16.0

Toggle v1.16.0's commit message
Merge branch 'main' of giggh:gigalixir/gigalixir-cli

v1.15.0

Toggle v1.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #120 from gigalixir/feat-update-signup-flow

feat: update signup flow

v1.14.0

Toggle v1.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #119 from gigalixir/feat-signup-2.0

feat: new signup support

v1.13.1

Toggle v1.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #116 from gigalixir/fix-dependency-and-observer

fix: pkg_resource dep and observer command

v1.13.0

Toggle v1.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #115 from gigalixir/feat-new-database-supports

feat: new database support

v1.12.1

Toggle v1.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #113 from gigalixir/fix-google-oauth

fix: google oauth

v1.12.0

Toggle v1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #112 from gigalixir/feat-update-detection

feat: update detection

v1.11.2

Toggle v1.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #111 from gigalixir/fix-rollbar-cert-issue

fix: urllib3 certificate issues with rollbar

v1.11.1

Toggle v1.11.1's commit message
chore: remove debug print out