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

Namespace property and secondary index #178

Merged
merged 4 commits into from
Feb 14, 2015
Merged

Namespace property and secondary index #178

merged 4 commits into from
Feb 14, 2015

Commits on Feb 14, 2015

  1. Get the full revision info with getRevision()

    Until now, if getRevision() is called and the revision info is in
    storage, only secondary-index projected fields would be retrieved (in
    this case restrictions), which was inconsistent with data obtained
    through getTitleRevision(). This commit issues a second call to fetch
    the complete information with getTitleRevision().
    d00rman committed Feb 14, 2015
    Configuration menu
    Copy the full SHA
    a06695e View commit details
    Browse the repository at this point in the history
  2. Minor: _checkRevReturn(): no need for Promise.resolve()

    Now that _checkRevReturn() is always called synchronously, there is no
    need to return a resolved promise. Instead, a simple 'true' value works
    since otherwise an error is thrown.
    d00rman committed Feb 14, 2015
    Configuration menu
    Copy the full SHA
    c0b3ff4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa92d75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    136738f View commit details
    Browse the repository at this point in the history