lp:~nicolasbock/+git/hotsos-staging

Owned by Nicolas Bock
Get this repository:
git clone https://git.launchpad.net/~nicolasbock/+git/hotsos-staging

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/nicolasbock/hotsos.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 20 seconds — see the log

Branches

Name Last Modified Last Commit
testing 2024-02-29 15:29:49 UTC
Skip newer Python versions on 20.04

Author: Nicolas Bock
Author Date: 2024-02-29 15:29:20 UTC

Skip newer Python versions on 20.04

Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>

issue_785 2024-02-22 17:27:38 UTC
Replace deprecated property `not_valid_after`

Author: Nicolas Bock
Author Date: 2024-02-20 21:25:04 UTC

Replace deprecated property `not_valid_after`

This change replaces the deprecated `not_valid_after` property with the
timezone aware `not_valid_after_utc` [1].

[1] https://cryptography.io/en/latest/x509/reference/#cryptography.x509.Certificate.not_valid_after

Closes: https://github.com/canonical/hotsos/issues/785
Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>

actions 2024-02-21 02:45:39 UTC
Update GitHub actions

Author: Nicolas Bock
Author Date: 2024-02-20 23:35:16 UTC

Update GitHub actions

And start testing with Python 3.12.

Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>

parallel_testing 2023-08-02 19:05:53 UTC
Swith to parallel testing with `stestr`

Author: Nicolas Bock
Author Date: 2023-08-02 19:05:53 UTC

Swith to parallel testing with `stestr`

Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>

unittest-2 2023-08-02 19:04:36 UTC
Remove `stestr` dependency

Author: Nicolas Bock
Author Date: 2023-08-02 16:21:20 UTC

Remove `stestr` dependency

We are not using `stestr` in parallel and can simplify the test
requirements by using `unittest` instead.

Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>

snapcraft_cleanup 2023-04-13 19:34:48 UTC
Debug container network

Author: Nicolas Bock
Author Date: 2023-04-13 15:59:02 UTC

Debug container network

Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>

documentation 2023-03-24 03:32:07 UTC
FIXUP

Author: Nicolas Bock
Author Date: 2023-03-24 03:32:07 UTC

FIXUP

Signed-off-by: GitHub <noreply@github.com>

mypy 2023-03-23 16:26:17 UTC
Add `tox` environment for `mypy`

Author: Nicolas Bock
Author Date: 2022-12-13 20:03:35 UTC

Add `tox` environment for `mypy`

[Mypy](http://mypy-lang.org/) is a static type checker for Python.

Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>

README 2023-03-17 13:54:12 UTC
Add instructions to install from PyPi

Author: Nicolas Bock
Author Date: 2023-03-17 13:54:12 UTC

Add instructions to install from PyPi

Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>

main 2023-03-14 22:01:25 UTC
Add remote debug to CI runners

Author: Nicolas Bock
Author Date: 2023-03-14 21:50:44 UTC

Add remote debug to CI runners

Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>

debug 2023-03-14 21:58:31 UTC
Add remote debug to CI runners

Author: Nicolas Bock
Author Date: 2023-03-14 21:50:44 UTC

Add remote debug to CI runners

Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>

html_output 2023-02-01 20:36:11 UTC
Add `markdown` and `html` output formats

Author: Nicolas Bock
Author Date: 2023-01-09 23:51:34 UTC

Add `markdown` and `html` output formats

The new formatters will produce `markdown` or `html` formatted output.
For example, the following output in `yaml`:

```yaml
hotsos:
  version: development
  repo-info: 772515fe
system:
  hostname: compute4
  os: ubuntu focal
```

will be formatted as

```markdown
# hotsos summary

## hotsos

### version

development

### repo-info

772515fe

## system

### hostname

compute4

### os

ubuntu focal
```

The `html` output can be viewed directly in a browser.

Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>

mutmut 2022-12-13 19:08:22 UTC
Add testing with `mutmut`

Author: Nicolas Bock
Author Date: 2022-11-08 16:09:53 UTC

Add testing with `mutmut`

This change adds testing with `mutmut`
<https://mutmut.readthedocs.io/en/latest/> which mutates the code.

Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>

functional_tests 2022-12-12 19:46:43 UTC
Add more functional tests for GitHub CI

Author: Nicolas Bock
Author Date: 2022-12-08 17:06:10 UTC

Add more functional tests for GitHub CI

This change adds running `hotsos` on the `fake_data_root` and run it on
different Ubuntu releases.

Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>

core_20 2022-12-08 18:38:37 UTC
Switch snap to `core22`

Author: Nicolas Bock
Author Date: 2022-12-08 18:38:37 UTC

Switch snap to `core22`

Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>

core_22 2022-12-08 18:33:00 UTC
Switch base to core22

Author: Nicolas Bock
Author Date: 2022-11-08 19:13:17 UTC

Switch base to core22

Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>

unattanded_warning 2021-11-23 20:50:35 UTC
Warn in case unattended upgrades are enabled

Author: Nicolas Bock
Author Date: 2021-11-03 18:00:48 UTC

Warn in case unattended upgrades are enabled

Fixes: canonical/hotsos#188

Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>

master 2021-10-08 10:50:34 UTC
[openstack] update msg for package bug 1927868

Author: Edward Hope-Morley
Author Date: 2021-10-08 10:50:34 UTC

[openstack] update msg for package bug 1927868

LP bug 1927868 only impacts ML2 OVS so we now include that
information in the output message so that it can be ignored
e.g. for environments using OVN.

To achieve this we add support to checks.PackageBugChecksBase
to allow yaml defs to provide a formatted message.

118 of 18 results
This repository contains Public information 
Everyone can see this information.

Subscribers