This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a change to branch release-2.10.0
in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git
discard 6501ecc Undo ignore of directories in gitignore
discard 82426fb Update Python Client to 2.10.0
add 2ab6eaf Update Python Client to 2.10.0
add 13d05a6 Undo ignore of directories in gitignore
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6501ecc)
\
N -- N -- N refs/heads/release-2.10.0 (13d05a6)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../api/{provider_api.py => dag_stats_api.py} | 38 ++++++++++++++--------
...ueued_event.py => dag_stats_collection_item.py} | 24 +++++++-------
...ollection.py => dag_stats_collection_schema.py} | 22 ++++++-------
...of.py => dag_stats_collection_schema_all_of.py} | 16 ++++-----
...state.py => dag_stats_state_collection_item.py} | 19 +++++------
.../model/{tag.py => task_failed_dependency.py} | 10 ++++--
...g.py => task_instance_dependency_collection.py} | 18 +++++-----
docs/{ProviderApi.md => DagStatsApi.md} | 37 +++++++++++----------
docs/{QueuedEvent.md => DagStatsCollectionItem.md} | 6 ++--
...llectionInfo.md => DagStatsCollectionSchema.md} | 5 +--
...onAllOf.md => DagStatsCollectionSchemaAllOf.md} | 4 +--
...tionAllOf.md => DagStatsStateCollectionItem.md} | 6 ++--
docs/{Tag.md => TaskFailedDependency.md} | 4 +--
...llOf.md => TaskInstanceDependencyCollection.md} | 4 +--
.../{test_user_all_of.py => test_dag_stats_api.py} | 18 +++++-----
...all_of.py => test_dag_stats_collection_item.py} | 16 ++++-----
...tion.py => test_dag_stats_collection_schema.py} | 20 ++++++------
... => test_dag_stats_collection_schema_all_of.py} | 16 ++++-----
....py => test_dag_stats_state_collection_item.py} | 12 +++----
...st_action.py => test_task_failed_dependency.py} | 12 +++----
...=> test_task_instance_dependency_collection.py} | 16 ++++-----
21 files changed, 171 insertions(+), 152 deletions(-)
copy airflow_client/client/api/{provider_api.py => dag_stats_api.py} (92%)
copy airflow_client/client/model/{queued_event.py =>
dag_stats_collection_item.py} (96%)
copy airflow_client/client/model/{dag_collection.py =>
dag_stats_collection_schema.py} (96%)
copy airflow_client/client/model/{dag_collection_all_of.py =>
dag_stats_collection_schema_all_of.py} (97%)
copy airflow_client/client/model/{update_dag_run_state.py =>
dag_stats_state_collection_item.py} (97%)
copy airflow_client/client/model/{tag.py => task_failed_dependency.py} (98%)
copy airflow_client/client/model/{config.py =>
task_instance_dependency_collection.py} (96%)
copy docs/{ProviderApi.md => DagStatsApi.md} (64%)
copy docs/{QueuedEvent.md => DagStatsCollectionItem.md} (74%)
copy docs/{CollectionInfo.md => DagStatsCollectionSchema.md} (80%)
copy docs/{XComCollectionAllOf.md => DagStatsCollectionSchemaAllOf.md} (82%)
copy docs/{ActionCollectionAllOf.md => DagStatsStateCollectionItem.md} (71%)
copy docs/{Tag.md => TaskFailedDependency.md} (88%)
copy docs/{ActionCollectionAllOf.md => TaskInstanceDependencyCollection.md}
(78%)
copy test/{test_user_all_of.py => test_dag_stats_api.py} (96%)
copy test/{test_action_collection_all_of.py =>
test_dag_stats_collection_item.py} (94%)
copy test/{test_dag_run_collection.py => test_dag_stats_collection_schema.py}
(92%)
copy test/{test_action_collection_all_of.py =>
test_dag_stats_collection_schema_all_of.py} (94%)
copy test/{test_clear_dag_run.py => test_dag_stats_state_collection_item.py}
(95%)
copy test/{test_action.py => test_task_failed_dependency.py} (96%)
copy test/{test_action_collection_all_of.py =>
test_task_instance_dependency_collection.py} (93%)