-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update rfp image * updating validation workflow for large # errors and other small tweaks * updating use case process diagram and adding link to it from use case page * Update onboarding doc to v1.2 Add publication workflow diagram * fix test? * does this fix it? * adding example files * set 2.4.0 as default version * adding v2.4.0 schema * update references to website repo and ipynb * Update README.md Co-authored-by: Katherine Fleming <[email protected]> * share a link to a particular spot in the schema tree * adding links to auxiliary files on current schema page * fix striping on enums table * precommit * fix link to BuildingSync schema * fix GitHub schema link * fix paths * Update BEDES Mapping * Update bsyncviewer/management/commands/bedes.py Co-authored-by: Jie Xiong <[email protected]> * fix link to bsync versioning * example zip must be names example_files.zip * Update bsyncviewer/management/commands/bedes.py Co-authored-by: Nicholas Long <[email protected]> * remove old prereleased from the website. use the final releases or go to github to see the old prereleases * remove old prereleased from the website. use the final releases or go to github to see the old prereleases * remove pr2 * Add v2.5 file * remove constraint on bedes contraint * fix versions of bsync files in 2.4.0 validator * update version in headers of xml files, but point to bsync2.3.1 with enum 2.3.0 * flake8 * updating bedes mappings and css tweak for schema list page * update enums again * adding google groups * Fix validator file options * Fix mistakes in enum mapping * edge case fix for type references enums and unions enums * autopep8 * Bump django from 2.2.24 to 2.2.27 Bumps [django](https://github.com/django/django) from 2.2.24 to 2.2.27. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@2.2.24...2.2.27) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * workaround for example files dropdown by version * flake8 * increase bedes field sizes migration and update mapping * python notebook is now a markdown file! * exclude tox in coverage * Bump django from 2.2.27 to 2.2.28 Bumps [django](https://github.com/django/django) from 2.2.27 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@2.2.27...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * move reference to correct year * precommit * fix flake8 issue * Update contact information * Fix BuildingSync Gem link * Add image credentials * Don't link to github releases * Fix "why standardize my data" link * Fix audit template name * Fix Case study name * Update contact info * Update seed links * Download example file, don't link to it * Order Validation results * Update colaberators * Address comments * Major Improvements - Fixed schema version sorting - Fixed broken and redirect links - Added rel=noopener to external links - Optimized all images, and converted large images to webp with jpg fallbacks - Fixed mixed tabs/spaces - Added favicon - Fixed javascript errors - Converted hardcoded urls to Django template tags - Fixed Windows postgres support * Updated publications * Update lxml * Update Python CI * upgrade to python 3.7.10 by bumping alpine to 3.10 * Updated docs, links, and fixed typos * Added onboarding md/html/pdf and generation task Updated collaborators/adopters * Fix onboarding header height * Updated technical resources and onboarding links * add a couple items to changelog * Add BAE to tools * Update bsyncviewer/templates/tools.html Co-authored-by: Lauren Adams <[email protected]> * Add warnings * Clean * Clean * Fix Typo * update schema and example * Update examples etc. * add bedes mappings for 2.5.0 * update instruction and onboarding * update onboarding docs * save config * major code cleanup * add json formatting * add precommit and break out the requirements-test dependencies * update python versiobn * fix python tox * fix python tox * move dependencies * more updates to config * bump versions * versions * changelog --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: kflemin <[email protected]> Co-authored-by: Xiong <[email protected]> Co-authored-by: haneslinger <[email protected]> Co-authored-by: Jie Xiong <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kflemin <[email protected]> Co-authored-by: Alex Swindler <[email protected]> Co-authored-by: Lauren Adams <[email protected]>
- Loading branch information
1 parent
e0d9d0e
commit a5832e8
Showing
224 changed files
with
123,731 additions
and
19,730 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,3 @@ | ||
[run] | ||
omit = | ||
*.tox* |
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,13 @@ | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.{css,html,js,json}] | ||
indent_size = 2 | ||
|
||
[*.py] | ||
indent_size = 4 |
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 |
---|---|---|
@@ -1,24 +1,63 @@ | ||
repos: | ||
- repo: git://github.com/pre-commit/pre-commit-hooks | ||
rev: v2.2.3 | ||
hooks: | ||
- id: trailing-whitespace | ||
- id: check-added-large-files | ||
args: ['--maxkb=3000'] | ||
- id: check-ast | ||
- id: check-json | ||
- id: check-merge-conflict | ||
- id: check-xml | ||
- id: check-yaml | ||
- id: debug-statements | ||
- id: end-of-file-fixer | ||
# - id: requirements-txt-fixer | ||
- id: mixed-line-ending | ||
- id: flake8 | ||
args: ['--max-line-length=140'] # default of Black | ||
exclude: | | ||
(?x)( | ||
^bsyncviewer/static/css/owl.carousel.min.css| | ||
^bsyncviewer/static/css/font-awesome.min.css| | ||
^bsyncviewer/static/css/owl.theme.default.min.css| | ||
^bsyncviewer/static/css/magnific-popup.css| | ||
^bsyncviewer/static/css/responsive.css| | ||
^bsyncviewer/static/css/et-line.css| | ||
^bsyncviewer/static/img/better-logo.svg | ||
) | ||
- repo: https://github.com/pre-commit/mirrors-isort | ||
rev: v4.3.4 | ||
hooks: | ||
- id: isort | ||
args: ['-m 3'] # vertical hanging | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.4.0 | ||
hooks: | ||
- id: trailing-whitespace | ||
- id: check-added-large-files | ||
args: ["--maxkb=2000"] | ||
- id: check-ast | ||
- id: check-json | ||
- id: check-merge-conflict | ||
- id: check-xml | ||
- id: check-yaml | ||
exclude: .*/templates | ||
- id: debug-statements | ||
- id: end-of-file-fixer | ||
exclude: seed/static/seed/locales/ | ||
- id: mixed-line-ending | ||
exclude: seed/static/seed/locales/ | ||
- id: pretty-format-json | ||
args: ["--autofix", "--no-sort-keys"] | ||
- repo: https://github.com/pre-commit/mirrors-isort | ||
rev: v5.10.1 | ||
hooks: | ||
- id: isort | ||
args: | ||
[ | ||
-m=VERTICAL_HANGING_INDENT, | ||
--skip=seed/models/__init__.py, | ||
--filter-files, | ||
] | ||
- repo: https://github.com/PyCQA/autoflake | ||
rev: v2.2.1 | ||
hooks: | ||
- id: autoflake | ||
args: | ||
[ | ||
"--in-place", | ||
"--recursive", | ||
"--remove-all-unused-imports", | ||
"--remove-unused-variable", | ||
] | ||
- repo: https://github.com/PyCQA/flake8 | ||
rev: 6.1.0 | ||
hooks: | ||
- id: flake8 | ||
args: ["--ignore=F401,E402,E501,E731,W503,W504"] | ||
- repo: https://github.com/pre-commit/mirrors-prettier | ||
rev: v3.0.3 | ||
hooks: | ||
- id: prettier | ||
# for now ignoring html, javascript | ||
types_or: [yaml, markdown, css, scss] |
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 @@ | |
# AUTHOR: Nicholas Long <[email protected]> | ||
# DESCRIPTION: Dockerfile for running BuildingSync Data Selection Tool | ||
# TO_BUILD_AND_RUN: docker-compose build && docker-compose up | ||
FROM alpine:3.8 | ||
FROM alpine:3.10 | ||
|
||
RUN apk add --no-cache python3 \ | ||
python3-dev \ | ||
|
Oops, something went wrong.