Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: f7e6dd2b6580a023be768019e938163f1806109c
      
https://github.com/RestComm/Restcomm-Connect/commit/f7e6dd2b6580a023be768019e938163f1806109c
  Author: Antonis Tsakiridis <antonis.tsakiri...@telestax.com>
  Date:   2018-07-02 (Mon, 02 Jul 2018)

  Changed paths:
    M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/CallsEndpointTest.java

  Log Message:
  -----------
  FS-122: Fixing integration tests, so that even in CI the different timezone 
doesn't mess up the tests


  Commit: d829e3fbb20670c58a2df833d8b8d11a222b4710
      
https://github.com/RestComm/Restcomm-Connect/commit/d829e3fbb20670c58a2df833d8b8d11a222b4710
  Author: Antonis Tsakiridis <antonis.tsakiri...@telestax.com>
  Date:   2018-07-03 (Tue, 03 Jul 2018)

  Changed paths:
    M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java
    R 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/RestcommConnectServiceProvider.java
    M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/Configurable.java
    R 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/util/UriUtils.java
    R 
restcomm/restcomm.commons/src/test/java/org/restcomm/connect/commons/util/UriUtilsTest.java
    M restcomm/restcomm.core/pom.xml
    A 
restcomm/restcomm.core/src/main/java/org/restcomm/connect/core/service/RestcommConnectServiceProvider.java
    M 
restcomm/restcomm.core/src/main/java/org/restcomm/connect/core/service/api/RecordingService.java
    M 
restcomm/restcomm.core/src/main/java/org/restcomm/connect/core/service/recording/RecordingsServiceImpl.java
    A 
restcomm/restcomm.core/src/main/java/org/restcomm/connect/core/service/util/UriUtils.java
    M 
restcomm/restcomm.core/src/test/java/org/restcomm/connect/core/service/recording/RecordingServiceTest.java
    A 
restcomm/restcomm.core/src/test/java/org/restcomm/connect/core/service/util/UriUtilsTest.java
    A restcomm/restcomm.core/src/test/resources/restcomm.xml
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/RecordingsDao.java
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Organization.java
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Recording.java
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisDaoManager.java
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisRecordingsDao.java
    M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/Restcomm - 
Multi-tenancy and Managing Sub-Accounts.adoc
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/features/organizations/index.adoc
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/release-notes.adoc
    A restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Quick Start 
Guide.adoc
    M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/index.adoc
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AccountsEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/RecordingsEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/rcmlserver/RcmlserverApi.java
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/MonitoringServiceConverter.java
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/RecordingConverter.java
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/filters/SchemeRewriteFilter.java
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/security/SecurityFilter.java
    M restcomm/restcomm.interpreter/pom.xml
    M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/http/client/api/CallApiClient.java
    M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/BaseVoiceInterpreter.java
    M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
    M 
restcomm/restcomm.interpreter/src/test/java/org/restcomm/connect/interpreter/GatherSpeechTest.java
    M 
restcomm/restcomm.interpreter/src/test/java/org/restcomm/connect/interpreter/mediagroup/StopMediaGroupTest.java
    M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/MockMediaGateway.java
    M 
restcomm/restcomm.monitoring.service/src/main/java/org/restcomm/connect/monitoringservice/MonitoringService.java
    M 
restcomm/restcomm.mrb/src/test/java/org/restcomm/connect/mrb/util/MediaResourceBrokerTestUtil.java
    M restcomm/restcomm.mscontrol.jsr309/pom.xml
    M 
restcomm/restcomm.mscontrol.jsr309/src/main/java/org/restcomm/connect/mscontrol/jsr309/Jsr309BridgeController.java
    M 
restcomm/restcomm.mscontrol.jsr309/src/main/java/org/restcomm/connect/mscontrol/jsr309/Jsr309CallController.java
    M restcomm/restcomm.mscontrol.mms/pom.xml
    M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/restcomm/connect/mscontrol/mms/MmsBridgeController.java
    M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
    M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppMessageHandler.java
    M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/MonitoringServiceResponse.java
    M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java
    M restcomm/restcomm.testsuite/pom.xml
    M 
restcomm/restcomm.testsuite/src/main/java/org/restcomm/connect/testsuite/http/RestcommAccountsTool.java
    A 
restcomm/restcomm.testsuite/src/main/java/org/restcomm/connect/testsuite/http/util/CustomDnsResolver.java
    A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/AccountsEndpointOrganizationsTest.java
    M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialRecordingS3UploadNoneSecurityTest.java
    M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialRecordingS3UploadSecureTest.java
    M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialRecordingTest.java
    A 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script-accounts_organizations
    M 
restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/interpreter/UssdInterpreter.java
    M 
restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/telephony/UssdCallManager.java

  Log Message:
  -----------
  Merge branch 'master' into atsakiridis_FS-122


  Commit: 708e2f1dacb26224464e354956166187e9ee661e
      
https://github.com/RestComm/Restcomm-Connect/commit/708e2f1dacb26224464e354956166187e9ee661e
  Author: Antonis Tsakiridis <antonis.tsakiri...@telestax.com>
  Date:   2018-07-03 (Tue, 03 Jul 2018)

  Changed paths:
    M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/CallsEndpointTest.java

  Log Message:
  -----------
  Merge pull request #2986 from RestComm/atsakiridis_FS-122

FS-122: Fixing integration tests, so that even in CI the different timezone 
doesn't mess up the tests


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/b7a1c336011e...708e2f1dacb2
      **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to