Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.2.0 (#183) #186

Merged
merged 1 commit into from
Oct 4, 2023
Merged

Release 1.2.0 (#183) #186

merged 1 commit into from
Oct 4, 2023

Conversation

nllong
Copy link
Member

@nllong nllong commented Oct 4, 2023

No description provided.

* 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]>
@coveralls
Copy link

Pull Request Test Coverage Report for Build 6407160874

  • 172 of 235 (73.19%) changed or added relevant lines in 26 files are covered.
  • 191 unchanged lines in 8 files lost coverage.
  • Overall coverage remained the same at 82.613%

Changes Missing Coverage Covered Lines Changed/Added Lines %
bsyncviewer/forms.py 9 10 90.0%
bsyncviewer/views.py 23 33 69.7%
bsyncviewer/lib/schema_parser.py 68 82 82.93%
bsyncviewer/lib/validator/workflow.py 12 50 24.0%
Files with Coverage Reduction New Missed Lines %
bsyncviewer/models/enumeration.py 1 87.5%
bsyncviewer/urls.py 2 85.71%
bsyncviewer/management/commands/reset_schema.py 5 83.87%
bsyncviewer/models/schema.py 6 79.59%
bsyncviewer/management/commands/bedes.py 16 95.57%
bsyncviewer/lib/schema_parser.py 25 91.86%
bsyncviewer/lib/validator/workflow.py 31 35.04%
bsyncviewer/views.py 105 48.07%
Totals Coverage Status
Change from base Build 6399085101: 0.0%
Covered Lines: 1834
Relevant Lines: 2220

💛 - Coveralls

@nllong nllong merged commit 7ab9c99 into develop Oct 4, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants