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

Remove moment, bump deps (#1184)

We did not seem to be using ember-cli-moment-shim for anything, and we also did not appear to be...

c02c721c7a232d9c57497633c014bf76e708fffc authored over 4 years ago
No duplicate imports lint rule (#1182)

* Enable no-duplicate-imports rule

* Fix duplicate import

f84d0dc18f5c7faff2a60683ad03bab25ee4e051 authored almost 5 years ago
fix: pin artifact-download to v1 (#1179)

871d534776c9fdc7177e182ba4635eb4a5028d58 authored almost 5 years ago
feat: allow object arguments in component tree to be inspected (#1175)

* feat: allow object arguments in component tree to be inspected

* Address feedback

* Twea...

5d4364556d41fc2c9a92a6b9403b36181533eb95 authored almost 5 years ago
attrs does not have constructor (#1176)

* attrs does not have constructor

* Update object-inspector.js

1824bcb96f44d33d66e5beff4f8120a0aa8e80c4 authored almost 5 years ago
Ember 3.17 (#1174)

* Ember 3.17

* Fix template lint

* Fix lint

b3eaf99dcfea2abf0f1e4ea62fd2b0b133aa799a authored almost 5 years ago
More functional classes and data-test selectors (#1168)

* More functional classes and data-test selectors

* Fix broken object inspector tests

503b77fb27d584526b344e6e30f2f615c2892097 authored almost 5 years ago
Filter out object properties by property name filter/search (#1172)

* Start filtering object

* Fix switch filter when typing in input

* Add space between inpu...

88719a5224764b221885849acf1f41d10956a5a3 authored almost 5 years ago
fix component attrs inspect (#1150)

attrs is an object without prototype, so instanceof Object does not work but typeOf does

Co-a...

545e838e9cdc8845ce2dbdca260b091a0f8a4f64 authored almost 5 years ago
Merge pull request #1170 from emberjs/bugfix/fix-new-autotracking-apis

[BUGFIX] Updates autotracking APIs

b4ffedf5005bf1443d2da504f3ca1f12d730cce5 authored almost 5 years ago
[BUGFIX] Updates autotracking APIs

Updates the autotracking APIs, which have been renamed upstream.

63c1d3ada76fc830f602bcf4962b318c6d89cd8c authored almost 5 years ago
Co-locate component templates (#1166)

7b67aad27265dbc5418b20a638f69bc88d2c3aa8 authored almost 5 years ago
Introduce `setupTestAdapter` hook (#1165)

While working on #1163, we encountered an issue with the test
adapter, where unmet expectations...

1eeb93def20eed94afd1ba2513f11d5490c83841 authored almost 5 years ago
Fix code coverage report (#1167)

Code Climate uses the `GIT_COMMIT_SHA` and `GIT_BRANCH` environment
variables for the reports.

966bae9f802d2a34acf3d67b7bb9ee0f2f749ec9 authored almost 5 years ago
[FEAT] Add inspect store button to data pane in Ember Inspector (#1163)

48c2872c8a27ac723245a428e85f97c1b6d67755 authored almost 5 years ago
Merge pull request #1161 from nummi/inter-font

Inter Font

651046b3d6cb9d4e19ffac34cbbf7c5120f8bcd5 authored almost 5 years ago
Inter font

0a6f0cc0bd920c37fd0ab9d9b22e513b241be02f authored almost 5 years ago
Merge pull request #1157 from nummi/base-font

Base font size and utility classes

1c4f5492b4a7d7fa739014418343c57c5d3a6cff authored almost 5 years ago
Fix component highlight test

fe57a226e9107c6adee153fa69b82c9601912f47 authored almost 5 years ago
Include normalize.css

Matching Tailwind until we are actively using it

2fd8bf64d33b2365fa64419d7358cba1fbb43c7e authored almost 5 years ago
Set base font-size

Set base font so 1rem is 10px

7c1f3811a6392ec830ebb4f4d621966d42f562c2 authored almost 5 years ago
Remove app css class

ecd732811bae311e8fc3243381b84c13ffc85fcb authored almost 5 years ago
New font-size utility classes

0465beba44bab2e85503c7cb8a5c39a056eea320 authored almost 5 years ago
font-size px to rem

04243b60bda27b91922baa129f8bbfa5d9bc1321 authored almost 5 years ago
Merge pull request #1154 from nummi/pr-template

Pull request template

a15cde17efb76f05589685363dd3ba39b1816809 authored almost 5 years ago
Merge branch 'master' into pr-template

d52feda25542f83072cec69a854137db4a874fd7 authored almost 5 years ago
Merge pull request #1155 from emberjs/rwwagner90-patch-1

Update issue templates

a2de1b8ec39046c200e39dc7885851b7cdeb2e70 authored almost 5 years ago
Merge branch 'master' into rwwagner90-patch-1

9d46f4f1ccd32e8d81a967ea7b5407ab9d07dbd7 authored almost 5 years ago
Update bug_report.md

71a9abfd95cd8444b610d422ff8072e2704d90b0 authored almost 5 years ago
Update bug_report.md

9d7b677214491b374841ab8675af33806aca7079 authored almost 5 years ago
Bump acorn from 5.7.3 to 5.7.4 (#1160)

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://...

4e31d931c5cf737fe9f62b819a9c99ab6519b0b6 authored almost 5 years ago
Update issue templates

bbdae552fbf9240b5f1de1b7f79576edc3d63144 authored almost 5 years ago
Pull request template

a80c98051fb04e1f0d6a701dd6a3d0f6cd0972dc authored almost 5 years ago
`lib/ui` utility classes (#1147)

* Cleanup warning message component

- Move to lib/ui
- Utility classes

* Cleanup error pa...

74916ba0490ceb9eb19fe65ca20c7eac92acb72b authored almost 5 years ago
Component Tree Arrow Key Navigation (#1153)

* Key codes utility

* Navigate component tree with arrow keys

74df7cde54b33ee095c0182e73efee123dfa9727 authored almost 5 years ago
component args is a proxy and does not have constructor (#1149)

Co-authored-by: Robert Wagner <[email protected]>

dadd12461afedf11f78472d3c6e0a69be6afe1e5 authored almost 5 years ago
Update to ember 3.16 (#1151)

* Update to node 10

* Update to Yarn v1.22.0

* Update to Ember 3.16

* Update testem.js
...

76746a577f44bdd721ba3dc93af99a659d41f14e authored almost 5 years ago
CHANGELOG for v3.13.2 (#1146)

(cherry picked from commit bfb90b31c10a9d9d8857cd340da8913195cb4416)

2aedc4b7c0f9e4e6a70c75269b31eb879e4e5709 authored almost 5 years ago
fix recursion of getTagTrackedProps (#1144)

edcce98e8b913a19a8270f7ddd5193b0aff87a60 authored almost 5 years ago
Merge pull request #1141 from emberjs/fix-fallback

Fix fallback to old inspectors

2555c5ff6403763e6b1c92462364be12da316aa2 authored almost 5 years ago
Fix fallback to old inspectors

As @chancancode explained in #1120[1], the injected debug code previously did
too much work in o...

9022a0224e5db94d5ae377b51ae8a17ee8664bab authored almost 5 years ago
Add args to tree (#1112)

* Add args to tree

Rebasing seemed hard, so opening a new PR

* Adjust component tree color...

f5e05a430cf12874face855a09ee2ed9e4b2b0f3 authored almost 5 years ago
[BUGFIX] Updates "import" paths for autotracking APIs (#1138)

545e3c1c7a47f7a033025037f6f1e8d1d4c60624 authored almost 5 years ago
only boot inspector on HTML pages (#1137)

Fix #1136.
I chose to whitelist the [HTML mime
type](https://www.iana.org/assignments/media-ty...

87f805914bda5067e85fa8eecec98df961eafee1 authored about 5 years ago
Bump Ember Table to 2.2.2 (#1131)

* Bump Ember Table to 2.2.2

* await ember-table rendering before asserting DOM

Co-authored...

14584c7f78eb92b003f054791d08cba2e69ccbfe authored about 5 years ago
Fix canary test failure (#1130)

0a592cb9f3d8184cc5b8137c67c7008e51ef325d authored about 5 years ago
Bump handlebars from 4.2.1 to 4.5.3 (#1122)

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.1 to 4.5.3.
- [Release not...

14c2d19cfc7e0993f53c33d01ed62391132dc4b1 authored about 5 years ago
v3.13.1 CHANGELOG (#1119)

(cherry picked from commit 1263a942b4e8ef327360ec5dd0b8703a4b8ea34e)

fd81dbdf7ff9a39bf24cdf7139b0d80ba458db42 authored about 5 years ago
Bump minor on master (#1118)

b1ce0b100fb2cd50a416dbc16d2c8b2076c068eb authored about 5 years ago
Fix prototype extensions detection (#1117)

Fixes #1114

cedf8f04352ed3f51513e23492b6f5d9a98145a7 authored about 5 years ago
Bring back Node 8 support (for now) (#1116)

Revert some dependencies bump from #1096 because `ember-electron`
(probably the only npm consum...

09552b095c7a4c257289572391480db33a251fee authored about 5 years ago
Render the CHANGELOG for the current version (#1115)

There are a few cases where the CHANGELOG on master may not match
the version you are actually ...

f8568fd974b5755d9fbc4d90036c45d5317318b7 authored about 5 years ago
v3.13.0 CHANGELOGs (#1113)

* v3.13.0 CHANGELOGs

(cherry picked from commit 683660ff17ec365286fcd0327e013b2fae38c3a2)

...

6b088255a9f4df96ecad151247d6df6c58e18018 authored about 5 years ago
Revamp components inspection (Octane support and improved UX) (#1088)

* Add a polyfill for the `captureRenderTree` API

* GlimmerTree -> RenderTree

* [WIP] view ...

47138779d4f6c559bda90a0e53df5838ac6da446 authored about 5 years ago
Fix inspecting Glimmer components w/ obj inspector (#1106)

Glimmer components instead dev mode assertion getters to warn about
mismatches between the Embe...

ca4eeddae49e30b87ed31afc9e4b554fe40bc2c1 authored about 5 years ago
Don't abuse timers (#1108)

Previously, the object inspector would schedule an infinite timer
that fires every 300ms to upd...

74a6705512f86eec80e6444ca56d832f34ae5b05 authored about 5 years ago
Merge pull request #1104 from emberjs/upload-pr-artifacts

Upload PR artifacts

06b48246cd2dff44e54bc33046d2cd868e07b13a authored about 5 years ago
Upload PR artifacts

This commit uploads the artifacts from pull requests, allow PRs to
be easily tested in Chrome/Fi...

27fd45f4cab71e744899b7344d9145afcf845b4a authored about 5 years ago
Merge pull request #1107 from emberjs/no-deep-clone

Only deepClone when without prototype extensions

4a5de94c27e7fbda658ba6ac6298f13a3e49d439 authored about 5 years ago
Merge branch 'master' into no-deep-clone

794dfb53c2197942ea176079eaa893c1df52d1a1 authored about 5 years ago
Update `inspectNode` implementation (#1105)

A while ago we discovered the reason this dance was needed, so we
documented the reason and sim...

e9ebeda68870c7c7ea064723eb328ca5cbb73ad2 authored about 5 years ago
Only deepClone when w/o prototype extensions

This adds a non-trivial amount of cost for each message (especially
the complex ones like the vi...

50ac13bbb814d29b0f49f214fe2422b3742352a2 authored about 5 years ago
Merge pull request #1103 from emberjs/refactor-acceptance-tests

Refactor acceptance tests

8ab435e2da574063f228df18ff809460e130683e authored about 5 years ago
Refactor acceptance tests

The main goal is to get the tests to more accurately reflect what
actually happen in real applic...

0b541c6ae8cfa63c4f8c9e29d714f5a86278b9b3 authored about 5 years ago
fix issue with ember tracking reentry assert (#1094)

* fix issue with ember tracking reentry assert

this causes:
Assertion Failed: You attempted ...

a5a406599f38423ca78e9f8727fd695d3396d3c3 authored about 5 years ago
fix accessing properties of Object Proxy (#1092)

* fix access of Object Proxy

also for tracked detection

* Update object-inspector-test.js

b369e9437839818f830f4adbc8a4d216d19b9b07 authored about 5 years ago
Refactor `StorageService` (#1095)

Ensure we are always using the in-memory storage service backend in
tests, so that we aren't lea...

7712164acb42dd76dbbbd5451fa39a4ac9fb82b2 authored about 5 years ago
Merge pull request #1096 from emberjs/dump-deps

Bump dependencies

b1f6e54183e296a329d7965b4190b975b4297021 authored about 5 years ago
Lock broccoli-funnel to 3.0.0

See https://github.com/broccolijs/broccoli-funnel/issues/121

3d597e6014d53d60ec64f6037eee97ab29732f43 authored about 5 years ago
Bump dependencies

52760bc76310b5c3fc13906674ad94d57ef2fa93 authored about 5 years ago
Fix no-new-mixins (#1099)

A new version of the `eslint-plugin-ember` caught a few more cases
in this file. Since it's int...

6ab667e874d5390f4518c487ef36dc59d79d4d9b authored about 5 years ago
Avoid errors when using older Ember versions. (#1102)

With ember-cli-htmlbars 4.2, there is a check to disable co-location
support on old ember versi...

8861e832ee2804b6d0917b58fef28d2be9e17d7a authored about 5 years ago
Do not include leading zeros when calculating version number (#1091)

yarn pack will remove the leading zeros from months and days when making the version string, so ...

b932dbd029fcb5124d6ece0edebb6cb6da42e2bf authored about 5 years ago
fix tracked detection (#1087)

02c9604da4f24ebcae56fc4b22b4a26e3e794659 authored about 5 years ago
Refactor app `port` into a regular service (#1090)

This is more idiomatic, and allows things like `@service port;` to
work.

5c47dfe1537dd9de8fb86b3f5c06edfb076df689 authored about 5 years ago
Improve proxies (#1053)

* improve proxies

* fix test

7a561c43f4a6ec38e8cd548069d707192442f6fb authored about 5 years ago
set the names of known mixins (#1055)

remove properties set by mixins unless different value
caused them to hide the class with only ...

6a250babf3392b1ba020d3d9009dba66b8c0c6f5 authored about 5 years ago
Use babel-plugin-module-resolver (#998)

* Attempt to use babel-plugin-module-resolver

* Fix ember_debug module names

dc462f0f50a541f3a6b3a200b2a72444062352c3 authored about 5 years ago
Fix template name (#1085)

This hasn't been working for a while

580a602f48087e2054d30a84234c9af626212e2f authored about 5 years ago
Sync CHANGELOG (#1083)

5a95e47237dad3ff34fd90bb9468fc6bc310cd7c authored about 5 years ago
Fix Ember.typeof replace with custom typeof (#1052)

* replace Ember.typeOf with own simple typeof

* Update mixin.scss

* fix comments

* use ...

997787eb09031dc344dbb60f06edc22eeb12510a authored about 5 years ago
Fix inspector in Electron (#1084)

Electron's Chromium doesn't have `chrome.contextMenus`, so this code was throwing an error and p...

abf46e845cb4d04c9e0b0f986bf0d4ccb9371afe authored about 5 years ago
Fix Chrome publishing (#1082)

Even though the documentation seem to suggest that the option can
be passed as an environment v...

67e3e9d096c270b693421b35c4bfcb8c2ed19248 authored about 5 years ago
Add missing npm artifact (#1081)

This should have been included in #1080, it was needed for the npm
publishing step.

32fb3e2331143e8806509afb79bbd04fe46c9047 authored about 5 years ago
Automatically publish to Chrome, Firefox, NPM and GitHub (#1080)

334e3876b80137a1e74a2da585f5acadfb389f74 authored about 5 years ago
Don't publish Firefox ZIP file to NPM (#1078)

ab4fe07167cf943f6ad26a5a33a9f4e4f4805117 authored about 5 years ago
Merge pull request #1077 from emberjs/always-build

Always run the "Build extensions" step

1439624aa7be16e438c9e821117427f0c5ca56d7 authored about 5 years ago
Always run the "Build extensions" step

This ensures we will always have the artifacts to easily test PRs
using the "load unpacked" meth...

e62e40b3195c3627df27c908a610ba83451619a7 authored about 5 years ago
Merge pull request #1076 from emberjs/change-badge

Update CI badge

84593c79b102ab25e489e38139e6712b8a36535c authored about 5 years ago
Update CI badge

4d3365e85b6fff4a6148fb53bceb68672375a67d authored about 5 years ago
Merge pull request #1069 from emberjs/auto-publish

Migrate CI to GitHub Actions

f4039065f4543c637ddc5dbd3dbc832aa405d2df authored about 5 years ago
Migrate CI to GitHub Actions

Also add ember-lts-3.12 to CI matrix, however, 3.12 is currently
failing, see #1068 and #1071.

63f9a6b7f228ebd2f5e8d8f3a649d40b15b02857 authored about 5 years ago
Merge pull request #1075 from emberjs/node-12

Build with Node 12

f93c682027a160e3eee1630438895d7c0017aa88 authored about 5 years ago
Build with Node 12

2019b1f422bb004cd752fd2c084dfd161820cc76 authored about 5 years ago
Test of 3.12 LTS (#1074)

Test of 3.12 LTS

9cd75e157c589d91b1853fdef576ce89e955f987 authored about 5 years ago
Test of 3.12 LTS

9345938198e2ec2c6d5dd4fd26ef16898a3f35dc authored about 5 years ago
Fix glimmer.value (#1072)

* Fix glimmer.value

Older ember version did not have glimmer.value...
Any other way to do th...

91c58495982df736f1b0339f6a07c27add073d8b authored about 5 years ago
Merge pull request #1067 from emberjs/changelogs

Changelogs

8b977a6287a59e1c3cc1fd37ad706fd915bd9d37 authored about 5 years ago
Bump minor version to 3.13

(cherry picked from commit aa81078f417f32753a2d802b15a865262fb1b396)

97bb4b9980edda41b78171e93c1f784074b72168 authored about 5 years ago
v3.12.2

(cherry picked from commit d23d07f80fd38045fa54c9bd4a3383a70ccdc0a7)

01304a5a06a1d0f9b4c5e7efd6549492df00a896 authored about 5 years ago