Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Turris
reForis
Diagnostics Plugin
Commits
ec70d814
Commit
ec70d814
authored
Oct 10, 2019
by
Bogdan Bodnar
Browse files
Merge branch 'dev' into 'master'
Dev See merge request turris/reforis/reforis_diagnostics!8
parents
6fd17a46
0fad10b4
Pipeline
#54012
passed with stage
in 4 minutes and 16 seconds
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
ec70d814
...
...
@@ -109,4 +109,4 @@ venv.bak/
## mypy
.mypy_cache/
reforis_static/diagnostics/app.min.js
reforis_static/
reforis_
diagnostics/
js/
app.min.js
js/package.json
View file @
ec70d814
...
...
@@ -6,7 +6,7 @@
"url"
:
"https://gitlab.labs.nic.cz/turris/reforis/diagnostics.git"
},
"license"
:
"GPL-3.0"
,
"version"
:
"2.0.
0
"
,
"version"
:
"2.0.
1
"
,
"description"
:
"Diagnostics plugins for Foris."
,
"main"
:
"./src/app.js"
,
"dependencies"
:
{
...
...
js/webpack.config.js
View file @
ec70d814
...
...
@@ -12,7 +12,7 @@ module.exports = () => ({
entry
:
"
./src/app.js
"
,
output
:
{
filename
:
"
app.min.js
"
,
path
:
path
.
join
(
__dirname
,
"
../reforis_static/diagnostics/
"
),
path
:
path
.
join
(
__dirname
,
"
../reforis_static/
reforis_
diagnostics/
js
"
),
},
resolve
:
{
modules
:
[
...
...
reforis_diagnostics/__init__.py
View file @
ec70d814
...
...
@@ -21,7 +21,7 @@ blueprint = Blueprint('Diagnostics', __name__, url_prefix='/diagnostics/api')
# pylint: disable=invalid-name
diagnostics
=
{
'blueprint'
:
blueprint
,
'js_app_path'
:
'diagnostics/app.min.js'
,
'js_app_path'
:
'
reforis_
diagnostics/
js/
app.min.js'
,
'translations_path'
:
BASE_DIR
/
'translations'
,
}
...
...
setup.py
View file @
ec70d814
...
...
@@ -32,7 +32,7 @@ class CustomBuild(build_py):
setuptools
.
setup
(
name
=
NAME
,
version
=
'2.0.
0
'
,
version
=
'2.0.
1
'
,
packages
=
setuptools
.
find_packages
(
exclude
=
[
'tests'
]),
include_package_data
=
True
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment