Branch: refs/heads/issue2517_application_api_with_Numbers_summary
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 4fa5621c8387fc95a89ef24a6fcddb852a4f99c5
      
https://github.com/RestComm/Restcomm-Connect/commit/4fa5621c8387fc95a89ef24a6fcddb852a4f99c5
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2017-10-04 (Wed, 04 Oct 2017)

  Changed paths:
    M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/applications.xml
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/ApplicationsDao.java
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Application.java
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/IncomingPhoneNumber.java
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisApplicationsDao.java
    A 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/ApplicationRetrievalTest.java
    A restcomm/restcomm.dao/src/test/resources/applicationsDao/accounts.xml
    A restcomm/restcomm.dao/src/test/resources/applicationsDao/applications.xml
    A 
restcomm/restcomm.dao/src/test/resources/applicationsDao/incoming-phone-numbers.xml
    A restcomm/restcomm.dao/src/test/resources/applicationsDao/mybatis.xml
    A restcomm/restcomm.dao/src/test/resources/applicationsDao/restcomm.script
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ApplicationsEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ApplicationsJsonEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ApplicationsXmlEndpoint.java

  Log Message:
  -----------
  Added numbers to appliacation and provided integration test

- Updated Application entity
- Provided integration test
- Some work on ApplicationDao layer

Refers #2517


  Commit: b963581bf9a2d501f3654f5186dc1a0c477c9d4a
      
https://github.com/RestComm/Restcomm-Connect/commit/b963581bf9a2d501f3654f5186dc1a0c477c9d4a
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2017-10-04 (Wed, 04 Oct 2017)

  Changed paths:
    M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/applications.xml
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Application.java
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisApplicationsDao.java
    M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/ApplicationRetrievalTest.java
    M restcomm/restcomm.dao/src/test/resources/applications.xml
    M restcomm/restcomm.dao/src/test/resources/applicationsDao/applications.xml
    M restcomm/restcomm.dao/src/test/resources/applicationsDao/restcomm.script
    M restcomm/restcomm.mrb/src/test/resources/mappers/applications.xml
    M restcomm/restcomm.telephony/resources/mappers/applications.xml
    M restcomm/restcomm.telephony/src/test/resources/mappers/applications.xml

  Log Message:
  -----------
  Additions to DB/Dao layer and more tests

Also updated application.xml in all places in codebase

Refers #2517


  Commit: 0c0641284fece051fdd016eb9150cf1919783944
      
https://github.com/RestComm/Restcomm-Connect/commit/0c0641284fece051fdd016eb9150cf1919783944
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Application.java
    A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/ApplicationNumberSummary.java
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisApplicationsDao.java
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ApplicationsEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ApplicationsXmlEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/ApplicationConverter.java
    A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/ApplicationNumberSummaryConverter.java
    A 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/http/converter/ApplicationConverterTest.java

  Log Message:
  -----------
  New ApplicationNumberSummary entity for application-nested numbers

- Added entity, converter and updated related components
- Added unit test for converter

Refers #2517


  Commit: 7d612a534a03976e291ff353c002412424f047cf
      
https://github.com/RestComm/Restcomm-Connect/commit/7d612a534a03976e291ff353c002412424f047cf
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
    M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/applications.xml

  Log Message:
  -----------
  Support for Applicaiton-nested numbers in  mybatis discriptor for mysql

Refers #2517


  Commit: 74a91c698f7d0276bfe5ce3e50149ce797cf4c2f
      
https://github.com/RestComm/Restcomm-Connect/commit/74a91c698f7d0276bfe5ce3e50149ce797cf4c2f
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
    M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/advanced.conf
    M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-restcomm.sh
    M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-rvd.sh
    M restcomm/pom.xml
    M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/accounts.xml
    M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/accounts.xml
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/AccountsDao.java
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Account.java
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisAccountsDao.java
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AccountsEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AccountsJsonEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AccountsXmlEndpoint.java
    M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/dao/AccountsDaoMock.java
    M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/http/AccountsEndpointMockedTest.java
    M restcomm/restcomm.interpreter/pom.xml
    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
    A 
restcomm/restcomm.interpreter/src/test/java/org/restcomm/connect/interpreter/mediagroup/StopMediaGroupTest.java
    M 
restcomm/restcomm.mscontrol.jsr309/src/main/java/org/restcomm/connect/mscontrol/jsr309/Jsr309CallController.java
    M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
    M restcomm/restcomm.testsuite/pom.xml
    M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/AccountsEndpointTest.java
    M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/ClientsEndpointTest.java
    M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommAccountsTool.java
    M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_accounts_test

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/RestComm/RestComm-Connect into 
issue2517_application_api_with_Numbers_summary


  Commit: 076f9088606ad7968c9f5ce353309d99df376bb0
      
https://github.com/RestComm/Restcomm-Connect/commit/076f9088606ad7968c9f5ce353309d99df376bb0
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2017-10-06 (Fri, 06 Oct 2017)

  Changed paths:
    M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/init.sql

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/RestComm/RestComm-Connect into 
issue2517_application_api_with_Numbers_summary


  Commit: 5d8ae4fe4506ab2ddbad82f1e3991c2bd53fefdb
      
https://github.com/RestComm/Restcomm-Connect/commit/5d8ae4fe4506ab2ddbad82f1e3991c2bd53fefdb
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2017-10-06 (Fri, 06 Oct 2017)

  Changed paths:
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ApplicationsEndpoint.java
    M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/http/converter/ApplicationConverterTest.java
    M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/ApplicationsEndpointTest.java
    M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommApplicationsTool.java
    A 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script-applications

  Log Message:
  -----------
  Added e2e arquilian test for Numbers nested in Application list

Refers #2517


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/4fa5621c8387^...5d8ae4fe4506

-- 

--- 
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