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 7.0.0 #27

Merged
merged 68 commits into from
Aug 13, 2020
Merged

Release 7.0.0 #27

merged 68 commits into from
Aug 13, 2020

Conversation

dvvanessastoiber
Copy link
Contributor

@dvvanessastoiber dvvanessastoiber commented Mar 19, 2020

Changelog

Highlights

  • Improve usability of ranking views
    • Dialogs, such as filter, provide a live preview
    • Harmonize dialogs
    • Collapse/Expand of groups is recorded in session history
  • Integration of Tourdino as ranking side panel
    • Support statistical analysis
  • Update to hg38 database
  • New scores
    • Add cell line and tissue scores for HLA Type, MSI Status, and Mutational Burden
    • Add cell line score PRISM drug screen
  • New Ordino tours:
    • Overview of Start Menu
    • Adding Data Columns
  • Improve support for Boolean columns in uploaded Excel files

Contained releases

Checklists

Release preparation

  • Create new release-x.x.x branch (based on develop branch)
  • Collect changes and write release notes
  • Draft release PR in GitHub that merges the release-x.x.x into the master branch

Release dependencies first

In case of dependent Phovea/TDP repositories follow dependency tree from the top:

  • Release dependent repositories if they contain changes first before proceeding here
  • Replace git dependencies in package.json with new version range (e.g., "phovea_core": "^2.3.1" when published on npm or "phovea_core": "github:datavisyn/tdp_core#semver:^8.0.0" for non-published repositories)
  • Commit and push new dependencies
  • Wait until build is successful
  • Repeat with other repositories/dependencies or proceed with next section

Update version

  • Check version numbers of dependencies again
  • Check if build is successful
  • Update this version number following semver
  • Commit and push package.json with new version number
  • Wait until build is successful
  • Assign reviewer and wait for final review
  • Merge this pull request into master branch
  • Add release label (i.e., release: major, release: minor, or release: patch)

Create GitHub release

  • Draft a new release (Code -> Releases -> Draft a new release)
  • Use new version number as tag (e.g., v2.3.1)
  • Copy release notes
  • Publish release

Prepeare next develop release

  • Switch to develop branch
  • Merge master branch into develop (git merge origin/master)
  • Update version in package.json to <next patch version>-SNAPSHOT (e.g., 2.3.1 to 2.3.2-SNAPSHOT)
  • Revert dependencies in package.json to develop branches (e.g., "phovea_core": "github:phovea/phovea_core#develop")
  • Commit and push changes

🏁 Finish line

  • Inform colleagues and customers about the release
  • Celebrate the new release 🥳

thinkh and others added 30 commits October 3, 2019 10:50
# Conflicts:
#	phovea_product.json
Activate nightly CircleCI build
`npm ls` fails if some peerDependencies are not installed
Since `showWebDependencies()` function is for debug purposes only, we catch possible promise reject of `npm()` and convert it into Promise.resolve() that it always succeeds. We do something similar in the CircleCI config with the `true` in `npm list --depth=1 || true`.

Since `showPythonTestDependencies()` is for debug purposes only, we catch possible errors and resolve it with status code `0`.
At the moment the CircleCI build is killed, when testing with karma. It looks like our code or test command is not compatible with the CircleCI environment.
add CODEOWNERS file
Update to Python 3.7
Add Tourdino to develop build
Copy link
Member

@thinkh thinkh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks to everyone who contributed to this release!

@thinkh thinkh merged commit c0460c8 into master Aug 13, 2020
@thinkh thinkh deleted the release-7.0.0 branch August 13, 2020 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: major PR merge results in a new major version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants