charm-glance-sync:improve-doc

Last commit made on 2020-02-27
Get this branch:
git clone -b improve-doc https://git.launchpad.net/charm-glance-sync
Members of Canonical BootStack Charmers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
improve-doc
Repository:
lp:charm-glance-sync

Recent commits

aecb394... by Giuseppe Petralia

Address review

4039fdc... by Giuseppe Petralia

Improve documentation

f8c2697... by Giuseppe Petralia

Fix cronjob for bionic support

4cfd9f2... by Wouter van Bommel

Small fixes in functionaltest

ebd49f9... by Wouter van Bommel

Added initial code for functional testing

Attempt 1 to add functional testing code in order to get the charm
tested, so we can release with confidence.

bb5512e... by Wouter van Bommel

Add a todo list

The code is defective on some parts, make it more clear what should be
done to rectify these problems.

cfb0959... by Wouter van Bommel

Cleanup

This commit added .gitignore file
* Updates to the README.md (More documentation,
  documentation on setting the charm up etc)
* Updates to metadata.yaml (stripping trusty as target)
* Updates to Makefile to reflect latest charm build requirements

df0a09c... by James Hilling

[j.hilling] fixes bug lp#1812855 and updated Makefile

The 'Makefile' has been updated to use the latest environment
variables for Juju. The charm now uses the CHARM_LAYERS_DIR and
CHARM_INTERFACES_DIR variables, instead of the now deprecated
LAYER_PATH and INTERFACE_PATH environment variables respectively.

ccd6cf0... by James Hilling

[j.hilling] charm cleanup and preparation for tests

Fixed a mistake within the 'README.md' file. Note: the
'README.md' file is still very much a WIP.

Inverted the series order within 'metadata.yaml', as
per aluria's suggestion.

Cleaned up the directory structure somewhat, in preparation
to add tests. Attempted to keep in line with the 'template-
python-pytest' reactive template.

52ec591... by James Hilling

[j.hilling] updated README.md with more content

The 'README.md' now has additional content added.

Also performed a small refactoring within the charm.