Skip to content

Commit 9195414

Browse files
author
Perki
committed
adding audit feature and release 1.9.3
1 parent f9c6e0d commit 9195414

File tree

13 files changed

+40
-107
lines changed

13 files changed

+40
-107
lines changed

build/service-core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function loadTasks () {
3434
return [{
3535
target: './components',
3636
excludes: [
37-
'hfs-server', 'pryvuser-cli', 'tprpc', 'webhooks', 'metadata', 'audit', // components
37+
'hfs-server', 'pryvuser-cli', 'tprpc', 'webhooks', 'metadata', // components
3838
'business/src/series', 'business/src/series.js', 'series/repository.test.js', // series
3939
'register' // protects components/register from being deleted because we rsync --delete
4040
],

overrides/.api-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.2-open
1+
1.9.3-open

overrides/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

22
## 1.9
33

4+
### 1.9.3
5+
- Added Audit from Entreprise version to Open-Pryv.io.
6+
47
### 1.9.2
58
- Refactored Attachments (Event Files) Logic to be modular for future cloud storage of files such as S3.
69

overrides/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Choose your Set-up
6464

6565
### Docker
6666

67-
The dockerized versions and their instructions are available at this link: [Download link](https://pryv.github.io/open-pryv.io/docker/dockerized-open-pryv-1.9.2.tgz).
67+
The dockerized versions and their instructions are available at this link: [Download link](https://pryv.github.io/open-pryv.io/docker/dockerized-open-pryv-1.9.3.tgz).
6868

6969
If you wish to build the images yourself, refer to the following README: [docker/README-build.md](docker/README-build.md).
7070

overrides/components/audit/LICENSE

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

overrides/components/audit/package.json

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

overrides/components/audit/src/MethodContextUtils.js

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

overrides/docker/README-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ From `./docker/` folder
2121

2222
3. Pack the base directory
2323

24-
This will pack in `dockerized-open-pryv-1.9.2` the content of `./src` , the config files in `../configs/` an `../public.html` in `dockerized-open-pryv-${PRYV_TAG}.tgz`
24+
This will pack in `dockerized-open-pryv-${PRYV_TAG}` the content of `./src` , the config files in `../configs/` an `../public.html` in `dockerized-open-pryv-${PRYV_TAG}.tgz`
2525

2626
**Warning** the configuration files will be packaged make sure that adminKeys are not set if your intent is to publish it.
2727

overrides/docker/src/env_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
PRYV_TAG=1.9.2
1+
PRYV_TAG=1.9.3
22
PRYV_PORT=3000
33
PRYV_BASE=./

package-lock.json

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)