Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Integrate latest changes #2

Open
wants to merge 57 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
939e728
doc update
pedrosousabarreto Apr 2, 2019
b57d33a
replaced usage of NODE_ENV with APP_ENV so it doesn't collide with no…
pedrosousabarreto Apr 11, 2019
6ebddf1
1.0.2
pedrosousabarreto Apr 11, 2019
a7e6887
fixed express not running if RUN_EXPRESS_APP was missing
pedrosousabarreto Apr 11, 2019
2d6e1a4
1.0.3
pedrosousabarreto Apr 11, 2019
e1c255f
fixed bug retrieving secrets; added tests for override configs
pedrosousabarreto Apr 18, 2019
1908a57
1.0.4
pedrosousabarreto Apr 18, 2019
6a3d763
AWSSecretsManagerProvider can now assume role, ctor takes an addition…
pedrosousabarreto Apr 29, 2019
cb26836
1.0.5
pedrosousabarreto Apr 29, 2019
c7de010
fixed returning null when params or secrets evaluated to falsy expres…
pedrosousabarreto May 1, 2019
3d3d56a
Added handler for sigterm event
GuilhermeSCP May 6, 2019
17a92a5
Merge branch 'DEIMOS-1425_handle_sigterm' of https://github.com/Guilh…
pedrosousabarreto May 6, 2019
47fcb56
handling SIGTERM as well as SIGINT + better logging
pedrosousabarreto May 6, 2019
3f6d56c
Merge branch 'GuilhermeSCP-DEIMOS-1425_handle_sigterm'
pedrosousabarreto May 6, 2019
6e404f5
1.0.6
pedrosousabarreto May 6, 2019
67525a5
refactor for simpler configs and params
pedrosousabarreto May 21, 2019
99ce92e
added missing config provider mock
pedrosousabarreto May 21, 2019
ed8a7b6
fixed gitignore for idea files
pedrosousabarreto May 21, 2019
ad2fdb0
Merge pull request #10 from pedrosousabarreto/new-configs
pedrosousabarreto May 21, 2019
a115d34
2.0.0
pedrosousabarreto May 21, 2019
9d440ac
Merge branch 'master' of github.com:pedrosousabarreto/node-microsvc-lib
pedrosousabarreto May 21, 2019
a105bde
added details to the env var overrides file mechanism
pedrosousabarreto May 21, 2019
bc5570b
2.0.1
pedrosousabarreto May 21, 2019
819c3b4
added json logs to file with bunyan
pedrosousabarreto May 22, 2019
8e15fb5
2.1.0
pedrosousabarreto May 22, 2019
29e3683
Added JSONLogger
MartenSies Jun 12, 2019
563b357
Merge branch 'MartenSies-json_stdout_logger'
pedrosousabarreto Jun 13, 2019
247d6ff
2.1.1
pedrosousabarreto Jun 13, 2019
7aa7cff
circleci stuff
pedrosousabarreto Jan 24, 2020
73b5476
added status badge
pedrosousabarreto Jan 24, 2020
dcf07d3
Merge pull request #16 from pedrosousabarreto/adding_circleci
pedrosousabarreto Jan 24, 2020
d8d21b3
new circleci config
pedrosousabarreto Jan 24, 2020
748e430
fix circleci conf
pedrosousabarreto Jan 24, 2020
fa35372
fix circleci conf name
pedrosousabarreto Jan 24, 2020
e7b6cf1
Merge pull request #17 from pedrosousabarreto/adding_circleci2
pedrosousabarreto Jan 24, 2020
c974f1d
testing snyk 1
pedrosousabarreto Jan 24, 2020
efb9eaa
testing snyk 2
pedrosousabarreto Jan 24, 2020
3397991
testing snyk 4
pedrosousabarreto Jan 24, 2020
ba23057
testing snyk 5
pedrosousabarreto Jan 24, 2020
d1d27e4
testing snyk 5
pedrosousabarreto Jan 24, 2020
d6d748f
Merge pull request #18 from pedrosousabarreto/adding_circleci5
pedrosousabarreto Jan 24, 2020
66a9176
snyk configs try #1
pedrosousabarreto Jan 24, 2020
a32b055
Merge pull request #19 from pedrosousabarreto/snyk_tests1
pedrosousabarreto Jan 24, 2020
efbc357
updated npm packages
pedrosousabarreto Jan 24, 2020
679eb83
Merge pull request #20 from pedrosousabarreto/npm_updates
pedrosousabarreto Jan 24, 2020
aaaf86f
added log to gitignore
pedrosousabarreto May 27, 2020
2ef5705
Promises, simplifies enum for paramTypes, added tests and node versio…
pedrosousabarreto May 28, 2020
403ee9d
Merge pull request #21 from pedrosousabarreto/promises
pedrosousabarreto May 28, 2020
401b208
3.0.0
pedrosousabarreto May 28, 2020
947dbf2
updated readme
pedrosousabarreto May 28, 2020
0191ecc
3.0.1
pedrosousabarreto May 28, 2020
87662a5
added Marten Sies' spread to printf
pedrosousabarreto May 28, 2020
3d88c42
3.0.2
pedrosousabarreto May 28, 2020
8981dd7
readme fixes
pedrosousabarreto May 28, 2020
0c3afee
snyk config
pedrosousabarreto May 28, 2020
320bb8d
snyk config
pedrosousabarreto May 28, 2020
f4716a5
3.0.3
pedrosousabarreto May 28, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Javascript Node CircleCI 2.0 configuration file
#
# Check {{ '/2.0/language-javascript/' | docs_url }} for more details
#

version: 2.1
orbs:
snyk: snyk/[email protected]

defaults: &defaults
working_directory: ~/repo
docker:
- image: circleci/node:10.15

jobs:
test:
<<: *defaults
steps:
- checkout

- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-

- run: npm install
- run:
name: Run tests
command: npm test

- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}

- persist_to_workspace:
root: ~/repo
paths: .

snyk_app_scan:
<<: *defaults
steps:
- checkout
- run: npm install
- snyk/scan


workflows:
version: 2
tests:
jobs:
- test
scan_app:
jobs:
- snyk_app_scan:
context: shared

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ typings/
.DS_Store

#IDE metadata
**.idea/**
.idea/

/lib

log
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10.15.0
v12.16
9 changes: 9 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.5
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JS-LODASH-567746:
- lodash:
reason: no available fix
expires: '2020-06-27T02:11:34.719Z'
patch: {}
Loading