Branch: refs/heads/atsakiridis_FS-270
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 9c43118cece5df17d814febd3257383ff5cb72e9
      
https://github.com/RestComm/Restcomm-Connect/commit/9c43118cece5df17d814febd3257383ff5cb72e9
  Author: Antonis Tsakiridis <antonis.tsakiri...@telestax.com>
  Date:   2018-07-10 (Tue, 10 Jul 2018)

  Changed paths:
    M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/sms-messages.xml
    M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/sms-messages.xml
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessageFilter.java
    M 
restcomm/restcomm.dao/src/main/resources/org/restcomm/connect/dao/mybatis/sms-messages.xml

  Log Message:
  -----------
  Revert "FS-298: Fixed wildcarding for body attribute"

This reverts commit 2f6175a35da4fb48d1e87fce0771a18cc8a0d5ee.


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

  Changed paths:
    M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/recordings.xml
    M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/recordings.xml
    M 
restcomm/restcomm.dao/src/main/resources/org/restcomm/connect/dao/mybatis/recordings.xml
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/RecordingsEndpoint.java

  Log Message:
  -----------
  FS-270: Updated MyBatis mappers


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

  Changed paths:
    M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/call-detail-records.xml
    M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/sms-messages.xml
    M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/call-detail-records.xml
    M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/sms-messages.xml
    R 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/common/SortDirection.java
    A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/common/Sorting.java
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/CallDetailRecordFilter.java
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/IncomingPhoneNumberFilter.java
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessageFilter.java
    M 
restcomm/restcomm.dao/src/main/resources/org/restcomm/connect/dao/mybatis/call-detail-records.xml
    M 
restcomm/restcomm.dao/src/main/resources/org/restcomm/connect/dao/mybatis/sms-messages.xml
    M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/CallDetailRecordsDaoTest.java
    M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/IncomingPhoneNumbersDaoTest.java
    M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/SmsMessagesDaoTest.java
    M restcomm/restcomm.dao/src/test/resources/data/restcomm.script
    M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/sms-api.adoc
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/CallsEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/IncomingPhoneNumbersEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SmsMessagesEndpoint.java
    M 
restcomm/restcomm.testsuite/src/main/java/org/restcomm/connect/testsuite/sms/SmsEndpointTool.java
    M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/SmsMessagesEndpointTest.java
    M restcomm/restcomm.testsuite/src/test/resources/restcomm_with_Data.script

  Log Message:
  -----------
  Merge branch 'atsakiridis_FS-269' into atsakiridis_FS-270


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

  Changed paths:
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/RecordingFilter.java
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/RecordingsEndpoint.java

  Log Message:
  -----------
  FS-270: Added API and filter code


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

  Changed paths:
    M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/recordings.xml
    M 
restcomm/restcomm.dao/src/main/resources/org/restcomm/connect/dao/mybatis/recordings.xml
    A 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/RecordingsDaoTest.java
    M restcomm/restcomm.dao/src/test/resources/data/restcomm.script

  Log Message:
  -----------
  FS-270: Fixed syntax error in MyBatis mapper file for HSQL, introduced unit 
tests for Recordings


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

  Changed paths:
    M 
restcomm/restcomm.testsuite/src/main/java/org/restcomm/connect/testsuite/http/RecordingEndpointTool.java
    M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RecordingEndpointTest.java
    M restcomm/restcomm.testsuite/src/test/resources/restcomm_with_Data.script

  Log Message:
  -----------
  FS-270: Introduced http integration tests for Recordings' sorting


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

  Changed paths:
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/calls-api.adoc
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/recordings-api.adoc
    M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/sms-api.adoc

  Log Message:
  -----------
  FS-270: Add API documentation for recordings for new sorting facilities


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

  Changed paths:
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/notifications-api.adoc

  Log Message:
  -----------
  FS-271: Updated API documentation for sorting of Notifications


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

  Changed paths:
    M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/notifications.xml
    M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/notifications.xml
    M 
restcomm/restcomm.dao/src/main/resources/org/restcomm/connect/dao/mybatis/notifications.xml

  Log Message:
  -----------
  FS-271: Updated MyBatis mapper files with sorting facilities for Notifications


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

  Changed paths:
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/NotificationFilter.java
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/NotificationsEndpoint.java

  Log Message:
  -----------
  FS-271: Added API and filter code for Notifications


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

  Changed paths:
    M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/notifications.xml
    M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/notifications.xml
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/NotificationFilter.java
    M 
restcomm/restcomm.dao/src/main/resources/org/restcomm/connect/dao/mybatis/notifications.xml
    M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/NotificationsDaoTest.java
    M restcomm/restcomm.dao/src/test/resources/data/restcomm.script
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/NotificationsEndpoint.java

  Log Message:
  -----------
  FS-271: Introduced Dao tests for Notifications and renamed level -> log to 
make it consistent


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

  Changed paths:
    M 
restcomm/restcomm.testsuite/src/main/java/org/restcomm/connect/testsuite/http/NotificationEndpointTool.java
    M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/CallsEndpointTest.java
    M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/NotificationEndpointTest.java
    M restcomm/restcomm.testsuite/src/test/resources/restcomm_with_Data.script

  Log Message:
  -----------
  FS-270: Added integration tests for Logs/Notifications, fixed all the 
assertions in NotificationEndpointTest to use assertEquals which makes 
troubleshooting easier. also added more integration tests in CallEndpointTest, 
as they weren't up to par to what we did for the rest Logs entities


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

  Changed paths:
    M 
restcomm/restcomm.testsuite/src/main/java/org/restcomm/connect/testsuite/http/NotificationEndpointTool.java
    M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/CallsEndpointTest.java
    M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/NotificationEndpointTest.java
    M restcomm/restcomm.testsuite/src/test/resources/restcomm_with_Data.script

  Log Message:
  -----------
  FS-271: Added integration tests for Logs/Notifications, fixed all the 
assertions in NotificationEndpointTest to use assertEquals which makes 
troubleshooting easier. also added more integration tests in CallEndpointTest, 
as they weren't up to par to what we did for the rest Logs entities


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

  Changed paths:

  Log Message:
  -----------
  Merge branch 'atsakiridis_FS-270' of 
https://github.com/RestComm/RestComm-Core into atsakiridis_FS-270


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

  Changed paths:
    M release/build.xml
    M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/advanced.conf
    M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-SecureSSL.sh
    M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-dashboard.sh
    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/configuration/mobicents_build.xml
    M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/RvdProjectsMigrationHelper.java
    M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.xml
    M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/data/hsql/restcomm.script
    M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/init.sql
    M restcomm/restcomm.dao/src/test/resources/applicationsDao/restcomm.script
    M restcomm/restcomm.dao/src/test/resources/data/restcomm.script
    M restcomm/restcomm.dao/src/test/resources/restcomm.xml
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/applications-api.adoc
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/ussd-push-api.adoc
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/Restcomm
 - Automatic DID Provisioning.adoc
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/ha/Restcomm
 - Single RVD Workspace for two Restcomm Instances.adoc
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/release-notes.adoc
    M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Restcomm - 
Quick External Service Demo.adoc
    M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Restcomm 
RVD - Using Web Trigger.adoc
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/tutorials/Restcomm - 
Automated Customer Support Call Notification App with zero coding.adoc
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/tutorials/Restcomm - 
Create a Weight Calculator App with RVD.adoc
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/tutorials/Restcomm - 
Create a simple emergency location based service.adoc
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/tutorials/Restcomm - 
Create an IVR App with RVD.adoc
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/tutorials/Restcomm - 
Geolocation API gathering location information from GSM networks.adoc
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/tutorials/Restcomm - 
How To White Label a Restcomm Instance.adoc
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/tutorials/Restcomm - 
Send SMS to a SIP Phone.adoc
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/security/SecurityFilter.java
    M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/http/converter/ApplicationConverterTest.java
    M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/http/client/rcmlserver/resolver/RcmlserverResolver.java
    M 
restcomm/restcomm.interpreter/src/test/java/org/restcomm/connect/http/client/rcmlserver/resolver/RcmlserverResolverTest.java
    M restcomm/restcomm.interpreter/src/test/resources/restcomm.xml
    M restcomm/restcomm.mrb/src/test/resources/data/hsql/restcomm.script
    M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
    M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/AccountsEndpointClosingTest.java
    M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/AccountsEndpointOrganizationsTest.java
    M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/sms/SmsEndpointTest.java
    M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialStatusCallbackTest.java
    M 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/ussd/restcomm.script_ussdPullTest
    M restcomm/restcomm.testsuite/src/test/resources/restcomm-accountRemoval.xml
    M restcomm/restcomm.testsuite/src/test/resources/restcomm-corsRelax.xml
    M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script-applications
    M restcomm/restcomm.testsuite/src/test/resources/restcomm.script-smpp
    M restcomm/restcomm.testsuite/src/test/resources/restcomm.script_SmsTest
    M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_accounts_migration_test
    M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_accounts_test
    M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_acting_as_proxy
    M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_multitenancyTest
    M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_projectMigratorWorkspaceMigratedTest
    M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_projectMigratorWorkspaceMixedTest
    M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_projectMigratorWorkspaceOriginalTest
    M restcomm/restcomm.testsuite/src/test/resources/restcomm_SmsTest.xml
    M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_acting_as_proxy.xml
    M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_acting_as_proxy_answer_delay.xml
    M restcomm/restcomm.ui/src/main/webapp/conf/dashboard.json
    M restcomm/restcomm.ui/src/main/webapp/templates/rc-endpoint-url.html

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


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/dd547d37dc0f...62d1a25424f8

-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/atsakiridis_FS-270/dd547d-62d1a2%40github.com.

Reply via email to