Skip to content

Commit

Permalink
Merge branch 'improve/call-contact-id' of github.com:RocketChat/Rocke…
Browse files Browse the repository at this point in the history
…t.Chat into improve/call-contact-id
  • Loading branch information
ggazzo committed Aug 25, 2022
2 parents 9b8ae32 + 80d79ef commit 26b5ed4
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 251 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ jobs:
env:
MONGO_URL: 'mongodb://host.docker.internal:27017/rocketchat?replicaSet=rs0&directConnection=true'
MONGO_OPLOG_URL: 'mongodb://mongodb:27017/local?replicaSet=rs0&directConnection=true'
VOIP_MANAGEMENT_SERVER_PWD: ${{ secrets.VOIP_MANAGEMENT_SERVER_PWD }}
run: |
export LOWERCASE_REPOSITORY=$(echo "${{ github.repository_owner }}" | tr "[:upper:]" "[:lower:]")
Expand Down Expand Up @@ -447,7 +446,6 @@ jobs:
DOCKER_TAG: ${{ needs.release-versions.outputs.gh-docker-tag }}
TRANSPORTER: nats://nats:4222
ENTERPRISE_LICENSE: ${{ secrets.ENTERPRISE_LICENSE }}
VOIP_MANAGEMENT_SERVER_PWD: ${{ secrets.VOIP_MANAGEMENT_SERVER_PWD }}
run: |
export LOWERCASE_REPOSITORY=$(echo "${{ github.repository_owner }}" | tr "[:upper:]" "[:lower:]")
Expand Down
1 change: 1 addition & 0 deletions apps/meteor/server/models/raw/LivechatInquiry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { LivechatInquiryStatus } from '@rocket.chat/core-typings';

import { BaseRaw } from './BaseRaw';

// @ts-ignore Circular reference on field 'attachments'
export class LivechatInquiryRaw extends BaseRaw<ILivechatInquiryRecord> implements ILivechatInquiryModel {
constructor(db: Db, trash?: Collection<RocketChatRecordDeleted<ILivechatInquiryRecord>>) {
super(db, 'livechat_inquiry', trash);
Expand Down
178 changes: 0 additions & 178 deletions apps/meteor/tests/e2e/omnichannel-voip-footer.spec.ts

This file was deleted.

3 changes: 0 additions & 3 deletions apps/meteor/tests/e2e/page-objects/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ export * from './omnichannel-agents';
export * from './omnichannel-departments';
export * from './omnichannel-current-chats';
export * from './omnichannel-livechat';
export * from './omnichannel-section';
export * from './omnichannel-voip-footer';
export * from './omnichannel-dialpad-modal';
21 changes: 0 additions & 21 deletions apps/meteor/tests/e2e/page-objects/omnichannel-dialpad-modal.ts

This file was deleted.

21 changes: 0 additions & 21 deletions apps/meteor/tests/e2e/page-objects/omnichannel-section.ts

This file was deleted.

25 changes: 0 additions & 25 deletions apps/meteor/tests/e2e/page-objects/omnichannel-voip-footer.ts

This file was deleted.

1 change: 0 additions & 1 deletion docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ services:
- 'TRANSPORTER=${TRANSPORTER}'
- MOLECULER_LOG_LEVEL=info
- 'ROCKETCHAT_LICENSE=${ENTERPRISE_LICENSE}'
- 'OVERWRITE_SETTING_VoIP_Management_Server_Password=${VOIP_MANAGEMENT_SERVER_PWD}'
extra_hosts:
- 'host.docker.internal:host-gateway'
depends_on:
Expand Down

0 comments on commit 26b5ed4

Please sign in to comment.