Hi! No need to have an apache account. The contributor guide is at https://cwiki.apache.org/confluence/display/AIRFLOW/Contributors%27+Guide
You are already on the dev list, so you just need a JIRA account and you're nearly there. The next step is to submit a pull request. If you need pointers, folks can help you on https://gitter.im/apache/incubator-airflow -s On Mon, Aug 15, 2016 at 7:27 PM, wood stock <[email protected]> wrote: > sorry i am very new to this. I don't even have apache account. It's one my > todo list though. if anyone wants the diff, i can email him/her > immediately. > > On Mon, Aug 15, 2016 at 7:18 PM, siddharth anand <[email protected]> > wrote: > > > Any updates? > > > > On Tue, Aug 2, 2016 at 10:28 PM, siddharth anand <[email protected]> > > wrote: > > > > > This makes sense. Go ahead and submit a PR if you haven't already and > > ping > > > me to review it. > > > -s > > > > > > On Fri, Jul 15, 2016 at 7:37 PM, wood stock <[email protected]> wrote: > > > > > >> Hi All, > > >> > > >> My first post. I installed the latest release with "pip install > airflow" > > >> and it is running. Initial impression is very good. > > >> > > >> Question: why the "Run" input field in "Gantt" page is not a pull-down > > >> menu > > >> like the "Graph" page? I looked at the code and confirm that the > > execution > > >> date in the Run input is used like an ID of the dag run. I don't think > > >> anyone will be able to type in the exact execution date (up to the > > second) > > >> to view the Gantt chart of a dag run. So I made my first change so > that > > >> Gantt page's Run input field is now a pull-down list of all the dag > runs > > >> of > > >> a dag. > > >> > > >> Does my change make sense? If not, I wonder how everyone is currently > > >> using > > >> that input field?! > > >> > > >> I haven't look into details, but I think the Code page should take > > >> execution_date as argument as well. > > >> > > >> Thanks! > > >> > > > > > > > > >
