Felipe Arruda Pontes

Results 15 comments of Felipe Arruda Pontes

@avelino I think one way around this (after testing locally) is recreating the database and recrawling. Not sure if there's another way yet (maybe a simple script to go over...

Reading https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Build I found this: > Limitations > Currently the following are the known problems: > When build triggers are used to start a build, there's no way to pass...

I'm using Parameterized Trigger plugin 2.24

I'm facing something similar, it wont build, also found out that this might have something to do with Parameterized Trigger plugin. refs #113

Hummm... It's been a while since I have used postgres official image, at the time it didn't have an option on how to setup a database after it started, I'll...

Ok, I've commented some parts in the `start.sh`, the ones in `first_start.sh` and `normal_start.sh` I don't think they can be placed in the Dockerfile, since all of then use the...

Hi there, I've done some updates in everywhere I could: - Changed the postgresql docker for the official image, - changed the django docker to use python:2-wheezy (not using the...

Also added another thing that allows the user to do something like: ``` graph.add_lines([(1, 1), (2, 2), (3, 3)], label="func a",**{"fill":True}) ```

Only if you want it, I closed it since it was open for some time. I can reopen with you prefer =)