José Armando García Sancio

Results 11 issues of José Armando García Sancio

We see this in the Cosmos logs: ``` Feb 02 20:54:40 ip-10-0-7-85.us-west-2.compute.internal cosmos.sh[5798]: 20:54:40.339 INFO [finagle/netty4-4] access - 127.0.0.1 - - [02/Feb/2018:20:54:40 +0000] "GET /package/resource?url=https://minio.io/img/icons/minio/minio_dark_md_ic.png HTTP/1.1" 400 251 273 "Mozilla/5.0...

We see this in the Cosmos logs: ``` Feb 02 20:54:38 ip-10-0-7-85.us-west-2.compute.internal cosmos.sh[5798]: 20:54:38.842 INFO [finagle/netty4-8] access - 127.0.0.1 - - [02/Feb/2018:20:54:38 +0000] "GET /package/resource?url=http://cdn.apk-cloud.com/detail/image/com.microsoft.operations.AndroidPhone-w250.png HTTP/1.1" 400 313 66 "Mozilla/5.0...

We see this in the Cosmos logs: ``` Feb 02 19:13:10 ip-10-0-7-85.us-west-2.compute.internal cosmos.sh[5798]: 19:13:10.937 INFO [finagle/netty4-2] access - 127.0.0.1 - - [02/Feb/2018:19:13:10 +0000] "GET /package/resource?url=https://secure.gravatar.com/avatar/6edd0acaf80f784fab3dd2c31d604e74.jpg?s%3D80&r=g&d=mm HTTP/1.1" 403 367 15 "Mozilla/5.0...

We see this in the Cosmos logs: ```bash Feb 02 20:54:41 ip-10-0-7-85.us-west-2.compute.internal cosmos.sh[5798]: 20:54:41.517 INFO [finagle/netty4-8] access - 127.0.0.1 - - [02/Feb/2018:20:54:41 +0000] "GET /package/resource?url=http://riak-tools.s3.amazonaws.com/riak-mesos/riak-mesos-medium.png HTTP/1.1" 400 279 234 "Mozilla/5.0...

A package's resource.json needs to fully specify the resources used. That includes PNG, HTTP resources and docker images. E.g.: ``` > env TMPDIR='.' python3 scripts/local-universe.py --repository repo/packages/ --out-file local_universe.zip --sudo...

bug

We need to make sure that at a minimum the selected packages are downloadable with the local-universe.py script.

test

JSON's string literal doesn't support multiple line strings. This leads to very cumbersome marathon.json like [chronos](https://github.com/mesosphere/universe/blob/master/repo/packages/C/chronos/0/marathon.json#L5) One possibility is to use YAML instead raw JSON since it support multiple line...

We should provide developers with tools that allow them to verify that their package definitions are correct. A common source of bugs is for the `config.json` to have options that...

### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including...

docs
3.3

### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including...