Skip to content

Commit

Permalink
Merge pull request #281 from osmus/osmus-main-upgraded
Browse files Browse the repository at this point in the history
Upgrade to HOT latest
  • Loading branch information
quincylvania authored Sep 17, 2024
2 parents 6888b70 + ee72ab1 commit 9e271dd
Show file tree
Hide file tree
Showing 1,063 changed files with 54,212 additions and 31,969 deletions.
802 changes: 482 additions & 320 deletions .circleci/config.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .circleci/rdsid.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ for line in $ARNS; do
if [[ ! -z $MATCHES ]]; then
echo $MATCHES
fi
done
done
5 changes: 5 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ omit =
omit =
tests/*
backend/*/__init__.py
__pypackages__/*

# Regexes for lines to exclude from consideration
exclude_lines =
Expand All @@ -18,6 +19,10 @@ exclude_lines =
# Don't complain if non-runnable code isn't run:
if __name__ == .__main__.:

# Don't complain if tests don't hit defensive assertion code:
except Exception as e:


ignore_errors = True

[html]
Expand Down
17 changes: 16 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
.*
*.yml
**/*.pyc
**/__pypackages__
**/__pycache__
**/node_modules
**/npm-debug.log
logs/
**/venv
**/.venv
docs-old/
docs/
logs/

# Generated frontend #
frontend/node_modules/
frontend/build/
frontend/public/static/
frontend/assets/styles/
frontend/package-lock.json
frontend/.env
frontend/.eslintcache
frontend/coverage/
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[flake8]
max-line-length = 120
max-line-length = 119
5 changes: 5 additions & 0 deletions .flaskenv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This file is not read for Tasking Manager variables. Use tasking-manager.env instead.
# Flask (the web server framework) uses this file to figure out what the entry point is,
# if it is non-standard.
# For more information, see https://flask.palletsprojects.com/en/2.0.x/cli/#environment-variables-from-dotenv
FLASK_APP=manage.py
13 changes: 13 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# These are supported funding model platforms

github: hotosm
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
322 changes: 0 additions & 322 deletions .github/dependabot.yml

This file was deleted.

Loading

0 comments on commit 9e271dd

Please sign in to comment.