Kieran Wood

Results 22 issues of Kieran Wood

Removing unnecessary files from the root directory

User documentation
Development/Contribution Documentation
CI/CD
QOL

Currently we are relying on travis and tox to give us coverage reports. It would make more sense to use [deepsource](https://deepsource.io/) since it also has free CVE, bug risk, performance...

Development/Contribution Documentation
CI/CD
QOL
Post 1.0.0

This serves two purposes: 1. Make nice pipeline adjustments 2. Remove one of the **many** manifest files in the root directory and into the .github folder

CI/CD

As part of the change for version 0.9.0 there should be an update notice for people who stumble across Hyde and want to use it (or help) while 1.0.0 is...

User documentation
Needs More Info

Tox currently goes through and runs the existing nose tests. In order it runs: 1. Nose tests 2. Flake 8 compliance 3. Docs build It runs these currently against Python...

Needs More Info
QOL
Post 1.0.0

Things to do: - [ ] Convert [distutils](https://docs.python.org/3/library/distutils.html) to [setuptools]( https://setuptools.readthedocs.io/en/latest/) - [ ] Validate that [find_package_data()](https://github.com/hyde/hyde/blob/master/setup.py#L26-L106) can be replaced by [setuptools.find_packages()](https://setuptools.readthedocs.io/en/latest/setuptools.html#using-find-packages) - [ ] Update Classifiers and versions -...

Needs More Info

Currently nose is in maintenance mode: > Nose has been in maintenance mode for the past several years and will likely cease without a new person/team to take over maintainership....

Needs More Info

Currently minisauras only allows for a pull request to master to be generated. There are two possible solutions: 1. Allow a config value for the branch to open the PR...

Added a few documentation improvements: - [Updated service list format to table instead of bullet-points](https://github.com/GreenFrogSB/LMDS/pull/72/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L13-R40) - [Added missing services to list](https://github.com/GreenFrogSB/LMDS/pull/72/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R31-R32) - [Added docker network details](https://github.com/GreenFrogSB/LMDS/pull/72/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R103-R108)

Since there was no easy way to exit I added the ability to do so using `esc`. Additionally added details for setting up the project and using it locally.