Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

[RAINCATCH-1386] Add unit tests for FileStore Client #181

Merged

Conversation

JameelB
Copy link
Contributor

@JameelB JameelB commented Nov 7, 2017

Description

Add unit tests for filestore-client

Progress

  • Add unit tests for FileQueue
  • Add unit tests for CordovaFileSupport
  • Add unit tests for FileManager

Additional Notes

Related JIRA - https://issues.jboss.org/browse/RAINCATCH-1386

@JameelB JameelB changed the title [RAINCATCH-1386] Add unit tests for FileStore Client [RAINCATCH-1386][WIP] Add unit tests for FileStore Client Nov 7, 2017
@@ -9,7 +9,7 @@
"scripts": {
"clean": "del coverage_report src/**/*.js src/**/*.map test/**/*.js test/**/*.map",
"build": "tsc",
"test": "npm run clean && nyc mocha"
"test": "nyc mocha"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, I think we can remove this part from all test commands and the developer runs clean if she needs to...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@paolobueno sounds good to me 👍

@JameelB JameelB merged commit f25b881 into feedhenry-raincatcher:file-storage-support Nov 9, 2017
wtrocki pushed a commit that referenced this pull request Nov 15, 2017
* add tests for fileQueue

* add fileManager tests
wtrocki added a commit that referenced this pull request Nov 20, 2017
* RAINCATCH-1351 - File Server (#156)

* WIP file sync client (#159)

* Use fetch api from filestore-client (#163)

* Use fetch to upload data

* Use fetch for download

* Improve upload calls

* [RAINCATCH-1350] Add camera package to support camera step (#164)

* Move camera class from step

* adjust package versions

* Add filestore dependency

* Remove data uri responsibility from file-upload

* Add index for exporting public interface

* Add used deps

* Add FileEntry interface, use updload from camera module

* Add todo item

* Fix typescript compilation errors (#166)

* Fix initialization callback order (#167)

* Minor tweaks (#168)

* Minor tweaks

* Refactoring

* Temporary untested changes

* Change filesystem query to resolveLocalFileSystemUrl (#170)

* Http file support

* fix file-store api (#174)

* Add interfaces to file manager (#173)

* Split files for interfaces, add httpclient interface

* Use interfaces from relevant code

* Fix type typo

* Add extra metadata to post request (#175)

* Remove extra route param

* Delete subproject

* Include extra metadata in post data

* [RAINCATCH-1389] Support base64 upload (#176)

* Fix sending data from browser as data-uri

* Accept base64 type for uploads

* Remove base64/

* Move Id generation to client (#177)

* Remove id generation from server

* Move file after upload

* Remove extra debugger call

* README for filestorage module (#178)

* Add initial readme content

* Add more jsdocs

* Ignore vscode extra config

* Add Readme and JSDocs to the filestore-client (#179)

* Add jsdocs

* add readme

* Update to master (#182)

* Fix types error for api-controller and demoDataSetup (#169)

* fix types error for api-controller and demoDataSetup

* handle undefined connectionPromise

* Fix compilation error

* Pre release (#183)

* Add public access to package.json for new packages

* Pre-release publishing

* [RAINCATCH-1388] Filestore tests (#180)

* Start refactoring for tests

* Add some tests for filestore

* Add tests for writeStreamToFile

* Finish tests for fileService

* Lower coverage reqs

* Rename storage class to match filename

* Add string type for createTemporaryStorageFolder

* Add first tests for gridfs storage

* Add tests for gridfs

* Update jsdocs

* Update package version to pre-release one

* update dependencies to match hoisted versions

* Fix hanging test

* [RAINCATCH-1386][WIP] Add unit tests for FileStore Client (#181)

* add tests for fileQueue

* add fileManager tests

* [RAINCATCH 1387] Tests for Camera (#184)

* Add tests for buildCameraOptions

* Add some mocks

* Update versions to match hoisted

* Add tests for capture()

* Fix linting and remove coverage check on unfinished tests

* Fix file queue tests

* Update dependencies

* Add snyk exception to s3

* Add generics to promisify call to avoid compilation errors

* Fix promisify

* Change version of filestore
@paolobueno paolobueno changed the title [RAINCATCH-1386][WIP] Add unit tests for FileStore Client [RAINCATCH-1386] Add unit tests for FileStore Client Nov 21, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants