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

[BUGFIX] Validate promise resolves even when validations are still validating #294

Merged
merged 4 commits into from
Aug 5, 2016

Conversation

offirgolan
Copy link
Collaborator

Resolves #283.

Changes proposed:

  • Use RSVP.allSettled to make sure all promises will be resolved
  • Implement readOnly property for Result class to determine if the InternalResultObject can be modified

Tasks:

  • Added test case(s)
  • Updated documentation

@offirgolan offirgolan merged commit f6c63f2 into master Aug 5, 2016
@offirgolan offirgolan deleted the nested-models branch August 5, 2016 05:02
offirgolan added a commit that referenced this pull request Aug 11, 2016
* master: (26 commits)
  Provide `baseDir` to allow for proper caching. (#305)
  chore(package): update ember-cli-babel to version 5.1.8 (#315)
  chore(package): update ember-cli-htmlbars-inline-precompile to
version 0.3.5 (#316)
  chore(package): update ember-ajax to version 2.5.1 (#313)
  chore(package): update ember-cli-htmlbars to version 1.1.0 (#314)
  [FEATURE] Place mixin under a named scope for Ember Inspector (#311)
  chore(package): update ember-cli-sri to version 2.1.1 (#307)
  chore(package): update ember-ajax to version 2.5.0 (#310)
  chore(package): update ember-cli-htmlbars-inline-precompile to
version 0.3.4 (#309)
  chore(package): update ember-cli-app-version to version 2.0.0 (#303)
  Fix some docs
  chore(package): update broccoli-asset-rev to version 2.4.6 (#302)
  chore(package): update walk-sync to version 0.3.1 (#297)
  chore(package): update loader.js to version 4.0.11 (#298)
  chore(package): update ember-cli-app-version to version 1.0.1 (#299)
  chore(package): update ember-code-snippet to version 1.4.0 (#301)
  chore(package): update ember-cli-htmlbars to version 1.0.11 (#296)
  chore(package): update ember-cli-jshint to version 1.0.5 (#295)
  Released v3.0.0-beta.5
  [BUGFIX] Validate promise resolves even when validations are still
validating (#294)
  ...

# Conflicts:
#	index.js
#	package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deeply nested validations don't bubble to the parent
1 participant