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 aa5079d Merge pull request #405 from apache/DLAB-1253 new be27602 [DLAB-1260] Fixed bug with export billing report new 5b7ab42 [DLAB-1256] Fixed issue with stopping notebook The 2 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: .../dlab/backendapi/dao/aws/AwsBillingDAO.java | 4 +-- .../schedulers/CheckUserQuoteScheduler.java | 2 +- .../backendapi/service/EnvironmentService.java | 2 ++ .../dlab/backendapi/service/SecurityService.java | 4 ++- .../backendapi/service/SecurityServiceImpl.java | 5 ++-- .../backendapi/service/aws/AwsBillingService.java | 3 -- .../service/impl/EnvironmentServiceImpl.java | 20 ++++++++++++-- .../service/impl/SchedulerJobServiceImpl.java | 10 +++---- .../schedulers/CheckUserQuoteSchedulerTest.java | 4 +-- .../service/aws/AwsBillingServiceTest.java | 8 +++--- .../service/impl/EnvironmentServiceImplTest.java | 17 +++++------- .../service/impl/SchedulerJobServiceImplTest.java | 32 +++++++++++----------- 12 files changed, 62 insertions(+), 49 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org For additional commands, e-mail: commits-h...@dlab.apache.org