The great refactor (#82)

This commit is contained in:
Simon Lecoq
2021-01-30 12:31:09 +01:00
committed by GitHub
parent f8c6d19a4e
commit 682e43e10b
158 changed files with 6738 additions and 5022 deletions

View File

@@ -3,7 +3,6 @@ repository:
- .github/**
- .gitignore
- .gitattributes
- README.md
- SECURITY.md
- LICENSE
- CONTRIBUTING.md
@@ -15,22 +14,17 @@ docker:
# Metrics source code editions
core:
- source/app/metrics.mjs
- source/app/setup.mjs
- source/app/metrics/**
action:
- source/app/action/**
- action.yml
web:
- source/app/web/**
- settings.example.json
plugins:
- source/plugins/**
queries:
- source/queries/**
templates:
- source/templates/**
tests:
- source/app/mocks.mjs
- source/app/mocks/**
- tests/**
dependencies:
- package.json