This is an automated email from the ASF dual-hosted git repository.
bhliva pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.
from 8199053 Merge pull request #14 from apache/bugfix-DLAB-311
add dce86ca DLAB-434 fixed bug on billing connected with filtering by
shared resources
new ac65176 Merge pull request #15 from apache/bugfix-DLAB-434
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../epam/dlab/backendapi/dao/BaseBillingDAO.java | 5 +-
.../com/epam/dlab/backendapi/dao/BillingDAO.java | 4 +-
.../dlab/backendapi/dao/gcp/GcpBillingDao.java | 5 +-
.../resources/aws/BillingResourceAws.java | 62 ++++----
.../resources/azure/BillingResourceAzure.java | 2 +-
.../backendapi/resources/dto/BillingFilter.java | 24 +++
.../resources/dto/aws/AwsBillingFilter.java | 17 +-
.../resources/dto/azure/AzureBillingFilter.java | 16 +-
.../dlab/backendapi/service/BillingService.java | 73 +++++----
.../backendapi/service/aws/AwsBillingService.java | 10 +-
.../service/azure/AzureBillingService.java | 172 ++++++++++-----------
11 files changed, 194 insertions(+), 196 deletions(-)
create mode 100644
services/self-service/src/main/java/com/epam/dlab/backendapi/resources/dto/BillingFilter.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]