From cb713ae444ab15da81444799c788e9d15e2f2a8c Mon Sep 17 00:00:00 2001 From: Vlad Isayko Date: Mon, 6 Jun 2022 11:26:12 +0300 Subject: [PATCH] Release v2022.06.0 (#130) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update version * Update company_domain_match_list.yaml (#121) Submitting DigitalOcean for future ranking. * Add Wipro, fix XWiki (#125) * Add Wipro to the list * Fix the YAML formatting of the XWiki entry Co-authored-by: Vlad Isayko * Extend matching for SUSE with Rancher and Neuvector (#127) Rancher and Neuvector are part of SUSE group, see https://www.suse.com/c/suse-acquires-rancher/ https://www.suse.com/news/suse-acquires-neuvector/ Signed-off-by: Dirk Müller * chore: add pactflow.io domain under smartbear company (#128) Hello 👋🏾 As part of a recent acquisition https://pactflow.io/blog/pactflow-joins-the-smartbear-family/ Thanks! Co-authored-by: Phoebe Quincy Co-authored-by: VM Brasseur Co-authored-by: Dirk Mueller Co-authored-by: Yousaf Nabi --- osci/__init__.py | 2 +- .../company_domain_match_list.yaml | 19 ++++++++++++++++--- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/osci/__init__.py b/osci/__init__.py index 4a6e2f0..b7df65d 100644 --- a/osci/__init__.py +++ b/osci/__init__.py @@ -1 +1 @@ -__version__ = '2022.03.0' +__version__ = '2022.06.0' diff --git a/osci/preprocess/match_company/company_domain_match_list.yaml b/osci/preprocess/match_company/company_domain_match_list.yaml index 5d2b6cd..0669b07 100644 --- a/osci/preprocess/match_company/company_domain_match_list.yaml +++ b/osci/preprocess/match_company/company_domain_match_list.yaml @@ -1319,10 +1319,12 @@ - company: SUSE domains: - suse.com + - rancher.com + - neuvector.com industry: Technology regex: - - ^.*\.suse\..*$ - - ^suse\..*$ + - ^.*\.(rancher|neuvector|suse)\..*$ + - ^(rancher|neuvector|suse)\..*$ - company: SYSOP domains: - sysop.cz @@ -1415,6 +1417,7 @@ - bitbar.com - swagger.io - hiptest.com + - pactflow.io industry: Technology regex: - company: Snyk @@ -1791,10 +1794,20 @@ - linagora.com industry: Technology regex: - company: XWiki SAS +- company: XWiki SAS domains: - xwiki.com - xwiki.org - cryptpad.fr industry: Technology regex: +- company: Wipro, Ltd. + domains: + - wipro.com + industry: Professional Services + regex: +- company: DigitalOcean + domains: + - digitalocean.com + regex: + industry: Technology