Skip to content

Commit

Permalink
Merge pull request #450 from qbicsoftware/release/1.0.0-alpha.5
Browse files Browse the repository at this point in the history
Release 1.0.0 alpha.5
  • Loading branch information
jenniferboedker authored Apr 8, 2021
2 parents 1f47b8c + 3d2895f commit 6258929
Show file tree
Hide file tree
Showing 52 changed files with 1,948 additions and 652 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.11
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.11
java-version: 1.8

- name: Run mvn package
run: mvn -B package --file pom.xml
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.11
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.11
java-version: 1.8

- name: Load local Maven repository cache
uses: actions/cache@v2
Expand Down
74 changes: 73 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,64 @@ Changelog

This project adheres to `Semantic Versioning <https://semver.org/>`_.


1.0.0-alpha.5 (2021-04-07)
-----------------------------------

**Added**

* Proteomic and Metabolomic Products can now be selected and included in an Offer (`#425 <https://github.com/qbicsoftware/offer-manager-2-portlet/pull/425>`_)

* Link offers to project now. The ``life.qbic.business.offers.Offer`` and ``life.qbic.portal.offermanager.dataresources.offers``
have been extended with a new property to associate it with
an existing project by its project identifier. (`#410 <https://github.com/qbicsoftware/offer-manager-2-portlet/pull/410>`_).

* Finalized the ``life.qbic.business.products.archive.ArchiveProduct`` and ``life/qbic/business/products/create/CreateProduct.groovy``
use cases of the product maintenance and creation feature (`#411 <https://github.com/qbicsoftware/offer-manager-2-portlet/pull/411>`_).

* After a project has been created from an offer, the offer overview is updated accordingly
(`#427 <https://github.com/qbicsoftware/offer-manager-2-portlet/pull/427>`_)

* Add the UpdatePersonView to separate the Update and Create Person use cases more consequently (`#436 <https://github.com/qbicsoftware/offer-manager-2-portlet/pull/436>`_)

* Proteomic and Metabolomic Products are now included in the Offer PDF (`#420 <https://github.com/qbicsoftware/offer-manager-2-portlet/pull/420>`_)

**Fixed**

* Popup based Notifications are now properly centered in a liferay-environment(`#428 <https://github.com/qbicsoftware/offer-manager-2-portlet/pull/428>`_)

* Properly refresh the SearchPersonView after Updating a Person (`#436 <https://github.com/qbicsoftware/offer-manager-2-portlet/pull/436>`_)

* Products that cannot be read from the database are skipped (`#444 <https://github.com/qbicsoftware/offer-manager-2-portlet/pull/444>`_)

**Dependencies**

**Deprecated**

1.0.0-alpha.4 (2021-03-16)
--------------------------

**Added**

* Introduce subtotals in Offer PDF ProductItem Table(`#349 <https://github.com/qbicsoftware/offer-manager-2-portlet/pull/349>`_)

* Add logging with throwable cause (`#371 <https://github.com/qbicsoftware/offer-manager-2-portlet/pull/371>`_)

* Introduce distinction of products in the offer PDF according to the associated service
data generation, data analysis and project management (`#364 <https://github.com/qbicsoftware/offer-manager-2-portlet/pull/364>`_)

* Introduce overheadRatio property to life.qbic.business.offers.Offer
used to show the applied overhead markup in the pricing footer of the Offer PDF(`#362 <https://github.com/qbicsoftware/offer-manager-2-portlet/pull/362>`_)

* Introduce first draft for OpenBis based project space and project creation (`#396 <https://github.com/qbicsoftware/offer-manager-2-portlet/pull/396>`_)

* Introduce first draft for product maintenance and creation (`#392 <https://github.com/qbicsoftware/offer-manager-2-portlet/pull/392>`_)

**Fixed**

* User cannot select other offers from the overview anymore, during the offer details are loaded
after a selection. Selection is enabled again after the resource has been loaded. This solves a
not yet reported issue that can be observed when dealing with a significant network delay.
not yet reported issue that can be observed when dealing with a significant network delay. (`#374 <https://github.com/qbicsoftware/offer-manager-2-portlet/pull/374>`_)

**Dependencies**

Expand All @@ -43,8 +82,11 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
**Fixed**

* Update the agreement section of the offer (`#329 <https://github.com/qbicsoftware/offer-manager-2-portlet/issues/329>`_)

* Make the offer controls more intuitive (`#341 <https://github.com/qbicsoftware/offer-manager-2-portlet/issues/341>`_)

* Update offers without changes is not possible anymore (`#222 <https://github.com/qbicsoftware/offer-manager-2-portlet/issues/222>`_)

* Rename CreateCustomer and UpdateCustomer classes and methods (`#315 https://github.com/qbicsoftware/offer-manager-2-portlet/issues/315`_)

**Dependencies**
Expand All @@ -59,35 +101,65 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
**Added**

* Create project with QUBE

* Create project modules infrastructure and domain

* Possibility to list all affiliations stored in the database

* Possibility to list all customers and project managers stored in the database

* Possibility to list all offers stored in the database

* Create and add a new customer to the database

* Create and add a new affiliation to the database

* Create and add a new offer to the database

* Possibility to list all packages stored in the database

* Add the option to create a customer while creating an offer

* Show affiliation details when selecting an affiliation for a customer

* Possibility to filter for customers in table overview

* Show overview over all offers in database

* Possibility to download an offer

* Possibility to abort customer creation

* Dynamic cost overview upon offer creation

* Calculate prices of an offer (VAT, overheads, net price)

* Create an unique offer id

* Addressed `#124 <https://github.com/qbicsoftware/offer-manager-2-portlet/issues/124>`_

* Addressed `#234 <https://github.com/qbicsoftware/offer-manager-2-portlet/issues/234>`_

* Addressed `#246 <https://github.com/qbicsoftware/offer-manager-2-portlet/issues/246>`_

* Addressed `#260 <https://github.com/qbicsoftware/offer-manager-2-portlet/issues/260>`_

* Addressed `#269 <https://github.com/qbicsoftware/offer-manager-2-portlet/issues/269>`_

* Addressed `#270 <https://github.com/qbicsoftware/offer-manager-2-portlet/issues/270>`_

* Addressed `#271 <https://github.com/qbicsoftware/offer-manager-2-portlet/issues/270>`_

* Addressed `#275 <https://github.com/qbicsoftware/offer-manager-2-portlet/issues/275>`_

* Addressed `#282 <https://github.com/qbicsoftware/offer-manager-2-portlet/issues/282>`_

* Addressed `#295 <https://github.com/qbicsoftware/offer-manager-2-portlet/issues/295>`_

* Addressed `#309 <https://github.com/qbicsoftware/offer-manager-2-portlet/issues/309>`_

* Replace the project description with project objective (`#339 <https://github.com/qbicsoftware/offer-manager-2-portlet/pull/339>`_)

* Added support to configure the chromium browser executable. An environment variable
`CHROMIUM_ALIAS` has been introduced that can be set to define the chromium executable in the
deployment system of the application. Addresses `#336 <https://github.com/qbicsoftware/offer-manager-2-portlet/issues/336>`_
Expand Down
4 changes: 2 additions & 2 deletions offer-manager-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>offer-manager</artifactId>
<groupId>life.qbic</groupId>
<version>1.0.0-alpha.4</version>
<version>1.0.0-alpha.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>war</packaging>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>offer-manager-domain</artifactId>
<version>1.0.0-alpha.4</version>
<version>1.0.0-alpha.5</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
Loading

0 comments on commit 6258929

Please sign in to comment.