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
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ff69948de3e148789e9647fca8a6fe60f87a40e4 | Chris Garrett | Chris Garrett | [BUGFIX beta] Allow CPs to depend on nested args
CP chaining on nested args was not setup properly in the last couple of
merges. This fixes and adds a test case. | [bugfix beta] allow cps to depend on nested args | 48 | false | false | 9 | false | false | false | emberjs | ember.js | 3,000 |
1d6bff0d18670e7655b65d80eb4938430aa467b0 | Jason Barry | Jason Barry | Update documentation for EmberArray.findBy | update documentation for emberarray.findby | 42 | false | false | 4 | true | true | true | emberjs | ember.js | 3,001 |
7f5d88e20e3bef233fb8fd4a9ee02da6e489a5af | Samanta de Barros | Samanta de Barros | Update explanation and code example for EmberArray.filterBy | update explanation and code example for emberarray.filterby | 59 | false | false | 7 | false | true | false | emberjs | ember.js | 3,002 |
1787f810d530e2707f68526f192668fbec873ce5 | Samanta de Barros | Samanta de Barros | Add code example for EmberArray.filter | add code example for emberarray.filter | 38 | false | false | 5 | true | true | true | emberjs | ember.js | 3,003 |
49973bca3dc562d80376a9484201f72b712685aa | Ricardo Mendes | GitHub | Merge pull request #18237 from sdebarros/simplify-emberarray-definition
[DOCS] Fix typos and simplify EmberArray definition | merge pull request from sdebarros/simplify-emberarray-definition | 65 | true | false | 5 | true | false | false | emberjs | ember.js | 3,004 |
f4ba42ab54ef660e62565b05b3556b560b79d72b | Samanta de Barros | Samanta de Barros | Add code example for EmberArray.addArrayObserver | add code example for emberarray.addarrayobserver | 48 | false | false | 5 | true | true | true | emberjs | ember.js | 3,005 |
68f9114c8ee41fd5d0f476e1c52f0afcd9efb72c | Ryan Olson | Ryan Olson | [BUGFIX beta] Router#url should not error when `location` is a string
See: #18260 | [bugfix beta] router#url should not error when `location` is a string | 69 | false | false | 11 | false | false | false | emberjs | ember.js | 3,006 |
4ae6015c558d42a570342996f9c7769c2246dfcf | Robert Jackson | GitHub | [BUGFIX beta] Autotrack Modifiers and Helpers (#18266)
[BUGFIX beta] Autotrack Modifiers and Helpers | [bugfix beta] autotrack modifiers and helpers | 45 | false | false | 6 | false | false | false | emberjs | ember.js | 3,007 |
927852a0c780a909c94495d1a995e8fa8f0a51b5 | Robert Jackson | GitHub | Merge pull request #18270 from rwjblue/owner-association
[BUGFIX release] Prevent cycle dependency with owner association. | merge pull request from rwjblue/owner-association | 50 | true | false | 5 | true | false | false | emberjs | ember.js | 3,008 |
4ac76231331f444c78ecba99461f9ded016d3a6c | Samanta de Barros | Samanta de Barros | Fix typos and simplify EmberArray definition | fix typos and simplify emberarray definition | 44 | false | false | 6 | true | true | true | emberjs | ember.js | 3,009 |
a70755df2c631bf60429411291dc66ce47d12751 | Robert Jackson | Robert Jackson | [BUGFIX release] Prevent cycle dependency with owner association.
Prior to this change, using `assert.deepEqual(obj, ...)` and
`expect(obj).to.deeply.equal(...)` would end up printing all of the
owner interface (including all of the private properties on the
container and registry). This avoids stashing the owner object directly
on the object (instead sharing it via WeakMap) which makes certain that
the owner/container/register/etc is not emitted. | [bugfix release] prevent cycle dependency with owner association | 64 | false | false | 8 | false | false | false | emberjs | ember.js | 3,010 |
bcb623845b85e67c0f4c75293463e71bf0ed76f7 | dependabot-preview[bot] | GitHub | Merge pull request #18258 from emberjs/dependabot/npm_and_yarn/ember-cli-babel-7.9.0 | merge pull request from emberjs/dependabot/npm_and_yarn/ember-cli-babel-7.9.0 | 78 | true | true | 5 | true | false | false | emberjs | ember.js | 3,011 |
b992e9be5800831c6a3cdd6dca2862d1e3e8b581 | dependabot-preview[bot] | GitHub | Bump ember-cli-babel from 7.7.0 to 7.9.0
Bumps [ember-cli-babel](https://github.com/babel/ember-cli-babel) from 7.7.0 to 7.9.0.
- [Release notes](https://github.com/babel/ember-cli-babel/releases)
- [Changelog](https://github.com/babel/ember-cli-babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/ember-cli-babel/compare/v7.7.0...v7.9.0)
Signed-off-by: dependabot-preview[bot] <[email protected]> | bump ember-cli-babel from 7.7.0 to 7.9.0 | 40 | true | true | 6 | false | true | false | emberjs | ember.js | 3,012 |
af48faa1ece59ae388bbfe0e629d6ce360c30d65 | Robert Jackson | GitHub | [BUGFIX lts] Compile Ember dynamically in consuming applicatio… (#18208)
[BUGFIX lts] Compile Ember dynamically in consuming applications | [bugfix lts] compile ember dynamically in consuming applicatio… | 63 | false | false | 8 | false | false | false | emberjs | ember.js | 3,013 |
b8a5633948348e35a1235f2b7a0f56b33d3e516a | Chris Garrett | Chris Garrett | [BUGFIX beta] Autotrack Modifiers and Helpers
This PR adds autotracking for modifiers and class based helpers.
Modifiers can opt out of autotracking via a new capabilities flag on
modifier managers. | [bugfix beta] autotrack modifiers and helpers | 45 | false | false | 6 | false | false | false | emberjs | ember.js | 3,014 |
f1303e2fb0ca4f4bb259fff26b1096f143def38a | Eric White | Eric White | Actually fix linting | actually fix linting | 20 | false | false | 3 | false | false | false | emberjs | ember.js | 3,015 |
7f8bc8f248d1cfa07bd472ac1a9a5a1945486086 | Eric White | Eric White | fix linting | fix linting | 11 | false | false | 2 | false | true | false | emberjs | ember.js | 3,016 |
786ad9b6f5387a6e818244110b8c8e2377040cb9 | Eric White | Eric White | Write test for _optionsForQueryParam | write test for _optionsforqueryparam | 36 | false | false | 4 | true | true | true | emberjs | ember.js | 3,017 |
5360550e9117f78a70bb2d5db5af30c879863d70 | Eric White | Eric White | Fix #18268 | fix | 3 | false | false | 1 | false | false | false | emberjs | ember.js | 3,018 |
e526a044c63ee0f5b04d3d29a56d73d625cd5c5b | Chris Garrett | Chris Garrett | [BUGFIX lts] Updates based on feedback | [bugfix lts] updates based on feedback | 38 | false | false | 6 | false | false | false | emberjs | ember.js | 3,019 |
f51bf21ae999bea885daa808fc5f204c3002b992 | Chris Garrett | Chris Garrett | [BUGFIX lts] Compile Ember dynamically in consuming applications
This PR sets up Ember to do a two phase build:
* **Phase 1, prepublish:** Run Typescript and Rollup on the main Ember
packages, and strip out canary-features. Publish these packages, along
with the dependencies for Ember, in the `dist/` folder.
* **Phase 2, in addon:** Run Babel transpilation using the consumer's
`ember-cli-babel` and Babel configuration on the dist packages and
dependencies, and bundle up the final `ember.js` file to serve to
apps. This also includes `debug` flags and, in theory, svelting.
Two major changes that will occur because of this:
1. We will no longer be distributing `ember.prod.js`, `ember.debug.js`,
`ember.min.js`, or `ember-testing.js`. These files existing may be
something that people rely on, and the packages that _are_
distributed aren't quite ready to build in a "normal" way, using
webpack or another bundler.
2. We will no longer be _building_ `ember.prod.js`, `ember.min.js`, or
`ember.debug.js` at all, only a single `ember.js` file. We no longer
need separate builds, because the environment settings of the build
will handle the differences for us.
We _are_ continuing to distribute a pre-built version of the `ember.js`
and `ember-testing.js` files. These are used only in the case where the
build targets match the default development build targets for Ember
apps, providing a small optimization for users' dev workflow.
Unfortunately, until we disentangle `ember-cli` from the implementation
details of `ember-source` we cannot convert Ember to _build_ like a
normal addon locally. Using the `EmberAddon` class blows up in many
small ways. | [bugfix lts] compile ember dynamically in consuming applications | 64 | false | false | 8 | false | false | false | emberjs | ember.js | 3,020 |
e9714186c4954d10fac64c28e4dfd7ba15685410 | Robert Jackson | GitHub | [FEATURE] Tracked Props Performance Tuning (#18223)
[FEATURE] Tracked Props Performance Tuning | [feature] tracked props performance tuning | 42 | false | false | 5 | false | false | false | emberjs | ember.js | 3,021 |
5bbd43e06a8afdcad13b13d596a01420a6fcea67 | Chris Garrett | Chris Garrett | wtf Edge | wtf edge | 8 | false | false | 2 | false | false | false | emberjs | ember.js | 3,022 |
546c30811da80f5903fe776136104d71d4920f2f | Chris Garrett | Chris Garrett | [BUGFIX beta] Fixup typings and tag wrapper | [bugfix beta] fixup typings and tag wrapper | 43 | false | false | 7 | false | false | false | emberjs | ember.js | 3,023 |
5c723255c17326ceda374992f5c340965ea245e6 | Katie Gengler | Katie Gengler | Add v3.13.0-beta.2 to CHANGELOG
[ci skip]
(cherry picked from commit d343b60d2b3e4844de36bab068003cc2192dbc94) | add v3.13.0-beta.2 to changelog | 31 | false | false | 4 | false | true | false | emberjs | ember.js | 3,024 |
bd7f49282a489663cccdb7a2a948a60c62a51f29 | Chris Garrett | Chris Garrett | Add test for 18253 | add test for 18253 | 18 | false | false | 4 | true | true | true | emberjs | ember.js | 3,025 |
d7f3cda038bd86edcb2bdbe170240fadbbbf9026 | Chris Garrett | Chris Garrett | [FEATURE beta] Update to functional tag API
Updates to the latest version of Glimmer with the functional tag API
and perf improvements/tuning. | [feature beta] update to functional tag api | 43 | false | false | 7 | false | false | false | emberjs | ember.js | 3,026 |
823a326f1a48ff3656cafca0e3f2f7c0ab340359 | Chris Garrett | Chris Garrett | [FEATURE beta] Various bugfixes and perf improvements including:
- No longer fetching leaf nodes when traversing chains
- No longer creating arrays when traversing chains
- Correctly memoizing alias tag chains
- Adding `untrack` to fully ignore trackable contexts
- Using a map instead of an array for lazy tag chains
- Flattening tag chains | null | null | null | false | null | false | false | false | emberjs | ember.js | 3,027 |
eb5226a230b7066608e3cd1c0045917453ec9572 | Robert Jackson | GitHub | [DOC beta] Move API docs for cacheFor (#18254)
[DOC beta] Move API docs for cacheFor | [doc beta] move api docs for cachefor | 37 | false | false | 7 | false | false | false | emberjs | ember.js | 3,028 |
2a7a55ae2ef709562c81bd1f89d800a0ca3d0940 | Robert Jackson | GitHub | [DOC beta] Move API docs for cacheFor
The documentation is unchanged, just moved it down
to be attached to the method that is ultimately
exported on `Ember.cacheFor`. | [doc beta] move api docs for cachefor | 37 | false | false | 7 | false | false | false | emberjs | ember.js | 3,029 |
adfa3acac9bb0e17ea6bb447c4a5c8f67741cf6b | Robert Jackson | GitHub | [BUGFIX beta] Ensures that observers are flushed after CPs are… (#18248)
[BUGFIX beta] Ensures that observers are flushed after CPs are updated | [bugfix beta] ensures that observers are flushed after cps are… | 63 | false | false | 10 | false | false | false | emberjs | ember.js | 3,030 |
d1b46a7149e763f736c1c210582f77ea3d5b2413 | simonihmig | Chris Garrett | [BUGFIX beta] Ensures that observers are flushed after CPs are updated
Ensures that observers are only flushed after CPs have fully updated.
Currently, they will fire before the `lastRevision` cache has been
updated, so they won't fire with the correct values or at the correct
times. | [bugfix beta] ensures that observers are flushed after cps are updated | 70 | false | false | 11 | false | false | false | emberjs | ember.js | 3,031 |
b5b4c8a618b5c3bb401a19da0e706913e0f7d71b | steve | steve | fix liniting | fix liniting | 12 | false | false | 2 | false | true | false | emberjs | ember.js | 3,032 |
dcd8a8fcaea46bd5a127088e232f8dd36604aedd | steve | steve | fix #16594 | fix | 3 | false | false | 1 | false | false | false | emberjs | ember.js | 3,033 |
fb60c41d1aab65be3a249b6c9ea9627c80d8e9c7 | Godfrey Chan | GitHub | Merge pull request #18241 from emberjs/bugfix/add-3.13-capabilities
[BUGFIX] Adds Component Manager 3.13 Capabilities | merge pull request from emberjs/bugfix/add-3.13-capabilities | 61 | true | false | 5 | true | true | false | emberjs | ember.js | 3,034 |
b659e2307d547388c961f3480a5c8699f4185b16 | Chris Garrett | Chris Garrett | [BUGFIX] Adds Component Manager 3.13 Capabilities
Adds 3.13 component manager capabilities, which adds the ability to
enable/disable the `updateHook` for a component. | [bugfix] adds component manager 3.13 capabilities | 49 | false | false | 6 | false | false | false | emberjs | ember.js | 3,035 |
755ea5dbe65d91e0d650707da740aa6900d0a755 | Godfrey Chan | GitHub | Merge pull request #18230 from emberjs/cleanup
[CLEANUP] remove enabled features | merge pull request from emberjs/cleanup | 40 | true | false | 5 | true | false | false | emberjs | ember.js | 3,036 |
f4eb13b345afdfea9e0bc041d1aae2426be085e0 | Godfrey Chan | Godfrey Chan | fix prod tests | fix prod tests | 14 | false | false | 3 | true | true | true | emberjs | ember.js | 3,037 |
2ee24e149401b3907ea96513a88d1b8516f8835e | Devin Weaver | Devin Weaver | Update documentation for EmberArray.any
Prior to this change, the wording was inaccurate. It was describing
filtering not the short circuit behaviour of `any()`.
This change attempts to fix that discrepancy and expand on the example
to include both context option and arrow function use.
Issue #18228 | update documentation for emberarray.any | 39 | false | false | 4 | true | true | true | emberjs | ember.js | 3,038 |
1cc23ff1beebb252840a163410ee9b9e6c8c6eff | Samanta de Barros | Samanta de Barros | Add code example for EmberArray.every | add code example for emberarray.every | 37 | false | false | 5 | true | true | true | emberjs | ember.js | 3,039 |
738d50992de66f23020dbae8189bd62e39d99577 | Godfrey Chan | Godfrey Chan | Fix tests relying on sync boot/visit | fix tests relying on sync boot/visit | 36 | false | false | 6 | false | true | false | emberjs | ember.js | 3,040 |
2a5e2c7bf99755a0b270f36b8181e0dda3943ccc | Godfrey Chan | Godfrey Chan | Add missing runTask | add missing runtask | 19 | false | false | 3 | true | true | true | emberjs | ember.js | 3,041 |
f85cefe9855b2521b02800d4bb2b68da7db2a214 | Godfrey Chan | Godfrey Chan | [CLEANUP] remove enabled features | [cleanup] remove enabled features | 33 | false | false | 4 | false | false | false | emberjs | ember.js | 3,042 |
d6649465bdb2c659e279ee9169b26430ff82d53e | Katie Gengler | Katie Gengler | Post-release version bump | post-release version bump | 25 | false | false | 3 | false | false | false | emberjs | ember.js | 3,043 |
1f5eee0f762a808d38ed1c466b5fa013fe0e6688 | Katie Gengler | Katie Gengler | Add v3.13.0-beta.1 to CHANGELOG
[ci skip]
(cherry picked from commit 3e9e51811586f7aa50ced5780e224bb488a262a7) | add v3.13.0-beta.1 to changelog | 31 | false | false | 4 | true | true | true | emberjs | ember.js | 3,044 |
1479f4aa2b101ce94314527fa096eed74cff2126 | Katie Gengler | Katie Gengler | Add v3.12.0 to CHANGELOG
[ci skip]
(cherry picked from commit e374285bc3c1c615bf35db66afc157cd80420790) | add v3.12.0 to changelog | 24 | false | false | 4 | true | true | true | emberjs | ember.js | 3,045 |
e8a6420f39d0a6a6f67a85f62f30fbb5c4339507 | Robert Jackson | GitHub | [BUGFIX beta] Fix routing path with double slash (#18226)
[BUGFIX beta] Fix routing path with double slash | [bugfix beta] fix routing path with double slash | 48 | false | false | 8 | false | false | false | emberjs | ember.js | 3,046 |
b70a44265d046dfa25ac46520d9537c60a69d9b5 | Maciej Kwaśniak | Maciej Kwaśniak | Fix routing path with double slash | fix routing path with double slash | 34 | false | false | 6 | false | true | false | emberjs | ember.js | 3,047 |
a1b5a6b6e09d33407b82546394a4d2fa41ac42d5 | Godfrey Chan | GitHub | Merge pull request #18198 from rwjblue/enable-set-component-template
[FEATURE ember-glimmer-set-component-template] Enable by default. | merge pull request from rwjblue/enable-set-component-template | 62 | true | false | 5 | true | false | false | emberjs | ember.js | 3,048 |
7a3175db82b4be8f9eae9e68d3125e63e5ea1493 | Robert Jackson | Robert Jackson | [BUGFIX beta] Reduce false positives for HAS_NATIVE_SYMBOL with polyfills.
Prior to this change the core.js polyfills would be detected as "native
symbols" (they monkey patch `Object.prototype.toString` to avoid detection by
our prior check).
Co-authored-by: Godfrey Chan <[email protected]> | [bugfix beta] reduce false positives for has_native_symbol with polyfills | 73 | false | false | 9 | false | false | false | emberjs | ember.js | 3,049 |
77b4bc6c14f603de7d2ff1a8b2d8d5f901a8edd4 | Robert Jackson | Robert Jackson | Avoid assertions for Symbol when not present.
Co-authored-by: Godfrey Chan <[email protected]> | avoid assertions for symbol when not present | 44 | false | false | 7 | true | true | true | emberjs | ember.js | 3,050 |
215b6de577e5e90883e76c7a7e2b8187ddfa45cf | Robert Jackson | Robert Jackson | [FEATURE ember-glimmer-set-component-template] Enable by default. | [feature ember-glimmer-set-component-template] enable by default | 64 | false | false | 5 | false | false | false | emberjs | ember.js | 3,051 |
c4cdae990ce827d8e143b95c6fcd0331b967c7aa | Robert Jackson | GitHub | Implement component co-location blueprints (#18203)
Implement component co-location blueprints
Co-authored-by: Robert Jackson <[email protected]> | implement component co-location blueprints | 42 | false | false | 4 | true | true | true | emberjs | ember.js | 3,052 |
c587dd9dba7320d3840b9c40d307f9c06a5a4d69 | Robert Jackson | Robert Jackson | Fixup component blueprint tests.
Co-authored-by: Godfrey Chan <[email protected]> | fixup component blueprint tests | 31 | false | false | 4 | false | false | false | emberjs | ember.js | 3,053 |
8179b69eecd98ba53c4d0bbaa6e9c3dc892a93f2 | Chris Garrett | GitHub | Merge pull request #18222 from emberjs/bugfix/tracked/match-previous-cp-assertion-behavior
[BUGFIX] Matches assertion behavior for CPs computing after destroy | merge pull request from emberjs/bugfix/tracked/match-previous-cp-assertion-behavior | 84 | true | false | 5 | true | true | false | emberjs | ember.js | 3,054 |
7892e34e72b22c6613f773d0c98f3387ea842c49 | Chris Garrett | Chris Garrett | add test | add test | 8 | false | false | 2 | true | true | false | emberjs | ember.js | 3,055 |
e62922537de7ee451d3afe003f53661a1921dfc0 | Chris Garrett | GitHub | Merge pull request #18217 from emberjs/bugfix/add-unknown-property-tag-to-args-proxy
[BUGFIX] Adds ability for computed props to depend on args | merge pull request from emberjs/bugfix/add-unknown-property-tag-to-args-proxy | 78 | true | false | 5 | true | false | false | emberjs | ember.js | 3,056 |
15b7910eb3add399398609ef1f9a4a3190979435 | Chris Garrett | Chris Garrett | [BUGFIX] Matches assertion behavior for CPs computing after destroy
Previously, there was an assertion that threw whenever a CP was
calculated after destroy, _and_ updated its dependent keys (i.e.
updated chains). This meant that CPs without any dependencies would
still run after destroy, and everything would work. The new assertion
always threw if anyone accessed _any_ CP. This changes it to only throw
if the CP has dependencies, matching the old behavior. | [bugfix] matches assertion behavior for cps computing after destroy | 67 | false | false | 9 | false | false | false | emberjs | ember.js | 3,057 |
fd5cff668a2a274bbabb656fa75a7791b9504413 | Chris Garrett | Chris Garrett | [BUGFIX] Adds ability for computed props to depend on args
This PR adds the ability for computed properties and observers to watch
`args` on custom components. Currently this does not work because the
`args` object is not a standard object, but a proxy that forwards
property access to the `CapturedNamedArgs` instance for the component,
and consumes its tag for autotracking.
CPs currently ignore autotracking, and have to depend on `args` manually
via the `chainTags` system. In the first attempt to support this we used
the `UNKNOWN_PROPERTY_TAG` API, but that actually doesn't work for this
case because these _aren't_ unknown properties, they do "exist" on the
proxy and should be enumerable.
Rather than adding another general API to the `tagForProperty` function,
I opted to add some special logic to the `chainTags` crawler, similar to
what we do for `@each`. When the chain is looking up `args` as its
segment, it'll also check to see if the value is an args proxy, and if
so it'll use the (saved) CapturedNamedArgs directly. This check should
be low overhead since it's a string comparison, and only applies to CPs
and observers rather than _all_ code (compared to adding it to
`tagForProperty`, which would affect new code as well). | [bugfix] adds ability for computed props to depend on args | 58 | false | false | 10 | false | false | false | emberjs | ember.js | 3,058 |
49ea6fe9efb71823dcc1f48a3b98c233327bf38d | Chris Garrett | GitHub | Merge pull request #18207 from emberjs/cleanup/turn-node-modules-into-standard-amd
[CLEANUP lts] Change node-module into a standard package | merge pull request from emberjs/cleanup/turn-node-modules-into-standard-amd | 76 | true | false | 5 | true | false | false | emberjs | ember.js | 3,059 |
9ef95e4cc71b2c9c73bbc0b4542c98c39195e178 | Chris Garrett | Chris Garrett | [CLEANUP lts] Change node-module into a standard package
Right now, `node-module` is a precompiled package, but that makes it
harder to get it to properly integrate with dynamic builds. This changes
it to be a standard package that goes through the build process like
normal. | [cleanup lts] change node-module into a standard package | 56 | false | false | 8 | false | false | false | emberjs | ember.js | 3,060 |
e3759acf662d5186185190b08ed47ddd6c02f283 | Robert Jackson | GitHub | Merge pull request #18214 from simonihmig/rfc486
Add deprecations for mouseEnter/Leave/Move Ember events | merge pull request from simonihmig/rfc486 | 42 | true | false | 5 | true | false | false | emberjs | ember.js | 3,061 |
f9b52af1ffc58b5c31f03e8e7749a863366fc905 | Robert Jackson | GitHub | [CLEANUP lts] Removes the runningProdBuild flag (#18206)
[CLEANUP lts] Removes the runningProdBuild flag | [cleanup lts] removes the runningprodbuild flag | 47 | false | false | 6 | false | false | false | emberjs | ember.js | 3,062 |
d922666b2d0383e59cdbdaa5af9bb836dbc2390b | simonihmig | simonihmig | Fix linting errors | fix linting errors | 18 | false | false | 3 | true | true | true | emberjs | ember.js | 3,063 |
50fb52c6e44668c244473e4b8f977cd0b0573ecc | simonihmig | simonihmig | Remove deprecated events from docs | remove deprecated events from docs | 34 | false | false | 5 | true | true | true | emberjs | ember.js | 3,064 |
b6b82067dee73db14d0a371638a1998bceae780d | simonihmig | simonihmig | Add deprecations for mouseEnter/Leave/Move Ember events
As per RFC486 | add deprecations for mouseenter/leave/move ember events | 55 | false | false | 6 | true | true | false | emberjs | ember.js | 3,065 |
9951eea116491f5878eef2211b5b95625261e444 | Chris Garrett | GitHub | Merge pull request #18212 from elwayman02/patch-1
Remove Duplicate/Confusing Filter Tests | merge pull request from elwayman02/patch-1 | 43 | true | false | 5 | true | false | false | emberjs | ember.js | 3,066 |
96cacaf32015352c0872b97816541314800c4af0 | Jordan Hawker | GitHub | Remove Duplicate/Confusing Filter Tests
The two tests removed duplicate functionality more extensively tested by other tests in this suite. Specifically:
'@test should filter based on object' - This tests the same behavior as '@test should filter on second argument if provided', but against a smaller array.
'@test should not return all objects on undefined second argument' - This tests the same behavior as '@test should correctly filter explicit undefined second argument', but against an array where no objects have an explicit `undefined` value for that key. The second test correctly asserts that defined values should be filtered out *and* that explicit undefined values should be kept, making the first test unnecessary. | remove duplicate/confusing filter tests | 39 | false | false | 4 | false | false | false | emberjs | ember.js | 3,067 |
36e03eba745295fbd5735e56ef089266a8ba77f9 | Chris Garrett | Chris Garrett | [CLEANUP lts] Removes the runningProdBuild flag
Preparation/Cleanup for dynamic builds. | [cleanup lts] removes the runningprodbuild flag | 47 | false | false | 6 | false | false | false | emberjs | ember.js | 3,068 |
71abf7e4fa2bde139d3a2038d5792dbff4fbb20a | dependabot-preview[bot] | GitHub | Merge pull request #18163 from emberjs/dependabot/npm_and_yarn/broccoli-persistent-filter-2.3.1 | merge pull request from emberjs/dependabot/npm_and_yarn/broccoli-persistent-filter-2.3.1 | 89 | true | true | 5 | true | false | false | emberjs | ember.js | 3,069 |
f99a4f7275e2d2740a33dd5495b675d169691806 | dependabot-preview[bot] | GitHub | Bump broccoli-persistent-filter from 2.3.0 to 2.3.1
Bumps [broccoli-persistent-filter](https://github.com/stefanpenner/broccoli-persistent-filter) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/stefanpenner/broccoli-persistent-filter/releases)
- [Changelog](https://github.com/stefanpenner/broccoli-persistent-filter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stefanpenner/broccoli-persistent-filter/compare/v2.3.0...v2.3.1)
Signed-off-by: dependabot-preview[bot] <[email protected]> | bump broccoli-persistent-filter from 2.3.0 to 2.3.1 | 51 | true | true | 6 | true | true | false | emberjs | ember.js | 3,070 |
8f769a601ae18506fd9f26fb1654d51c7ddaca66 | dependabot-preview[bot] | GitHub | Merge pull request #18205 from emberjs/dependabot/npm_and_yarn/ember-cli-3.11.0 | merge pull request from emberjs/dependabot/npm_and_yarn/ember-cli-3.11.0 | 73 | true | true | 5 | true | false | false | emberjs | ember.js | 3,071 |
c1f2e97fd42904475911952a0395fcc475106e2d | dependabot-preview[bot] | GitHub | Bump ember-cli from 3.10.1 to 3.11.0
Bumps [ember-cli](https://github.com/ember-cli/ember-cli) from 3.10.1 to 3.11.0.
- [Release notes](https://github.com/ember-cli/ember-cli/releases)
- [Changelog](https://github.com/ember-cli/ember-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ember-cli/ember-cli/compare/v3.10.1...v3.11.0)
Signed-off-by: dependabot-preview[bot] <[email protected]> | bump ember-cli from 3.10.1 to 3.11.0 | 36 | true | true | 6 | true | true | false | emberjs | ember.js | 3,072 |
d0e46ad332c3de635045d8e9c285001b1f7e3389 | dependabot-preview[bot] | GitHub | Merge pull request #18201 from emberjs/dependabot/npm_and_yarn/aws-sdk-2.493.0 | merge pull request from emberjs/dependabot/npm_and_yarn/aws-sdk-2.493.0 | 72 | true | true | 5 | true | false | false | emberjs | ember.js | 3,073 |
7e2ae2b20189b7c592b669ce3e887a72aa4ec4af | dependabot-preview[bot] | GitHub | Bump aws-sdk from 2.479.0 to 2.493.0
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.479.0 to 2.493.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.479.0...v2.493.0)
Signed-off-by: dependabot-preview[bot] <[email protected]> | bump aws-sdk from 2.479.0 to 2.493.0 | 36 | true | true | 6 | false | true | false | emberjs | ember.js | 3,074 |
978cf6773d6eea3e656d0da797980305061186cf | Robert Jackson | GitHub | Merge pull request #18195 from ursm/fix-doc-links
Fix doc links | merge pull request from ursm/fix-doc-links | 43 | true | false | 5 | true | false | false | emberjs | ember.js | 3,075 |
b6a3ecdb6883401f0aea91a8a290acf937f91f6c | Robert Jackson | GitHub | [FEATURE] Enables Tracked Properties (#18186)
[FEATURE] Enables Tracked Properties | [feature] enables tracked properties | 36 | false | false | 4 | false | false | false | emberjs | ember.js | 3,076 |
70d4b72ad320d9840125569793e40721fe68700f | Robert Jackson | GitHub | [DOCS] Code examples for transitionTo, replaceWith and recogni… (#18179)
[DOCS] Code examples for transitionTo, replaceWith and recognize methods of Router service | [docs] code examples for transitionto, replacewith and recogni… | 63 | false | false | 8 | false | false | false | emberjs | ember.js | 3,077 |
d3330598f0fec81d6700448daeef8768483d31df | Samanta de Barros | Samanta de Barros | Add code example for recognize | add code example for recognize | 30 | false | false | 5 | true | true | true | emberjs | ember.js | 3,078 |
e56887900b0094ca390f83d0e1b2f067b9565bfe | dependabot-preview[bot] | GitHub | Merge pull request #18196 from emberjs/dependabot/npm_and_yarn/babel/plugin-transform-destructuring-7.5.0 | merge pull request from emberjs/dependabot/npm_and_yarn/babel/plugin-transform-destructuring-7.5.0 | 99 | true | true | 5 | true | false | false | emberjs | ember.js | 3,079 |
3a0a71b38f2f0c4b511ec41e0c9ece3f0b2fe314 | dependabot-preview[bot] | GitHub | Bump @babel/plugin-transform-destructuring from 7.4.4 to 7.5.0
Bumps [@babel/plugin-transform-destructuring](https://github.com/babel/babel) from 7.4.4 to 7.5.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.4.4...v7.5.0)
Signed-off-by: dependabot-preview[bot] <[email protected]> | bump @babel/plugin-transform-destructuring from 7.4.4 to 7.5.0 | 62 | true | true | 6 | false | true | false | emberjs | ember.js | 3,080 |
4a0d8cb134a38b08cb6c139234b28ba67f22a624 | Robert Jackson | GitHub | Merge pull request #18190 from emberjs/template-only
[FEATURE set-component-template] Add @ember/component/template-only | merge pull request from emberjs/template-only | 46 | true | false | 5 | true | false | false | emberjs | ember.js | 3,081 |
d2464e563514dfcd405d8c0087950c88ac1aff1d | Keita Urashima | Keita Urashima | [DOC] Unify to use api.emberjs.com | [doc] unify to use api.emberjs.com | 34 | false | false | 5 | false | false | false | emberjs | ember.js | 3,082 |
59d4370b9f6f012b0876d5116b7bf1136b8fa189 | Keita Urashima | Keita Urashima | [DOC] Fix broken links | [doc] fix broken links | 22 | false | false | 4 | false | false | false | emberjs | ember.js | 3,083 |
b53699e06c80e609c96051810f1dbaf6607e5631 | Godfrey Chan | Robert Jackson | [FEATURE set-component-template] Add @ember/component/template-only
As part of RFC 481 this adds the `@ember/component/template-only` module, and
its associated implementation.
Co-authored-by: Robert Jackson <[email protected]> | [feature set-component-template] add @ember/component/template-only | 67 | false | false | 4 | false | false | false | emberjs | ember.js | 3,084 |
0d87bac010c696b1b0c452fce0148af70f9bc3ae | dependabot-preview[bot] | GitHub | Merge pull request #18189 from emberjs/dependabot/npm_and_yarn/lodash-4.17.14 | merge pull request from emberjs/dependabot/npm_and_yarn/lodash-4.17.14 | 71 | true | true | 5 | true | false | false | emberjs | ember.js | 3,085 |
18ab1699be8eac7cc1cccddf2ef0d3ba82bf5c7d | dependabot-preview[bot] | GitHub | [Security] Bump lodash from 4.17.11 to 4.17.14
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)
Signed-off-by: dependabot-preview[bot] <[email protected]> | [security] bump lodash from 4.17.11 to 4.17.14 | 46 | false | true | 7 | false | false | false | emberjs | ember.js | 3,086 |
95b3a16cd6807faebac30994f443d60828b56264 | dependabot-preview[bot] | GitHub | Merge pull request #18188 from emberjs/dependabot/npm_and_yarn/lodash.merge-4.6.2 | merge pull request from emberjs/dependabot/npm_and_yarn/lodash.merge-4.6.2 | 75 | true | true | 5 | true | false | false | emberjs | ember.js | 3,087 |
5eaed4ae15d21d847d2b5a0ad3fcd7e63531de16 | dependabot-preview[bot] | GitHub | [Security] Bump lodash.merge from 4.6.1 to 4.6.2
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)
Signed-off-by: dependabot-preview[bot] <[email protected]> | [security] bump lodash.merge from 4.6.1 to 4.6.2 | 48 | false | true | 7 | false | false | false | emberjs | ember.js | 3,088 |
7d0b46ce2d03fa000f23cb64b8495dd7fc93f86e | Robert Jackson | GitHub | Merge pull request #18185 from emberjs/jenweber-patch-1
[DOC] fix missing backtick | merge pull request from emberjs/jenweber-patch-1 | 49 | true | false | 5 | true | false | false | emberjs | ember.js | 3,089 |
50d70cb453eb10802f7b5e0c8566792f68d0b996 | Godfrey Chan | Godfrey Chan | zomg
Co-authored-by: Robert Jackson <[email protected]> | zomg | 4 | false | false | 1 | false | false | false | emberjs | ember.js | 3,090 |
42d8229a15cbd1e192e340fa453511e42d88285d | Chris Garrett | Chris Garrett | [FEATURE] Enables Tracked Properties | [feature] enables tracked properties | 36 | false | false | 4 | false | false | false | emberjs | ember.js | 3,091 |
076e84314993f071ae6df5248b08bd909f43ebe0 | Jen Weber | GitHub | [DOC] fix missing backtick | [doc] fix missing backtick | 26 | false | false | 4 | false | false | false | emberjs | ember.js | 3,092 |
1717a2ff363694dc33b58a41c204f41efc591118 | Garrick Cheung | GitHub | Correct property name in @union cp example
The example usage of `@union` defines `ediblePlants` but uses `hamster.uniqueFruits` instead.
Change `ediblePlants` to `uniqueFruits`. | correct property name in @union cp example | 42 | false | false | 7 | true | false | true | emberjs | ember.js | 3,093 |
84ab4ea5a6ce6780f5166efaef648308609b76ee | Samanta de Barros | Samanta de Barros | Add code example for replaceWith | add code example for replacewith | 32 | false | false | 5 | true | true | true | emberjs | ember.js | 3,094 |
5e40cbdac4eac70bf0999d94d5cea4f3a46f7de2 | Samanta de Barros | Samanta de Barros | Add code example for transitionTo | add code example for transitionto | 33 | false | false | 5 | true | true | true | emberjs | ember.js | 3,095 |
b31998b6a0cccd22a8fb6fab21d24e5e7f2cb70d | Robert Jackson | GitHub | Fix issues with the recent template factory refactor and @embe… (#18168)
Fix issues with the recent template factory refactor and @ember/test-helpers v1.6.0 | fix issues with the recent template factory refactor and @embe… | 63 | false | false | 10 | true | true | false | emberjs | ember.js | 3,096 |
7d139a767f32389d26276e078493cde92ac03972 | Robert Jackson | Robert Jackson | [BUGFIX] Ensure owner.lookup result can be passed to outlet state.
This fix allows _either_ `owner.lookup('template:foo')` or
`owner.lookup('template:foo')(owner)` to be passed as the `template`
property in `outletState.render`. This ensures that existing versions of
`@ember/test-helpers` work properly before and after the recent template
factory refactors. | [bugfix] ensure owner.lookup result can be passed to outlet state | 65 | false | false | 10 | false | false | false | emberjs | ember.js | 3,097 |
cf1583e820768e6862bc5ede93831b22c9811f1d | Robert Jackson | Robert Jackson | Add failing smoke test for @ember/test-helpers v1.6.0. | add failing smoke test for @ember/test-helpers v1.6.0 | 53 | false | false | 7 | true | true | false | emberjs | ember.js | 3,098 |
32bac7b4c751f4f5bc774ea05d0a85b8087de7c7 | Robert Jackson | GitHub | Add more tests for inherited listeners. (#18160)
Add more tests for inherited listeners. | add more tests for inherited listeners. | 39 | false | false | 6 | true | true | true | emberjs | ember.js | 3,099 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.