issues
search
ember-codemods
/
ember-module-migrator
Automated migration for new Ember application layout.
74
stars
15
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Route-specific components end up severely over-nested
#39
chriskrycho
opened
8 years ago
0
Add some rudimentary console output.
#38
rwjblue
closed
8 years ago
0
Fix location of `app/styles`.
#37
rwjblue
closed
8 years ago
2
Fix location of `index.html`.
#36
rwjblue
closed
8 years ago
1
Move default export of helpers to `helper` named export.
#35
rwjblue
closed
8 years ago
1
Use naive template rewriting to update invocation when privatizing.
#34
rwjblue
closed
8 years ago
0
Remove directories that only contain .gitkeep files.
#33
rwjblue
closed
8 years ago
0
Ignore `.gitkeep` when evaluating a directory for removal.
#32
rwjblue
closed
8 years ago
0
Remove duplicated namespace for components nested using routes namespace
#31
rwjblue
closed
8 years ago
0
Add support for views.
#30
rwjblue
closed
8 years ago
0
Detect Ember version being used, and disable private collections if < 2.5.0.
#29
rwjblue
opened
8 years ago
0
Include static partial names in the list of renderables.
#28
rwjblue
opened
8 years ago
1
Discover partials with a static string argument for private collections.
#27
rwjblue
opened
8 years ago
0
Consider allowing component renaming (removing prefixes).
#26
rwjblue
opened
8 years ago
0
Provide stats after migration.
#25
rwjblue
opened
8 years ago
0
Localize single use components.
#24
rwjblue
closed
8 years ago
0
Use newer `traverse` API for renderable detection.
#23
rwjblue
closed
8 years ago
1
Implement template renderable invocation detection.
#22
rwjblue
closed
8 years ago
0
Extract and rename shared modules.
#21
rwjblue
closed
8 years ago
0
Fix issue with custom type + test colocation.
#20
rwjblue
closed
8 years ago
0
Extract switch statement from `lib/models/file-info.js` for `populateCollection` into shared util.
#19
rwjblue
closed
8 years ago
0
views + templates don't appear to co-locate
#18
stefanpenner
closed
8 years ago
3
Colocate unit and integration tests with their subject.
#17
rwjblue
closed
8 years ago
2
Add support for addons.
#16
rwjblue
opened
8 years ago
0
Add some sort of progress indicator.
#15
rwjblue
opened
8 years ago
2
Add file parsing for .js and .hbs files.
#14
rwjblue
opened
8 years ago
0
Only use <name>.<ext> in top level for default type.
#13
rwjblue
closed
8 years ago
0
Use `<name>.<ext>` when single file in bucket for default type.
#12
rwjblue
closed
8 years ago
0
Use grouped collections.
#11
rwjblue
closed
8 years ago
0
Add FileInfoCollection and make destRelativePath lazily loaded.
#10
rwjblue
closed
8 years ago
1
Write a README.
#9
rwjblue
closed
8 years ago
1
Start processing `unit` and `integration` tests.
#8
rwjblue
closed
8 years ago
1
Use `projectRoot` instead of `source` and `dest`.
#7
rwjblue
closed
8 years ago
0
Issue #2 moved classic fileInfos to their own files
#6
trabus
closed
8 years ago
1
#1 create FileInfo model using core-object
#5
trabus
closed
8 years ago
1
Add ability to move nested components into `addons/` for grouping.
#4
rwjblue
opened
8 years ago
0
Begin fleshing out "pods support".
#3
rwjblue
closed
6 years ago
9
Split up `lib/engines/classic.js`.
#2
rwjblue
closed
8 years ago
1
Migrate to using core-object.
#1
rwjblue
closed
8 years ago
1
Previous