Create your own GitHub profile
Join the platform over 36 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises
Popular repositories
-
juice
Server-side Javascript framework built on top of JSGI
-
jqrepl
A REPL to make exploring data with JQ easier.
-
trycatch
'Native' try {} catch {} semantics for perl using Devel::Declare
-
template
Pure JS version of perl's Template Toolkit
-
Parse-Method-Signatures
Parse::Method::Signatures - Perl6 like method signature parser
-
sql-abstract-future
A bare-metal (with added cool-toys) re-implementation of SQL::Abstract
750 contributions in the last year
Activity overview
Contribution activity
April 2019
Created a pull request in apache/airflow that received 7 comments
[AIRFLOW-4240] Require POST for state-changing requests
Make sure you have checked all steps below. Jira https://issues.apache.org/jira/browse/AIRFLOW-4240 Description To make the requests POSTs an…
- [AIRFLOW-3449] Write local dag parsing logs when remote logging enabled.
- [AIRFLOW-XXX] Reduce log spam in tests
- [AIRFLOW-4358] Speed up test_jobs by not running tasks
- [AIRFLOW-4394] Don't double test behaviour of BackfillJob from CLI tests
- [AIRFLOW-XXX] Attempt to remove flakeyness of LocalExecutor
- [AIRFLOW-XXX] Speed up tests for PythonSensor by 60s
- [AIRFLOW-XXX] Support multiple pep8 style checkers with same config
- [AIRFLOW-4343] Show warning in UI if scheduler is not running
- [AIRFLOW-4342] Use @cached_property instead of re-implementing it each time
- [AIRFLOW-4341] Remove `View.render()` already exists in fab.BaseView
- [AIRFLOW-4328] Fix link to task instances from Pool page
- [AIRFLOW-4331] Correct filter for Null-state runs from Dag Detail page
- [AIRFLOW-4310] Fix incorrect link on DagModel list page
- [AIRFLOW-4291] Correctly render doc_md in DAG graph page
- [AIRFLOW-4293] Fix downgrade of d4ecb8fbee3_add_schedule_interval
- [AIRFLOW-XXX] Use Py3.7 on readthedocs to fix OOM
- [AIRFLOW-XXX] Ignore python files under node_modules when building docs
- [AIRFLOW-XXX] Build a universal wheel with LICNESE files
- [AIRFLOW-4240] Require POST for state-changing requests
- [AIRFLOW-XXX] Pin Sendgrid dep.
- [AIRFLOW-4358] Speed up test_jobs by not running tasks
- [AIRFLOW-4399] Avoid duplicated os.path.isfile() check in models.dagbag
- [AIRFLOW-4361] Fix flaky test_integration_run_dag_with_scheduler_failure
- AIRFLOW-4295. Make comparison of `method` case insensitive in HttpHook
- [AIRFLOW-4363] Fix Json encoding error when retrieving `status` from cli in docker operator
- [AIRFLOW-3998] Use nested commands in cli.
- [AIRFLOW-3967] Extract Jinja directive from Javascript
- [AIRFLOW-4297] Temporary hot fix on manage_slas() for 1.10.4 release
- [AIRFLOW-4343] Show warning in UI if scheduler is not running
- pass remote_host via constructor if defined
- [AIRFLOW-4319] Add tests for Bigquery related Operators
- [AIRFLOW-4320] Add tests for SegmentTrackEventOperator
- [AIRFLOW-4334] Remove deprecated GCS features & Rename built-in params
- [AIRFLOW-4347] fix WEBSERVER_CONFIG when AIRFLOW_HOME=./
- [AIRFLOW-4294] fix missing dag & task runs in UI when . in dag_id
- [AIRFLOW-4332] Upgrade sqlalchemy to remove security Vulnerability
- [AIRFLOW-3370] Add stdout output options to Elasticsearch task log handler
- [AIRFLOW-578] Fix check return code
- [AIRFLOW-4255] Make GCS Hook Backwards compatible
- [AIRFLOW-XXX] Add rat excludes
- [AIRFLOW-XXX] Change allowed version of Jinja2 to fix CVE-2019-10906
- [AIRFLOW-XXX] Remove duplicate information
- [AIRFLOW-3063] - Make DockerOperator support all docker arguments
- [WIP][AIRFLOW-3958] Support list tasks as upstream in chain
- [AIRFLOW-4177] Check types in tests.
- Some pull request reviews not shown.
Created an issue in dpgaspar/Flask-AppBuilder that received 4 comments
Filter by Columns is/is not NULL
In Airflow there are a few places where we would like to be able to filter/search by a column being NULL, but this is not currently an option in an…