Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/emberjs/ember-inspector

Adds an Ember tab to the browser's Developer Tools that allows you to inspect Ember objects in your application.
https://github.com/emberjs/ember-inspector

Merge pull request #439 from teddyzeenny/deprecation-source-map

Update source-map.js and fix deprecation error

eaccf422b08c666f7436657319f6032ad062be85 authored over 9 years ago
Merge pull request #440 from teddyzeenny/ember-canary

Fix container.resolve and Ember.View for Ember 2.0 canary

29e8ba7de9702a1fee624bd635094b7c646db59b authored over 9 years ago
Fix container.resolve and Ember.View for Ember 2.0 canary

e1dcd689a82cf4b2737ef97ee4ef8dc32304045e authored over 9 years ago
Update source-map.js and fix deprecation error

0efc6633b7228aeb48555f11e143a8003a8504b3 authored over 9 years ago
Merge pull request #438 from teddyzeenny/object-inspector-toggle

Make sure the object inspector toggle button is always visible

26d98120df938e3b788bc4e54484d7de175845a0 authored over 9 years ago
Make sure the object inspector toggle button is always visible

763db92075cee805d6f48d886eae5c5434541f9c authored over 9 years ago
Merge pull request #437 from teddyzeenny/optional-last-result

Check existence of renderNode.lastResult

1967470e4df5401554b1200ca8fde2431b0435a8 authored over 9 years ago
Check existence of renderNode.lastResult

46f6079ff359bc689738829e8b3ad562cd49e4f6 authored over 9 years ago
Merge pull request #436 from teddyzeenny/tomster-iframe

Don't clear tomster in iframe content scripts.

47cf1415aa07ac5edfecb13bb4f8df13e20e0cc9 authored over 9 years ago
Don't clear tomster in iframe content scripts.

If a content script is injected into an iframe, it shouldn't reset
the Tomster because the paren...

ccb6daee1f22c29138d7f6269aa681daa35699e6 authored over 9 years ago
Merge pull request #435 from teddyzeenny/clone-object

Clone Ember arrays before sending them in Chrome

463e16b04d9cddba117375eef5a5605c5ea3e8c4 authored over 9 years ago
Clone Ember arrays before sending them in Chrome

If Ember prototype extensions are disabled Chrome refuses to clone
Ember arrays. We need to turn...

c4f1210c9eb2c84ed469b1dc63433c47cca59f2e authored over 9 years ago
Merge pull request #431 from kketch/master

Use an arrow function to preserve this value

ebe862b73f787657cebd8143c3a167fc55c0577b authored over 9 years ago
Merge pull request #428 from atsjj/nested-components

Components Inside an Each Added to View Tree

b2b62e2356b90def7d395c5bfb71877b71ed787a authored over 9 years ago
Fixed Linting Error

34d4876a9c4406ed4490448960f6f57e297094f1 authored over 9 years ago
Use an arrow function to preserve this value

b1ebd36b37d130376158122a8990eed7d45076fb authored over 9 years ago
Components Inside an Each Added to View Tree

This should address #365, where components inside an {{#each}} are not
inspected.

677871f4d7e832a411d83b4e69132920578c83aa authored over 9 years ago
Merge pull request #426 from rwjblue/prevent-ember-keys-deprecations

Prevent deprecations for Ember.keys on Ember 2.0.0.

9e84d257838098af7e024ed7d37ccf6e4d1d3749 authored over 9 years ago
Prevent deprecations for Ember.keys on Ember 2.0.0.

31cc1331e14660084ba3702559afbdff67b973d6 authored over 9 years ago
Merge pull request #425 from teddyzeenny/fix-firefox

Fix broken firefox version after ES6 refactor

640cf63247f55d15daa562c100c6c7790825ead8 authored over 9 years ago
Fix broken firefox version after ES6 refactor

f207004570680afacd9e840dc03b8bbbf7dea1b6 authored over 9 years ago
Merge pull request #417 from pangratz/fix_416

Guard against renderNode not being rendered yet

769c0ca26e016235495a5041074ad503bd97bcb1 authored over 9 years ago
Guard against renderNode not being rendered yet

2b29576d234d6c95c55da44a785ac8e6bfaa9f39 authored over 9 years ago
Merge pull request #414 from teddyzeenny/model-name

Fix ES6 refactor regression: Use model name instead of factory

fb26475d2d17908a9749b18cfe1ccdef3c4e00cc authored over 9 years ago
Fix ES6 refactor regression: Use model name instead of factory in data adapter

46bdee6cb740651490c5cee503510fc7a31fb340 authored over 9 years ago
Merge pull request #413 from teddyzeenny/function-context

Fix function context in ember-cli-config

612551cc737b14c90ad765c43a80762206e7bb84 authored over 9 years ago
Fix function context in ember-cli-config

0650939955a11faadafa78effcb68cfc879d231e authored over 9 years ago
Merge pull request #412 from teddyzeenny/view-model

Fix sending view model to console

0efcccee0b5af83033534d6b0938db938fa530ec authored over 9 years ago
Fix sending view model to console

f265ac37b900ff2946c3b167837f27b41aff0fdd authored over 9 years ago
Merge pull request #411 from teddyzeenny/babel-transpiler

Fix broccoli-babel-transpiler version to 5.1.0

afc521294f24a0ecadd787e4c60f41fe5236c1dc authored over 9 years ago
Fix broccoli-babel-transpiler version to 5.1.0

46af26f412e097155413d26730b394450b692cec authored over 9 years ago
Merge pull request #410 from teddyzeenny/es6-fix

Fix es6 arrow function

d7170bf240c382574187ec9c9e991a6dacb90ff5 authored over 9 years ago
Fix es6 arrow function

d0afc5422004fab98574b7f6d2562a5b97d00ceb authored over 9 years ago
Merge pull request #387 from Mawaheb/refactorEmberDebug

- Refactor ember-debug to use ES6.

664b3c2df2bcc6123b328974c52b45a3b724a040 authored over 9 years ago
- Refactor ember-debug to use ES6.

- Minor fixes.

3cb4460adc1c91030ff7173fefdd2f5a3183aa3e authored over 9 years ago
Add link to community guidelines as CODE_OF_CONDUCT.md.

b80b93c7cfd109388c492b9ed5c80afc7c4afb83 authored over 9 years ago
Merge pull request #399 from teddyzeenny/route-tree

Fix routes pane for Ember >= 1.13

4e907b839ede54e02316d37d78ca2791ce27ed58 authored over 9 years ago
Fix routes pane for Ember >= 1.13

Having more than one top route (application, application_loading,
application_error) broke the r...

403fbe710cd655a9c12e97039db8065cb27b00fc authored over 9 years ago
Merge pull request #393 from teddyzeenny/fix-namespace

Fixes for Ember >= 1.13

ddde4b19abeff6dde141815f32aa28a679a7b6d8 authored over 9 years ago
Fixes for Ember >= 1.13

- Renamed `Ember.Debug` to `Ember.EmberInspectorDebugger`
- Removed any calls to `Ember.View.add...

0b9cfce1bbab2f8b5f7ec02d600411fe646fc9a9 authored over 9 years ago
Merge pull request #385 from bjoska/add-run-command-in-readmemd

`run` is missing from a couple of build commands

1eafd6d2203aece91a47672c0d3fba675dc54533 authored over 9 years ago
`run` is missing from a couple of build commands

Add in `run` in a few build steps in the README.md that seem to be
missing.

Also update package...

7a498ca46cdd3e0e575c0890e8dc292e5ab32e43 authored over 9 years ago
Merge pull request #384 from teddyzeenny/update-babel-polyfill

Update babel polyfill

cfc282e78d0fc8c735d37d9fd31ce3b204503228 authored over 9 years ago
Update babel polyfill

a34e2fce6c806ba5ee65fcfe42899ab9b3170ce9 authored over 9 years ago
Merge pull request #383 from teddyzeenny/string-model-name

Add support for passing model names to the data adapter

e3b0d5de0c35add7470f8ed00af795a64cb2ade8 authored over 9 years ago
Add support for passing model names to the data adapter

8416445f4374c180ef1dfc93e774abfcb9891043 authored over 9 years ago
Merge pull request #376 from teddyzeenny/ember-debug-babel

Add Babel support to ember-debug

8e840f22de648a2861a98d9ed261a1dbb1c1b772 authored over 9 years ago
Add Babel support to ember-debug

af8a2ad4a761423f92a71ecf0c141d36117f5afd authored over 9 years ago
Merge pull request #374 from teddyzeenny/new-build-setup

Change the build process to build all targets at once

c6a4efc9a4e2486aab0a5b3558300404aaf1c078 authored over 9 years ago
Change the build process to build all targets at once

Previously each build could target only one output at a time.
You would need to decide what you'...

2f6e2082faf6ad14e0b8f6057e0bcf57c931da64 authored over 9 years ago
Add 1.8.1 changelog

9340535c08f060727162f439d0b16aac00b89ee8 authored over 9 years ago
Merge pull request #375 from teddyzeenny/bump-1.9

Bump version to 1.9.0

ee6e61839f1515ffec6dee679b412301acd5ee98 authored over 9 years ago
Bump version to 1.9.0

da6f45660b7bf9b5d5f3bfaece822262b0fcfd44 authored over 9 years ago
Merge pull request #372 from Mawaheb/newFunDef

- Use new function definition.

b67d1a5549c9bab8c9bb95d8ae7525d6d3586f96 authored over 9 years ago
- Use new function definition.

3d9b4be0f98229e65557aae13320d47ee88d156b authored over 9 years ago
Merge pull request #370 from Mawaheb/useArrowFunctions

- WIP, Refactorring.

43b479aa63d5c41baeba06470095568bfbde3716 authored over 9 years ago
- Refactor on, property, bind and observes .

- WIP, more refactoring

- Minor edits.

- Refactor the remaning properties.

5d27b03edbc429a1180b4ac88e412d26a28c7774 authored over 9 years ago
Merge pull request #371 from jonathanKingston/eslint-latest

Upgrading to lastest ember-cli-eslint

e767f8add8f4415d36a7dd874011421bd3a59de9 authored over 9 years ago
Upgrading to lastest ember-cli-eslint

8f8450f776aa7da3429662362c167a43bc9ba43e authored over 9 years ago
Merge pull request #368 from Mawaheb/operationCleanUpRefactor

- Refactor tests/ & app/ folders to use let & const and destructuring…

99c5ab9516f79466437181a9913f0309af9af017 authored over 9 years ago
- Refactor tests/ & app/ folders to use let & const and destructuring to import Ember classes.

- Add bable.

- WIP, using let & const and destructuring to import Ember classes.

- Complete re...

c6d866a4bb9ea2db484d1907b99f618a217a9871 authored over 9 years ago
Merge pull request #362 from SaladFork/patch-1

Switch computed property with get/set to polyfill

4ffcdec57007155df18f25870988c703fb91dbd8 authored over 9 years ago
Add return statement to setter

b2cb654e08a71be9a989581e8e95152ea727f462 authored over 9 years ago
Fix variable misnaming, unused var, and trailing spaces

375c1eeef05e48ae4240e3bfd6a9e15dc30e42d9 authored over 9 years ago
Fix computedPolyFill import

684da9458c6cdb4fee8dfa9fe3c79b3d02af7d66 authored over 9 years ago
Switch computed property with get/set to polyfill

Fixes deprecation warning with Ember 1.12.0. Fixes #361. Note this is untested (dry-coded on Git...

412745d29fbb8deb28c74ae84a4801e677dad494 authored over 9 years ago
Merge pull request #359 from teddyzeenny/deprecation-promises

Ignore promises created by deprecation debug

4db70f7aef2151044784fd01e031006679f6aaee authored over 9 years ago
Ignore promises created by deprecation debug

ae84ca12f8424d20c07c144750b7fbe2ef65a334 authored over 9 years ago
Add 1.8.0 changelog

7a4522b53cb8d9edb661f43b7ee90b7decd5e418 authored over 9 years ago
Merge pull request #358 from teddyzeenny/deprecation-perf

Speed up the deprecations tab

77a06a21b67e6da587db5eed994e25623f3bcf49 authored over 9 years ago
Speed up the deprecations tab

Previously, if deprecations were triggered on page load (before the app
boots), the page could f...

db704a8852b8fabedfd86e08fa19ab695acc5073 authored over 9 years ago
Merge pull request #343 from teddyzeenny/error-handling

Catch errors triggered by the inspector.

8247aa4d5d41bfbc395663370266c37ff17bf53d authored over 9 years ago
Catch errors triggered by the inspector

Ember Inspector caused errors are now caught in production
and logged as warnings instead of bei...

f3701cb6922e6008c941829495aeda3fa57ba628 authored over 9 years ago
Merge pull request #357 from teddyzeenny/glimmer

[Glimmer] The view tree now supports glimmer

0993cdc4671cae1af1fbe077cbd008a44fd6bf1c authored over 9 years ago
[Glimmer] The view tree now supports glimmer

There was a shift in concept from a view tree to a render node tree.
Previously, the template tr...

711b8e85dc9c3813130db87b326edc58576c0505 authored over 9 years ago
Merge pull request #352 from cibernox/use-ember-computed-new-to-avoid-deprecation-warnings

Use ember-computed-new in ember-debug to avoid warnings

0022e4e4b409e0722ab8a9976cab7b8bb2f763d7 authored over 9 years ago
Include ember-new-computed in addon.

ad12cff1755ac2be40779620d2d873ae6ead6d31 authored over 9 years ago
Merge pull request #347 from maheshsenni/deprecations-issue-345

Stop deprecation logging in console

dd495c054bebb8f021a3a697d174e31ec503ddc1 authored almost 10 years ago
Stop deprecation logging in console #345

ed07ded4d5c44643d65f295303be868073802f68 authored almost 10 years ago
Merge pull request #344 from teddyzeenny/promise-bug

PromiseDebug should respond even if there are no promises

a344132d71f0d2ee23a813667a477e3e5538c2f6 authored almost 10 years ago
Merge pull request #342 from teddyzeenny/object-inspector-errors

Handle and display errors caused by CP calculation in the object inspector

394c6050b1d27cf51bd328c9c7ca178634afa394 authored almost 10 years ago
PromiseDebug should respond even if there are no promises

10971df2fde0e7b991016d00b0417ce366089084 authored almost 10 years ago
Handle and display errors caused by CP calculation in the object inspector

Opening an object in the inspector means we eagerly calculate all of
that object's CPs. Sometime...

31d35d350e26ecd6b5c7e4301c3b1d872495d4c2 authored almost 10 years ago
Merge pull request #340 from teddyzeenny/async-await

Tests now use async/await instead of async test helpers

b8f6226ed3ca20819e7beaa818c15eba0687c97d authored almost 10 years ago
Tests now use async/await instead of async test helpers

Allows us to get rid of async test helpers, especially `andThen`.

1488e6d71125522da24abb02085f65ef1eed0006 authored almost 10 years ago
Add 1.7.3 changelog

44837fe0ffd6a7081443406bd8d5fdbfce89733e authored almost 10 years ago
Merge pull request #338 from teddyzeenny/container-error

Handle case where container type no longer exists after reload

07bc841c633b4998433eb2c1723725f54eaa6eef authored almost 10 years ago
Handle case where container type no longer exists after reload

If the container type does not exist we redirect back to the list of
container types.

672f7d956c3d24c756a501199bdf2d0b9afea46f authored almost 10 years ago
Merge pull request #337 from salzhrani/new-cp-syntax

Use "ember-new-computed" to polyfill new CP syntax

017a1f7d12a1d8aa0132f544cd773b943025ecad authored almost 10 years ago
Use new CP syntax and polyfill

86654068da7b7d3a72460fe4306de114424b46d7 authored almost 10 years ago
Merge pull request #333 from teddyzeenny/jscs

Add jscs linting

6a894d82898fa3fbbd7b27fbbbea65dcae2b0a82 authored almost 10 years ago
Add jscs linting

4114df0ceb44a19f3f175f6af50ffba4b461e41d authored almost 10 years ago
Merge pull request #332 from teddyzeenny/remove-deprecations

Fix deprecation warnings after Ember upgrade

b02cf4e4997ea80dcee41388da88d4f9cd8fa713 authored almost 10 years ago
Fix deprecation warnings after Ember upgrade

36862300725a32a228bec88806a7bf50a85248b3 authored almost 10 years ago
Merge pull request #330 from teddyzeenny/ember-cli-upgrade

Upgraded to ember-cli 0.2.0, tests are qunit 2.0 compatible

376234c0e8a3af363b12ca39ca28017c696c4288 authored almost 10 years ago
Upgraded to ember-cli 0.2.0, tests are qunit 2.0 compatible

afba39799537e0aa702cd0d15093603ad5d70494 authored almost 10 years ago
Merge pull request #329 from teddyzeenny/upgrade-ember

Upgrade to Ember 1.10

99039eaba339cc68ee4d7fc8b6534ed699a1dedd authored almost 10 years ago
Upgrade to Ember 1.10

9cb74cc6db187b687f5cc19d2cee4f7fdb4a7215 authored almost 10 years ago
Merge pull request #328 from teddyzeenny/esperanto

Use broccoli-es6modules (Esperanto) to transpile ember-debug

0e1cba84c32502905f3027b35e35f1fe6d2c3ace authored almost 10 years ago
Use broccoli-es6modules (Esperanto) to transpile ember-debug

Also upgraded broccoli-sass

Ember Inspector now works with node v0.12

872b48822c827fe8ce666757ea32914671fb31ef authored almost 10 years ago