Skip to content

Commit cbf6b35

Browse files
vlad-isaykojamesryanukMohit-Naingsferreirajustinabrahms
authored
Release v2022.09.0 (#144)
* Add Credera (#143) * Update company_domain_match_list.yaml (#142) Adding Infosys to the organization list * Add FARFETCH to the company list (#140) Co-authored-by: Vlad Isayko <[email protected]> * Add ebay (#139) * Update version Co-authored-by: James Ryan <[email protected]> Co-authored-by: Mohit Nain <[email protected]> Co-authored-by: Guilherme Ferreira <[email protected]> Co-authored-by: Justin Abrahms <[email protected]>
1 parent ff4a9b3 commit cbf6b35

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

osci/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2022.08.0'
1+
__version__ = '2022.09.0'

osci/preprocess/match_company/company_domain_match_list.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,12 @@
394394
- cozycloud.cc
395395
industry: Technology
396396
regex:
397+
- company: Credera
398+
domains:
399+
- credera.com
400+
- credera.co.uk
401+
industry: Professional Services
402+
regex:
397403
- company: Ctrl
398404
domains:
399405
- ctrl.nl
@@ -470,6 +476,12 @@
470476
regex:
471477
- ^.*\.dynatrace\.org$
472478
- ^.*\.dynatrace\.com$
479+
- company: eBay
480+
domains:
481+
- ebay.com
482+
industry: eCommerce
483+
regex:
484+
- ^.*\.ebay\.com$
473485
- company: EPAM
474486
domains:
475487
- epam.com
@@ -1821,3 +1833,14 @@
18211833
- digitalocean.com
18221834
regex:
18231835
industry: Technology
1836+
- company: FARFETCH
1837+
domains:
1838+
- farfetch.com
1839+
regex:
1840+
- company: Infosys Ltd
1841+
domains:
1842+
- infosys.com
1843+
- edgeverve.com
1844+
regex:
1845+
- ^.*\.infosys\.com$
1846+
industry: Technology

0 commit comments

Comments
 (0)