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

PUBLIC-2035 Update spec.json to point to release for taxonomy_re_api #344

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: 3.8
- name: Install dependencies
run: pip install flake8 lintly
- uses: grantmcconnaughey/lintly-flake8-github-action@v1.0
- uses: usama2490/lintly-flake8-github-action@v1.1
with:
# The GitHub API token to create reviews with
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
5 changes: 4 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
###Release Notes
# Release Notes

**1.0.56**
Force usage of taxonomy_re_api widget in spec.json to use the "release" version instead of "dev"

**1.0.55**
Add `exact_match_on` field to the GFF Genome uploader.
Expand Down
2 changes: 1 addition & 1 deletion kbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ service-language:
python

module-version:
1.0.55
1.0.56

owners:
[tgu2, slebras, gaprice, qzhang]
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"dynamic_dropdown_options": {
"data_source": "custom",
"service_function": "taxonomy_re_api.search_species",
"service_version": "dev",
"service_version": "release",
"service_params": [
{
"search_text": "prefix:{{dynamic_dropdown_input}}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"dynamic_dropdown_options": {
"data_source": "custom",
"service_function": "taxonomy_re_api.search_species",
"service_version": "dev",
"service_version": "release",
"service_params": [
{
"search_text": "prefix:{{dynamic_dropdown_input}}",
Expand Down