Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for any / latest addon version #651

Open
lifeart opened this issue Jan 9, 2019 · 5 comments
Open

Support for any / latest addon version #651

lifeart opened this issue Jan 9, 2019 · 5 comments

Comments

@lifeart
Copy link

lifeart commented Jan 9, 2019

{
  "addons": {
    "ember-data": "3.4.2",
    "ember-flatpickr": "*"
  }
}

produce error with unknown version - *

@lifeart lifeart changed the title Support for any or latest addon version Support for any / latest addon version Jan 9, 2019
@Gaurav0
Copy link
Contributor

Gaurav0 commented Jan 9, 2019

I don't know how to do this without breaking caching.

@lifeart
Copy link
Author

lifeart commented Jan 9, 2019

@Gaurav0 or it can be an typehead option.
like input for addon name + available addon versions.

@lifeart
Copy link
Author

lifeart commented Jan 9, 2019

main idea is drop exact version manual lookup.
For example, I need ember-cli-bootstrap but I don't remember any valid version number.
Now I need to find repo / npm page and copy version. so manual path(

@Gaurav0
Copy link
Contributor

Gaurav0 commented Jan 9, 2019

Again, how do you cache version "*" so you don't have to rebuild it? We don't have the resources to rebuild the addon every time it is requested.

@lifeart
Copy link
Author

lifeart commented Jan 9, 2019

@Gaurav0 I understand, i'm just jumping from idea to idea, sorry for mental mess.
I understand * problems in config file.

Possible solution - is show users typeahead dropdown with cached, version of addons, to allow users immediantly use cached version or valid latest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants