Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Fix #5137 async linting #6530

Merged
merged 22 commits into from
Apr 8, 2014
Merged

Commits on Jan 3, 2014

  1. Bare async provider implementation.

    Not working due to an issue in code inspection implementation (html
    template is displayed before it's rendered).
    busykai committed Jan 3, 2014
    Configuration menu
    Copy the full SHA
    835b3af View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2014

  1. Merge remote-tracking branch 'origin/fix-5137' into fix-5137-async-li…

    …nting
    
    Applied experimental version as the base for the development.
    
    Conflicts:
    	src/language/CodeInspection.js
    busykai committed Jan 12, 2014
    Configuration menu
    Copy the full SHA
    db33c0f View commit details
    Browse the repository at this point in the history
  2. Fix @param specification error.

    busykai committed Jan 12, 2014
    Configuration menu
    Copy the full SHA
    e730595 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2014

  1. Configuration menu
    Copy the full SHA
    d9deaa1 View commit details
    Browse the repository at this point in the history
  2. Put timeout on provider execution.

    Use runPromise as the aggregation point instead of doing it in varios
    places.
    busykai committed Jan 15, 2014
    Configuration menu
    Copy the full SHA
    b91ec3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08e0392 View commit details
    Browse the repository at this point in the history
  4. Fix typo in the docs.

    busykai committed Jan 15, 2014
    Configuration menu
    Copy the full SHA
    03c9ed3 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2014

  1. Configuration menu
    Copy the full SHA
    5ec5534 View commit details
    Browse the repository at this point in the history
  2. Add unit tests.

    busykai committed Jan 16, 2014
    Configuration menu
    Copy the full SHA
    9fc0425 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2014

  1. Merge remote-tracking branch 'upstream/master' into fix-5137-async-li…

    …nting
    
    Conflicts:
    	src/language/CodeInspection.js
    busykai committed Feb 26, 2014
    Configuration menu
    Copy the full SHA
    62933ce View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2014

  1. Configuration menu
    Copy the full SHA
    d684e93 View commit details
    Browse the repository at this point in the history
  2. Address code review comments.

    busykai committed Mar 17, 2014
    Configuration menu
    Copy the full SHA
    0c091df View commit details
    Browse the repository at this point in the history
  3. Increase timeout to 1000ms and make it a pref.

    Adjust the values in the unit tests.
    busykai committed Mar 17, 2014
    Configuration menu
    Copy the full SHA
    fe7d342 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2014

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

Commits on Mar 30, 2014

  1. Resolve with an error on timeout/failure.

    Add unit tests. Move strings to strings.js.
    busykai committed Mar 30, 2014
    Configuration menu
    Copy the full SHA
    fecb543 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fix-5137-async-linting

    Conflicts:
    	src/nls/root/strings.js
    busykai committed Mar 30, 2014
    Configuration menu
    Copy the full SHA
    563263d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2014

  1. Keep the order of the providers when reporting.

    Currently the order is defined by the order of registration.
    busykai committed Mar 31, 2014
    Configuration menu
    Copy the full SHA
    6f5e030 View commit details
    Browse the repository at this point in the history
  2. Check for current promise instead of document.

    Keep track of the last promise which inspectFile returns to prevent any
    stale promises from updating the UI.
    busykai committed Mar 31, 2014
    Configuration menu
    Copy the full SHA
    c786e69 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2014

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

Commits on Apr 4, 2014

  1. Address review comments.

    - Sort the results immediately in inspectFile.
    - Refactor the tests. Set timeout low for the tests to run faster.
    - Increase timeout to 10 seconds.
    busykai committed Apr 4, 2014
    Configuration menu
    Copy the full SHA
    a46b9df View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2014

  1. Merge remote-tracking branch 'upstream/master' into fix-5137-async-li…

    …nting
    
    Conflicts:
    	src/nls/root/strings.js
    busykai committed Apr 5, 2014
    Configuration menu
    Copy the full SHA
    c3411bb View commit details
    Browse the repository at this point in the history