Skip to content

Commit

Permalink
[Microsoft Teams] Moving connector code to main (#1684)
Browse files Browse the repository at this point in the history
* [New Connector] Microsoft Teams: Ping feature (#1502)

* [New Connector] Microsoft Teams: Ping feature

* fix config source

* Update connectors/sources/microsoft_teams.py

Co-authored-by: Chenhui Wang <[email protected]>

* Update connectors/sources/microsoft_teams.py

Co-authored-by: Chenhui Wang <[email protected]>

* address comments for moving session to client class

* remove unused patches

* remove loget and add anext to get json

* empty commit to trigger build

---------

Co-authored-by: Chenhui Wang <[email protected]>

* [New Connector] Microsoft Teams: Indexing feature (#1574)

* ms-teams indexing

* reanme functions and add exceptions

* [Microsoft Teams] Add ftests (#1627)

* [Microsoft Teams] Add ftests

* add teams in pipeline

* Fix bugs in MS teams (#1680)

* fix lint

* Empty-Commit

* add check

* address comments

* fix e2e none type issue

* add bin to compose file command

---------

Co-authored-by: Chenhui Wang <[email protected]>
Co-authored-by: Praveen Kukreja <[email protected]>
Co-authored-by: akanshi.kumari <[email protected]>
Co-authored-by: Praveen Kukreja <[email protected]>
  • Loading branch information
5 people authored Oct 2, 2023
1 parent c0767ca commit f2c7757
Show file tree
Hide file tree
Showing 10 changed files with 3,203 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,3 +252,13 @@ steps:
- ".buildkite/run_nigthly.sh zoom small"
artifact_paths:
- "perf8-report-*/**/*"

- path:
- "connectors/sources/microsoft_teams.py"
- "tests/sources/fixtures/microsoft_teams/**"
config:
label: "🔨 Microsoft Teams"
command:
- ".buildkite/run_nigthly.sh microsoft_teams small"
artifact_paths:
- "perf8-report-*/**/*"
1 change: 1 addition & 0 deletions connectors/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def _default_config():
"sharepoint_online": "connectors.sources.sharepoint_online:SharepointOnlineDataSource",
"sharepoint_server": "connectors.sources.sharepoint_server:SharepointServerDataSource",
"slack": "connectors.sources.slack:SlackDataSource",
"microsoft_teams": "connectors.sources.microsoft_teams:MicrosoftTeamsDataSource",
"zoom": "connectors.sources.zoom:ZoomDataSource",
},
}
Expand Down
Loading

0 comments on commit f2c7757

Please sign in to comment.