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

Docs update #101

Open
wants to merge 46 commits into
base: docs-patch
Choose a base branch
from

Commits on Jul 31, 2017

  1. Merge pull request BlinkUX#27 from BlinkUX/docs-patch

    Fix Getting Started Code Error
    LoveAndCoding committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    67c8039 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2017

  1. Configuration menu
    Copy the full SHA
    919b36e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2017

  1. Merge pull request BlinkUX#29 from vFederer/feature-authenticate

    Implement Sequelize#authenticate
    LoveAndCoding committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    07a11c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

  1. Fix misspelling

    localstatic committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    350059a View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2017

  1. Merge pull request BlinkUX#30 from localstatic/patch-1

    Fix misspelling
    LoveAndCoding committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    0e949e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. Add sequelize#authenticate() to documentation

    Also tweaked the documentation it generates just a bit
    LoveAndCoding committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    1990cd7 View commit details
    Browse the repository at this point in the history
  2. Add recent changes to Changelog

    In prep for a v0.9.1 release
    LoveAndCoding committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    e37dbf9 View commit details
    Browse the repository at this point in the history
  3. 0.9.1

    LoveAndCoding committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    3aeaa05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edd97de View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. Configuration menu
    Copy the full SHA
    8d262a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2017

  1. Merge pull request BlinkUX#32 from TerryMooreII/findAndCountAll

    Add FindAndCountAll method and add tests
    LoveAndCoding committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    0c65238 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bc80c2 View commit details
    Browse the repository at this point in the history
  3. Add support for findAndCount alias for findAndCountAll

    Also tweaked changelog entry for that
    LoveAndCoding committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    b728ac9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17cadc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. Add Utils.stack and Tests

    Used for imports to get the relative file locations
    LoveAndCoding committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    b69eef2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96fddc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82ca223 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47c5420 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cec23a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9912a55 View commit details
    Browse the repository at this point in the history
  7. Merge pull request BlinkUX#34 from BlinkUX/import

    Adds Import Functionality
    LoveAndCoding committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    1c2be61 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    daee2c0 View commit details
    Browse the repository at this point in the history
  9. 0.10.0

    LoveAndCoding committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    0a7f270 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    edac5af View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. Fix Util.stack functionality

    Stack looks like it is a getter which is where `prepareStackTrace` is actually called. Order matters for getting that and resetting the `prepareStackTrace` function.
    
    TODO: Test has been converted to a bit more of a integration test than unit test to make sure we get coverage of this. Unit test code remains in place but commented out and if/when we get an integration or end-to-end test suite, we should transfer this test over to one of those suites and uncomment the unit test code here.
    LoveAndCoding committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    0a184bb View commit details
    Browse the repository at this point in the history
  2. Fix expected return from Util.stack in import

    Missed array access in the call to lookup the filename for the relative file paths. Fix test as well.
    
    Fixes BlinkUX#35
    LoveAndCoding committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    b815684 View commit details
    Browse the repository at this point in the history
  3. 0.10.1

    LoveAndCoding committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    43cc668 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe656c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

  1. Fix issue related to mimicking sequelize.import

    We need to return the object used to store the datatypes, otherwise sequelizeInstance.import is broken.
    robpre committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    286e644 View commit details
    Browse the repository at this point in the history
  2. Create .editorconfig

    Adding an editorconfig so things are normalized a bit during editing and we don't get a bunch of whitespace changes
    LoveAndCoding committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    70ae87e View commit details
    Browse the repository at this point in the history
  3. Merge pull request BlinkUX#40 from BlinkUX/editorconfig

    Create .editorconfig
    LoveAndCoding committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    594b4e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd877f8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request BlinkUX#41 from BlinkUX/editorconfig

    Add editorconfig override for files needing spaces
    LoveAndCoding committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    a835177 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07d8f98 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. Merge pull request BlinkUX#39 from RpprRoger/patch-1

    Fix some issues with Sequelize compatibility
    LoveAndCoding committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    c3e573b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. Configuration menu
    Copy the full SHA
    aec4d0b View commit details
    Browse the repository at this point in the history
  2. 0.10.2

    LoveAndCoding committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    8ed75d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f13295 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. Configuration menu
    Copy the full SHA
    04c9e38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc93c78 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Merge pull request BlinkUX#47 from toxuin/master

    Add support for mocking .addScope()
    LoveAndCoding committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    93c5d33 View commit details
    Browse the repository at this point in the history
  2. Add getDataValue and setDataValue

    Oscar Gentilezza committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    4975151 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Merge pull request BlinkUX#48 from exos/feature/get-set-value-support

    Add getDataValue and setDataValue on instance
    LoveAndCoding committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    6478e15 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Configuration menu
    Copy the full SHA
    2cc4dbd View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Merge pull request BlinkUX#61 from TigerC10/master

    BlinkUX#36: Adding ES6 style module support
    litopia committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    2db72e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Update mock-queries.md

    I have updated the documentation of this error, that too many people were complaining
    
    User.$useHandler(function(query, queryOptions, done) {
        if (query === 'findOne') {
            if (queryOptions[0].where.id === 42) {
                // Result found, return it
                return User.build({ id: 42, name: 'foo' });
            } else {
                // No results
                return null;
            }
        }
    });
    officialkevinbrian committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    76c684d View commit details
    Browse the repository at this point in the history