-
Notifications
You must be signed in to change notification settings - Fork 593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip call to selection.merge if undefined. #350
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The selection.merge method was added in d3v4. When selection.merge is undefined, as in d3v3, skip the call and use the existing selection.
@lutzroeder ready for review when you have time. |
astahlman
added a commit
to lyft/airflow
that referenced
this pull request
Feb 15, 2019
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3
2 tasks
feng-tao
pushed a commit
to apache/airflow
that referenced
this pull request
Feb 15, 2019
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3
antonimaciej
pushed a commit
to PolideaInternal/airflow
that referenced
this pull request
Feb 26, 2019
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3
ashb
pushed a commit
to apache/airflow
that referenced
this pull request
Apr 3, 2019
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3
wmorris75
pushed a commit
to modmed/incubator-airflow
that referenced
this pull request
Jul 29, 2019
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Jan 16, 2020
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: fe9df7301575f54607715dee0b170a1daf5e5dcf
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Jan 23, 2020
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: fe9df7301575f54607715dee0b170a1daf5e5dcf
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Apr 7, 2020
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: fe9df7301575f54607715dee0b170a1daf5e5dcf
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Apr 8, 2020
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: fe9df7301575f54607715dee0b170a1daf5e5dcf
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Feb 11, 2021
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: fe9df7301575f54607715dee0b170a1daf5e5dcf
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Feb 18, 2021
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: fe9df7301575f54607715dee0b170a1daf5e5dcf
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Feb 22, 2021
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: fe9df7301575f54607715dee0b170a1daf5e5dcf
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Feb 23, 2021
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: fe9df7301575f54607715dee0b170a1daf5e5dcf
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Feb 24, 2021
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: fe9df7301575f54607715dee0b170a1daf5e5dcf
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Jun 2, 2021
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: fe9df7301575f54607715dee0b170a1daf5e5dcf
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Jun 3, 2021
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: fe9df7301575f54607715dee0b170a1daf5e5dcf
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Jun 3, 2021
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: fe9df7301575f54607715dee0b170a1daf5e5dcf
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Jun 3, 2021
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: fe9df7301575f54607715dee0b170a1daf5e5dcf
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Jun 7, 2021
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: fe9df7301575f54607715dee0b170a1daf5e5dcf
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Jun 9, 2021
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: fe9df7301575f54607715dee0b170a1daf5e5dcf
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Jun 10, 2021
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: fe9df7301575f54607715dee0b170a1daf5e5dcf
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Jun 15, 2021
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: fe9df7301575f54607715dee0b170a1daf5e5dcf
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Sep 15, 2021
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: 72fe43b875bb8458b298c857752d14e1bd09b60e
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Sep 16, 2021
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: 72fe43b875bb8458b298c857752d14e1bd09b60e
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Sep 23, 2021
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: 72fe43b875bb8458b298c857752d14e1bd09b60e
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Nov 25, 2021
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: 72fe43b875bb8458b298c857752d14e1bd09b60e
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Mar 1, 2022
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: 72fe43b875bb8458b298c857752d14e1bd09b60e
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Jun 3, 2022
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: 72fe43b875bb8458b298c857752d14e1bd09b60e
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Jun 6, 2022
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: 72fe43b875bb8458b298c857752d14e1bd09b60e
kosteev
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Jul 8, 2022
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: 72fe43b875bb8458b298c857752d14e1bd09b60e
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Aug 26, 2022
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: 72fe43b875bb8458b298c857752d14e1bd09b60e
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Oct 3, 2022
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: 72fe43b875bb8458b298c857752d14e1bd09b60e
aglipska
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Oct 6, 2022
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: 72fe43b875bb8458b298c857752d14e1bd09b60e
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Dec 7, 2022
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: 72fe43b875bb8458b298c857752d14e1bd09b60e
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Jan 27, 2023
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: 72fe43b875bb8458b298c857752d14e1bd09b60e
ahidalgob
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Apr 24, 2023
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: 72fe43b875bb8458b298c857752d14e1bd09b60e
kosteev
pushed a commit
to kosteev/composer-airflow-test-copybara
that referenced
this pull request
Sep 11, 2024
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: 72fe43b875bb8458b298c857752d14e1bd09b60e
kosteev
pushed a commit
to kosteev/composer-airflow-test-copybara
that referenced
this pull request
Sep 12, 2024
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: 72fe43b875bb8458b298c857752d14e1bd09b60e
kosteev
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Sep 16, 2024
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: 72fe43b875bb8458b298c857752d14e1bd09b60e
kosteev
pushed a commit
to kosteev/composer-airflow-test-copybara
that referenced
this pull request
Sep 17, 2024
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: 72fe43b875bb8458b298c857752d14e1bd09b60e
kosteev
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Nov 6, 2024
dagre-d3 v0.6.3 has a bug that causes this Javascript error when loading the Graph View: TypeError: previousPaths.merge is not a function The bug fix [1] has been merged to master, but hasn't been released to npm yet. This change temporarily downgrades our version of dagre-d3 until dagre-d3 v0.6.4 is released [2] I also fixed a bug I encountered in the `compile_assets.sh` where the script would fail if the directory `airflow/www/static/dist/` exists but is empty. [1] dagrejs/dagre-d3#350 [2] https://github.com/dagrejs/dagre-d3/blob/5450627790ff42012ef50cef6b0e220199ae4fbe/package.json#L3 GitOrigin-RevId: 72fe43b875bb8458b298c857752d14e1bd09b60e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The selection.merge method was added in d3v4. When selection.merge is
undefined, as in d3v3, skip the call and use the existing selection.
This should fix #309 (comment); cc @seelmann.