This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from d56fdb4 fixup! Add Changelog for 1.10.11
new 670c7d4 Add docs to change Colors on the Webserver (#9607)
new cc3f09f Change 'initiate' to 'initialize' in installation.rst (#9619)
new a177e5d Replace old Variables View Screenshot with new (#9620)
new ccf47ae Restrict changing XCom values from the Webserver (#9614)
new 3c8fb4a Replace old SubDag zoom screenshot with new (#9621)
new efe86e5 Update docs about the change to default auth for experimental
API (#9617)
new 011282e fixup! fixup! Add Changelog for 1.10.11
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG.txt | 6 +++
UPDATING.md | 6 +++
airflow/www/views.py | 2 +
airflow/www_rbac/views.py | 4 +-
docs/howto/customize-state-colors-ui.rst | 70 +++++++++++++++++++++++++++
docs/howto/index.rst | 1 +
docs/img/change-ui-colors/dags-page-new.png | Bin 0 -> 483599 bytes
docs/img/change-ui-colors/dags-page-old.png | Bin 0 -> 493009 bytes
docs/img/change-ui-colors/graph-view-new.png | Bin 0 -> 56973 bytes
docs/img/change-ui-colors/graph-view-old.png | Bin 0 -> 54884 bytes
docs/img/change-ui-colors/tree-view-new.png | Bin 0 -> 36934 bytes
docs/img/change-ui-colors/tree-view-old.png | Bin 0 -> 21601 bytes
docs/img/subdag_zoom.png | Bin 150185 -> 255915 bytes
docs/img/variable_hidden.png | Bin 154299 -> 121301 bytes
docs/installation.rst | 6 +--
docs/security.rst | 18 +++++--
16 files changed, 104 insertions(+), 9 deletions(-)
create mode 100644 docs/howto/customize-state-colors-ui.rst
create mode 100644 docs/img/change-ui-colors/dags-page-new.png
create mode 100644 docs/img/change-ui-colors/dags-page-old.png
create mode 100644 docs/img/change-ui-colors/graph-view-new.png
create mode 100644 docs/img/change-ui-colors/graph-view-old.png
create mode 100644 docs/img/change-ui-colors/tree-view-new.png
create mode 100644 docs/img/change-ui-colors/tree-view-old.png