Giter Club home page Giter Club logo

ember-cli-deploy-fastboot-s3's People

Contributors

cspanring avatar ember-tomster avatar he9qi avatar jeffjewiss avatar jheth avatar kiwiupover avatar willviles avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

ember-cli-deploy-fastboot-s3's Issues

Missing required config: `bucket`

Trying to run ember deploy {{env}} and it complains about this.

- Missing required config: `bucket`
Error: Missing required config: `bucket`
Error: Missing required config: `bucket`
    at Class.ensureConfigPropertySet (/Users/lpotter/Development/Apps/mashbo/node_modules/ember-cli-deploy-plugin/index.js:57:13)
    at Array.forEach (native)
    at Class.configure (/Users/lpotter/Development/Apps/mashbo/node_modules/ember-cli-deploy-plugin/index.js:39:19)
    at Object.fn (/Users/lpotter/Development/Apps/mashbo/node_modules/ember-cli-deploy/lib/tasks/pipeline.js:93:21)
    at Pipeline._notifyPipelinePluginHookExecution (/Users/lpotter/Development/Apps/mashbo/node_modules/ember-cli-deploy/lib/models/pipeline.js:173:19)
    at tryCatch (/Users/lpotter/Development/Apps/mashbo/node_modules/rsvp/dist/rsvp.js:538:12)
    at invokeCallback (/Users/lpotter/Development/Apps/mashbo/node_modules/rsvp/dist/rsvp.js:553:13)
    at publish (/Users/lpotter/Development/Apps/mashbo/node_modules/rsvp/dist/rsvp.js:521:7)
    at flush (/Users/lpotter/Development/Apps/mashbo/node_modules/rsvp/dist/rsvp.js:2373:5)
    at _combinedTickCallback (internal/process/next_tick.js:67:7)
Pipeline aborted

REVISION NOT FOUND if number of dist archives on S3 bucket if more than 1000

Hello, I have found a bug, during the activation of revision it may fail with REVISION NOT FOUND if number of dist archives on S3 bucket if more than 1000(it may be more than 1000 in staging environment for example). This related to limit of ListObject method of AWS API: https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjects.html
The listObjects function doesn't check IsTruncated value to fetch full bucket listing, so it is limited to 1000 entities. I believe it is not mandatory to fetch all revision from bucket and then check it target revision exists there, you can just check if target revision dist archive is present in bucket, I think it would be more effective.

Push tags to github?

Hi there, thanks for this great lib!

Would you mind pushing the tags to github, so we can see the code for each version?

git push --tags

Support selecting files included in archive

This addon works well when used in conjunction with the ember-cli-deploy-s3 plugin so that the assets can be served from an S3 bucket or CDN instead of the fastboot server. However, it does require fingerprinting to be setup correctly.

It should be possible to support filePattern and fileIgnorePattern config options.

The goal would be to prevent serving fonts, styleshseets and non-fastboot JS from the server.

I need to look into this a bit further, but wanted to get some initial ideas down.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.