Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.4.4 #124

Merged
merged 304 commits into from Mar 16, 2019
Merged

Release v0.4.4 #124

merged 304 commits into from Mar 16, 2019

Conversation

bdistin
Copy link
Owner

@bdistin bdistin commented Mar 16, 2019

Adds gzip, gzipAtomic, gunzip, gunzipAtomic, targz, targzAtomic, unTargz, unTargzAtomic methods for all of your single file and multi file compression needs.

bdistin and others added 30 commits July 6, 2017 19:32
* docs(readme): add Greenkeeper badge

* Update README.md
* copyFile changes

* some docs, still very wip

* Update .travis.yml

* mock fs can't handle the new fs.copyFile yet

* emptyDir bugfix

* last bug fix

* Typings. (#19)

* Create tslint.json

* Fixed typos, added typings.

* Fixed all JSDocs

* minor fixes

* fix lint and friends

* missed docs

* le typings
* start coverage and docs changes

* remove docs from future master

* oops travis

* make codacy happy more tests, still wip

* progress, but mock-fs sucks

* fix scripts

* begin module structure and ditching mock-fs

* add another test to see if somethings wrong...

* oops

* Update Messages, Add test

* tests progress

* push progress

* push progress

* oops

* push progress

* oops

* finish basic tests

* small fixes

* oops

* bug fix

* test fixes

* should fix a lot of symlink bugs?

* maybe fix move tests?

* take 2 move tests

* take 3 move

* fix remove tests

* ahah!

* see how this fares for copy

* idek anymore

* try this on for size

* duh

* fingers crossed

* more copy coverage

* copy coverage
* copy tests

* oh yeah

* symlink copy test

* interesting edge test

* oops

* up threshold
dependabot bot and others added 29 commits March 4, 2019 08:04
Bumps [eslint](https://github.com/eslint/eslint) from 5.15.0 to 5.15.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](eslint/eslint@v5.15.0...v5.15.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [ava](https://github.com/avajs/ava) from 1.2.1 to 1.3.1.
- [Release notes](https://github.com/avajs/ava/releases)
- [Commits](avajs/ava@v1.2.1...v1.3.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [eslint-config-klasa](https://github.com/dirigeants/klasa-lint) from `3e64dd5` to `d24af72`.
- [Release notes](https://github.com/dirigeants/klasa-lint/releases)
- [Commits](dirigeants/klasa-lint@3e64dd5...d24af72)

Signed-off-by: dependabot[bot] <support@dependabot.com>
* Set up CI with Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

make node versions prettier

* wish me luck

* oops

* ?

* ?

* uh, maybe

* grasping at straws tbh

* oh

* idk

* skip bash files maybe

* ugh

* maybe, pls maybe

* debug

* oops, other debug

* ugh, their docs suck

* kmn

* ???

* build baby

* azure coverage?

* ignore mac for a moment

* ok, really ignore mac this time

* just maybe

* oops

* report html too

* update badges

* fix order
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.0.2 to 8.0.3.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](TypeStrong/ts-node@v8.0.2...v8.0.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
* use external docs template

* forgot to save

* update to use jobs template instead

* uhh

* who knows if this will work, I sure don't

* trigger build

* add condition

* remove the condition
Bumps [tslint](https://github.com/palantir/tslint) from 5.13.1 to 5.14.0.
- [Release notes](https://github.com/palantir/tslint/releases)
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
- [Commits](palantir/tslint@5.13.1...5.14.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
* add wip broken monstrosity targz

* better, but still super idk man

* uh, this actually made a file that winrar could open

although the internal filepath was based on the full path from c:\ but this is promising. I still think things are done idiomatically wrong though.

* add directory test

and fixes

* work off base directory resolution

* add atomic shortcuts and tests

* add more unit tests

* fix type in Untar?

* add gzip methods

* I think this should be more efficient

* simplify Tar

* fix imports

* utilize scan in targz

* add some more types

* lint

* utilize _read

* coverage fixes

* remove state

* reorg

* obvious missed type, doesn't really effect anything though

* so long as circulars aren't a problem, this should reduce dupe

* fix failing test

* better stage names

* rewrite Untar and make progress

* fix some names

* still not correct, but probably moreso

* added some state, and now it works

but I don't think it should require state to do this

* remove extra state

* more tests, but trouble in checksum valley

* it wasn't the checksum, it was empty directories

now other tests are running, and other problems

* fix?

* add a test, yolo

* coverage adjustments
@bdistin bdistin merged commit 61a78d6 into stable Mar 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants