Skip to content

Merge Develop -> Main for release 0.0.22#167

Merged
MrCreosote merged 31 commits intomainfrom
develop
Aug 16, 2022
Merged

Merge Develop -> Main for release 0.0.22#167
MrCreosote merged 31 commits intomainfrom
develop

Conversation

@MrCreosote
Copy link
Copy Markdown
Member

  • I updated the README.md docs to reflect this change.

For changes to the codebase:

  • I have written tests to cover this change.
  • This is not a breaking API change OR
  • This is a breaking API change and I have incremented the API version and added a summary to CHANGELOG.md.

n1mus and others added 29 commits May 25, 2022 17:07
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.4 to 6.0.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](yaml/pyyaml@5.4...6.0)

---
updated-dependencies:
- dependency-name: pyyaml
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Switch from gevent to default for gunicorn.  We seem to be hitting errors with gevent.
trigger build.. It didn't build on this first commit.
Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.28.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.20.0...v2.28.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.9.0 to 20.1.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@19.9.0...20.1.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [flask](https://github.com/pallets/flask) from 1.0.2 to 2.1.2.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@1.0.2...2.1.2)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
The tests were starting before the RE API was up. I hypothesize this explains
the 1 pass / 1 fail pattern - the first test would fail because the server
wasn't up, and the step that takes the server down wouldn't run. The next set
of tests would pass, and take the server down, and so on and so forth.
Fix integration test failures
... or alternately, sthu dependabot
New field added to the NCBI taxa loader

Still TODO add link to documenation explaining the reason for the change
once it's merged into the importer repo

Also updated jsonschema
Changed variable name col to coll in the test_fulltext_search_flags.py test
to avoid ambiguity with "column".

Added a link to the explanation of why there's a strain flag and a
species_and_below flag in the queries.
Describe what it actually does

Also remove what looks like refactoring cruft
Add species_or_below flag to sciname queries
Update collection specs for species_or_below field
Add release date prior to merge to master
@MrCreosote MrCreosote requested a review from a user August 15, 2022 20:17
@MrCreosote
Copy link
Copy Markdown
Member Author

Hmm, from the history it looks like the commits for 0.0.21 were copied from develop to main rather than merged, and so they're showing up here

Sync main branch into develop to fix conflicts
@MrCreosote MrCreosote merged commit 927a833 into main Aug 16, 2022
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.

4 participants