sha
stringlengths
40
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
85k
b1d4d3c88e60786235d13b3e859834c0a92f5236
Robert Jackson
Robert Jackson
Merge pull request #12408 from chadhietala/bump-htmlbars Bump htmlbars
merge pull request from chadhietala/bump-htmlbars
50
true
false
5
true
false
false
emberjs
ember.js
10,800
00fc5a5c29c4aac9350e81a83cf2c6a88ee53713
Godfrey Chan
Godfrey Chan
Rollback a few non-critical changes to derisk The gets the unflagged branches more closer aligned with master; most important one being `boot` is back to `@private` again since there are no real reason you need to call it (`visit` calls it automatically), and because we cannot feature flag docs (and have one of them public, the other one private).
rollback a few non-critical changes to derisk
45
true
false
7
false
true
false
emberjs
ember.js
10,801
fdf72c2b0c5ca857d164f49419b1ab1904038617
Godfrey Chan
Godfrey Chan
Merge branch 'master' into visit_api Conflicts: packages/ember-application/lib/system/application.js packages/ember-application/lib/system/application-instance.js packages/ember-application/tests/system/visit_test.js packages/ember-views/lib/mixins/view_support.js
merge branch 'master' into visit_api
36
true
false
5
false
true
false
emberjs
ember.js
10,802
edc60a6e87dfe220871e66695ddedde621ba5be4
Chad Hietala
Chad Hietala
Bump htmlbars
bump htmlbars
13
true
false
2
true
false
false
emberjs
ember.js
10,803
9f0f28d32fc7bbc8ecb95a61ed3763c9d0a2d47d
Jonathan Skeate
Jonathan Skeate
[CLEANUP canary] Refactor string classifier tests
[cleanup canary] refactor string classifier tests
49
false
false
6
false
false
false
emberjs
ember.js
10,804
85d725c61f3b43a630d1f806c7d0824b3c299d0e
Jonathan Skeate
Jonathan Skeate
[BUGFIX release-1-13] Fix string classify normalizer Resolves #11326. If a piece of a name starts with dash (-), it will be changed into an underscore (_).
[bugfix release-1-13] fix string classify normalizer
52
false
false
6
false
false
false
emberjs
ember.js
10,805
20df8632b4361cb1b1d552e067084bbb9746888e
Robert Jackson
Robert Jackson
Avoid timing brittleness in Ember.Select test. The goal of this test is to ensure that the following scenario: 1. `selection` is set to a slow resolving promise 2. `selection` is set to another value (a promise that resolves before the "slow resolving" promise above) Results in the newest assigned selection (2. from above) and NOT the most recently resolved promise (1. from above). --- This test randomly fails in Sauce Labs in the previous rendition, because the VM sometimes runs slowly and the 10ms difference between the two `run.later`'s is lost.
avoid timing brittleness in ember.select test
45
false
false
6
true
true
true
emberjs
ember.js
10,806
b268dc54be0140ddc27f9ba0692658e66a93edd3
Godfrey Chan
Godfrey Chan
Missed a typo
missed a typo
13
false
false
3
false
false
false
emberjs
ember.js
10,807
6d9c14540d17c2676a42b4f15adbb9554dd91370
Godfrey Chan
Godfrey Chan
Soften the language, globals mode is still supported
soften the language, globals mode is still supported
52
false
false
8
false
true
false
emberjs
ember.js
10,808
a2ea4db96c72c168d6f2c94b5cdb8faa34865c23
Godfrey Chan
Godfrey Chan
Missed on rename
missed on rename
16
false
false
3
false
false
false
emberjs
ember.js
10,809
256a2336db2b3082011ce73f1938c2c2ebe2b4d9
Robert Jackson
Robert Jackson
Merge pull request #12390 from duggiefresh/import-controller [CLEANUP beta] Import `Controller` module
merge pull request from duggiefresh/import-controller
54
true
false
5
true
false
false
emberjs
ember.js
10,810
b0b4a1a96fe512c339d76082a181f2907012792f
Godfrey Chan
Godfrey Chan
Use promises for async tests
use promises for async tests
28
false
false
5
true
true
true
emberjs
ember.js
10,811
01fc2a683a92ddf5d069a33eb92f6af2c37582c2
Godfrey Chan
Godfrey Chan
Prefix boolean flags w/Java conventions
prefix boolean flags w/java conventions
39
false
false
5
true
false
true
emberjs
ember.js
10,812
551d6fc1dd983594831bdf8d716291ac4a86255c
Godfrey Chan
Godfrey Chan
Fix all the typos
fix all the typos
17
false
false
4
true
true
true
emberjs
ember.js
10,813
e993ad8a8e6eca281ddc21e60e62428458efddb5
Godfrey Chan
Godfrey Chan
rootElement isn't observation: don't need set/get Also, we don't use _environment on the instance itself, so don't need to save it off for no reason.
don't need set/get
18
false
false
3
false
false
false
emberjs
ember.js
10,814
008f1dcd1605cfe925f9b754316e0d4d5036a1a2
Godfrey Chan
Godfrey Chan
Use ES6 default parameters
use es6 default parameters
26
false
false
4
true
true
true
emberjs
ember.js
10,815
b172115790c9bb415ad0752a23f9e02f51299e6b
Godfrey Chan
Godfrey Chan
Just use the Promise constructor here Also, don't add the function's internal states into the constructor for no reason.
just use the promise constructor here
37
false
false
6
false
false
false
emberjs
ember.js
10,816
22b175617d863e50c9cfe4eb0e0f2db6e93daa7f
Robert Jackson
Robert Jackson
Merge pull request #12404 from xtian/component-cleanup [CLEANUP beta] Use component module.
merge pull request from xtian/component-cleanup
48
true
false
5
true
true
false
emberjs
ember.js
10,817
5b8f5350ac81cb9724a92b5a08da3d47ca338690
Doug Yun
Doug Yun
[CLEANUP beta] Import `Controller` module moar tidying up!
[cleanup beta] import `controller` module
41
false
false
5
false
false
false
emberjs
ember.js
10,818
86975ff00fc9eed851512cf38755983d9b744227
Christian Wesselhoeft
Christian Wesselhoeft
[CLEANUP beta] Use component module.
[cleanup beta] use component module
35
false
false
5
false
false
false
emberjs
ember.js
10,819
1a2cd166a86219717a0cde1df4dab497d8dda3e3
Robert Jackson
Robert Jackson
Merge pull request #12401 from rwjblue/update-qunit-timeout Update QUnit test timeout to 15 seconds.
merge pull request from rwjblue/update-qunit-timeout
53
true
false
5
true
false
false
emberjs
ember.js
10,820
d1aa59510b2d1b24a7b95ef24f04e7bc8f80208d
Robert Jackson
Robert Jackson
Merge pull request #12396 from rwjblue/ensure-init-is-called [BUGFIX beta] Ensure that `this._super` is called by Components.
merge pull request from rwjblue/ensure-init-is-called
54
true
false
5
true
false
false
emberjs
ember.js
10,821
7329fe9fac2644d4ecbde69e76ec0351f551820d
Robert Jackson
Robert Jackson
Ensure test waits properly for async test helper. Without this, the test will timeout after 1s (regardless of `QUnit.config.testTimeout` setting which is not used unless you are using `QUnit.asyncTest`, `assert.async`, or `QUnit.stop`).
ensure test waits properly for async test helper
48
false
false
8
true
false
true
emberjs
ember.js
10,822
bfe3908b2be9ceab76918d68a50f6c521a25e939
Robert Jackson
Robert Jackson
Update QUnit test timeout to 15 seconds. We have an annoying intermitent test failure that occurs when running tests on older browsers in Sauce Labs. The failure is generally occurring when the VM itself is slower than normal, and will pass after a restart. This increases the timeout to allow more time (from 7 seconds to 15 seconds) in the hopes that this resolves the majority of our random failure scenarios.
update qunit test timeout to 15 seconds
39
false
false
7
true
true
true
emberjs
ember.js
10,823
ea21467f9c34f4af4d7c9d79d0e666ddbad0ac36
Robert Jackson
Robert Jackson
Merge pull request #12398 from xtian/get-cleanup [CLEANUP beta] Use get module.
merge pull request from xtian/get-cleanup
42
true
false
5
true
false
false
emberjs
ember.js
10,824
4234d92d01a461a9875503f591913c8d81dcdac7
Robert Jackson
Robert Jackson
Merge pull request #12397 from xtian/location-cleanup [CLEANUP beta] Use location modules.
merge pull request from xtian/location-cleanup
47
true
false
5
true
false
false
emberjs
ember.js
10,825
373d59fd40e7647cbfa574ef30cccf85590ac38e
Robert Jackson
Robert Jackson
[BUGFIX beta] Call `this._super` before touching `this`. You should generally always call `this._super(...arguments);` before touching `this` in the constructor. This requirement is actually enforced by ES2015 classes...
[bugfix beta] call `this._super` before touching `this`
55
false
false
7
false
false
false
emberjs
ember.js
10,826
eed09ce5df545a699914a0be43378989c06db79e
Christian Wesselhoeft
Christian Wesselhoeft
[CLEANUP beta] Use location modules.
[cleanup beta] use location modules
35
false
false
5
false
false
false
emberjs
ember.js
10,827
ba67760e9b8188a0a3a267622dcc1323ffc25834
Stefan Penner
Stefan Penner
Merge pull request #12399 from xtian/a-cleanup [CLEANUP beta] Use Ember.A from module.
merge pull request from xtian/a-cleanup
40
true
false
5
true
false
false
emberjs
ember.js
10,828
6885d12557215bc89af4e82e670b22567512f320
Christian Wesselhoeft
Christian Wesselhoeft
[CLEANUP beta] Use Ember.A from module.
[cleanup beta] use ember.a from module
38
false
false
6
false
false
false
emberjs
ember.js
10,829
97efe3c3e3b4f481a1fffcb494ea90ddaf64dc54
Christian Wesselhoeft
Christian Wesselhoeft
[CLEANUP beta] Use get module.
[cleanup beta] use get module
29
false
false
5
false
false
false
emberjs
ember.js
10,830
bf455fbc732e91f1edb3192fda467a93fb3d058e
Robert Jackson
Robert Jackson
[BUGFIX beta] Ensure that `this._super` is called by Components. When implementing `init` in a component subclass you must call `this._super(...arguments)`. If you do not you will get an error. Unfortunately, that error is **very** hard to understand and is completely unrelated to code that you have written. This change adds a small flag (via symbol to avoid exposing this publicly) that we can use to ensure that `_super` was called properly. --- After these changes, given the following: ```javascript import Ember from 'ember'; export default Ember.Component.extend({ init() { this.doThings(); } }); ``` Will throw an error that explains that you must call `_super`: ``` You must call `this._super(...arguments);` when implementing `init` in a component. Please update ${this} to call `this._super` from `init`. ```
[bugfix beta] ensure that `this._super` is called by components
63
false
false
9
false
false
false
emberjs
ember.js
10,831
de6b0c4958a399644fd521d85027593aa26b51fc
Robert Jackson
Robert Jackson
Merge pull request #12395 from xtian/inject-cleanup [CLEANUP beta] Use inject module.
merge pull request from xtian/inject-cleanup
45
true
false
5
true
false
false
emberjs
ember.js
10,832
ab8b2f06401667f8076721de5e9fe2f0b8ec293d
Christian Wesselhoeft
Christian Wesselhoeft
[CLEANUP beta] Use inject module.
[cleanup beta] use inject module
32
false
false
5
false
false
false
emberjs
ember.js
10,833
a4743dc495b405dfb98c17f9e9abd5df1cd66c6e
Robert Jackson
Robert Jackson
Merge pull request #12389 from xtian/jquery-cleanup [CLEANUP beta] Use jQuery module.
merge pull request from xtian/jquery-cleanup
45
true
false
5
true
false
false
emberjs
ember.js
10,834
f3a54942f305462454928d823c7ec6d3ad36d30b
Christian Wesselhoeft
Christian Wesselhoeft
[CLEANUP beta] Use jQuery module
[cleanup beta] use jquery module
32
false
false
5
false
false
false
emberjs
ember.js
10,835
ed0bd63d029e6f592b7523606c48acbf0439302d
Robert Jackson
Robert Jackson
Merge pull request #12392 from xtian/logger-cleanup [CLEANUP beta] Use logger module.
merge pull request from xtian/logger-cleanup
45
true
false
5
true
false
false
emberjs
ember.js
10,836
7369c8584226934b7d81ee9d3b62832c4c7a3f4d
Robert Jackson
Robert Jackson
Merge pull request #12387 from xtian/application-cleanup [CLEANUP beta] Use Application module.
merge pull request from xtian/application-cleanup
50
true
false
5
true
true
false
emberjs
ember.js
10,837
8e317ee6ddd10493382d6e2ec9477bb457ce873c
Godfrey Chan
Godfrey Chan
Docs; tighten the public API; resource discovery
docs; tighten the public api; resource discovery
48
false
false
7
false
false
false
emberjs
ember.js
10,838
00ed2325709808ed6349b707da84ed44783d3ad0
Stefan Penner
Stefan Penner
Merge pull request #12393 from xtian/rsvp-cleanup [CLEANUP beta] Use RSVP module.
merge pull request from xtian/rsvp-cleanup
43
true
false
5
true
true
false
emberjs
ember.js
10,839
400883b75b25527040945a4e57f4e7a001063d97
Christian Wesselhoeft
Christian Wesselhoeft
[CLEANUP beta] Use application module.
[cleanup beta] use application module
37
false
false
5
false
false
false
emberjs
ember.js
10,840
14a70624dc5a7e932245af20d2e1bd9103c0946e
Christian Wesselhoeft
Christian Wesselhoeft
[CLEANUP beta] Use RSVP module.
[cleanup beta] use rsvp module
30
false
false
5
false
false
false
emberjs
ember.js
10,841
c7e4de445f074f90d20c3b9d00ee9956fafb3ee0
Christian Wesselhoeft
Christian Wesselhoeft
[CLEANUP beta] Use logger module.
[cleanup beta] use logger module
32
false
false
5
false
false
false
emberjs
ember.js
10,842
ac6c00a3afa2a11608c85b2d741945cda094ca74
Robert Jackson
Robert Jackson
Merge pull request #12391 from xtian/set-cleanup [CLEANUP beta] Use set and computed property modules.
merge pull request from xtian/set-cleanup
42
true
false
5
true
true
false
emberjs
ember.js
10,843
b037894a2d278effb07f469d64cb68c7ec0739b8
Godfrey Chan
Godfrey Chan
Ember Islands... it Just Works™ o_0
ember islands... it just works™ o_0
35
false
false
6
false
false
false
emberjs
ember.js
10,844
104e2c6593bf5ba81da0a39bad74f8ab40912e2d
Godfrey Chan
Godfrey Chan
Add a FastBoot test to help design the API
add a fastboot test to help design the api
42
false
false
9
true
true
true
emberjs
ember.js
10,845
9e533de932c4ac308fe27ec6870a95994edef29d
Christian Wesselhoeft
Christian Wesselhoeft
[CLEANUP beta] Use set and computed property modules
[cleanup beta] use set and computed property modules
52
false
false
8
false
false
false
emberjs
ember.js
10,846
1be4923708aa7d5365120a5207487ec85d66d1d1
Martin Muñoz
Martin Muñoz
Merge pull request #12386 from xtian/run-cleanup [CLEANUP beta] Use run_loop module.
merge pull request from xtian/run-cleanup
42
true
false
5
true
false
false
emberjs
ember.js
10,847
3c9836f8ae4164cb5f07bcb1d9537b6b9b65db85
Christian Wesselhoeft
Christian Wesselhoeft
[CLEANUP beta] Use run_loop module.
[cleanup beta] use run_loop module
34
false
false
5
false
false
false
emberjs
ember.js
10,848
94e1035a0eb66cc4d2a6624ff2557a331524f663
Godfrey Chan
Godfrey Chan
Properly handle redirects and aborts
properly handle redirects and aborts
36
false
false
5
false
false
false
emberjs
ember.js
10,849
1a423865c464847539a7f9535a49a2983d626fb4
Godfrey Chan
Godfrey Chan
Refactor application (instance) boot paths This is a dialed back attempt at making the `ApplicationInstance` boot process fully async. I wrote all the code to make that happen, only to find out that a lot of tests implicitly depend on the process being synchronous. So, I did the following instead: 1. Create an async version of `boot` on both `Application` and on `ApplicationInstance`. Going forward, new APIs (`visit`, etc) should use the async version. 2. Keep an internal `_bootSync` method on both classes and use them in places where we rely on the process being synchronous. In the short term, having to support both synchronous and asynchronous might make things look a bit more complicated, but it will help us iterate towards where we want to be. Separately, this commit also solidified the concept of a `boot` phase on `ApplicationInstances`. Instead of overriding things on the instance in an ad-hoc manner and implicitly rely on the timing of these calls (e.g. `overrideRouterLocation` must be called before the router is instantiated/cached), they have now been consolidated into options that you pass into the `boot()` method. Having an explicit boot phase makes it clear what can and cannot happen at runtime. (TODO: move the "start routing" logic into the boot phase)
refactor application (instance) boot paths
42
false
false
5
false
false
false
emberjs
ember.js
10,850
e8e3e1d341402c5ceb587bcf8a291ca1089464b2
Godfrey Chan
Godfrey Chan
Finalize namespace before booting instances
finalize namespace before booting instances
43
false
false
5
true
true
true
emberjs
ember.js
10,851
1050503423bb10c9d6f3630ae1d3cdec1345fc75
Godfrey Chan
Godfrey Chan
Make App.visit() boot the app if needed
make app.visit() boot the app if needed
39
false
false
7
false
true
false
emberjs
ember.js
10,852
2c401c4be7eb71dbc31caf08a72734151c8c31b3
Stefan Penner
Stefan Penner
Merge pull request #12384 from duggiefresh/cleanup-ember-object [CLEANUP beta] - Import `Ember.Object`
merge pull request from duggiefresh/cleanup-ember-object
57
true
false
5
true
false
false
emberjs
ember.js
10,853
3ed66259c33d7c47395c4e9d125906b45209ef65
Doug Yun
Doug Yun
[CLEANUP beta] - Import `Ember.Object` * Just tidying up.
[cleanup beta] - import `ember.object`
38
false
false
5
false
false
false
emberjs
ember.js
10,854
78990137992faba8eef82f4685f777dc46928dde
Godfrey Chan
Godfrey Chan
Fully async-ify the boot process
fully async-ify the boot process
32
false
false
5
false
false
false
emberjs
ember.js
10,855
b8a6288f198f4991b73c0590d662d78091a7b66f
Godfrey Chan
Godfrey Chan
Untangle autoboot and globalsMode code paths Conceptually, these are two orthgonal things – autoboot happens to be the opt-in for disabling support for globals mode. After this refactor, autoboot is literally just calling `boot()` at DOM Ready and *then* creating a instance automatically for you. Conversely, you mustcall `boot()` yourself if you disable autoboot). Most of the globals mode featue are already deprecated in 1.x. Separating the two concepts allow us to review and remove those feaatures independently. Locally overriding the flags to use the `(autoboot: true, globalsMode: false)` combo and running the tests would reveal all the places we are relying on them internally.
untangle autoboot and globalsmode code paths
44
false
false
6
false
false
false
emberjs
ember.js
10,856
47464b62be6fdd3eba527a871e1995b2c9e50c9e
Robert Jackson
Robert Jackson
Merge pull request #12382 from phkavitha/master [DOC release] Fixed typo in the documentation for {{hasBlock}}
merge pull request from phkavitha/master
41
true
false
5
true
false
false
emberjs
ember.js
10,857
9ab49f4947e42812776518788516aa07b9e1ef4b
Kris Selden
Kris Selden
Merge pull request #12381 from duggiefresh/cleanup-import-ember-error [CLEANUP beta] - Import `ember-metal/error`
merge pull request from duggiefresh/cleanup-import-ember-error
63
true
false
5
true
false
false
emberjs
ember.js
10,858
b922bb1df9cf30ea49908b0bdeb6300abcc7928e
Kavitha PH
Kavitha PH
Fixed typo in the documentation for {{hasBlock}}
fixed typo in the documentation for {{hasblock}}
48
false
false
7
false
false
false
emberjs
ember.js
10,859
53b6566f343e88d9b06eb07e2dcad41aa3b2928a
Doug Yun
Doug Yun
[CLEANUP beta] - Import `ember-metal/error`
[cleanup beta] - import `ember-metal/error`
43
false
false
5
false
false
false
emberjs
ember.js
10,860
e9d417239bab96feba72b9b48a16c54ecfba3f88
Robert Jackson
Robert Jackson
Merge pull request #12377 from cibernox/document_has_block_for_inverse [DOC release] Document optional argument of `hasBlock`
merge pull request from cibernox/document_has_block_for_inverse
64
true
false
5
true
false
false
emberjs
ember.js
10,861
023bff370967a3854595373b8c18ef87a6e59ab0
Gaurav Munjal
Gaurav Munjal
Merge branch 'master' of https://github.com/emberjs/ember.js into include_transition_yuidoc
//github.com/emberjs/ember.js into include_transition_yuidoc
60
false
false
3
false
false
false
emberjs
ember.js
10,862
2c5a0f1f829c44ec41af1bd8cc25f98d9aff32dd
Robert Jackson
Robert Jackson
Merge pull request #12378 from rwjblue/remove-global-feature-flags [FEATURE ember-contextual-components] Remove global feature flag syntax.
merge pull request from rwjblue/remove-global-feature-flags
60
true
false
5
true
false
false
emberjs
ember.js
10,863
b777d4aef6f10a4318bf7cbd452c918d353d5622
Robert Jackson
Robert Jackson
[FEATURE ember-contextual-components] Remove global feature flag syntax.
[feature ember-contextual-components] remove global feature flag syntax
71
false
false
7
false
false
false
emberjs
ember.js
10,864
b8e491e0d54a73123b06aab1198a33e2844772bf
Robert Jackson
Robert Jackson
Merge pull request #12285 from Serabe/contextual-components [FEATURE ember-contextual-components] Contextual components per RFC #64
merge pull request from serabe/contextual-components
53
true
false
5
true
false
false
emberjs
ember.js
10,865
31e215ccb139cdd06e85598353892d1ed6944785
cibernox
cibernox
[DOC release] Document optional argument of hasBlock I've found very little mention to the inverse blocks in the docs, are they discouraged in any form?
[doc release] document optional argument of hasblock
52
false
false
7
false
false
false
emberjs
ember.js
10,866
a6fcb394cb31d375d5feea461afa3920a2a306f2
Stefan Penner
Stefan Penner
Merge pull request #12375 from stefanpenner/fix-iife fix IIFE wrapping
merge pull request from stefanpenner/fix-iife
46
true
false
5
true
false
false
emberjs
ember.js
10,867
f218fdf4a4b122a09568d0d81ac44d5208deb668
Stefan Penner
Stefan Penner
fix IIFE wrapping
fix iife wrapping
17
false
false
3
false
true
false
emberjs
ember.js
10,868
82eaed01a05914306cffc8e6f3f8a4bcc0b9bd5b
Stefan Penner
Stefan Penner
Merge pull request #12372 from johanneswuerbach/master Testem v0.9.5
merge pull request from johanneswuerbach/master
48
true
false
5
true
false
false
emberjs
ember.js
10,869
ccbeafafe3f8090e673ab7a138ed22600efc786f
Johannes Würbach
Johannes Würbach
Testem v0.9.5
testem v0.9.5
13
false
false
2
false
false
false
emberjs
ember.js
10,870
290e820831ce1bcd1e3857f864d4b037249aab3e
Robert Jackson
Robert Jackson
Merge pull request #12371 from johanneswuerbach/ember-cli-sauce-142 ember-cli-sauce v1.4.2
merge pull request from johanneswuerbach/ember-cli-sauce-142
61
true
false
5
true
false
false
emberjs
ember.js
10,871
1131490d4c26e4f856f4ab4533977d39465955be
Johannes Würbach
Johannes Würbach
Remove unnecessary "j"
remove unnecessary "j"
22
false
false
3
false
true
false
emberjs
ember.js
10,872
5eca92cfc8d2ef4e60de8d57f245a85cf95587b0
Johannes Würbach
Johannes Würbach
ember-cli-sauce v1.4.2 More reliable tunnel control and SauceConnect v4.3.10
ember-cli-sauce v1.4.2
22
false
false
2
false
false
false
emberjs
ember.js
10,873
9e50864092857cd64d5f64ac4582f593d5b6eaa7
Sergio Arbeo
Sergio Arbeo
[FEATURE ember-contextual-components] Implement contextual component This feature moves previous component keyword implementation to `element-component` and adds a `closure-component` that creates a cell that closes over the component's path, positional parameters and hash parameters. These cells can be nested, merging the previous parameters with the previous ones.
[feature ember-contextual-components] implement contextual component
68
false
false
5
false
false
false
emberjs
ember.js
10,874
9f825c2ea8e631d77e22d020fd7f2d58a74bc5b6
Stefan Penner
Stefan Penner
Merge pull request #12368 from emberjs/bump-emberjs-build [fixes #12366] bump emberjs-build
merge pull request from emberjs/bump-emberjs-build
51
true
false
5
true
false
false
emberjs
ember.js
10,875
e01c77dc89c94cf29c26cf9c8a7ba47daea0a141
Stefan Penner
Stefan Penner
[fixes #12366] bump emberjs-build
[fixes ] bump emberjs-build
27
false
false
4
false
false
false
emberjs
ember.js
10,876
85f2cd4b7043a092960617335157c72b7931eaea
Robert Jackson
Robert Jackson
Merge pull request #12359 from mixonic/the-bastard [BUGFIX beta] Allow call, apply to trigger `_super` wrapping.
merge pull request from mixonic/the-bastard
44
true
false
5
true
false
false
emberjs
ember.js
10,877
64e40c2a055f96a4bc3f9bd21d5431a7b4f4b487
Matthew Beale
Matthew Beale
[BUGFIX beta] Wrap uses of call, apply for _super For CP macros (and other possible cases), `call` or `apply` may be used to redirect what seems like the "method" of a property. These cases should be wrapped in case they use `_super`, much as the explicit check for `_super` usages causes the method to be wrapped.
[bugfix beta] wrap uses of call, apply for _super
49
false
false
9
false
false
false
emberjs
ember.js
10,878
25e93cbd9ec031adbf3207f0041d113a70640794
Matthew Beale
Matthew Beale
Merge pull request #12325 from mollerhoj/doc-mergedProperties [DOC canary] Documents mergedProperties feature of core objects.
merge pull request from mollerhoj/doc-mergedproperties
55
true
false
5
true
false
false
emberjs
ember.js
10,879
0494b30a561560f603d51fa942a5003bd203cbc9
mollerhoj
mollerhoj
[DOC canary] Documents mergedProperties feature of core objects Fixes #10415
[doc canary] documents mergedproperties feature of core objects
63
false
false
8
false
false
false
emberjs
ember.js
10,880
8c892318b3f4d77ba982bd6ebfe701e66bac1a05
Robert Jackson
Robert Jackson
Merge pull request #12354 from fxkr/fix-string-preparing-to-transition-from-to Fix a string (remove superfluous space)
merge pull request from fxkr/fix-string-preparing-to-transition-from-to
72
true
false
5
true
false
false
emberjs
ember.js
10,881
5b8651097efc014a7da0a0d3e5eb1a3edf34c0b4
Felix Kaiser
Felix Kaiser
Fix a string (remove superfluous space)
fix a string (remove superfluous space)
39
false
false
6
true
true
true
emberjs
ember.js
10,882
851e4d1f4b0b37f48d39d2a30edf012b03a09dde
Stefan Penner
Stefan Penner
Merge pull request #12252 from xtian/patch-1 [DOC release] Mark enumerable methods as public
merge pull request from xtian/patch-1
38
true
false
5
true
false
false
emberjs
ember.js
10,883
299f8013114e5e6e3d7b68eab4e082fa26250f18
Robert Jackson
Robert Jackson
Merge pull request #12350 from Serabe/positional-parameters [BUGFIX beta] Change preference in positional parameters
merge pull request from serabe/positional-parameters
53
true
false
5
true
false
false
emberjs
ember.js
10,884
9edd17fd171c40de9d61bdc82bd4e3e7eb7c7862
Sergio Arbeo
Sergio Arbeo
[BUGFIX beta] Change preference in positional parameters This fixes the behaviour when a positional param conflicts conflicts with a hash param.
[bugfix beta] change preference in positional parameters
56
false
false
7
false
false
false
emberjs
ember.js
10,885
48893d61506c30a60c399d7d0bd5c15cd4e6708c
Alex Speller
Alex Speller
[DOC release] Route#disconnectOutlet should not be private
[doc release] route#disconnectoutlet should not be private
58
false
false
7
false
false
false
emberjs
ember.js
10,886
d9f3852ed7c3aef2bdb803120adcd4185bb984db
Kenneth Buck
Kenneth Buck
[DOC release] updated ember-metal/is_present.js documentation to display an example output for each relevant unit test case that must pass.
[doc release] updated ember-metal/is_present.js documentation to display an example output for each relevant unit test case that must pass
138
false
false
19
false
false
false
emberjs
ember.js
10,887
e8eab91934a538eb914728e14eb73d18f0977ce4
Robert Jackson
Robert Jackson
Merge pull request #12345 from Dhaulagiri/br-attrs [BUGFIX beta] Clean up link-to classes
merge pull request from dhaulagiri/br-attrs
44
true
false
5
true
false
false
emberjs
ember.js
10,888
c370cafef3cb1cb8f586a3b7297908d0ca82b700
Brian Runnells
Brian Runnells
[BUGFIX beta] Clean up link-to classes * Removes unnecessary massaging of activeClass/disableClass/loadingClass attrs * Add tests
[bugfix beta] clean up link-to classes
38
false
false
6
false
false
false
emberjs
ember.js
10,889
a30554fdabe468e831231d769bc89c8c8ca64e2e
Kenneth Buck
Kenneth Buck
removed trailing white space in ember-metal/is_present.js doc annotations.
removed trailing white space in ember-metal/is_present.js doc annotations
73
false
false
8
false
false
false
emberjs
ember.js
10,890
9c5821171115e6bfbe2ae544fde88c20be3e76aa
Kenneth Buck
Kenneth Buck
[DOC release] Update ember-metal/is_present.js example return value to true for cases wehre input value is false.
[doc release] update ember-metal/is_present.js example return value to true for cases wehre input value is false
112
false
false
16
false
false
false
emberjs
ember.js
10,891
000a248921d0d121fb17d4665b66575fc4f6abb3
Robert Jackson
Robert Jackson
Merge pull request #12303 from tricknotes/ember-assign [FEATURE ember-metal-ember-assign] Introduce Ember.assign()
merge pull request from tricknotes/ember-assign
48
true
false
5
true
false
false
emberjs
ember.js
10,892
53e0ed9dea99a29bb99db023abe16887c90ffe0d
Ryunosuke SATO
Ryunosuke SATO
[FEATURE ember-metal-ember-assign] Introduce `Ember.assign` And deprecate `Ember.merge`.
[feature ember-metal-ember-assign] introduce `ember.assign`
59
false
false
4
false
false
false
emberjs
ember.js
10,893
6f1180903b4d6ddb61e57f0a60b2c0e130454465
Robert Jackson
Robert Jackson
Merge pull request #12339 from rwjblue/make-class-level-docs-private [DOC beta] Make ContainerProxyMixin and RegistryProxyMixin private.
merge pull request from rwjblue/make-class-level-docs-private
62
true
false
5
true
false
false
emberjs
ember.js
10,894
5d5a607239f5b412430afec957c8b8e692679c9b
Robert Jackson
Robert Jackson
[DOC beta] Make ContainerProxyMixin and RegistryProxyMixin private. Leaves the methods on them as public, but not the classes themselves.
[doc beta] make containerproxymixin and registryproxymixin private
66
false
false
7
false
false
false
emberjs
ember.js
10,895
0e4bfc5a06e088c29b5aed24d53a7b4b6a0fecb1
Matthew Beale
Matthew Beale
Merge pull request #12337 from rwjblue/update-docs-for-registry-container [DOC beta] Update documentation for container-registry-reform feature.
merge pull request from rwjblue/update-docs-for-registry-container
67
true
false
5
true
false
false
emberjs
ember.js
10,896
f9004140e09533c0258edb8280098e36ef3f1d60
Robert Jackson
Robert Jackson
[DOC beta] Update documentation for container-registry-reform feature. `Ember.Application` header: ![screenshot](https://monosnap.com/file/YQsewaqY9J32RlcEsnGacPIA2lPWWp.png) `Ember.Application` methods list, including `RegistryProxyMixin` methods: ![screenshot](https://monosnap.com/file/yZZJJ8Oo6vTvCN8WdQVZjHpnlLGLTD.png) `Ember.Application#inject` documentation: ![screenshot](https://monosnap.com/file/DoyzK3hzgWaBiD6EpeMgKXMGEHsFeg.png) `Ember.ApplicationInstance` header: ![screenshot](https://monosnap.com/file/eXOw1TgDSZ0jYkiIm7L2LC0yORvNPg.png) `Ember.ApplicationInstance` methods list, including `RegistryProxyMixin` and `ContainerProxyMixin` methods: ![screenshot](https://monosnap.com/file/q9cvcU0vfGKu71la3SEVzKMnIQl7mU.png) `Ember.ApplicationInstance#lookup` documentation: ![screenshot](https://monosnap.com/file/9gswoTZ7hNC43kc5W5ZLmBqVgdGXu1.png) [ci skip]
[doc beta] update documentation for container-registry-reform feature
69
false
false
7
false
false
false
emberjs
ember.js
10,897
82b550df49c4991f71773f5d1500d724acc21a4a
Robert Jackson
Robert Jackson
Merge pull request #12331 from rwjblue/update-backburner [BUGFIX beta] Update backburner.js.
merge pull request from rwjblue/update-backburner
50
true
false
5
true
false
false
emberjs
ember.js
10,898
77be8fc45a43f33cb0208860a9a3a2d7aa46ad3b
Robert Jackson
Robert Jackson
[BUGFIX beta] Update backburner.js. Compare view: https://github.com/ebryn/backburner.js/compare/ea82b6d703a7b65b4c4c65671843edb8d67f2a6c...2d96beedec2cd81ab66f40b9d5516cf5c356681c
[bugfix beta] update backburner.js
34
false
false
4
false
false
false
emberjs
ember.js
10,899