Uploaded image for project: 'IGB'
  1. IGB
  2. IGBF-1350

Change 9.0.1 to 9.0.2 on master branch

    Details

    • Story Points:
      1
    • Sprint:
      Summer 2018 Part 2, Summer 2018 Part 3, Fall 2018 1, Fall 2018 Sprint 2

      Description

      Change in:

      • pom.xml files in every project
      • bitbucket pipelines yml file
      • install4j configuration file in "distribution" subdirectory of project

        Attachments

          Issue Links

            Activity

            Hide
            ieclabau Ivory Blakley (Inactive) added a comment -

            Another thing to do as part of the version-maintanance-after-a-release process is to make a page in the release records for the new version and its tag.
            See
            https://wiki.transvar.org/display/ITD/Releases

            We need to create a 9.0.2 page (mimicking the 9.0.1 page) that links to all issues with fix version 9.0.2.
            That could be its own task, or considered part of this task.

            Show
            ieclabau Ivory Blakley (Inactive) added a comment - Another thing to do as part of the version-maintanance-after-a-release process is to make a page in the release records for the new version and its tag. See https://wiki.transvar.org/display/ITD/Releases We need to create a 9.0.2 page (mimicking the 9.0.1 page) that links to all issues with fix version 9.0.2. That could be its own task, or considered part of this task.
            Hide
            sneha Sneha Ramesh Watharkar (Inactive) added a comment -

            Changed all version numbers from 9.0.1 to 9.0.2
            Branch: https://bitbucket.org/swathark/integrated-genome-browser/branch/IGBF-1350

            Also checked occurrences of 9.0.1 or 9_0_1 in project and found none.
            Command used for this is

            find . -name "pom.xml" -exec sed -i "s/9.0.1/9.0.2/g" '{}' \;
            Changed in pipelines file and install4j config files manually.

            Assigning it to Prof [~aloraine] for review.

            Show
            sneha Sneha Ramesh Watharkar (Inactive) added a comment - Changed all version numbers from 9.0.1 to 9.0.2 Branch: https://bitbucket.org/swathark/integrated-genome-browser/branch/IGBF-1350 Also checked occurrences of 9.0.1 or 9_0_1 in project and found none. Command used for this is find . -name "pom.xml" -exec sed -i "s/9.0.1/9.0.2/g" '{}' \; Changed in pipelines file and install4j config files manually. Assigning it to Prof [~aloraine] for review.
            Hide
            ieclabau Ivory Blakley (Inactive) added a comment -

            Another sub-task of the version-maintanance-after-a-release,
            We should export a pdf of the current user guide and add it to the version archive.

            And update the links about IGB versions in the IGB Users guide:
            https://wiki.transvar.org/display/igbman/Release+notes+for+older+versions
            (this could be a custom write-up or just a link to the Releases page with links to issues fixed for that version)

            Show
            ieclabau Ivory Blakley (Inactive) added a comment - Another sub-task of the version-maintanance-after-a-release, We should export a pdf of the current user guide and add it to the version archive. And update the links about IGB versions in the IGB Users guide: https://wiki.transvar.org/display/igbman/Release+notes+for+older+versions (this could be a custom write-up or just a link to the Releases page with links to issues fixed for that version)
            Hide
            sneha Sneha Ramesh Watharkar (Inactive) added a comment -

            I think we should tackle documentation changes in a separate JIRA issue.

            Show
            sneha Sneha Ramesh Watharkar (Inactive) added a comment - I think we should tackle documentation changes in a separate JIRA issue.
            Hide
            ann.loraine Ann Loraine added a comment -

            Draft documentation for release process is in an unpublished module of Canvas class https://canvas.instructure.com/courses/1164217

            Show
            ann.loraine Ann Loraine added a comment - Draft documentation for release process is in an unpublished module of Canvas class https://canvas.instructure.com/courses/1164217
            Hide
            ann.loraine Ann Loraine added a comment -

            To test, check that:

            • Master branch installers build without error under bitbucket pipelines

            To test, install using master branch installer (from above):

            • Check that when you run IGB from installer version (from above), the correct version is displayed in the title window
            • Check that IGB Apps are correctly displayed in the App Manager
            • Check that IGB Apps in App Manager can be installed and un-installed without error
            • Check that IGB Apps installed using App Manager can be run
            Show
            ann.loraine Ann Loraine added a comment - To test, check that: Master branch installers build without error under bitbucket pipelines To test, install using master branch installer (from above): Check that when you run IGB from installer version (from above), the correct version is displayed in the title window Check that IGB Apps are correctly displayed in the App Manager Check that IGB Apps in App Manager can be installed and un-installed without error Check that IGB Apps installed using App Manager can be run
            Hide
            ann.loraine Ann Loraine added a comment -

            Please test - see instructions in Comments section.

            Show
            ann.loraine Ann Loraine added a comment - Please test - see instructions in Comments section.
            Hide
            mason Mason Meyer (Inactive) added a comment -

            During my testing, I reviewed the following aspects:

            -9.0.2 versions install without error
            -9.0.2 version number is seen in Installer splash screen
            -9.0.2 version number is seen in About IGB dialogue
            -9.0.2 versio number is seen in the window title.
            -IGB App Manager is functioning as expected; apps are installing/uninstalling properly,apps are functioning as expected; can properly manage app repositories without issue
            -Data Sources load and unload without issue
            -General Functions are working as expected
            -IGB App Markdowns are displaying the version 9.0.0 (development repo shows 9.0.1) = FAIL

            I almost closed this story, but noticed that the markdowns for apps in the IGB APP Manager are displaying the wrong version number. Everything else seems to meet expectations, but since this version number needs to be changed for the IGB App markdowns, I will re-assign this story to Ann and move to To-Do so she can determine the best course of action for this story.

            Show
            mason Mason Meyer (Inactive) added a comment - During my testing, I reviewed the following aspects: -9.0.2 versions install without error -9.0.2 version number is seen in Installer splash screen -9.0.2 version number is seen in About IGB dialogue -9.0.2 versio number is seen in the window title. -IGB App Manager is functioning as expected; apps are installing/uninstalling properly,apps are functioning as expected; can properly manage app repositories without issue -Data Sources load and unload without issue -General Functions are working as expected -IGB App Markdowns are displaying the version 9.0.0 (development repo shows 9.0.1) = FAIL I almost closed this story, but noticed that the markdowns for apps in the IGB APP Manager are displaying the wrong version number. Everything else seems to meet expectations, but since this version number needs to be changed for the IGB App markdowns, I will re-assign this story to Ann and move to To-Do so she can determine the best course of action for this story.
            Hide
            ann.loraine Ann Loraine added a comment -

            Apps are still at version 9.0.0 - this is OK.

            Show
            ann.loraine Ann Loraine added a comment - Apps are still at version 9.0.0 - this is OK.
            Hide
            mason Mason Meyer (Inactive) added a comment - - edited

            Re-reviewed points as noted in my last comment.
            IGB App Markdowns are displaying the version 9.0.0 (development repo shows 9.0.1) = PASS, after running by Ann, so I am now marking this story as closed.

            Show
            mason Mason Meyer (Inactive) added a comment - - edited Re-reviewed points as noted in my last comment. IGB App Markdowns are displaying the version 9.0.0 (development repo shows 9.0.1) = PASS, after running by Ann, so I am now marking this story as closed.

              People

              • Assignee:
                mason Mason Meyer (Inactive)
                Reporter:
                ann.loraine Ann Loraine
              • Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: