Skip to content

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Dec 4, 2022

No description provided.

@potiuk potiuk merged commit cba2d31 into main Dec 4, 2022
potiuk added a commit to potiuk/airflow that referenced this pull request Dec 4, 2022
Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
apache#27774 (comment)

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in apache/airflow-site#706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.
potiuk added a commit to apache/airflow that referenced this pull request Dec 5, 2022
Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
#27774 (comment)

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in apache/airflow-site#706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.
pierrejeambrun pushed a commit to apache/airflow that referenced this pull request Jan 12, 2023
Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
#27774 (comment)

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in apache/airflow-site#706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.

(cherry picked from commit c8e348d)
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Mar 31, 2023
Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
apache/airflow#27774 (comment)

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in apache/airflow-site#706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.

GitOrigin-RevId: c8e348dcb0bae27e98d68545b59388c9f91fc382
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Apr 4, 2023
Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
apache/airflow#27774 (comment)

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in apache/airflow-site#706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.

(cherry picked from commit c8e348dcb0bae27e98d68545b59388c9f91fc382)

GitOrigin-RevId: 3c885de2361f30a3d5925313a2922233fd0a3b5f
potiuk added a commit that referenced this pull request Jun 17, 2023
@potiuk potiuk deleted the fix-all-example-links2 branch June 17, 2023 12:54
ahidalgob pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Nov 7, 2023
Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
apache/airflow#27774 (comment)

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in apache/airflow-site#706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.

GitOrigin-RevId: c8e348dcb0bae27e98d68545b59388c9f91fc382
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Sep 19, 2024
Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
apache/airflow#27774 (comment)

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in apache/airflow-site#706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.

GitOrigin-RevId: c8e348dcb0bae27e98d68545b59388c9f91fc382
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Nov 8, 2024
Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
apache/airflow#27774 (comment)

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in apache/airflow-site#706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.

GitOrigin-RevId: c8e348dcb0bae27e98d68545b59388c9f91fc382
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request May 3, 2025
Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
apache/airflow#27774 (comment)

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in apache/airflow-site#706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.

GitOrigin-RevId: c8e348dcb0bae27e98d68545b59388c9f91fc382
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request May 24, 2025
Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
apache/airflow#27774 (comment)

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in apache/airflow-site#706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.

GitOrigin-RevId: c8e348dcb0bae27e98d68545b59388c9f91fc382
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Sep 19, 2025
Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
apache/airflow#27774 (comment)

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in apache/airflow-site#706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.

GitOrigin-RevId: c8e348dcb0bae27e98d68545b59388c9f91fc382
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Oct 17, 2025
Despite earlier attempts to fix the links there were still many places
where the links were pointing to wrong versions of examples.

It has been Noticed in:
apache/airflow#27774 (comment)

This change addresses it in three ways:

* updated tool to fix the linx in historically released documentation
  (applied already in apache/airflow-site#706)
* replaced hard-coded version with `|version|` everywhere and added
  sphinx extension to convert those to actual provider versions (though
  due to sphinx limitation it has to be done with post-processing of the
  generated .html rather than replacing during generation)
* added pre-commit that detects any use of example_dags links to
  main/master/hard-coded version.

GitOrigin-RevId: c8e348dcb0bae27e98d68545b59388c9f91fc382
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