-
Notifications
You must be signed in to change notification settings - Fork 21
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
Feature/1.0.0/main structure #103
Commits on Nov 22, 2016
-
added the ability to add documentation
This will allow us to document the api to make it easier to know what's avaiable and what's actually going on.
Configuration menu - View commit details
-
Copy full SHA for e826eeb - Browse repository at this point
Copy the full SHA e826eebView commit details -
This is because yarn doesn't handle binaries correctly, and also doesn't handle things like couchbase which have node-gyp and that have to compile when it's being installed.
Configuration menu - View commit details
-
Copy full SHA for c1d19cf - Browse repository at this point
Copy the full SHA c1d19cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e72acb2 - Browse repository at this point
Copy the full SHA e72acb2View commit details -
Renamed
generator.js
to beindex.js
This is so that the main file will be the `index.js` file. This way we can export it and get the same functionality.
Configuration menu - View commit details
-
Copy full SHA for 0f1ccd9 - Browse repository at this point
Copy the full SHA 0f1ccd9View commit details -
This will be the base logger that is used throughout the application
Configuration menu - View commit details
-
Copy full SHA for 97ff8ea - Browse repository at this point
Copy the full SHA 97ff8eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 844b756 - Browse repository at this point
Copy the full SHA 844b756View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b635ec - Browse repository at this point
Copy the full SHA 6b635ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b21a49 - Browse repository at this point
Copy the full SHA 3b21a49View commit details -
Merge branch 'release/1.0.0' of https://github.com/bentonam/fakeit in…
…to feature/1.0.0/structure * 'release/1.0.0' of https://github.com/bentonam/fakeit:
Configuration menu - View commit details
-
Copy full SHA for c48203a - Browse repository at this point
Copy the full SHA c48203aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5b119b - Browse repository at this point
Copy the full SHA c5b119bView commit details
Commits on Nov 23, 2016
-
added
base.js
which will be the base for all the classesThis will allow you to run each of the functionalities separately without having to depend on each other. It will also allow the logging to be consistent throught the app.
Configuration menu - View commit details
-
Copy full SHA for c74b7e1 - Browse repository at this point
Copy the full SHA c74b7e1View commit details -
Merge branch 'release/1.0.0' of https://github.com/bentonam/fakeit in…
…to feature/1.0.0/structure-index * 'release/1.0.0' of https://github.com/bentonam/fakeit: Feature/1.0.0/structure (#99)
Configuration menu - View commit details
-
Copy full SHA for eb5f3ed - Browse repository at this point
Copy the full SHA eb5f3edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cd6cbc - Browse repository at this point
Copy the full SHA 3cd6cbcView commit details -
updated the way models were parsed
This update removed global variables that were being used in those functions, in favor of passing in the model that is being manipulated. Also removes the logic that was being used to resolve dependencies in favor of using `dependency-resolver` that already handles this functionality. This will reduce the amount of testing that we have to do around this file.
Configuration menu - View commit details
-
Copy full SHA for 4c6b15e - Browse repository at this point
Copy the full SHA 4c6b15eView commit details
Commits on Nov 30, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f660e79 - Browse repository at this point
Copy the full SHA f660e79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e587c2 - Browse repository at this point
Copy the full SHA 3e587c2View commit details -
Also drastically simplified the exisitng code by reworking a few functions and using dependency-resolver to resolve the different dependencies for each model
Configuration menu - View commit details
-
Copy full SHA for 65bebcf - Browse repository at this point
Copy the full SHA 65bebcfView commit details -
updated the main fakit function to be a class
This main function extends Inputs, Models, and the Base
Configuration menu - View commit details
-
Copy full SHA for 19ad532 - Browse repository at this point
Copy the full SHA 19ad532View commit details -
Configuration menu - View commit details
-
Copy full SHA for 616a9fa - Browse repository at this point
Copy the full SHA 616a9faView commit details -
Updated documents to be a class
Also updated to generate documents in documents instead of in models
Configuration menu - View commit details
-
Copy full SHA for 00f939d - Browse repository at this point
Copy the full SHA 00f939dView commit details -
Updated to return models as an array
This update is to remove the need for `this.model_order` by ordering them to begin with.
Configuration menu - View commit details
-
Copy full SHA for 02dafad - Browse repository at this point
Copy the full SHA 02dafadView commit details
Commits on Dec 1, 2016
-
Also added several todo items to help the various changes that need to take place before the release.
Configuration menu - View commit details
-
Copy full SHA for 2f22e7d - Browse repository at this point
Copy the full SHA 2f22e7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7cbe49 - Browse repository at this point
Copy the full SHA f7cbe49View commit details
Commits on Dec 2, 2016
-
Added the base for the new Output class
This also adds tests for validation and options that have been passed.
Configuration menu - View commit details
-
Copy full SHA for 981b403 - Browse repository at this point
Copy the full SHA 981b403View commit details -
Configuration menu - View commit details
-
Copy full SHA for 621b442 - Browse repository at this point
Copy the full SHA 621b442View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6d8881 - Browse repository at this point
Copy the full SHA e6d8881View commit details
Commits on Dec 5, 2016
-
This is a function that is similar to `map` but it will limit the concurrancy of the functions that're running.
Configuration menu - View commit details
-
Copy full SHA for dc1b6a2 - Browse repository at this point
Copy the full SHA dc1b6a2View commit details
Commits on Dec 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c3ad71a - Browse repository at this point
Copy the full SHA c3ad71aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0780d0d - Browse repository at this point
Copy the full SHA 0780d0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f32e8a1 - Browse repository at this point
Copy the full SHA f32e8a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd15f84 - Browse repository at this point
Copy the full SHA bd15f84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6801ed5 - Browse repository at this point
Copy the full SHA 6801ed5View commit details -
updated the way the setup function determins the outputter
This update is to accomidate the `return` option
Configuration menu - View commit details
-
Copy full SHA for f46ea03 - Browse repository at this point
Copy the full SHA f46ea03View commit details -
update the file generation for the zip test
This just updates the location as to where the files get created.
Configuration menu - View commit details
-
Copy full SHA for 5dd2551 - Browse repository at this point
Copy the full SHA 5dd2551View commit details
Commits on Dec 7, 2016
-
added the base for
Output.output
This also adds test cases for the different types and languages.
Configuration menu - View commit details
-
Copy full SHA for bf47fb7 - Browse repository at this point
Copy the full SHA bf47fb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5309c3b - Browse repository at this point
Copy the full SHA 5309c3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad71839 - Browse repository at this point
Copy the full SHA ad71839View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c716f3 - Browse repository at this point
Copy the full SHA 3c716f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2475f7 - Browse repository at this point
Copy the full SHA f2475f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99713f4 - Browse repository at this point
Copy the full SHA 99713f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e4d092 - Browse repository at this point
Copy the full SHA 2e4d092View commit details -
Configuration menu - View commit details
-
Copy full SHA for 921c484 - Browse repository at this point
Copy the full SHA 921c484View commit details
Commits on Dec 8, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 40a73ce - Browse repository at this point
Copy the full SHA 40a73ceView commit details -
Updated couchbase output to use
couchbase-promises
Also added test cases for them to ensure it's working correctly
Configuration menu - View commit details
-
Copy full SHA for 9787b1c - Browse repository at this point
Copy the full SHA 9787b1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ba07cd - Browse repository at this point
Copy the full SHA 3ba07cdView commit details
Commits on Dec 9, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c7beb54 - Browse repository at this point
Copy the full SHA c7beb54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a6a2b1 - Browse repository at this point
Copy the full SHA 2a6a2b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49e5c94 - Browse repository at this point
Copy the full SHA 49e5c94View commit details
Commits on Dec 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 1a854af - Browse repository at this point
Copy the full SHA 1a854afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8921685 - Browse repository at this point
Copy the full SHA 8921685View commit details