WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 9576f39

Browse files
committed
deprecate travis for CI
1 parent 5e2e7dc commit 9576f39

File tree

3 files changed

+3
-38
lines changed

3 files changed

+3
-38
lines changed

.travis.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.travis/build_docker.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenHIM Core Component
22

3-
[![Build Status](https://travis-ci.org/jembi/openhim-core-js.png?branch=master)](https://travis-ci.org/jembi/openhim-core-js) [![Dependency Status](https://david-dm.org/jembi/openhim-core-js.png)](https://david-dm.org/jembi/openhim-core-js) [![devDependency Status](https://david-dm.org/jembi/openhim-core-js/dev-status.png)](https://david-dm.org/jembi/openhim-core-js#info=devDependencies) [![codecov](https://codecov.io/gh/jembi/openhim-core-js/branch/master/graph/badge.svg)](https://codecov.io/gh/jembi/openhim-core-js)
3+
[![Build Status](https://github.com/jembi/openhim-core-js/actions/workflows/master.yml/badge.svg)](https://github.com/jembi/openhim-core-js/actions/workflows/master.yml) [![Depfu](https://badges.depfu.com/badges/replace-with-your-badge-id/overview.svg)](https://depfu.com/github/jembi/openhim-core-js?project_id=replace-with-your-project-id) [![codecov](https://codecov.io/gh/jembi/openhim-core-js/branch/master/graph/badge.svg)](https://codecov.io/gh/jembi/openhim-core-js)
44

55
The OpenHIM core component is responsible for providing a single entry-point into an HIE as well as providing the following key features:
66

@@ -184,8 +184,8 @@ To contribute code, please fork the repository and submit a pull request. The ma
184184

185185
All users downloading and using OpenHIM should note the following:
186186

187-
* All message data sent to the OpenHIM is retained indefinitely within the OpenHIMs MongoDB database. By default, this data is stored indefinitely in line with the function of a middleware software with audit & transaction replay capabilities.
187+
* All message data sent to the OpenHIM is retained indefinitely within the OpenHIM's MongoDB database. By default, this data is stored indefinitely in line with the function of a middleware software with audit & transaction replay capabilities.
188188
* All message data is stored in OpenHIM's MongoDB and is only accessible or viewable by a) An authorized admin-level user or a user that has been explicitly allowed to do so or; b) An authorized system administrator staff member having access to the server itself.
189-
* Access to the message data stored in OpenHIMs MongoDB database is controlled by the organization hosting OpenHIM. This organisation must know its responsibilities as a Data Controller and potentially other roles, as defined in standard data privacy regulations, such as the General Data Protection Regulation (GDPR) and the South African Protection of Personal Information Act (POPIA). The organisation using OpenHIM is responsible for having the required policies in place to ensure compliance with the applicable laws and regulations in the country where the software is being operated.
189+
* Access to the message data stored in OpenHIM's MongoDB database is controlled by the organization hosting OpenHIM. This organisation must know its responsibilities as a 'Data Controller' and potentially other roles, as defined in standard data privacy regulations, such as the General Data Protection Regulation (GDPR) and the South African Protection of Personal Information Act (POPIA). The organisation using OpenHIM is responsible for having the required policies in place to ensure compliance with the applicable laws and regulations in the country where the software is being operated.
190190
* All message data stored in OpenHIM's MongoDB may be purged at any time by direct commands to the MongoDB database or the use of the data retention feature of OpenHIM channels.
191191
* Basic data about OpenHIM users (name and email) is stored indefinately so that they may access the OpenHIM console. These users may be removed at any time if they are no longer needed.

0 commit comments

Comments
 (0)