Skip to content
Snippets Groups Projects
Select Git revision
  • develop
  • feature-async-await
  • feature-copy
  • master default protected
4 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.013Aug2130Jul27257May53230Apr27262018export_stream test was failing because it was await-ing on stream.pipe, rather than wrappingmastermasterImproved the test buildup/teardown by including the output dir as aAdded chai-files tests to this, to check the actual content of imported andStarting a feature branch for copying datasets from one IAPP to anotherfeature-copyfeature-copyAdded 'delete' method for removing files or directories from a FilesDataSetReally fixed the async pipe bug in import_streamTrying to sort out the minor bug with import_streamFixed a bug in the import_stream method, which was combining async/awaitStill tidying up the way it publishes to npmRemoved top-level index.js fileThe entry point was incorrect -- changed it to dist/index.jsGave it a legit semver numberTook some to-do stuff out of the README.mdAdded "files" section to package.json so that it doesn't distributeCommitting the changes to package.json and tsconfig.json made to pushGetting the package into shape for npmAdded the index filesAdding the js files to the repo; TODO: do a better version with a dist/Renamed XXXWorkspace classes to XXXDataSetIndex method now passing testsRefactored the export-walker logic so that it can also be used forRemoved the dodgy uuid-based paths: the FilesWorkspace now gets its pathFixed a mistake in dependencies which broke tscCleaned up a bunch of scratch codeAdded READMEMerge branch 'develop'Test written and passing to import and export a small file hierarchydevelopdevelopAdded a small tree of files for test fixturesImport paths and putting a file in a pathExport method is finally passing the most basic test.New Exporter mechanics are compiling (but not passing tests)Refactoring for new-stype exportAdded tsconfig.jsonAdded repository link to package.jsonsrc has a bunch of testbed code in itBroken build, committing so I can transfer it to new laptopImporting a file from a stream based on a file is workingStarted the import methodNow has basic UUID-based hashed pathsConversion to async/await style is done, all tests passingfeature-async-a…feature-async-await