Skip to content

Commit

Permalink
Merge pull request #111 from mountaindude/master
Browse files Browse the repository at this point in the history
v4.2.1
  • Loading branch information
mountaindude committed Jan 9, 2021
2 parents 59b4f67 + c403880 commit 58473e0
Show file tree
Hide file tree
Showing 10 changed files with 203 additions and 200 deletions.
9 changes: 4 additions & 5 deletions .codeclimate.yml
Expand Up @@ -12,7 +12,7 @@ plugins:
checks:
argument-count:
config:
threshold: 4
threshold: 6
complex-logic:
config:
threshold: 4
Expand All @@ -21,22 +21,21 @@ checks:
threshold: 250
method-complexity:
config:
threshold: 5
threshold: 10
method-count:
config:
threshold: 20
method-lines:
config:
threshold: 50
threshold: 75
nested-control-flow:
config:
threshold: 4
return-statements:
config:
threshold: 4
similar-code:
config:
threshold: # language-specific defaults. an override will affect all languages.
enabled: false
identical-code:
config:
threshold: # language-specific defaults. an override will affect all languages.
Expand Down
2 changes: 0 additions & 2 deletions .vscode/launch.json
Expand Up @@ -4,8 +4,6 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [


{
"type": "node",
"request": "launch",
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019, Göran Sander.
Copyright (c) 2020, Göran Sander.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 8 additions & 0 deletions changelog.md
@@ -1,5 +1,13 @@
# Change log

## 4.2.1

### New features

### Fixes and patches

- Dependencies updated to stay sharp and secure.

## 4.2.0

### New features
Expand Down
3 changes: 1 addition & 2 deletions src/Dockerfile.amd64
@@ -1,10 +1,9 @@
# Build Docker image for Amd64

FROM node:12-stretch

# Add metadata about the image
LABEL maintainer="Göran Sander mountaindude@ptarmiganlabs.com"
LABEL description="Extensible micro service adding features that Qlik Sense do not offer out of the box."
LABEL description="Adding superpowers to Qlik Sense Enterprise on Windows."

# Create app dir inside container
WORKDIR /nodeapp
Expand Down
3 changes: 1 addition & 2 deletions src/Dockerfile.arm
@@ -1,10 +1,9 @@
# Build Docker image for Arm64

FROM node:12-stretch

# Add metadata about the image
LABEL maintainer="Göran Sander mountaindude@ptarmiganlabs.com"
LABEL description="Extensible micro service adding features that Qlik Sense do not offer out of the box."
LABEL description="Adding superpowers to Qlik Sense Enterprise on Windows."

# Create app dir inside container
WORKDIR /nodeapp
Expand Down
3 changes: 1 addition & 2 deletions src/Dockerfile.arm64
@@ -1,10 +1,9 @@
# Build Docker image for Arm64

FROM node:12-stretch

# Add metadata about the image
LABEL maintainer="Göran Sander mountaindude@ptarmiganlabs.com"
LABEL description="Extensible micro service adding features that Qlik Sense do not offer out of the box."
LABEL description="Adding superpowers to Qlik Sense Enterprise on Windows."

# Create app dir inside container
WORKDIR /nodeapp
Expand Down
2 changes: 1 addition & 1 deletion src/docker-compose.yml
Expand Up @@ -2,7 +2,7 @@
version: '3.3'
services:
butler:
image: ptarmiganlabs/butler:4.2.0
image: ptarmiganlabs/butler:4.2.1
container_name: butler
restart: always
ports:
Expand Down

0 comments on commit 58473e0

Please sign in to comment.