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

adding tmt #1

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

adding tmt #1

wants to merge 42 commits into from

Commits on Sep 19, 2023

  1. adding tmt

    Lorquas committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    7bf58a6 View commit details
    Browse the repository at this point in the history
  2. removing manual trigger

    Lorquas committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    344e354 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. using internal tf

    Lorquas committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    b19967c View commit details
    Browse the repository at this point in the history
  2. using internal tf

    Lorquas committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    e890043 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. build: split spec file generation in own target

    This way it can be generated separately, without the rest of the srpm
    material.
    
    Signed-off-by: Pino Toscano <[email protected]>
    ptoscano committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    c06d597 View commit details
    Browse the repository at this point in the history
  2. build: split tarball generation in own target

    This way it can be generated separately, without the rest of the
    packaging bits.
    
    Signed-off-by: Pino Toscano <[email protected]>
    ptoscano committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    ea7c132 View commit details
    Browse the repository at this point in the history
  3. build: drop unused replacement for spec file generation

    Remove replacements for placeholders that do not exist in rhc.spec.in;
    not a functional change, mostly cleanup of unused bits.
    
    Signed-off-by: Pino Toscano <[email protected]>
    ptoscano committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a17348a View commit details
    Browse the repository at this point in the history
  4. packit: try to do git builds

    ptoscano committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    bfdd094 View commit details
    Browse the repository at this point in the history
  5. simple tmt test for version

    ptoscano committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    7ac4b11 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a77dd6 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. try to pick insights-client

    ptoscano committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    b1216e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

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

Commits on Oct 9, 2023

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

Commits on Oct 17, 2023

  1. added test for disconnect

    jstavel committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    3828c73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcc149b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

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

Commits on Oct 26, 2023

  1. feat: all basic tests for rhc

    Signed-off-by: Jan Stavel <[email protected]>
    jstavel committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    ff018fb View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. feat: a test for inventory record

    Signed-off-by: Jan Stavel <[email protected]>
    jstavel committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    1b3212e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. feat: a test for tags in inventory

    Signed-off-by: Jan Stavel <[email protected]>
    jstavel committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    77686ea View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. fix: Update testing matrix

    * Drop Go 1.16 from testing matrix
    * Added Go 1.20 to the same matrix
    * Note: The RHEL7.9 uses Go 1.19 and the latest Fedora uses 1.20
    jirihnidek authored and Lorquas committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b4c8056 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump golang.org/x/sys

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210615035016-665e8c7367d1 to 0.1.0.
    - [Commits](https://github.com/golang/sys/commits/v0.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Lorquas committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    4a1bf0f View commit details
    Browse the repository at this point in the history
  3. fix: Fix issues of bash auto-complete script

    * Card ID: RHELPLAN-164718
    * Checking of issues using shell script analysis tool
      shellcheck should be without any issue now.
    * Note: current version of bash auto-complete script provided by
      urfave package looks little bit different, but it is not
      compatible with rhc for some reason.
    jirihnidek authored and Lorquas committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    ac39596 View commit details
    Browse the repository at this point in the history
  4. fix: insights connection status

    This commits fixes the insights-connection status when it is
    not connected. Now it shows false when printing in the json
    format.
    
    Signed-off-by: Alba Hita Catala <[email protected]>
    ahitacat authored and Lorquas committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    2519b37 View commit details
    Browse the repository at this point in the history
  5. PEP8

    Lorquas committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9db5d63 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. adding pre-commit

    Lorquas committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    bf8e72b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    ae27bd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c9dc9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fd2f77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a13976f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    d5aea8d View commit details
    Browse the repository at this point in the history
  2. removed mqtt related fixture

    jstavel committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    8f09d3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e41f305 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. fix: pre-commit issues fixed

    jstavel committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    61b5fbf View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

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

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    248ec0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d132ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c95c20 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

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

Commits on Jan 8, 2024

  1. fixed stdout verification

    jstavel committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    0845ab3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c80c118 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

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