Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restcomm 1645 #2807

Merged
merged 30 commits into from
Feb 10, 2018
Merged

Restcomm 1645 #2807

merged 30 commits into from
Feb 10, 2018

Conversation

maria-farooq
Copy link

No description provided.

Maria Farooq added 17 commits February 3, 2018 13:51
* master: (98 commits)
  fixed json docs to comply with schema
  removed destinations on test resources
  allowed/blocked prefixes per service Voice/SMS/USSD
  when creating a new link , remove previous link (if any)
  added 2 new tests for performing multiple link operations
  fixed ussd tests by adding profile tables
  provide isolation to unstable dao test
  ignore unstable test
  fixed duplicate profile tables
  profile tables added to all scripts
  fixed test
  schemas relocated into specific subresoruce, and sec disabled for schema access
  fixed bullet list, and code section
  delete profile associations on removal
  when delete a profile, delete associations as well
  corrected assertion
  added getprofiles json example
  first draft of Profile API doc
  fixed getprofiels links
  fixed default profile provisioning
  ...
* master:
  tools relocated to main to allow reuse
  tools relocated to main to allow reuse

Conflicts:
	restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommAccountsTool.java
* @param userIdentityContext
*/
protected void filterClosedAccounts(UserIdentityContext userIdentityContext){
if(userIdentityContext.getEffectiveAccount() != null && userIdentityContext.getEffectiveAccount().getStatus().equals(Account.Status.CLOSED)){
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we do this as part of DAO query(WHERE clause)?

import com.sun.jersey.api.client.filter.HTTPBasicAuthFilter;

@RunWith(Arquillian.class)
public class RestcommAPIEndpointSecurityTest {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good idea on creating a separate test to check sec constraints 👍

Maria Farooq added 11 commits February 8, 2018 23:04
* master:
  smstool relocated for reuse
  number Utils relocated to main for reusal
  DialForking test case fixes
  Fixes in the testsuite for sipunit upgrade
  Fixes for sipunit upgrade
  Updated sipunit version to 2.0.3 and mss-arquillian to 1.0.3

Conflicts:
	restcomm/restcomm.testsuite/src/main/java/org/restcomm/connect/testsuite/provisioning/number/vi/RestcommIncomingPhoneNumberTool.java
@maria-farooq maria-farooq merged commit dee7fb5 into master Feb 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants