Branch: refs/heads/sso
  Home:   https://github.com/RestComm/RestComm-Core
  Commit: 933334b6ba20c35a10df13f6ef3bbf0f99f0673c
      
https://github.com/RestComm/RestComm-Core/commit/933334b6ba20c35a10df13f6ef3bbf0f99f0673c
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-17 (Thu, 17 Dec 2015)

  Changed paths:
    M restcomm/restcomm.identity/pom.xml
    A 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/RestcommIdentityApiIT.java

  Log Message:
  -----------
  Configured basic integration testing using a wildfly-swarm packaged keycloak. 
Currently experimenting in restcomm.identity module.

Refers #738


  Commit: c783ae3c81c859a8231608d4ea37de6e2b17a2b1
      
https://github.com/RestComm/RestComm-Core/commit/c783ae3c81c859a8231608d4ea37de6e2b17a2b1
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-22 (Tue, 22 Dec 2015)

  Changed paths:
    M 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/migration/IdentityMigrationToolTest.java

  Log Message:
  -----------
  Minor fixes in tests

Refers #738


  Commit: 2d6acb97c53e1d99f93508d4eda93eda9c00e444
      
https://github.com/RestComm/RestComm-Core/commit/2d6acb97c53e1d99f93508d4eda93eda9c00e444
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-23 (Wed, 23 Dec 2015)

  Changed paths:
    M restcomm/restcomm.identity/pom.xml

  Log Message:
  -----------
  Changes in restcomm.identity.pom

Replaced keycloak background execution strategy. A normal keycloak instance now 
runs on
custom port together together with restcomm. Used maven-antrun-plugin to 
start/stop
keycloak using the correct ports.

Refers #738


  Commit: 313426646fe61fc90b6b08e4fa3f93f83178f531
      
https://github.com/RestComm/RestComm-Core/commit/313426646fe61fc90b6b08e4fa3f93f83178f531
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-24 (Thu, 24 Dec 2015)

  Changed paths:
    M 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/http/CustomHttpClientBuilder.java
    A 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/keycloak/KeycloakApi.java

  Log Message:
  -----------
  Added simple KeycloakApi class.
It can be used for directly accessing keycloak admin API.
Will later use it in integration tests.

Refers #738


  Commit: a1ec7b1ac8e8273c328974fe0b6c2089b98b52cc
      
https://github.com/RestComm/RestComm-Core/commit/a1ec7b1ac8e8273c328974fe0b6c2089b98b52cc
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-01-07 (Thu, 07 Jan 2016)

  Changed paths:
    A release/master-realm-for-testing.json
    M restcomm/restcomm.identity/pom.xml
    M 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/RestcommIdentityApi.java
    M 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/keycloak/KeycloakApi.java
    M 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/migration/IdentityMigrationTool.java
    A 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/IdentityTestTool.java
    M 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/RestcommIdentityApiIT.java
    R 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/RestcommIdentityApiTest.java
    A 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/migration/IdentityMigrationToolIT.java
    R 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/migration/IdentityMigrationToolTest.java
    A 
restcomm/restcomm.identity/src/test/resources/org/mobicents/servlet/restcomm/identity/default-realm.json

  Log Message:
  -----------
  Progress on identity automated test setup.
- Modified identity/pom.xml so that it properly handles test files for unit VS 
integration tests
- Added test tool to handle quick creation/removal or realms for testing
- Added a sample master realm file that allows administrative tasks on realms

Refers #738


  Commit: 58246831a7d83d49c635efa6c2ebb215758157fd
      
https://github.com/RestComm/RestComm-Core/commit/58246831a7d83d49c635efa6c2ebb215758157fd
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-01-07 (Thu, 07 Jan 2016)

  Changed paths:
    M 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/RestcommIdentityApi.java
    M 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/IdentityTestTool.java
    M 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/RestcommIdentityApiIT.java
    A 
restcomm/restcomm.identity/src/test/resources/org/mobicents/servlet/restcomm/identity/simple-identity-instance-realm.json

  Log Message:
  -----------
  Modified RestcommIdentityApiIT to work properly as an IT.

Refers #738


  Commit: 46dfcb16d90c36e0321e157dc76a98a8dfee33c8
      
https://github.com/RestComm/RestComm-Core/commit/46dfcb16d90c36e0321e157dc76a98a8dfee33c8
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/RestcommIdentityApi.java
    M 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/IdentityTestTool.java
    M 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/RestcommIdentityApiIT.java
    M 
restcomm/restcomm.identity/src/test/resources/org/mobicents/servlet/restcomm/identity/simple-identity-instance-realm.json

  Log Message:
  -----------
  Set up integration testing environment with keycloak.
Note: Still, keycloak binary should be downloaded separately.

Fixes #738


Compare: 
https://github.com/RestComm/RestComm-Core/compare/ebca5378f4ba...46dfcb16d90c

-- 

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