sha
stringlengths
1
40
author
stringlengths
1
63
committer
stringlengths
1
41
message
stringlengths
1
65.5k
subject
stringlengths
1
5.64k
subject_length
float64
1
5.64k
is_chore
bool
2 classes
is_bot
bool
2 classes
subject_word_count
float64
1
806
verb_object_spacy
bool
2 classes
verb_object_stanza
bool
2 classes
fits_requirements
bool
2 classes
owner
stringlengths
2
15
repo
stringlengths
2
21
__index_level_0__
int64
0
85.4k
be4f59aac70e0652127c04186be0318f18ee562a
Robert Jackson
GitHub
[BUGFIX] Scope down array tracking to the `[]` property (#17987) [BUGFIX] Scope down array tracking to the `[]` property
[bugfix] scope down array tracking to the `[]` property
55
false
false
9
false
false
false
emberjs
ember.js
3,300
e4356ca9fcecfb2b06d5b7c2320ef463515fb9f4
dependabot[bot]
GitHub
Merge pull request #17988 from emberjs/dependabot/npm_and_yarn/@babel/plugin-transform-block-scoping-7.4.4
merge pull request from emberjs/dependabot/npm_and_yarn/@babel/plugin-transform-block-scoping-7.4.4
100
true
true
5
true
false
false
emberjs
ember.js
3,301
d19833db069e19465223f30a84936374103636e0
dependabot[bot]
GitHub
Merge pull request #17989 from emberjs/dependabot/npm_and_yarn/@babel/plugin-transform-parameters-7.4.4
merge pull request from emberjs/dependabot/npm_and_yarn/@babel/plugin-transform-parameters-7.4.4
97
true
true
5
true
false
false
emberjs
ember.js
3,302
c121fbd9085f3f2802ec7cbd13ef858aceeb6dd5
dependabot[bot]
dependabot[bot]
Bump @babel/plugin-proposal-class-properties from 7.4.0 to 7.4.4 Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel) from 7.4.0 to 7.4.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.4.0...v7.4.4) Signed-off-by: dependabot[bot] <[email protected]>
bump @babel/plugin-proposal-class-properties from 7.4.0 to 7.4.4
64
true
true
6
false
true
false
emberjs
ember.js
3,303
a89d8a27d78d51cf4ad8c18e3491ab4f9afe64ed
dependabot[bot]
dependabot[bot]
Bump @babel/plugin-transform-block-scoping from 7.4.0 to 7.4.4 Bumps [@babel/plugin-transform-block-scoping](https://github.com/babel/babel) from 7.4.0 to 7.4.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.4.0...v7.4.4) Signed-off-by: dependabot[bot] <[email protected]>
bump @babel/plugin-transform-block-scoping from 7.4.0 to 7.4.4
62
true
true
6
false
true
false
emberjs
ember.js
3,304
7898161424ef55c47ef630ec770db589ce1df0ab
dependabot[bot]
dependabot[bot]
Bump @babel/plugin-transform-template-literals from 7.2.0 to 7.4.4 Bumps [@babel/plugin-transform-template-literals](https://github.com/babel/babel) from 7.2.0 to 7.4.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.2.0...v7.4.4) Signed-off-by: dependabot[bot] <[email protected]>
bump @babel/plugin-transform-template-literals from 7.2.0 to 7.4.4
66
true
true
6
false
true
false
emberjs
ember.js
3,305
70dfd553b9cf66a568543a588bd34984c0db71b1
dependabot[bot]
GitHub
Merge pull request #17992 from emberjs/dependabot/npm_and_yarn/@babel/plugin-proposal-decorators-7.4.4
merge pull request from emberjs/dependabot/npm_and_yarn/@babel/plugin-proposal-decorators-7.4.4
96
true
true
5
true
false
false
emberjs
ember.js
3,306
16ab2747f69b5b2b52ea2f1cbb4957e2f2304fe5
dependabot[bot]
dependabot[bot]
Bump @babel/plugin-proposal-decorators from 7.4.0 to 7.4.4 Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel) from 7.4.0 to 7.4.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.4.0...v7.4.4) Signed-off-by: dependabot[bot] <[email protected]>
bump @babel/plugin-proposal-decorators from 7.4.0 to 7.4.4
58
true
true
6
false
true
false
emberjs
ember.js
3,307
e0d572703e346f5d9bcb80e913cbc3801196b50c
dependabot[bot]
dependabot[bot]
Bump @babel/plugin-transform-parameters from 7.4.3 to 7.4.4 Bumps [@babel/plugin-transform-parameters](https://github.com/babel/babel) from 7.4.3 to 7.4.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.4.3...v7.4.4) Signed-off-by: dependabot[bot] <[email protected]>
bump @babel/plugin-transform-parameters from 7.4.3 to 7.4.4
59
true
true
6
false
true
false
emberjs
ember.js
3,308
142edc5f5d09a6f28b40850d8dbc6b290a6c0e8b
Chris Garrett
Chris Garrett
[BUGFIX] Scope down array tracking to the `[]` property This PR scopes automatic array tracking down to the `[]` property. We observed in the `emberobserver` client a large increase in computed property invalidations and narrowed it down to automatic array tracking. Since any invalidation of any property will invalidate the main object's tag, and since Ember arrays like Ember Data's `ManyArray` and `RecordArray` are often pretty complex and have a fair amount of internal state, my belief here is that we were notifying on generally unrelated changes to array _elements_ or _length_, but invalidating many CPs anyways because of this.
[bugfix] scope down array tracking to the `[]` property
55
false
false
9
false
false
false
emberjs
ember.js
3,309
642702dd726420f3cb5a8f4622662aac4df15e1c
Katie Gengler
Katie Gengler
Add v3.10.0-beta.5 to CHANGELOG [ci skip] (cherry picked from commit 53f84b111eea80da33eefb7f9e87da1a563e8d02)
add v3.10.0-beta.5 to changelog
31
false
false
4
true
true
true
emberjs
ember.js
3,310
cf53f0ac05a0c91321ab1e428ea5a174e4bfb2f6
Ryan Tablada
Ryan Tablada
fix: add doc comment for router service extends service
add doc comment for router service extends service
50
false
false
8
false
true
false
emberjs
ember.js
3,311
be528c4f9470f55eace7fd1d2e4d22e923645ac3
dependabot[bot]
GitHub
Merge pull request #17982 from emberjs/dependabot/npm_and_yarn/@babel/plugin-transform-async-to-generator-7.4.4
merge pull request from emberjs/dependabot/npm_and_yarn/@babel/plugin-transform-async-to-generator-7.4.4
105
true
true
5
true
false
false
emberjs
ember.js
3,312
6bac1c2e902ceab8385838a2b5c6656bf6d86005
dependabot[bot]
GitHub
Merge pull request #17983 from emberjs/dependabot/npm_and_yarn/@babel/plugin-transform-destructuring-7.4.4
merge pull request from emberjs/dependabot/npm_and_yarn/@babel/plugin-transform-destructuring-7.4.4
100
true
true
5
true
false
false
emberjs
ember.js
3,313
8a06a686fd68aed0829545077ef94a82d7e039b6
dependabot[bot]
dependabot[bot]
Bump @babel/plugin-transform-destructuring from 7.4.3 to 7.4.4 Bumps [@babel/plugin-transform-destructuring](https://github.com/babel/babel) from 7.4.3 to 7.4.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.4.3...v7.4.4) Signed-off-by: dependabot[bot] <[email protected]>
bump @babel/plugin-transform-destructuring from 7.4.3 to 7.4.4
62
true
true
6
false
true
false
emberjs
ember.js
3,314
2df4e8d9493d5199b5fa54d294fe5d17a1f8c6a7
dependabot[bot]
GitHub
Merge pull request #17984 from emberjs/dependabot/npm_and_yarn/@babel/plugin-transform-regenerator-7.4.4
merge pull request from emberjs/dependabot/npm_and_yarn/@babel/plugin-transform-regenerator-7.4.4
98
true
true
5
true
false
false
emberjs
ember.js
3,315
f241971a43e0e7a9e7c03b7fefeba74a02870531
dependabot[bot]
dependabot[bot]
Bump @babel/plugin-transform-async-to-generator from 7.4.0 to 7.4.4 Bumps [@babel/plugin-transform-async-to-generator](https://github.com/babel/babel) from 7.4.0 to 7.4.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.4.0...v7.4.4) Signed-off-by: dependabot[bot] <[email protected]>
bump @babel/plugin-transform-async-to-generator from 7.4.0 to 7.4.4
67
true
true
6
false
true
false
emberjs
ember.js
3,316
15c7799852b17600ab6241b3b9ae4805d2c8b434
dependabot[bot]
GitHub
Merge pull request #17981 from emberjs/dependabot/npm_and_yarn/aws-sdk-2.444.0
merge pull request from emberjs/dependabot/npm_and_yarn/aws-sdk-2.444.0
72
true
true
5
true
false
false
emberjs
ember.js
3,317
95d332a09695237d3bde2a84a6ace4c9c2030bda
dependabot[bot]
GitHub
Merge pull request #17980 from emberjs/dependabot/npm_and_yarn/@babel/plugin-transform-classes-7.4.4
merge pull request from emberjs/dependabot/npm_and_yarn/@babel/plugin-transform-classes-7.4.4
94
true
true
5
true
false
false
emberjs
ember.js
3,318
8b54cb7d25f236e7251d2be8a55e0ed6b6fb3a4a
dependabot[bot]
dependabot[bot]
Bump @babel/plugin-transform-regenerator from 7.4.3 to 7.4.4 Bumps [@babel/plugin-transform-regenerator](https://github.com/babel/babel) from 7.4.3 to 7.4.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.4.3...v7.4.4) Signed-off-by: dependabot[bot] <[email protected]>
bump @babel/plugin-transform-regenerator from 7.4.3 to 7.4.4
60
true
true
6
false
true
false
emberjs
ember.js
3,319
363de2c5fa94cddf5239025715b1a2c191d17651
dependabot[bot]
dependabot[bot]
Bump aws-sdk from 2.443.0 to 2.444.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.443.0 to 2.444.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.443.0...v2.444.0) Signed-off-by: dependabot[bot] <[email protected]>
bump aws-sdk from 2.443.0 to 2.444.0
36
true
true
6
false
true
false
emberjs
ember.js
3,320
373acec4bb17cb1a3529ca521f37763166f98a9e
dependabot[bot]
dependabot[bot]
Bump @babel/plugin-transform-classes from 7.4.3 to 7.4.4 Bumps [@babel/plugin-transform-classes](https://github.com/babel/babel) from 7.4.3 to 7.4.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.4.3...v7.4.4) Signed-off-by: dependabot[bot] <[email protected]>
bump @babel/plugin-transform-classes from 7.4.3 to 7.4.4
56
true
true
6
false
true
false
emberjs
ember.js
3,321
91656e1154afe39791514cbe937ada954eab8d11
Robert Jackson
GitHub
[FEATURE] Removes Chains in Tracked Properties Flag (#17951) [FEATURE] Removes Chains in Tracked Properties Flag
[feature] removes chains in tracked properties flag
51
false
false
7
false
false
false
emberjs
ember.js
3,322
7d8c3e6050a16e125578441f49cafeba8d426d46
Rich Glazerman
Rich Glazerman
Make hasListeners public Allow for determining whether listeners exist on an object before calling removeListeners. Method already exists, just making it public.
make haslisteners public
24
false
false
3
false
true
false
emberjs
ember.js
3,323
405d42388472c30e3d7d98c59a000b7ebe4a37c0
Chris Garrett
Chris Garrett
[FEATURE] Removes Chains in Tracked Properties Flag This PR updates the tracked properties feature flag to fully remove chains. This was primarily is response to core issues we found with interop with computed properties, which required us to make computed properties and observers more lazy in general. At a high level, these are the major changes: * The `getCurrentTracker`/`setCurrentTracker` system was a leaky abstraction, since errors could cause a child tracker to never reset. In order to make it more bulletproof, it has been changed to `track`/`consume`/`isTracking`. We wrap any change to the stack of trackers with a `try/catch` to make sure we always clean up in `track`. `isTracking` is used only when we don't want to eagerly create a tag if there is no tracking context. * Observers have been made asynchronous. They now flush during specific phases of the runloop - just before render, and potentially after render if anything was scheduled (this will begin a new runloop). They poll now to check if any changes occured, rather than firing synchronously when the change occurs, which is how we made them work entirely using tags without chains. Observers inherited from EmberObject classes begin polling at the same time as `finalizeChains`. * Computed properties have been updated to only use chains when checking for dirtiness. Since computed properties were lazy before, this isn't much of a change overall. Computed properties also no longer autotrack, unless they have been marked by a (currently private) `_auto()` modifier. * Both observers and computeds accomplish this laziness by following and reading the tags of their dependencies _after calculation_. They entangle all dependencies at this point, _unless_ the dependency is an uncalculated computed property. If they encounter one of these, they setup _lazy chains_, which will be followed and updated the next time the computed property is calculated. This also makes aliases lazily observe. * Computed properties have also been updated to install a native setter, per the track props update RFC. * Query parameters use synchronous observers to update various things. They should really be refactored, but that's going to take a while. In the meantime, we flush the observers synchronously for them specifically. * A `UNKNOWN_PROPERTY_TAG` system has been added _privately and internally only_. This system allows proxies to return a special tag that invalidates when their _content's_ properties change. This system could be made more public in the future, but it is purposefully private for the time being. It was necessary to match existing semantics in many tests. * A new mandatory setter system has been added. This system is now one-way - once a value has been consumed, there is no way to remove the setter and "unconsume" it. This is the nature of tags being lazy and having no teardown. There were a few additional changes that were required as well: * `visit` and `transitionTo` for application tests had to be made async in order to work properly with observers. Most of the work occured in another PR, but some had to be finished up here. * Many, many tests needed to be updated. Most of these were for the fact that observers are now async, and required us to wait on the runloop settling.
[feature] removes chains in tracked properties flag
51
false
false
7
false
false
false
emberjs
ember.js
3,324
c8f479e7951c6888e70d7e7849668c9efe169611
dependabot[bot]
GitHub
Merge pull request #17977 from emberjs/dependabot/npm_and_yarn/aws-sdk-2.443.0
merge pull request from emberjs/dependabot/npm_and_yarn/aws-sdk-2.443.0
72
true
true
5
true
false
false
emberjs
ember.js
3,325
74775375475269394368e3e7a55784d90e7099b5
dependabot[bot]
GitHub
Merge pull request #17975 from emberjs/dependabot/npm_and_yarn/eslint-config-prettier-4.2.0
merge pull request from emberjs/dependabot/npm_and_yarn/eslint-config-prettier-4.2.0
85
true
true
5
true
false
false
emberjs
ember.js
3,326
3a2e96136a15cc9b84d9a57b31dd8b699c290896
dependabot[bot]
dependabot[bot]
Bump aws-sdk from 2.442.0 to 2.443.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.442.0 to 2.443.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.442.0...v2.443.0) Signed-off-by: dependabot[bot] <[email protected]>
bump aws-sdk from 2.442.0 to 2.443.0
36
true
true
6
false
true
false
emberjs
ember.js
3,327
921fced78553693caca56d950a96a3df7bc0ec81
dependabot[bot]
dependabot[bot]
Bump puppeteer from 1.14.0 to 1.15.0 Bumps [puppeteer](https://github.com/GoogleChrome/puppeteer) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/GoogleChrome/puppeteer/releases) - [Commits](https://github.com/GoogleChrome/puppeteer/compare/v1.14.0...v1.15.0) Signed-off-by: dependabot[bot] <[email protected]>
bump puppeteer from 1.14.0 to 1.15.0
36
true
true
6
true
true
false
emberjs
ember.js
3,328
724aac3bc7cacd1858b15309c49f90e8ceb427ad
dependabot[bot]
dependabot[bot]
Bump eslint-config-prettier from 4.1.0 to 4.2.0 Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v4.1.0...v4.2.0) Signed-off-by: dependabot[bot] <[email protected]>
bump eslint-config-prettier from 4.1.0 to 4.2.0
47
true
true
6
false
false
false
emberjs
ember.js
3,329
ffb453bee66791ebc962574c75b16dd9bdb21708
Chris Garrett
GitHub
Merge pull request #17974 from emberjs/bugfix/fix-object-proxy-forwarding-observers [BUGFIX lts] Ensure inheritable observers on object proxies are string based
merge pull request from emberjs/bugfix/fix-object-proxy-forwarding-observers
77
true
false
5
true
false
false
emberjs
ember.js
3,330
c21c417705d90837da898059faf93741fa564334
Robert Jackson
GitHub
[FEATURE] Enable fn helper by default. (#17965) [FEATURE] Enable fn helper by default.
[feature] enable fn helper by default.
38
false
false
6
false
false
false
emberjs
ember.js
3,331
a28244430f9e7048fc625e02d8478c46f47c30b1
Chris Garrett
Chris Garrett
[BUGFIX lts] Ensure inheritable observers on object proxies are string based Fixes #17964
[bugfix lts] ensure inheritable observers on object proxies are string based
76
false
false
11
false
false
false
emberjs
ember.js
3,332
10dc21dd6bd7a83788df93a69349a13f06f02a44
Robert Jackson
GitHub
[CLEANUP] Adds async/await lint rules (#17967) [CLEANUP] Adds async/await lint rules
[cleanup] adds async/await lint rules
37
false
false
5
false
false
false
emberjs
ember.js
3,333
ab381eef4eeb142c08e90e146c93fe7805c4f7bf
Robert Jackson
Robert Jackson
Fix up test assertions to avoid issues in IE11. * Guards the test asserting on specific `this` property access (because it relies on native proxies existing) * Adds another test that runs in production builds and IE11 that ensures `this` is `null`.
fix up test assertions to avoid issues in ie11
46
false
false
9
false
false
false
emberjs
ember.js
3,334
4ba941ec47ba33b043b47d4f6414686ea3d936b3
Robert Jackson
Robert Jackson
[FEATURE] Enable fn helper by default.
[feature] enable fn helper by default
37
false
false
6
false
false
false
emberjs
ember.js
3,335
663d2098f8c50b5cb056735b0e185078243538f9
Robert Jackson
Robert Jackson
Add documentation for `fn`.
add documentation for `fn`
26
false
false
4
true
true
true
emberjs
ember.js
3,336
69452fa9cf2ccbeaa274fdf9003bfe63ab8519cc
Romgere
Romgere
Prevent generation of .js.js or .hbs.hbs files with ember-cli generate command
prevent generation of .js.js or .hbs.hbs files with ember-cli generate command
78
false
false
11
true
true
false
emberjs
ember.js
3,337
6bb50c2cbc85cc81bd6038ae1810c8580ba424f3
dependabot[bot]
GitHub
Merge pull request #17970 from emberjs/dependabot/npm_and_yarn/resolve-1.10.1
merge pull request from emberjs/dependabot/npm_and_yarn/resolve-1.10.1
71
true
true
5
true
false
false
emberjs
ember.js
3,338
ada05ac724672a5a2fc51b89bbccd31ddcfff74f
dependabot[bot]
dependabot[bot]
Bump resolve from 1.10.0 to 1.10.1 Bumps [resolve](https://github.com/browserify/resolve) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/browserify/resolve/releases) - [Commits](https://github.com/browserify/resolve/compare/v1.10.0...v1.10.1) Signed-off-by: dependabot[bot] <[email protected]>
bump resolve from 1.10.0 to 1.10.1
34
true
true
6
true
true
false
emberjs
ember.js
3,339
578d64fbdf86d419c1e04a3a5738ea724b61ba2f
dependabot[bot]
GitHub
Merge pull request #17969 from emberjs/dependabot/npm_and_yarn/aws-sdk-2.442.0
merge pull request from emberjs/dependabot/npm_and_yarn/aws-sdk-2.442.0
72
true
true
5
true
false
false
emberjs
ember.js
3,340
f06374519f050c22cf91776116c91f2af02811d6
dependabot[bot]
dependabot[bot]
Bump aws-sdk from 2.441.0 to 2.442.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.441.0 to 2.442.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.441.0...v2.442.0) Signed-off-by: dependabot[bot] <[email protected]>
bump aws-sdk from 2.441.0 to 2.442.0
36
true
true
6
false
true
false
emberjs
ember.js
3,341
0feeef6854993b1cadf2aec1d2883787f25eb1df
Robert Jackson
GitHub
Fix fn + mut usage (#17968) Fix fn + mut usage
fix fn + mut usage
18
false
false
5
false
true
false
emberjs
ember.js
3,342
fb8ead47b4348ed69626816e42fa5eea8a2dd648
Robert Jackson
Robert Jackson
Fix fn + mut usage Prior to this change the following snippet would trigger the "You must pass a callback as the `fn` helpers first argument" assertion. ```hbs {{fn (mut this.someProperty) 'new value'}} ``` This is ultimately due to the way `mut` works internally, it masquerades a references `UPDATE` (the thing that supports two way binding) as a special case `INVOKE` method. Other helpers/modfiers (specifically `action`) check for this special symbol and invoke it. The fix in this commit updates `fn` to check for the `INVOKE` symbol to determine which underlying function to call.
fix fn + mut usage
18
false
false
5
false
true
false
emberjs
ember.js
3,343
a6545e8e32eec668d635918afaf4932ca52bfca4
dependabot[bot]
GitHub
Merge pull request #17785 from emberjs/dependabot/npm_and_yarn/@babel/plugin-proposal-decorators-7.4.0
merge pull request from emberjs/dependabot/npm_and_yarn/@babel/plugin-proposal-decorators-7.4.0
96
true
true
5
true
false
false
emberjs
ember.js
3,344
a061fd13d9a8f0bd2e76095ff1efb67bb82ece1f
Chris Garrett
Chris Garrett
[CLEANUP] Adds async/await lint rules
[cleanup] adds async/await lint rules
37
false
false
5
false
false
false
emberjs
ember.js
3,345
4b6fd4756d89e570274e794e1a22a6b79ab79d10
dependabot[bot]
dependabot[bot]
Bump @babel/plugin-proposal-decorators from 7.3.0 to 7.4.0 Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel) from 7.3.0 to 7.4.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.3.0...v7.4.0) Signed-off-by: dependabot[bot] <[email protected]>
bump @babel/plugin-proposal-decorators from 7.3.0 to 7.4.0
58
true
true
6
false
true
false
emberjs
ember.js
3,346
fa7444e0ba63722a2a98d3343c2b9cc6ffbf7291
Robert Jackson
GitHub
[CLEANUP] Make visit() fully async (#17958) [CLEANUP] Make visit() fully async
[cleanup] make visit() fully async
34
false
false
5
false
false
false
emberjs
ember.js
3,347
fc1b37573bc059da963d8ab8d8a1804531b08fbf
Robert Jackson
GitHub
[FEATURE] Implement `on` modifier. (#17960) [FEATURE] Implement `on` modifier.
[feature] implement `on` modifier.
34
false
false
4
false
false
false
emberjs
ember.js
3,348
7e0cd03699befd84c53346e375d5af8e6689e92d
Robert Jackson
Robert Jackson
Incorporate code review feedback from buschtoens. * Extract shared utility for a `this` context that errors when used. * Assert when more positional arguments are provided. * Avoid wrapping callback needlessly (makes debugging a bit easier, since the event handler function is actually the user-land function in most cases. * Incorporates a system to error if any `this` properties are accessed from within the callback in debug builds. * Fixup comments for addEventListener / removeEventListener logic. * Fix test assertion message. * Add test ensuring the modifier is destroyed properly.
incorporate code review feedback from buschtoens
48
false
false
6
false
false
false
emberjs
ember.js
3,349
6ed071de16e139ceca78e52e979b78b7fb29bfc1
Robert Jackson
Robert Jackson
[FEATURE] Implement `on` modifier. See https://emberjs.github.io/rfcs/0471-on-modifier.html for details. Special thanks to [buschtoens](https://github.com/buschtoens)'s work on [ember-on-modifier](https://github.com/buschtoens/ember-on-modifier) which heavily inspired this implementation.
[feature] implement `on` modifier
33
false
false
4
false
false
false
emberjs
ember.js
3,350
a7d861b950d31fe8e7f103b0cb678b2c2bc34b88
Robert Jackson
GitHub
Merge pull request #17961 from rwjblue/fix-partial-apply [FEATURE] Ensure `fn` can be nested.
merge pull request from rwjblue/fix-partial-apply
50
true
false
5
true
false
false
emberjs
ember.js
3,351
33fdfdc02c8adf9eaace5ac223b2ed2d072984bb
Ricardo Mendes
GitHub
Fix import ordering lint
fix import ordering lint
24
false
false
4
true
true
true
emberjs
ember.js
3,352
495c93178a08c5a800ef9b254349810a560b7c1c
Chris Garrett
Chris Garrett
add promise polyfill
add promise polyfill
20
false
false
3
true
true
true
emberjs
ember.js
3,353
4047c0a8707c17006f812700041c8d2215e76bb1
Robert Jackson
Robert Jackson
[FEATURE] Ensure `fn` can be nested.
[feature] ensure `fn` can be nested
35
false
false
6
false
false
false
emberjs
ember.js
3,354
0e4e6038a3f2c87458eee30cf04f56f2158195ab
Chris Garrett
Chris Garrett
[CLEANUP] Make visit() fully async Makes the visit() test helper fully async. It now only resolves after the runloop has fully emptied and everything has settled. Also adds assert.throwsAsync and expectDeprecationAsync, which allow us to wrap asynchronous blocks and capture errors and deprecations within them. This makes this change much easier to deal with.
[cleanup] make visit() fully async
34
false
false
5
false
false
false
emberjs
ember.js
3,355
2cc35738f2938e6b9735d0d641214b0721d53a4b
Robert Jackson
GitHub
[BUGFIX beta] Expose mechanism to detect if a property is a computed. (#17938) [BUGFIX beta] Expose mechanism to detect if a property is a computed.
[bugfix beta] expose mechanism to detect if a property is a computed.
69
false
false
12
false
false
false
emberjs
ember.js
3,356
10b63030096614e6217fb8225adf97cf6cced9f6
Robert Jackson
Robert Jackson
[BUGFIX beta] Expose mechanism to detect if a property is a computed. This adds a private/intimate method for use by the ember-inspector (and possibly other tools) to aid the migration to native decorator version of `computed` (since `computed(function() {}) instanceof ComputedProperty` is no longer usable). From the docs: ```md Allows checking if a given property on an object is a computed property. For the most part, this doesn't matter (you would normally just access the property directly and use its value), but for some tooling specific scenarios (e.g. the ember-inspector) it is important to differentiate if a property is a computed property or a "normal" property. ```
[bugfix beta] expose mechanism to detect if a property is a computed
68
false
false
12
false
false
false
emberjs
ember.js
3,357
ed4fb96f14e8acc360c253e8bdad8ce72b443807
Katie Gengler
Katie Gengler
Add v3.10.0-beta.4 to CHANGELOG [ci skip] (cherry picked from commit 44de6b6db263c55d8a6ea5997d7b0cdb10562002)
add v3.10.0-beta.4 to changelog
31
false
false
4
true
true
true
emberjs
ember.js
3,358
06c0cd0176e55189f375d25daa7500b05c16e4b1
Robert Jackson
GitHub
[BUGFIX][FEAT][Tracked Properties] Adds Arg Proxy Feature Flag (#17835) [BUGFIX][FEAT][Tracked Properties] Adds Arg Proxy Feature Flag
[bugfix][feat][tracked properties] adds arg proxy feature flag
62
false
false
7
false
false
false
emberjs
ember.js
3,359
af9ddafea562a0f1919d7f0ac4bf46255b497f8f
Chris Garrett
Chris Garrett
[BUGFIX] Adds Arg Proxy feature for tracked properties Currently, we pass a captured snapshot of arguments to the custom component manager and expect users to update their `args` and trigger notifications, dirtying any getters that rely on `args`. This is problematic for a few reasons: 1. It's fundamentally less efficient, since every getter on a component will invalidate any time _any_ of the arguments on the component changes. This may not be a huge deal in most components, but it could be problematic at scale. 2. Upstream components will currently rerender if anything changes downstream of them. The second problem is more of an issue here. The crux of the issue is that as we are rendering, we must somehow dirty the `args` object in order for getters to invalidate. Currently, there are two ways of doing this: 1. Dirtying the tag and bumping the global revision count. This results in the component itself being dirtied, which causes arguments to be assigned again on the next render, which dirties everything again. 2. Setting the argument's tag to `CURRENT_TAG`, as we do in Glimmer.js. This always returns the _latest_ revision though, which means that we are _always_ dirty. This issue can crop up in many forms and leads to infinite rerender bugs when it does. The solution proposed here is to instead use a Proxy (or an object with manually defined getters on platforms which do not support Proxy) to wrap `args`. This allows us to directly access the references that represent the arguments, and push their tags onto the autotrack stack as accessed. Everything entangles properly, and we only rerender or recalculate a getter when needed. Alternatively, we could add a way to set the `args` tag to _exactly_ the current revision as the component is rendering. This would solve the problems of upstream invalidations, but would not solve the issue of all getters on a component invalidating each render.
[bugfix] adds arg proxy feature for tracked properties
54
false
false
8
false
false
false
emberjs
ember.js
3,360
0f6afed29de363bfe755dd229e6ce43d7aed1051
Chris Garrett
Chris Garrett
add unstable args test
add unstable args test
22
false
false
4
true
true
true
emberjs
ember.js
3,361
e9b09dc9c8a3c1ee490a176c66a1ed26a89c53da
Robert Jackson
GitHub
[FEAT] Adds Array Tracking (#17751) [FEAT] Adds Array Tracking
[feat] adds array tracking
26
false
false
4
false
false
false
emberjs
ember.js
3,362
7f62fead0b2e6279247144ce3715e132aad6bbdd
dependabot[bot]
GitHub
Merge pull request #17957 from emberjs/dependabot/npm_and_yarn/aws-sdk-2.441.0
merge pull request from emberjs/dependabot/npm_and_yarn/aws-sdk-2.441.0
72
true
true
5
true
false
false
emberjs
ember.js
3,363
d540b38b7bf9037e54804de60b5caba7a09fca5c
dependabot[bot]
dependabot[bot]
Bump aws-sdk from 2.440.0 to 2.441.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.440.0 to 2.441.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.440.0...v2.441.0) Signed-off-by: dependabot[bot] <[email protected]>
bump aws-sdk from 2.440.0 to 2.441.0
36
true
true
6
false
true
false
emberjs
ember.js
3,364
8c4c3e09c8bd6da57c5c9677d3ad4899d3ef97ae
Chris Garrett
Chris Garrett
[FEATURE] Adds Array Tracking This PR adds autotracking of arrays and Ember arrays. This is useful for arrays in particular because they have an indeterminate number of tracked values, and it would be impossible to actually track all values manually. The strategy is to check any value that we get back from a tracked getter method and see if it's an array - if so, we push its tag directly onto the stack. Later on, if the array is marked dirty via `pushObject` or `shiftObject` or some other method, it'll invalidate the autotrack stack that included the array. The one scenario this strategy does _not_ work with current is _creating_ an array in a getter dynamically: ```js class Foo { get bar() { if (!this._bar) { this._bar = []; } return this._bar; } } ``` In practice, these cases should be fairly rare, since getters should typically represent derived state from some source value, which would be tracked. Computed properties/cached getters _do_ add the tag for the object as well, since their state can be more long lived, so this won't be an issue for those.
[feature] adds array tracking
29
false
false
4
false
false
false
emberjs
ember.js
3,365
f0816d4b145d3c66cdbd0fa7cd5465120b6530bd
Robert Jackson
GitHub
Merge pull request #17941 from rwjblue/add-fn-helper [FEATURE EMBER_GLIMMER_FN_HELPER] Initial implementation of fn helper.
merge pull request from rwjblue/add-fn-helper
46
true
false
5
true
false
false
emberjs
ember.js
3,366
c4b9e3ae62778906c9ba9205277e85060ba1a08a
Robert Jackson
Robert Jackson
[FEATURE EMBER_GLIMMER_FN_HELPER] Initial implementation of fn helper. As proposed in https://emberjs.github.io/rfcs/0470-fn-helper.html. Deviates from the original RFC's proposal on handling `this`. Specifically, it uses a debug build proxy to issue an assertion if the callback function passed to `fn` uses `this` but isn't bound before hand (via `@action`, `(action`, etc).
[feature ember_glimmer_fn_helper] initial implementation of fn helper
69
false
false
7
false
false
false
emberjs
ember.js
3,367
d63e7f7768c442a667441f1f687217428b05ec4e
dependabot[bot]
GitHub
Merge pull request #17954 from emberjs/dependabot/npm_and_yarn/tslint-5.16.0
merge pull request from emberjs/dependabot/npm_and_yarn/tslint-5.16.0
70
true
true
5
true
false
false
emberjs
ember.js
3,368
2e53c2930558d243b8e58b8029f8d4a6f4b0f248
dependabot[bot]
GitHub
Merge pull request #17953 from emberjs/dependabot/npm_and_yarn/aws-sdk-2.440.0
merge pull request from emberjs/dependabot/npm_and_yarn/aws-sdk-2.440.0
72
true
true
5
true
false
false
emberjs
ember.js
3,369
7e8ecf6a5b7077df1ccc5773c791ee6a547361bc
dependabot[bot]
GitHub
Merge pull request #17952 from emberjs/dependabot/npm_and_yarn/mocha-6.1.4
merge pull request from emberjs/dependabot/npm_and_yarn/mocha-6.1.4
68
true
true
5
true
false
false
emberjs
ember.js
3,370
5ac6e99538fdae9a1d0f430900b855b3474fccda
dependabot[bot]
dependabot[bot]
Bump tslint from 5.15.0 to 5.16.0 Bumps [tslint](https://github.com/palantir/tslint) from 5.15.0 to 5.16.0. - [Release notes](https://github.com/palantir/tslint/releases) - [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/palantir/tslint/compare/5.15.0...5.16.0) Signed-off-by: dependabot[bot] <[email protected]>
bump tslint from 5.15.0 to 5.16.0
33
true
true
6
true
true
false
emberjs
ember.js
3,371
f2fbc99abe0c07ecc75e02932129987b722dc9a3
dependabot[bot]
dependabot[bot]
Bump aws-sdk from 2.439.0 to 2.440.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.439.0 to 2.440.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.439.0...v2.440.0) Signed-off-by: dependabot[bot] <[email protected]>
bump aws-sdk from 2.439.0 to 2.440.0
36
true
true
6
false
true
false
emberjs
ember.js
3,372
60cb8f95336bd7d400c0d067beb36aae054b3934
dependabot[bot]
dependabot[bot]
Bump mocha from 6.1.3 to 6.1.4 Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.3 to 6.1.4. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v6.1.3...v6.1.4) Signed-off-by: dependabot[bot] <[email protected]>
bump mocha from 6.1.3 to 6.1.4
30
true
true
6
true
true
false
emberjs
ember.js
3,373
5a93bbb8c3cc526d2385a99f5af7f84d175e03c4
Robert Jackson
GitHub
Merge pull request #17940 from rwjblue/remove-sync-queue [CLEANUP] Remove `sync` queue from @ember/runloop.
merge pull request from rwjblue/remove-sync-queue
50
true
false
5
true
false
false
emberjs
ember.js
3,374
da556a7412f552e1ae4a13fa9c837b5caae1bef6
Robert Jackson
Robert Jackson
Remove `sync` queue from @ember/runloop. Was deprecated `until: '3.5.0'`, should be safe to cleanup now.
remove `sync` queue from @ember/runloop
39
false
false
5
false
true
false
emberjs
ember.js
3,375
4acfe108ef00ebd0c346a8c71a542cab6d95e20a
dependabot[bot]
GitHub
Merge pull request #17944 from emberjs/dependabot/npm_and_yarn/aws-sdk-2.439.0
merge pull request from emberjs/dependabot/npm_and_yarn/aws-sdk-2.439.0
72
true
true
5
true
false
false
emberjs
ember.js
3,376
c8f30b734ba6e7ee5f21237e1976184954dccc2a
dependabot[bot]
GitHub
Merge pull request #17942 from emberjs/dependabot/npm_and_yarn/eslint-plugin-import-2.17.2
merge pull request from emberjs/dependabot/npm_and_yarn/eslint-plugin-import-2.17.2
84
true
true
5
true
false
false
emberjs
ember.js
3,377
bb6269dcd2f413c77f3f636c043a53a5cb2f2aa2
dependabot[bot]
dependabot[bot]
Bump aws-sdk from 2.438.0 to 2.439.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.438.0 to 2.439.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.438.0...v2.439.0) Signed-off-by: dependabot[bot] <[email protected]>
bump aws-sdk from 2.438.0 to 2.439.0
36
true
true
6
false
true
false
emberjs
ember.js
3,378
b1e30720a6dd87a77c615b5ceb2a7c96488252bd
dependabot[bot]
dependabot[bot]
Bump eslint-plugin-import from 2.17.1 to 2.17.2 Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.17.1 to 2.17.2. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.17.1...v2.17.2) Signed-off-by: dependabot[bot] <[email protected]>
bump eslint-plugin-import from 2.17.1 to 2.17.2
47
true
true
6
false
true
false
emberjs
ember.js
3,379
0a7b2e0e9b8d70c1bc03ef2ff1c7ea89f3b393eb
Robert Jackson
GitHub
Merge pull request #15609 from kellyselden/helper-export remove function export from helper blueprint
merge pull request from kellyselden/helper-export
50
true
false
5
true
false
false
emberjs
ember.js
3,380
e29a526b3c3a785b2830df2b55679667e9f0f24e
Kelly Selden
Kelly Selden
remove function export from helper blueprint
remove function export from helper blueprint
44
false
false
6
true
true
true
emberjs
ember.js
3,381
6f3ea5a35e61afc774d3889d9f6eb47306a13aef
Robert Jackson
GitHub
Merge pull request #17939 from rwjblue/tweak-beforeunload Ensure beforeunload only prevents default _during_ a test run.
merge pull request from rwjblue/tweak-beforeunload
51
true
false
5
true
false
false
emberjs
ember.js
3,382
349b138bd4d31f2926bf82d278ed3a1aa5abb271
Robert Jackson
GitHub
Merge pull request #17930 from raido/tagless-event-handlers [BUGFIX beta] Update assertion for events in tagless component to include method names
merge pull request from raido/tagless-event-handlers
53
true
false
5
true
false
false
emberjs
ember.js
3,383
ae60026aa2aecb921b6627a15e9bf497e1a49033
Robert Jackson
Robert Jackson
Ensure beforeunload only prevents default _during_ a test run. This modifies the newly added `beforeunload` listener to only add the debugger and prevent default if it happens during the test run. If you refresh or navigate away after tests have completed, it does nothing.
ensure beforeunload only prevents default _during_ a test run
61
false
false
9
false
false
false
emberjs
ember.js
3,384
94de0c45a63072580d76e69308c6586052e97675
Raido Kuli
Raido Kuli
[FEATURE tagless-event-assert] Update assertion for events in tagless component
[feature tagless-event-assert] update assertion for events in tagless component
79
false
false
9
false
false
false
emberjs
ember.js
3,385
ec28e83bc0a0711d02ff2b9771ff8300c8a935d8
dependabot[bot]
GitHub
Merge pull request #17934 from emberjs/dependabot/npm_and_yarn/broccoli-uglify-sourcemap-3.1.1
merge pull request from emberjs/dependabot/npm_and_yarn/broccoli-uglify-sourcemap-3.1.1
88
true
true
5
true
false
false
emberjs
ember.js
3,386
99533480445ade32e84cfd8d615d11dc8493fe3c
dependabot[bot]
dependabot[bot]
Bump broccoli-uglify-sourcemap from 3.1.0 to 3.1.1 Bumps [broccoli-uglify-sourcemap](https://github.com/ember-cli/broccoli-uglify-sourcemap) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/ember-cli/broccoli-uglify-sourcemap/releases) - [Changelog](https://github.com/ember-cli/broccoli-uglify-sourcemap/blob/master/CHANGELOG.md) - [Commits](https://github.com/ember-cli/broccoli-uglify-sourcemap/compare/v3.1.0...v3.1.1) Signed-off-by: dependabot[bot] <[email protected]>
bump broccoli-uglify-sourcemap from 3.1.0 to 3.1.1
50
true
true
6
true
true
false
emberjs
ember.js
3,387
ef93d4898666d77a9875eaed7eec6f4b33aa6810
dependabot[bot]
GitHub
Merge pull request #17932 from emberjs/dependabot/npm_and_yarn/aws-sdk-2.438.0
merge pull request from emberjs/dependabot/npm_and_yarn/aws-sdk-2.438.0
72
true
true
5
true
false
false
emberjs
ember.js
3,388
0d7566f76830d45d66b18d2ea34f8ec694cef3b1
dependabot[bot]
dependabot[bot]
Bump aws-sdk from 2.437.0 to 2.438.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.437.0 to 2.438.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.437.0...v2.438.0) Signed-off-by: dependabot[bot] <[email protected]>
bump aws-sdk from 2.437.0 to 2.438.0
36
true
true
6
false
true
false
emberjs
ember.js
3,389
9c485789e408dffbc6f1d94b0defdaffc4e168e0
Katie Gengler
Katie Gengler
Add v3.10.0-beta.3 to CHANGELOG [ci skip] (cherry picked from commit 13b1d2573842f78f81fffd87e7b33ed0ce6bf81e)
add v3.10.0-beta.3 to changelog
31
false
false
4
true
true
true
emberjs
ember.js
3,390
9ce30ba99e62d123f6b770bd23f9ccfd6aecdaac
Jordan Hawker
Jordan Hawker
[DOC] Update docs to show `deprecate` function within `@ember/debug` package
[doc] update docs to show `deprecate` function within `@ember/debug` package
76
false
false
10
false
false
false
emberjs
ember.js
3,391
3e77a8943880016a4125a5c8c31281aaeb9ad56f
Robert Jackson
GitHub
Merge pull request #17910 from rwjblue/deprecate-function-prototype-extensions [DEPRECATION] Add deprecation for Function.prototype extensions.
merge pull request from rwjblue/deprecate-function-prototype-extensions
72
true
false
5
true
false
false
emberjs
ember.js
3,392
0c1f920d87be5a6ec85b3d8c120ff64be1581668
Robert Jackson
Robert Jackson
[DEPRECATION] Add deprecation for Function.prototype extensions.
[deprecation] add deprecation for function.prototype extensions
63
false
false
6
false
false
false
emberjs
ember.js
3,393
a24462dece0208ff7d1e6d35e5b882a2dd78824a
teamdraftbox
teamdraftbox
replaceWith explaination changes
replacewith explaination changes
32
false
false
3
false
true
false
emberjs
ember.js
3,394
8880ba8f53d8760d548ffcf19d0684a372e4bdaa
dependabot[bot]
GitHub
Merge pull request #17921 from emberjs/dependabot/npm_and_yarn/eslint-plugin-import-2.17.1
merge pull request from emberjs/dependabot/npm_and_yarn/eslint-plugin-import-2.17.1
84
true
true
5
true
false
false
emberjs
ember.js
3,395
945fab57c1a605657359d7a42ecc5e5486002c48
dependabot[bot]
dependabot[bot]
Bump eslint-plugin-import from 2.16.0 to 2.17.1 Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.16.0 to 2.17.1. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.16.0...v2.17.1) Signed-off-by: dependabot[bot] <[email protected]>
bump eslint-plugin-import from 2.16.0 to 2.17.1
47
true
true
6
false
false
false
emberjs
ember.js
3,396
887f6806c5d425a1eb1b88859c34029879fce52b
Ricardo Mendes
GitHub
Merge pull request #17917 from emberjs/rimian-patch-3 [docs] add filterBy example
merge pull request from emberjs/rimian-patch-3
47
true
false
5
true
false
false
emberjs
ember.js
3,397
27255073091ef4c020ed8bf552c54f5b3f54d25b
Chris Garrett
GitHub
Merge pull request #17657 from emberjs/rwjblue/remove-bizarre-concat Remove odd concatenation in FactoryManager#create.
merge pull request from emberjs/rwjblue/remove-bizarre-concat
62
true
false
5
true
false
false
emberjs
ember.js
3,398
4416a1ed47afe77325d86c6fd573c777fa7f4c5e
Rimian Perkins
Ricardo Mendes
[docs] add filterBy example
[docs] add filterby example
27
false
false
4
false
false
false
emberjs
ember.js
3,399