Anthony Lapenna

Results 57 issues of Anthony Lapenna

Heya, playing around with govalidator recently I wanted to validate some input for a **relative** path, it seems that the `isFilePath` function only valides **absolute** paths? E.g: * `isFilePath("relative_file_path") =>...

I'm using httpie to execute a POST request against my api at `myapi.mydomain.com/endpoint`: ``` http POST http://myapi.mydomain.com/endpoint HTTP/1.1 301 Moved Permanently Content-Length: 17 Content-Type: text/plain; charset=utf-8 Date: Thu, 29 Nov...

enhancement

Add a CLI preview in creation forms to display the Docker CLI command that would be created based on form parameters. E.g. when creating a container with the following fields:...

kind/enhancement
area/container-creation

We should give the ability to a user to select one or multiple files for upload when browsing the content of the volume or a host when using an agent...

kind/enhancement
area/agent
area/volume-browser
area/host-browser

When trying to use the datepicker component from the angular-ui bootstrap library, I got the following errors in Firefox: ``` NetworkError: 404 Not Found - http://localhost:9000/fonts/glyphicons-halflings-regular.woff ``` How can I...

Minimum container configuration to run the FDO Owner Service container: ``` docker run --rm \ -p 8042:8042 -p 8043:8043 \ -v fdo_owner:/home/fdo/target \ -e owner_to0_rv_blob=http://IP:8042?ipaddress=IP\ -e owner_api_user=portainer \ -e owner_api_password=portainer...

Image: https://hub.docker.com/r/elcolio/etcd/

When a PR is created, it should trigger a hook on some CI instance to execute a JSON validation against the `templates.json` file.

enhancement

Image: https://hub.docker.com/_/consul/

WIP Changes: * Contains new HTTP handlers used for profiling

has conflicts