~gabrielcocenza/juju-lint:bug/1967325

Last commit made on 2022-05-11
Get this branch:
git clone -b bug/1967325 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/1967325
Repository:
lp:~gabrielcocenza/juju-lint

Recent commits

4aaf510... by Gabriel Cocenza

fix k8s rules

- add additional import for k8s dependencies for
  operations-openstack-mandatory-series
- changed from kubernetes-master to kubernetes-control-plane

e4c5414... by Linda Guo

Percona cluster tuning-level needs to be set to "fast" while the default is safest.

Reviewed-on: https://code.launchpad.net/~lihuiguo/juju-lint/+git/juju-lint/+merge/419742
Reviewed-by: Alvaro Uria <email address hidden>

52c5193... by Linda Guo

Add rule for percona-cluster tuning-level

Percona cluster tuning-level needs to be set to "fast"

8d75f21... by Paul Goins

Added relation space checking

Mismatched spaces will result in warnings by default. If appropriate
rules are set, these warnings can either be coerced to errors, or
marked as ignorable.

Original code of jujulint.check_spaces comes from
https://git.launchpad.net/~sbparke/+git/checkSpaces/tree/checkSpaces.py.

Reviewed-on: https://code.launchpad.net/~vultaire/juju-lint/+git/juju-lint/+merge/416577
Reviewed-by: Andrea Ieri <email address hidden>
Reviewed-by: James Troup <email address hidden>
Reviewed-by: Linda Guo <email address hidden>
Reviewed-by: Xav Paice <email address hidden>

efc3072... by Paul Goins

Updated README

50febdf... by Paul Goins

Added relation space checking

Mismatched spaces will result in warnings by default. If appropriate
rules are set, these warnings can either be coerced to errors, or
marked as ignorable.

Original code of jujulint.check_spaces comes from
https://git.launchpad.net/~sbparke/+git/checkSpaces/tree/checkSpaces.py.

2eeb194... by Andrea Ieri

Improve the README by adding a full example

Reviewed-on: https://code.launchpad.net/~aieri/juju-lint/+git/juju-lint/+merge/415471
Reviewed-by: James Troup <email address hidden>

f95be21... by Andrea Ieri

Improve the README by adding a full example

11b4c07... by Andrea Ieri

Drop deprecated -f flag from the README file

Closes-Bug: #1939437

c831a29... by Andrea Ieri

Mention the need to export charm defaults

Closes-Bug: 1958899

Reviewed-on: https://code.launchpad.net/~aieri/juju-lint/+git/juju-lint/+merge/414514
Reviewed-by: James Troup <email address hidden>