~gabrielcocenza/juju-lint:bug/1939748

Last commit made on 2022-07-05
Get this branch:
git clone -b bug/1939748 https://git.launchpad.net/~gabrielcocenza/juju-lint
Only Gabriel Cocenza can upload to this branch. If you are Gabriel Cocenza please log in for upload directions.

Branch merges

Branch information

Name:
bug/1939748
Repository:
lp:~gabrielcocenza/juju-lint

Recent commits

1c967a1... by Gabriel Cocenza

Fixed log messages for "search" config check.

dfa2304... by Gabriel Cocenza

added new config check "search" using regex.

- updated openstack rules for rabbitmq-server to check queue_thresholds.

- added unit tests for "search" config check.

LP #1939748

dba0d2d... by Gabriel Cocenza

build the snap with local repository.

- source-type git ends up using the code from the master branch
instead of using the local repo as expected.

- added git in stage-packages because otherwise the snap fails to
build.

Reviewed-on: https://code.launchpad.net/~gabrielcocenza/juju-lint/+git/juju-lint/+merge/425412
Reviewed-by: Eric Chen <email address hidden>

f005001... by Gabriel Cocenza

build the snap with local repository.

- source-type git ends up using the code from the master branch
instead of using the local repo as expected.

- added git in stage-packages because otherwise the snap fails to
build.

d8625c2... by Gabriel Cocenza

Fix to have the snap working on bionic and jammy.

core20 need to have python libs on stage-packages in order to work
on jammy and bionic series.

Reviewed-on: https://code.launchpad.net/~juju-linters/juju-lint/+git/juju-lint/+merge/425333
Reviewed-by: Martin Kalcok <email address hidden>
Reviewed-by: Eric Chen <email address hidden>

d2ce33f... by Gabriel Cocenza

Fix to have the snap working on bionic and jammy.

core20 need to have python libs on stage-packages in order to work
on jammy and bionic series.

14ad2b7... by Gabriel Cocenza

update the snap

- added black to format the source code of the project and
  applied it into the code.
- added isort to order imports and applied it into the code.
- changed python version from 3.6(deprecated) to 3.8.
- changed base to core20.
- added /snap/bin to $PATH
- removed Pipfile, Pipfile.lock and .python-version that is not
  been used anymore.

Reviewed-on: https://code.launchpad.net/~juju-linters/juju-lint/+git/juju-lint/+merge/424672
Reviewed-by: Eric Chen <email address hidden>
Reviewed-by: Martin Kalcok <email address hidden>

57cd095... by Gabriel Cocenza

- added black profile in isort
- fixed mixed tab and spaces on tox.ini

2f6c82c... by Gabriel Cocenza

- added missing lines on pytest cov-report.
- preference of running new tests or failed tests for better development
  experience.

359e5fb... by Gabriel Cocenza

- added isort and applied it
- added isort and black into lint for the CI