forked from freifunk/meshviewer
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from freifunkMUC/freifunk-main
Freifunk main
- Loading branch information
Showing
141 changed files
with
12,388 additions
and
35,609 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/build | ||
/dev-dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"root": true, | ||
"parserOptions": { | ||
"sourceType": "module" | ||
}, | ||
"env": { | ||
"browser": true, | ||
"es2020": true, | ||
"node": true | ||
}, | ||
"extends": ["eslint:recommended", "prettier"], | ||
"rules": { | ||
"no-undef": "off", | ||
"no-prototype-builtins": "off", | ||
"no-useless-escape": "off" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
## Contributing is welcome | ||
|
||
Pull requests are welcome without the need of opening an issue. If you're unsure | ||
about your feature or your implementation open an issue and discuss your | ||
about your feature or your implementation, open an issue and discuss your | ||
suggested changes. Meshviewer is a frontend application and the code needs to be | ||
loaded fast and perform with many nodes and clients on slow mobile devices. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,50 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
|
||
about: Create a report to help us improve the software | ||
--- | ||
|
||
<!--- Provide a general summary of the issue in the Title above --> | ||
<!--- This template should help to improve the report, unneeded parts can be remvoed --> | ||
<!-- Provide a general summary of the issue in the title above --> | ||
<!-- This template should help to improve the report, unneeded parts can be removed --> | ||
<!-- Everything between these comment tags is hidden from the issue and just there to guide you. --> | ||
|
||
## Expected Behavior | ||
<!--- If you're describing a bug, tell us what should happen --> | ||
<!--- If you're suggesting a change/improvement, tell us how it should work --> | ||
|
||
<!-- If you're describing a bug, tell us what should happen --> | ||
<!-- If you're suggesting a change/improvement, tell us how it should work --> | ||
|
||
## Current Behavior | ||
<!--- If describing a bug, tell us what happens instead of the expected behavior --> | ||
<!--- If suggesting a change/improvement, explain the difference from current behavior --> | ||
|
||
<!-- If describing a bug, tell us what happens instead of the expected behavior --> | ||
<!-- If suggesting a change/improvement, explain the difference from current behavior --> | ||
|
||
## Possible Solution | ||
<!--- Not obligatory, but suggest a fix/reason for the bug, --> | ||
<!--- or ideas how to implement the addition or change --> | ||
|
||
<!-- Not obligatory, but suggest a fix/reason for the bug, or ideas how to implement the addition or change --> | ||
|
||
## Steps to Reproduce | ||
<!--- Provide a link to a live example, or an unambiguous set of steps to --> | ||
<!--- reproduce this bug. Include code to reproduce, if relevant --> | ||
|
||
<!-- Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. --> | ||
<!-- Include code to reproduce, if relevant --> | ||
|
||
1. | ||
2. | ||
3. | ||
4. | ||
|
||
## Context | ||
<!--- How has this issue affected you? What are you trying to accomplish? --> | ||
<!--- Providing context helps us come up with a solution that is most useful in the real world --> | ||
|
||
<!-- How has this issue affected you? What are you trying to accomplish? --> | ||
<!-- Providing context helps us come up with a solution that is most useful in the real world --> | ||
|
||
## Your Environment | ||
<!--- Include as many relevant details about the environment you experienced the bug in --> | ||
* Version used: | ||
* Browser Name and version: | ||
* Operating System and version (desktop or mobile): | ||
* Link to your project: | ||
|
||
<!-- Include as many relevant details about the environment you experienced the bug in --> | ||
|
||
- Version used: `` | ||
- Browser Name and version: `` | ||
- Operating System and version (desktop or mobile): `` | ||
- Link to your project: `` | ||
|
||
## Screenshots | ||
<!--- If applicable, add screenshots to help explain your problem. --> | ||
|
||
<!-- If applicable, add screenshots to help explain your problem. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,24 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
<!--- Provide a general summary of the issue in the Title above --> | ||
<!--- This template should help to improve the report, unneeded parts can be remvoed --> | ||
<!-- Provide a general summary of the issue in the Title above --> | ||
<!-- This template should help to improve the report, unneeded parts can be removed --> | ||
<!-- Everything between these comment tags is hidden from the issue and just there to guide you. --> | ||
|
||
## Is your feature request related to a problem? Please describe. | ||
<!--- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> | ||
|
||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> | ||
|
||
## Describe the solution you'd like | ||
<!--- A clear and concise description of what you want to happen. --> | ||
|
||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
## Describe alternatives you've considered | ||
<!--- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
## Additional context | ||
<!--- Add any other context or screenshots about the feature request here. --> | ||
|
||
<!-- Add any other context or screenshots about the feature request here. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,29 @@ | ||
<!--- Use a prefix like [TASK], [BUGFIX], [DOC] or [CGL] and provide a general summary of your changes in the Title above --> | ||
<!-- Use a prefix like [TASK], [BUGFIX], [DOC] etc. and provide a general summary of your changes in the title above --> | ||
<!-- Everything between these comment tags is hidden from the issue and just there to guide you. --> | ||
|
||
## Description | ||
<!--- Describe your changes --> | ||
|
||
<!-- Describe your changes --> | ||
|
||
## Motivation and Context | ||
<!--- Why is this change required? What problem does it solve? --> | ||
<!--- If it fixes an open issue, please link to the issue here. --> | ||
|
||
<!-- Why is this change required? What problem does it solve? --> | ||
<!-- If it fixes an open issue, please link to the issue here. --> | ||
|
||
## How Has This Been Tested? | ||
<!--- Please try to test the code in multiple browsers and also on a mobile device --> | ||
|
||
## Screenshots/links (if appropriate): | ||
<!-- Please try to test the code in multiple browsers and on a mobile device --> | ||
|
||
## Screenshots/links: | ||
|
||
<!-- Add screenshots of changed code if visual output has changed / is more complex. --> | ||
<!-- Include both before and after screenshots to easily compare and discuss changes when available. --> | ||
|
||
## Checklist: | ||
<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> | ||
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> | ||
|
||
<!-- Go over all the following points, and put an `x` in all the boxes that apply. --> | ||
<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> | ||
|
||
- [ ] My code follows the code style of this project. (CI will test it anyway and also needs approval) | ||
- [ ] My change requires a change to the documentation. | ||
- [ ] I have updated the documentation accordingly. | ||
- [ ] I have updated the documentation accordingly. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: DEPLOY | |
on: | ||
push: | ||
branches: | ||
- main | ||
- main | ||
jobs: | ||
map-deploy: | ||
strategy: | ||
|
@@ -12,20 +12,20 @@ jobs: | |
node-version: [12.x] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
- run: npm install | ||
- run: npm run gulp | ||
- run: cp config.json build/ | ||
- name: rsync deployments | ||
uses: burnett01/[email protected] | ||
with: | ||
switches: -avzr --delete --exclude .ssh | ||
path: build/ | ||
remote_path: /srv/www/map.ffmuc.net/ | ||
remote_host: ${{ matrix.target }}.ext.ffmuc.net | ||
remote_user: deploy-map | ||
remote_key: ${{ secrets.DEPLOY_KEY }} | ||
- uses: actions/checkout@v3 | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
- run: npm install | ||
- run: npm run gulp | ||
- run: cp config.json build/ | ||
- name: rsync deployments | ||
uses: burnett01/[email protected] | ||
with: | ||
switches: -avzr --delete --exclude .ssh | ||
path: build/ | ||
remote_path: /srv/www/map.ffmuc.net/ | ||
remote_host: ${{ matrix.target }}.ext.ffmuc.net | ||
remote_user: deploy-map | ||
remote_key: ${{ secrets.DEPLOY_KEY }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.