Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write diagnostics/error messages to stderr #272

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Oct 7, 2024

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

Commits on Oct 8, 2024

  1. Update cmd/suseconnect/connectUsage.txt

    Co-authored-by: Alex P. <[email protected]>
    felixsch and arharovets authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a64a538 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Fixed spelling mistake

    felixsch committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d229ca0 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Merge pull request #269 from SUSE/allow-labels-on-registration-time

    Add --set-labels to register command to set labels at registration time on SCC
    felixsch authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0f577e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. internal: Add a ServerType to the configuration

    This allows the internal configuration of SUSEConnect to understand on
    which kind of server it's trying to connect. This is relevant in case we
    want to perform some operations on SCC and some others on RMT.
    
    Signed-off-by: Miquel Sabaté Solà <[email protected]>
    mssola committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    93a73cb View commit details
    Browse the repository at this point in the history
  2. internal: Skip the docker auth generation on RMT

    Fixes bsc#1231185
    
    Signed-off-by: Miquel Sabaté Solà <[email protected]>
    mssola committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    77d734f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Only send labels if targetting SCC

    Signed-off-by: Miquel Sabaté Solà <[email protected]>
    mssola committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    21e14d0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #270 from SUSE/suseconnect-do-not-generate-docker-…

    …on-pubcloud
    
    Do not generate docker configuration on pubcloud
    mssola authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4b63a24 View commit details
    Browse the repository at this point in the history
  3. Honor auto-import-gpg-keys flag on migration

    The parsing of CLI arguments and how these are passed through the
    internal SCC client, zypper and other tools is not ideal and needs to be
    re-worked quite urgently. This is why other silly bugs have appeared in
    which we are not passing the correct arguments to our backend code.
    
    Until this rework is not done, let's simply apply this quick fix which
    simply passes the `--gpg-auto-import-keys` flag to the zypper backend
    when finding product packages.
    
    Fixes bsc#1231328
    
    Signed-off-by: Miquel Sabaté Solà <[email protected]>
    mssola committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    90f7981 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #271 from SUSE/zypper-migration-bug

    Honor auto-import-gpg-keys flag on migration
    mssola authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ac20840 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Write diagnostics/error messages to stderr

    Like a good POSIX program
    wstephenson committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2c7426c View commit details
    Browse the repository at this point in the history