Skip to content

Conversation

@mistercrunch
Copy link
Member

No description provided.

@mistercrunch mistercrunch force-pushed the hive_stats_resolution branch from 12b0d6b to 1954bea Compare April 20, 2015 22:52
mistercrunch added a commit that referenced this pull request Apr 20, 2015
Bring in more resolution to hivestats
@mistercrunch mistercrunch merged commit 765446b into master Apr 20, 2015
@mistercrunch mistercrunch deleted the hive_stats_resolution branch April 20, 2015 22:58
mistercrunch pushed a commit that referenced this pull request Oct 1, 2015
asfgit pushed a commit that referenced this pull request Feb 24, 2017
Lightning bolts are not a visual metaphor for code
or files. Since Glyphicon doesn't have a code icon
(<>, for instance), we should use its file icon.

Dear Airflow Maintainers,

Please accept this PR that addresses the following
issues:
AIRFLOW-906

Testing Done:
None.

Before/After screenshots in AIRFLOW-906 (https://i
ssues.apache.org/jira/browse/AIRFLOW-906)

Update Code icon from lightning bolt to file

Lightning bolts are not a visual metaphor for code
or files. Since Glyphicon doesn't have a code icon
(<>, for instance), we should use its file icon.

Merge pull request #1 from djarratt/djarratt-
patch-1

Update Code icon from lightning bolt to file

AIRFLOW-906 change glyphicon flash to file

Merge pull request #2 from djarratt/djarratt-
patch-2

AIRFLOW-906 change glyphicon flash to file

Closes #2104 from djarratt/master
asfgit pushed a commit that referenced this pull request Mar 29, 2017
Lightning bolts are not a visual metaphor for code
or files. Since Glyphicon doesn't have a code icon
(<>, for instance), we should use its file icon.

Dear Airflow Maintainers,

Please accept this PR that addresses the following
issues:
AIRFLOW-906

Testing Done:
None.

Before/After screenshots in AIRFLOW-906 (https://i
ssues.apache.org/jira/browse/AIRFLOW-906)

Update Code icon from lightning bolt to file

Lightning bolts are not a visual metaphor for code
or files. Since Glyphicon doesn't have a code icon
(<>, for instance), we should use its file icon.

Merge pull request #1 from djarratt/djarratt-
patch-1

Update Code icon from lightning bolt to file

AIRFLOW-906 change glyphicon flash to file

Merge pull request #2 from djarratt/djarratt-
patch-2

AIRFLOW-906 change glyphicon flash to file

Closes #2104 from djarratt/master

(cherry picked from commit bc47200)
alekstorm pushed a commit to alekstorm/incubator-airflow that referenced this pull request Jun 1, 2017
Lightning bolts are not a visual metaphor for code
or files. Since Glyphicon doesn't have a code icon
(<>, for instance), we should use its file icon.

Dear Airflow Maintainers,

Please accept this PR that addresses the following
issues:
AIRFLOW-906

Testing Done:
None.

Before/After screenshots in AIRFLOW-906 (https://i
ssues.apache.org/jira/browse/AIRFLOW-906)

Update Code icon from lightning bolt to file

Lightning bolts are not a visual metaphor for code
or files. Since Glyphicon doesn't have a code icon
(<>, for instance), we should use its file icon.

Merge pull request apache#1 from djarratt/djarratt-
patch-1

Update Code icon from lightning bolt to file

AIRFLOW-906 change glyphicon flash to file

Merge pull request apache#2 from djarratt/djarratt-
patch-2

AIRFLOW-906 change glyphicon flash to file

Closes apache#2104 from djarratt/master
grantnicholas pushed a commit to grantnicholas/incubator-airflow that referenced this pull request Aug 31, 2017
…erge

Some refactoring and fixed bugs on secrets / volumes in pods
zack3241 pushed a commit to zack3241/incubator-airflow that referenced this pull request Jan 25, 2018
    # This is a combination of 16 commits.
    # This is the 1st commit message:
    Add flask_admin_unescape function to airfow.www.utils

    # This is the commit message apache#2:

    Add flask_admin_unescape to TaskInstanceModelView for task_id and dag_id

    # This is the commit message apache#3:

    Add test_flask_admin_unescape to tests.www.test_utils

    # This is the commit message apache#4:

    Add TestTaskInstanceModelView to tests.www.test_views

        This test for the proper integration between Subdag Tasks and the
        flask_admin package. Because the flask_admin package uses '.'
        characters as it's escape character and airflow enforces the
        dag_id.subdag_id format for the dag_id's for task_id's in subdags,
        the escaping that flask_admin preforms causes a duplication of the
        '.' character. When perform the actions that are available for those
        task_instances via the ui, this causes an error. These tests are
        here to protect against that integration issue.

    # This is the commit message apache#5:

    Update airflow.www.utils to conform to flake8 standards

    # This is the commit message apache#6:

    Update tests.www.test_utils to conform to flake8 standards

    # This is the commit message apache#7:

    Update TestTaskInstanceModelView to Leverage assertEqual

    # This is the commit message apache#8:

    Remove Superfluous SubDAG Task Var TestTaskInstanceModelView

    # This is the commit message apache#9:

    Update airflow.www.utils.gizipped.view_func to match with flake8

    # This is the commit message apache#11:

    Update airflow.www._connection_ids to align with flake8 spacing

    # This is the commit message apache#12:

    Update tests.www.test_utils.test_flask_admin_unescape with proper spaces

    # This is the commit message apache#13:

    Align tests.www.test_views with flake8 standards

    # This is the commit message apache#14:

    Remove unnecessary SubDagOperator in tests.www.test_views

    # This is the commit message apache#15:

    Change Position on install_aliases call in www.utils for flake8

    # This is the commit message apache#16:

    Separate setting subdag state via flask_admin model tests
boralyl pushed a commit to upsight/airflow that referenced this pull request Apr 1, 2019
…-2772 to develop

* commit '6242da51d80d49aacbf1b8653b5e38bd9f774c48':
  DATA-2772: add patch file
  DATA-2772: re-add markdown pin
  DATA-2772: alembic dev version and reset markdown
  DATA-2772: drop jira, pin markdown
  DATA-2772: drop password
  DATA-2772: readd rabbitmq
  DATA-2772: remove sphinx extras
  DATA-2772: drop eventlet
  DATA-2772: drop unnecessary dependencies
StewartW pushed a commit to StewartW/airflow that referenced this pull request May 27, 2019
tiopi pushed a commit to tiopi/airflow that referenced this pull request Jun 14, 2019
# This is the 1st commit message:

[AIRFLOW-4750] Log identified zombie task instances (apache#5389)


# This is the commit message apache#2:

Added Sentry to contrib folder

# This is the commit message apache#3:

Added Sentry to contrib folder
danielchalef pushed a commit to SparkPost/airflow that referenced this pull request Oct 18, 2019
aviemzur added a commit to aviemzur/airflow that referenced this pull request Dec 31, 2019
nailo2c referenced this pull request in nailo2c/airflow Feb 2, 2025
nailo2c referenced this pull request in nailo2c/airflow Feb 2, 2025
jx2lee added a commit to jx2lee/airflow that referenced this pull request Feb 4, 2025
nailo2c referenced this pull request in nailo2c/airflow Apr 7, 2025
nailo2c referenced this pull request in nailo2c/airflow Apr 13, 2025
nailo2c referenced this pull request in nailo2c/airflow Apr 13, 2025
potiuk referenced this pull request in nailo2c/airflow Apr 14, 2025
potiuk pushed a commit that referenced this pull request Apr 14, 2025
…ala/Kylin/Pinot (#48856)

* add hive operators doc and example

* add druid operators doc and example

* add impala operators doc and example

* add kylin operators doc and example

* add pinot operators doc and example

* fix lint issue

* fix lint issue #2
nailo2c referenced this pull request in nailo2c/airflow Apr 24, 2025
potiuk pushed a commit that referenced this pull request Apr 30, 2025
* add exasol operators doc, example and refactor trino

* fix lint issue

* fix lint issue #2

* fix code duplicate issue

* fix lint issue #3

* fix CI Static Checks
shahar1 pushed a commit that referenced this pull request Jun 14, 2025
* improve numpy serializer test coverage

* improve pandas, timezone serializer test coverage

* improve k8s serializer test coverage

* improve serialized_objects test coverage

* improve serialized_objects test coverage #2

* fix DeadlineReference import path issue

* import DeadlineAlert from airflow.sdk.definitions.deadline

* refactor test_serializers.py

* refactor test_serializers_objects.py

* fix the 'self' not found issue

* rename test functions for clearer scope
arvindp25 referenced this pull request in arvindp25/airflow Jun 21, 2025
# This is the 1st commit message:

added hook,operator,unit test,system test, docs for google cloud log sink.

# This is the commit message #2:

updated docs and provider yml

# This is the commit message apache#3:

system test for happy path

# This is the commit message apache#4:

updated porvder ynl

# This is the commit message apache#5:

full and final code

# This is the commit message apache#6:

ruff formatting

# This is the commit message apache#7:

updated licesne
eladkal pushed a commit that referenced this pull request Aug 5, 2025
…as (#53554)

* support auth_type=oauth2 for smtp

* add auth_type to notifications

* add ut for build_xoauth2_string & send_mime_email

* add test for smtp

* add test for notifications

* add ui widgets & property for oauth2

* add extra parameters to the docs

* fix CI test

* fix CI test #2

* fix CI test #3

* expose `build_xoauth2_string` & add fallback for old cores

* rollback email.py and test_email.py & refactor smtp.py

* refactor the doc to enrich examples and explnations
Nataneljpwd pushed a commit to Asquator/airflow that referenced this pull request Aug 5, 2025
…as (apache#53554)

* support auth_type=oauth2 for smtp

* add auth_type to notifications

* add ut for build_xoauth2_string & send_mime_email

* add test for smtp

* add test for notifications

* add ui widgets & property for oauth2

* add extra parameters to the docs

* fix CI test

* fix CI test apache#2

* fix CI test apache#3

* expose `build_xoauth2_string` & add fallback for old cores

* rollback email.py and test_email.py & refactor smtp.py

* refactor the doc to enrich examples and explnations
HsiuChuanHsu pushed a commit to HsiuChuanHsu/airflow that referenced this pull request Aug 5, 2025
…as (apache#53554)

* support auth_type=oauth2 for smtp

* add auth_type to notifications

* add ut for build_xoauth2_string & send_mime_email

* add test for smtp

* add test for notifications

* add ui widgets & property for oauth2

* add extra parameters to the docs

* fix CI test

* fix CI test apache#2

* fix CI test apache#3

* expose `build_xoauth2_string` & add fallback for old cores

* rollback email.py and test_email.py & refactor smtp.py

* refactor the doc to enrich examples and explnations
fweilun pushed a commit to fweilun/airflow that referenced this pull request Aug 11, 2025
…as (apache#53554)

* support auth_type=oauth2 for smtp

* add auth_type to notifications

* add ut for build_xoauth2_string & send_mime_email

* add test for smtp

* add test for notifications

* add ui widgets & property for oauth2

* add extra parameters to the docs

* fix CI test

* fix CI test apache#2

* fix CI test apache#3

* expose `build_xoauth2_string` & add fallback for old cores

* rollback email.py and test_email.py & refactor smtp.py

* refactor the doc to enrich examples and explnations
romsharon98 pushed a commit that referenced this pull request Dec 16, 2025
…on (#41706) (#58841)

* Fix AsyncKubernetesHook when Kubernetes connection is missing (#41706)

* fix CI error

* fix CI error #2

* Rename `conn_extras` to `connection_extras` for consistency across Kubernetes hooks and operators

* Handle AirflowNotFoundException when resolving connection extras in KubernetesPodOperator
FoxHelms pushed a commit to FoxHelms/airflow that referenced this pull request Dec 17, 2025
…on (apache#41706) (apache#58841)

* Fix AsyncKubernetesHook when Kubernetes connection is missing (apache#41706)

* fix CI error

* fix CI error apache#2

* Rename `conn_extras` to `connection_extras` for consistency across Kubernetes hooks and operators

* Handle AirflowNotFoundException when resolving connection extras in KubernetesPodOperator
Lohith625 pushed a commit to Lohith625/airflow that referenced this pull request Dec 19, 2025
…on (apache#41706) (apache#58841)

* Fix AsyncKubernetesHook when Kubernetes connection is missing (apache#41706)

* fix CI error

* fix CI error apache#2

* Rename `conn_extras` to `connection_extras` for consistency across Kubernetes hooks and operators

* Handle AirflowNotFoundException when resolving connection extras in KubernetesPodOperator
TempestShaw pushed a commit to TempestShaw/airflow that referenced this pull request Dec 24, 2025
…on (apache#41706) (apache#58841)

* Fix AsyncKubernetesHook when Kubernetes connection is missing (apache#41706)

* fix CI error

* fix CI error apache#2

* Rename `conn_extras` to `connection_extras` for consistency across Kubernetes hooks and operators

* Handle AirflowNotFoundException when resolving connection extras in KubernetesPodOperator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant