Results 15 issues of Winnie

## Reproduction guide - create multiple analysis services with different sort keys - create samples using those analysis services - create worksheet with those samples ## Observed behaviour analysis services...

## Reproduction guide 1. create instrument (e.g. `Waage 7`) 1. create calculation (e.g. `InitialNetMass`) 1. create multiple methods with same instrument and calculation 1. create analysis service 1. select all...

## Description of the issue/feature this PR addresses Enables the following checks and fixes existing violations: - use of deprecated `.has_key()` (W601) - invalid escape sequences (W605) - `NotImplementedError` instead...

## Description The worksheet access setting incorrectly changes which worksheets are visible when enabling the "Mine" filter. ## Reproduction guide - create multiple worksheets assigned to different analysts - login...

## Description Use case: - samples on the worksheet are processed in different order - sample IDs are scanned from barcode ## Observed behaviour Sample for the barcode has to...

[Resource](https://github.com/BigstickCarpet/swagger-express-middleware/blob/3f8fc1a/lib/data-store/resource.js#L35) only depends on the [request path](https://github.com/BigstickCarpet/swagger-express-middleware/blob/e46e6a6/lib/mock/query-resource.js#L23) and even though the response is [picked by status code](https://github.com/BigstickCarpet/swagger-express-middleware/blob/3f8fc1a/lib/mock/index.js#L61), the status code is not taken into account when retrieving the response body...

There are [three types of mock responses](https://github.com/winniehell-forks/swagger-express-middleware/blob/3f8fc1aea0c431ebb815d255e2133e164d022910/lib/mock/index.js#L205-L218): - `object`, `array`, `undefined` - `file` - the rest Namely "the rest" according to [swagger specification](http://swagger.io/specification/#schemaObject) are all primitive types allowed by [JSON...

Current LTS and stable versions of Node.js are missing from Travis CI build.

I intended to contribute to the `docker-initialize.py` but was a little worried to break things without automated tests. So I came up with these very basic checks. They compare the...

#### Issue details When resolving dependencies, `AssetManager` only distinguishes by file name and not by type. This leads to dependencies with same file name but different type not being loaded....