[jain-slee.diameter] push by emmart...@gmail.com - updating mux and jdiameter versions on 2015-01-09 19:12 GMT

2015-01-09 Thread jain-slee

Revision: b2cb5152a9aa
Author:   emmartins emart...@redhat.com
Date: Fri Jan  9 19:12:14 2015 UTC
Log:  updating mux and jdiameter versions

https://code.google.com/p/jain-slee/source/detail?r=b2cb5152a9aarepo=diameter

Modified:
 /resources/diameter-base/pom.xml

===
--- /resources/diameter-base/pom.xmlWed Jan 30 18:30:56 2013 UTC
+++ /resources/diameter-base/pom.xmlFri Jan  9 19:12:14 2015 UTC
@@ -26,8 +26,8 @@

properties
!-- Mobicents Diameter Components Versions --
-		 
mobicents.diameter.jdiameter.version1.5.10.0-build639/mobicents.diameter.jdiameter.version
-		 
mobicents.diameter.mux.version1.5.0.FINAL/mobicents.diameter.mux.version
+		 
mobicents.diameter.jdiameter.version1.6.0.FINAL/mobicents.diameter.jdiameter.version
+		 
mobicents.diameter.mux.version1.6.0.FINAL/mobicents.diameter.mux.version

mobicents.slee.version2.7.0.FINAL/mobicents.slee.version
!-- Documentation Related Properties --
docs.profilemobicents/docs.profile

--

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


[Mobicents/RestComm] af757f: Refers #160. All RVD projects and RAS apps are now...

2015-01-09 Thread Orestis Tsakiridis
  Branch: refs/heads/rvd_master
  Home:   https://github.com/Mobicents/RestComm
  Commit: af757f8f3515c5db5397781b5955c991f1ea30cc
  
https://github.com/Mobicents/RestComm/commit/af757f8f3515c5db5397781b5955c991f1ea30cc
  Author: Orestis Tsakiridis orestis.tsakiri...@telestax.com
  Date:   2015-01-08 (Thu, 08 Jan 2015)

  Changed paths:
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/ras/RappItem.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/ras/RasService.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/storage/FsProjectStorage.java
M restcomm/restcomm.ui/src/main/webapp/modules/rappmanager.html
M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/rappmanager.js

  Log Message:
  ---
  Refers #160. All RVD projects and RAS apps are now displayed in AdminUI with 
basic filtering options.
 - Refactored RVD side /ras/apps endpoint so that it returns detailed info 
about all apps in the workspace
 - Refactored AdminUI side so that it properly merges RVD and RAS originated 
data
 - Added basic filtering options for displaying all/local/remote apps
REGRESSION BUG: Configuration of non-RAS apps does not work


  Commit: 45ec11b7038258c56b8e0f348faa767da0162a4c
  
https://github.com/Mobicents/RestComm/commit/45ec11b7038258c56b8e0f348faa767da0162a4c
  Author: Orestis Tsakiridis orestis.tsakiri...@telestax.com
  Date:   2015-01-08 (Thu, 08 Jan 2015)

  Changed paths:
M restcomm/restcomm.ui/src/main/webapp/index.html
R 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/rappmanager.js
M restcomm/restcomm.ui/src/main/webapp/resources/js/restcomm.js
A restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/Module.js
A 
restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/appConfig.js
A 
restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/appManager.js

  Log Message:
  ---
  Fixes #165. Moved RestcommApps related functionality to a sub-module and 
better organized it in files


  Commit: 71883b0c53fdada7b436e02cd786516961fbf71c
  
https://github.com/Mobicents/RestComm/commit/71883b0c53fdada7b436e02cd786516961fbf71c
  Author: Orestis Tsakiridis orestis.tsakiri...@telestax.com
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/RasRestService.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/storage/FsProjectStorage.java
M restcomm/restcomm.ui/src/main/webapp/modules/rappmanager.html
M restcomm/restcomm.ui/src/main/webapp/resources/css/restcomm.css
M restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/Module.js
M 
restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/appConfig.js
M 
restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/appManager.js

  Log Message:
  ---
  Fixes #160, refers#166
- Fixed configuration for local applications. Application parameters can now be 
set without exporting/importing the package
- Improved filter presets. Local - imported - exported - RAS filters are 
available.
- Added search-by-application-name capability
- Added sorting capability for some of the application fields
- Reviewed list styling. TODO - more work need to be done there


  Commit: dbcc3cfc93169bcd66b784533d0374d409b9af84
  
https://github.com/Mobicents/RestComm/commit/dbcc3cfc93169bcd66b784533d0374d409b9af84
  Author: Orestis Tsakiridis orestis.tsakiri...@telestax.com
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/RasRestService.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/ras/RappItem.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/ras/RasService.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/storage/FsProjectStorage.java
M restcomm/restcomm.ui/src/main/webapp/index.html
M restcomm/restcomm.ui/src/main/webapp/modules/rappmanager.html
M restcomm/restcomm.ui/src/main/webapp/resources/css/restcomm.css
R 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/rappmanager.js
M restcomm/restcomm.ui/src/main/webapp/resources/js/restcomm.js
A restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/Module.js
A 
restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/appConfig.js
A 
restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/appManager.js

  Log Message:
  ---
  Merge branch 'issueGHUB_160_avoid_export_import_package_cycle' into 
ghub_rvd_master


Compare: 
https://github.com/Mobicents/RestComm/compare/b69e5e5c911b...dbcc3cfc9316

-- 

--- 
You received this message because you are subscribed to the Google Groups 
mobicents-commits group.
To unsubscribe from 

[jain-slee.media] push by emmart...@gmail.com - fixing mscontrol example ref to ra type on 2015-01-09 11:28 GMT

2015-01-09 Thread jain-slee

Revision: 3668dc242f2c
Author:   emmartins emart...@redhat.com
Date: Fri Jan  9 11:28:45 2015 UTC
Log:  fixing mscontrol example ref to ra type

https://code.google.com/p/jain-slee/source/detail?r=3668dc242f2crepo=media

Modified:
 /examples/mscontrol-demo/pom.xml
 /examples/mscontrol-demo/sbb/pom.xml

===
--- /examples/mscontrol-demo/pom.xmlTue Mar  5 22:05:47 2013 UTC
+++ /examples/mscontrol-demo/pom.xmlFri Jan  9 11:28:45 2015 UTC
@@ -38,7 +38,7 @@
/dependency
dependency

groupIdorg.mobicents.resources.mscontrol/groupId
-   
artifactIdmobicents-slee-ra-mscontrol-ratype/artifactId
+   artifactIdmscontrol-ratype/artifactId

version${mobicents.resources.mscontrol.version}/version
/dependency
/dependencies
===
--- /examples/mscontrol-demo/sbb/pom.xmlTue Sep 11 03:50:29 2012 UTC
+++ /examples/mscontrol-demo/sbb/pom.xmlFri Jan  9 11:28:45 2015 UTC
@@ -17,7 +17,7 @@
 /dependency
 dependency
 groupIdorg.mobicents.resources.mscontrol/groupId
-artifactIdmobicents-slee-ra-mscontrol-ratype/artifactId
+artifactIdmscontrol-ratype/artifactId
 /dependency
 dependency
 groupIdjavax.slee/groupId

--

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