[RestComm/Restcomm-Connect] bb6889: Fixes for test case

2018-02-15 Thread Jaime Casero
  Branch: refs/heads/restcomm1727
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: bb68898d50ee469227a80552c30984982e780a9c
  
https://github.com/RestComm/Restcomm-Connect/commit/bb68898d50ee469227a80552c30984982e780a9c
  Author: George Vagenas 
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ua/UserAgentManagerTest.java

  Log Message:
  ---
  Fixes for test case


  Commit: 2f0e7401aac084473016fbf3cbefd25a3d82977e
  
https://github.com/RestComm/Restcomm-Connect/commit/2f0e7401aac084473016fbf3cbefd25a3d82977e
  Author: George Vagenas 
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/ua/UserAgentManager.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ua/UserAgentManagerTest.java
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_UserAgentTest

  Log Message:
  ---
  Secure UserAgentManager for closed/suspended accounts
This close #RESTCOMM-1658


  Commit: 3544c7756803d495bde92b2dd9f685777b7eb3a7
  
https://github.com/RestComm/Restcomm-Connect/commit/3544c7756803d495bde92b2dd9f685777b7eb3a7
  Author: George Vagenas 
  Date:   2018-02-07 (Wed, 07 Feb 2018)

  Changed paths:
M restcomm/pom.xml
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/defaultPlan.json
M restcomm/restcomm.application/src/main/webapp/WEB-INF/web.xml
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/exceptions/RestcommRuntimeException.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Profile.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/exceptions/AccountHierarchyDepthCrossed.java
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/ExtensionConfigurationDaoTest.java
A restcomm/restcomm.dao/src/test/resources/mybatis_pertest.xml
A 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/profile-api.adoc
M restcomm/restcomm.http/pom.xml
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
A restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/LINK.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/OrganizationsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/OrganizationsJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/OrganizationsXmlEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ProfileEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ProfileJsonEndpoint.java
A restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/UNLINK.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptionmappers/CustomReasonPhraseType.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptionmappers/RestcommRuntimeExceptionMapper.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/OperatedAccountMissing.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/ResourceAccountMissmatch.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/StatusException.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/security/AccountPrincipal.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/security/RCSecContext.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/security/SecurityFilter.java
M 
restcomm/restcomm.http/src/main/resources/org/restcomm/connect/http/schemas/rc-feature-enablement-schema.json
M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/http/schemas/ProfileSchemaTest.java
M 
restcomm/restcomm.http/src/test/resources/org/restcomm/connect/http/schemas/freePlan.json
M 
restcomm/restcomm.http/src/test/resources/org/restcomm/connect/http/schemas/planA.json
M 
restcomm/restcomm.http/src/test/resources/org/restcomm/connect/http/schemas/planB.json
M 
restcomm/restcomm.http/src/test/resources/org/restcomm/connect/http/schemas/planC.json
M restcomm/restcomm.testsuite/pom.xml
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/OrganizationsEndpointTest.java
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/ProfilesEndpointTest.java
   

[RestComm/Restcomm-Connect] bb6889: Fixes for test case

2018-02-15 Thread George Vagenas
  Branch: refs/heads/restcomm-1623-2
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: bb68898d50ee469227a80552c30984982e780a9c
  
https://github.com/RestComm/Restcomm-Connect/commit/bb68898d50ee469227a80552c30984982e780a9c
  Author: George Vagenas 
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ua/UserAgentManagerTest.java

  Log Message:
  ---
  Fixes for test case


  Commit: 2f0e7401aac084473016fbf3cbefd25a3d82977e
  
https://github.com/RestComm/Restcomm-Connect/commit/2f0e7401aac084473016fbf3cbefd25a3d82977e
  Author: George Vagenas 
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/ua/UserAgentManager.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ua/UserAgentManagerTest.java
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_UserAgentTest

  Log Message:
  ---
  Secure UserAgentManager for closed/suspended accounts
This close #RESTCOMM-1658


  Commit: 3544c7756803d495bde92b2dd9f685777b7eb3a7
  
https://github.com/RestComm/Restcomm-Connect/commit/3544c7756803d495bde92b2dd9f685777b7eb3a7
  Author: George Vagenas 
  Date:   2018-02-07 (Wed, 07 Feb 2018)

  Changed paths:
M restcomm/pom.xml
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/defaultPlan.json
M restcomm/restcomm.application/src/main/webapp/WEB-INF/web.xml
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/exceptions/RestcommRuntimeException.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Profile.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/exceptions/AccountHierarchyDepthCrossed.java
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/ExtensionConfigurationDaoTest.java
A restcomm/restcomm.dao/src/test/resources/mybatis_pertest.xml
A 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/profile-api.adoc
M restcomm/restcomm.http/pom.xml
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
A restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/LINK.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/OrganizationsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/OrganizationsJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/OrganizationsXmlEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ProfileEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ProfileJsonEndpoint.java
A restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/UNLINK.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptionmappers/CustomReasonPhraseType.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptionmappers/RestcommRuntimeExceptionMapper.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/OperatedAccountMissing.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/ResourceAccountMissmatch.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/StatusException.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/security/AccountPrincipal.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/security/RCSecContext.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/security/SecurityFilter.java
M 
restcomm/restcomm.http/src/main/resources/org/restcomm/connect/http/schemas/rc-feature-enablement-schema.json
M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/http/schemas/ProfileSchemaTest.java
M 
restcomm/restcomm.http/src/test/resources/org/restcomm/connect/http/schemas/freePlan.json
M 
restcomm/restcomm.http/src/test/resources/org/restcomm/connect/http/schemas/planA.json
M 
restcomm/restcomm.http/src/test/resources/org/restcomm/connect/http/schemas/planB.json
M 
restcomm/restcomm.http/src/test/resources/org/restcomm/connect/http/schemas/planC.json
M restcomm/restcomm.testsuite/pom.xml
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/OrganizationsEndpointTest.java
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/ProfilesEndpointTest.java

[RestComm/Restcomm-Connect] bb6889: Fixes for test case

2018-02-14 Thread jaimecasero
  Branch: refs/heads/RESTCOMM-1741
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: bb68898d50ee469227a80552c30984982e780a9c
  
https://github.com/RestComm/Restcomm-Connect/commit/bb68898d50ee469227a80552c30984982e780a9c
  Author: George Vagenas 
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ua/UserAgentManagerTest.java

  Log Message:
  ---
  Fixes for test case


  Commit: 2f0e7401aac084473016fbf3cbefd25a3d82977e
  
https://github.com/RestComm/Restcomm-Connect/commit/2f0e7401aac084473016fbf3cbefd25a3d82977e
  Author: George Vagenas 
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/ua/UserAgentManager.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ua/UserAgentManagerTest.java
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_UserAgentTest

  Log Message:
  ---
  Secure UserAgentManager for closed/suspended accounts
This close #RESTCOMM-1658


  Commit: 3544c7756803d495bde92b2dd9f685777b7eb3a7
  
https://github.com/RestComm/Restcomm-Connect/commit/3544c7756803d495bde92b2dd9f685777b7eb3a7
  Author: George Vagenas 
  Date:   2018-02-07 (Wed, 07 Feb 2018)

  Changed paths:
M restcomm/pom.xml
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/defaultPlan.json
M restcomm/restcomm.application/src/main/webapp/WEB-INF/web.xml
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/exceptions/RestcommRuntimeException.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Profile.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/exceptions/AccountHierarchyDepthCrossed.java
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/ExtensionConfigurationDaoTest.java
A restcomm/restcomm.dao/src/test/resources/mybatis_pertest.xml
A 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/profile-api.adoc
M restcomm/restcomm.http/pom.xml
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
A restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/LINK.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/OrganizationsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/OrganizationsJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/OrganizationsXmlEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ProfileEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ProfileJsonEndpoint.java
A restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/UNLINK.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptionmappers/CustomReasonPhraseType.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptionmappers/RestcommRuntimeExceptionMapper.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/OperatedAccountMissing.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/ResourceAccountMissmatch.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/StatusException.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/security/AccountPrincipal.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/security/RCSecContext.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/security/SecurityFilter.java
M 
restcomm/restcomm.http/src/main/resources/org/restcomm/connect/http/schemas/rc-feature-enablement-schema.json
M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/http/schemas/ProfileSchemaTest.java
M 
restcomm/restcomm.http/src/test/resources/org/restcomm/connect/http/schemas/freePlan.json
M 
restcomm/restcomm.http/src/test/resources/org/restcomm/connect/http/schemas/planA.json
M 
restcomm/restcomm.http/src/test/resources/org/restcomm/connect/http/schemas/planB.json
M 
restcomm/restcomm.http/src/test/resources/org/restcomm/connect/http/schemas/planC.json
M restcomm/restcomm.testsuite/pom.xml
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/OrganizationsEndpointTest.java
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/ProfilesEndpointTest.java
  

[RestComm/Restcomm-Connect] bb6889: Fixes for test case

2018-02-14 Thread Jaime Casero
  Branch: refs/heads/restcomm1220
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: bb68898d50ee469227a80552c30984982e780a9c
  
https://github.com/RestComm/Restcomm-Connect/commit/bb68898d50ee469227a80552c30984982e780a9c
  Author: George Vagenas 
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ua/UserAgentManagerTest.java

  Log Message:
  ---
  Fixes for test case


  Commit: 2f0e7401aac084473016fbf3cbefd25a3d82977e
  
https://github.com/RestComm/Restcomm-Connect/commit/2f0e7401aac084473016fbf3cbefd25a3d82977e
  Author: George Vagenas 
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/ua/UserAgentManager.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ua/UserAgentManagerTest.java
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_UserAgentTest

  Log Message:
  ---
  Secure UserAgentManager for closed/suspended accounts
This close #RESTCOMM-1658


  Commit: 3544c7756803d495bde92b2dd9f685777b7eb3a7
  
https://github.com/RestComm/Restcomm-Connect/commit/3544c7756803d495bde92b2dd9f685777b7eb3a7
  Author: George Vagenas 
  Date:   2018-02-07 (Wed, 07 Feb 2018)

  Changed paths:
M restcomm/pom.xml
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/defaultPlan.json
M restcomm/restcomm.application/src/main/webapp/WEB-INF/web.xml
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/exceptions/RestcommRuntimeException.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Profile.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/exceptions/AccountHierarchyDepthCrossed.java
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/ExtensionConfigurationDaoTest.java
A restcomm/restcomm.dao/src/test/resources/mybatis_pertest.xml
A 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/profile-api.adoc
M restcomm/restcomm.http/pom.xml
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
A restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/LINK.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/OrganizationsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/OrganizationsJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/OrganizationsXmlEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ProfileEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ProfileJsonEndpoint.java
A restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/UNLINK.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptionmappers/CustomReasonPhraseType.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptionmappers/RestcommRuntimeExceptionMapper.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/OperatedAccountMissing.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/ResourceAccountMissmatch.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/StatusException.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/security/AccountPrincipal.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/security/RCSecContext.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/security/SecurityFilter.java
M 
restcomm/restcomm.http/src/main/resources/org/restcomm/connect/http/schemas/rc-feature-enablement-schema.json
M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/http/schemas/ProfileSchemaTest.java
M 
restcomm/restcomm.http/src/test/resources/org/restcomm/connect/http/schemas/freePlan.json
M 
restcomm/restcomm.http/src/test/resources/org/restcomm/connect/http/schemas/planA.json
M 
restcomm/restcomm.http/src/test/resources/org/restcomm/connect/http/schemas/planB.json
M 
restcomm/restcomm.http/src/test/resources/org/restcomm/connect/http/schemas/planC.json
M restcomm/restcomm.testsuite/pom.xml
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/OrganizationsEndpointTest.java
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/ProfilesEndpointTest.java
   

[RestComm/Restcomm-Connect] bb6889: Fixes for test case

2018-02-14 Thread George Vagenas
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: bb68898d50ee469227a80552c30984982e780a9c
  
https://github.com/RestComm/Restcomm-Connect/commit/bb68898d50ee469227a80552c30984982e780a9c
  Author: George Vagenas 
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ua/UserAgentManagerTest.java

  Log Message:
  ---
  Fixes for test case


  Commit: 2f0e7401aac084473016fbf3cbefd25a3d82977e
  
https://github.com/RestComm/Restcomm-Connect/commit/2f0e7401aac084473016fbf3cbefd25a3d82977e
  Author: George Vagenas 
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/ua/UserAgentManager.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ua/UserAgentManagerTest.java
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_UserAgentTest

  Log Message:
  ---
  Secure UserAgentManager for closed/suspended accounts
This close #RESTCOMM-1658


  Commit: 3544c7756803d495bde92b2dd9f685777b7eb3a7
  
https://github.com/RestComm/Restcomm-Connect/commit/3544c7756803d495bde92b2dd9f685777b7eb3a7
  Author: George Vagenas 
  Date:   2018-02-07 (Wed, 07 Feb 2018)

  Changed paths:
M restcomm/pom.xml
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/defaultPlan.json
M restcomm/restcomm.application/src/main/webapp/WEB-INF/web.xml
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/exceptions/RestcommRuntimeException.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Profile.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/exceptions/AccountHierarchyDepthCrossed.java
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/ExtensionConfigurationDaoTest.java
A restcomm/restcomm.dao/src/test/resources/mybatis_pertest.xml
A 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/profile-api.adoc
M restcomm/restcomm.http/pom.xml
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
A restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/LINK.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/OrganizationsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/OrganizationsJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/OrganizationsXmlEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ProfileEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ProfileJsonEndpoint.java
A restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/UNLINK.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptionmappers/CustomReasonPhraseType.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptionmappers/RestcommRuntimeExceptionMapper.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/OperatedAccountMissing.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/ResourceAccountMissmatch.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/StatusException.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/security/AccountPrincipal.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/security/RCSecContext.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/security/SecurityFilter.java
M 
restcomm/restcomm.http/src/main/resources/org/restcomm/connect/http/schemas/rc-feature-enablement-schema.json
M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/http/schemas/ProfileSchemaTest.java
M 
restcomm/restcomm.http/src/test/resources/org/restcomm/connect/http/schemas/freePlan.json
M 
restcomm/restcomm.http/src/test/resources/org/restcomm/connect/http/schemas/planA.json
M 
restcomm/restcomm.http/src/test/resources/org/restcomm/connect/http/schemas/planB.json
M 
restcomm/restcomm.http/src/test/resources/org/restcomm/connect/http/schemas/planC.json
M restcomm/restcomm.testsuite/pom.xml
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/OrganizationsEndpointTest.java
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/ProfilesEndpointTest.java
A 

[RestComm/Restcomm-Connect] bb6889: Fixes for test case

2018-02-05 Thread George Vagenas
  Branch: refs/heads/restcomm-1648
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: bb68898d50ee469227a80552c30984982e780a9c
  
https://github.com/RestComm/Restcomm-Connect/commit/bb68898d50ee469227a80552c30984982e780a9c
  Author: George Vagenas 
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ua/UserAgentManagerTest.java

  Log Message:
  ---
  Fixes for test case


  Commit: 2f0e7401aac084473016fbf3cbefd25a3d82977e
  
https://github.com/RestComm/Restcomm-Connect/commit/2f0e7401aac084473016fbf3cbefd25a3d82977e
  Author: George Vagenas 
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/ua/UserAgentManager.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ua/UserAgentManagerTest.java
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_UserAgentTest

  Log Message:
  ---
  Secure UserAgentManager for closed/suspended accounts
This close #RESTCOMM-1658


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/bb68898d50ee^...2f0e7401aac0

-- 

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