From cc6c7be87d87c09bcb7c90025f2a6fe0a7038c58 Mon Sep 17 00:00:00 2001 From: deepsidhu85 Date: Fri, 10 Feb 2023 11:03:50 -0600 Subject: [PATCH] Updated version number (#31) * Updated version number * Updated wording of changelog entry * Updated branch names from master to main --- .github/workflows/ci-tests.yml | 10 +++++----- CHANGELOG.md | 3 +++ Makefile | 2 +- README.md | 6 +++--- irida_import/irida_import.xml.sample | 2 +- irida_import/tests/integration/irida_data_setup.py | 2 +- irida_import/tests/integration/tests_integration.py | 2 +- setup.py | 2 +- 8 files changed, 16 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 9924e9e5..d496f823 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -3,14 +3,14 @@ name: Integration Tests on: pull_request: # Run on all pull requests push: - branches: # Run on any push to development or master + branches: # Run on any push to development or main - development - - master - schedule: # Run weekly on development and master + - main + schedule: # Run weekly on development and main - cron: 0 2 * * 1 branches: development - cron: 0 2 * * 1 - branches: master + branches: main jobs: @@ -45,7 +45,7 @@ jobs: strategy: fail-fast: False #Setting so that if one of the test suites fail, the other will continue matrix: - branch: ['master','development'] # IRIDA Branches to test against + branch: ['main','development'] # IRIDA Branches to test against steps: - uses: actions/checkout@v2 #Checkout the project from git diff --git a/CHANGELOG.md b/CHANGELOG.md index 53ce1333..ead0412b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to irida-galaxy-importer will be documeted in this file. +## 2.1.0 +* Added in support for importing IRIDA files that are not available locally (i.e. in the cloud) + ## 2.0.1 * Switched from travisCI tests to Github Actions * Switched integration tests to launch irida via gradle diff --git a/Makefile b/Makefile index f23bf182..0504e310 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ SHELL=/bin/bash -IRIDA_VERSION?=master +IRIDA_VERSION?=main requirements: clean env source .virtualenv/bin/activate diff --git a/README.md b/README.md index d7c51331..09c5e716 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ The Galaxy [tools/][galaxy-tools] directory contains tools that come with the Ga ```bash cd galaxy/tools/ -git clone -b master https://github.com/phac-nml/irida-galaxy-importer.git +git clone -b main https://github.com/phac-nml/irida-galaxy-importer.git cd irida-galaxy-importer # Optional. Checkout specific release from https://github.com/phac-nml/irida-galaxy-importer/releases @@ -277,9 +277,9 @@ make unittests Integration tests can be run with ```bash -make integrationtests branch=master +make integrationtests branch=main ``` -This tests against the `master` branch of IRIDA +This tests against the `main` branch of IRIDA [galaxy]: https://galaxyproject.org/ [irida]: https://www.irida.ca/ diff --git a/irida_import/irida_import.xml.sample b/irida_import/irida_import.xml.sample index 7f140d9d..ffa3a303 100644 --- a/irida_import/irida_import.xml.sample +++ b/irida_import/irida_import.xml.sample @@ -1,4 +1,4 @@ - + server