Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

124 lines
3.3 KiB
HTML
Raw Normal View History

<!--
Copyright 2022 Collate.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
2021-08-01 14:27:44 -07:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta
name="msapplication-TileImage"
Node upgrade and webpack to vite (#22993) (#22997) * Node upgrade and webpack to vite (#22993) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Node upgrade (#23000) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> * Node upgrade (#23006) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji * Add node setup in workflow instead of relying on runners default node --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * downgrade vite svgr to support both default and react component export * Update build structure and fix qs ts error (#23030) * Get node version from .nvmrc for github workflows (#23051) * Update build structure and fix qs ts error * Get node version from .nvmrc for github workflows --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Webpack cleanup (#23062) Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> --------- Co-authored-by: satish <satishmwaghela@gmail.com> Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Co-authored-by: karanh37 <karanh37@gmail.com>
2025-08-22 19:13:55 +05:30
content="/favicons/ms-icon-144x144.png"
2021-08-01 14:27:44 -07:00
/>
<meta name="theme-color" content="#ffffff" />
<meta name="description" content="OpenMetadata Application" />
<meta property="og:title" content="OpenMetadata" />
<meta property="og:description" content="OpenMetadata Application" />
<meta
property="og:image"
Node upgrade and webpack to vite (#22993) (#22997) * Node upgrade and webpack to vite (#22993) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Node upgrade (#23000) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> * Node upgrade (#23006) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji * Add node setup in workflow instead of relying on runners default node --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * downgrade vite svgr to support both default and react component export * Update build structure and fix qs ts error (#23030) * Get node version from .nvmrc for github workflows (#23051) * Update build structure and fix qs ts error * Get node version from .nvmrc for github workflows --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Webpack cleanup (#23062) Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> --------- Co-authored-by: satish <satishmwaghela@gmail.com> Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Co-authored-by: karanh37 <karanh37@gmail.com>
2025-08-22 19:13:55 +05:30
content="/favicons/android-icon-192x192.png"
/>
<script>
Node upgrade and webpack to vite (#22993) (#22997) * Node upgrade and webpack to vite (#22993) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Node upgrade (#23000) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> * Node upgrade (#23006) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji * Add node setup in workflow instead of relying on runners default node --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * downgrade vite svgr to support both default and react component export * Update build structure and fix qs ts error (#23030) * Get node version from .nvmrc for github workflows (#23051) * Update build structure and fix qs ts error * Get node version from .nvmrc for github workflows --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Webpack cleanup (#23062) Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> --------- Co-authored-by: satish <satishmwaghela@gmail.com> Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Co-authored-by: karanh37 <karanh37@gmail.com>
2025-08-22 19:13:55 +05:30
window.BASE_PATH = '/';
</script>
2021-08-01 14:27:44 -07:00
Node upgrade and webpack to vite (#22993) (#22997) * Node upgrade and webpack to vite (#22993) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Node upgrade (#23000) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> * Node upgrade (#23006) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji * Add node setup in workflow instead of relying on runners default node --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * downgrade vite svgr to support both default and react component export * Update build structure and fix qs ts error (#23030) * Get node version from .nvmrc for github workflows (#23051) * Update build structure and fix qs ts error * Get node version from .nvmrc for github workflows --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Webpack cleanup (#23062) Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> --------- Co-authored-by: satish <satishmwaghela@gmail.com> Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Co-authored-by: karanh37 <karanh37@gmail.com>
2025-08-22 19:13:55 +05:30
<link rel="shortcut icon" href="/favicon.png" type="image/png" />
2021-08-01 14:27:44 -07:00
<link
rel="apple-touch-icon"
sizes="57x57"
Node upgrade and webpack to vite (#22993) (#22997) * Node upgrade and webpack to vite (#22993) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Node upgrade (#23000) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> * Node upgrade (#23006) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji * Add node setup in workflow instead of relying on runners default node --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * downgrade vite svgr to support both default and react component export * Update build structure and fix qs ts error (#23030) * Get node version from .nvmrc for github workflows (#23051) * Update build structure and fix qs ts error * Get node version from .nvmrc for github workflows --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Webpack cleanup (#23062) Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> --------- Co-authored-by: satish <satishmwaghela@gmail.com> Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Co-authored-by: karanh37 <karanh37@gmail.com>
2025-08-22 19:13:55 +05:30
href="/favicons/apple-icon-57x57.png"
2021-08-01 14:27:44 -07:00
/>
<link
rel="apple-touch-icon"
sizes="60x60"
Node upgrade and webpack to vite (#22993) (#22997) * Node upgrade and webpack to vite (#22993) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Node upgrade (#23000) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> * Node upgrade (#23006) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji * Add node setup in workflow instead of relying on runners default node --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * downgrade vite svgr to support both default and react component export * Update build structure and fix qs ts error (#23030) * Get node version from .nvmrc for github workflows (#23051) * Update build structure and fix qs ts error * Get node version from .nvmrc for github workflows --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Webpack cleanup (#23062) Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> --------- Co-authored-by: satish <satishmwaghela@gmail.com> Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Co-authored-by: karanh37 <karanh37@gmail.com>
2025-08-22 19:13:55 +05:30
href="/favicons/apple-icon-60x60.png"
2021-08-01 14:27:44 -07:00
/>
<link
rel="apple-touch-icon"
sizes="72x72"
Node upgrade and webpack to vite (#22993) (#22997) * Node upgrade and webpack to vite (#22993) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Node upgrade (#23000) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> * Node upgrade (#23006) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji * Add node setup in workflow instead of relying on runners default node --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * downgrade vite svgr to support both default and react component export * Update build structure and fix qs ts error (#23030) * Get node version from .nvmrc for github workflows (#23051) * Update build structure and fix qs ts error * Get node version from .nvmrc for github workflows --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Webpack cleanup (#23062) Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> --------- Co-authored-by: satish <satishmwaghela@gmail.com> Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Co-authored-by: karanh37 <karanh37@gmail.com>
2025-08-22 19:13:55 +05:30
href="/favicons/apple-icon-72x72.png"
2021-08-01 14:27:44 -07:00
/>
<link
rel="apple-touch-icon"
sizes="76x76"
Node upgrade and webpack to vite (#22993) (#22997) * Node upgrade and webpack to vite (#22993) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Node upgrade (#23000) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> * Node upgrade (#23006) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji * Add node setup in workflow instead of relying on runners default node --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * downgrade vite svgr to support both default and react component export * Update build structure and fix qs ts error (#23030) * Get node version from .nvmrc for github workflows (#23051) * Update build structure and fix qs ts error * Get node version from .nvmrc for github workflows --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Webpack cleanup (#23062) Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> --------- Co-authored-by: satish <satishmwaghela@gmail.com> Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Co-authored-by: karanh37 <karanh37@gmail.com>
2025-08-22 19:13:55 +05:30
href="/favicons/apple-icon-76x76.png"
2021-08-01 14:27:44 -07:00
/>
<link
rel="apple-touch-icon"
sizes="114x114"
Node upgrade and webpack to vite (#22993) (#22997) * Node upgrade and webpack to vite (#22993) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Node upgrade (#23000) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> * Node upgrade (#23006) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji * Add node setup in workflow instead of relying on runners default node --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * downgrade vite svgr to support both default and react component export * Update build structure and fix qs ts error (#23030) * Get node version from .nvmrc for github workflows (#23051) * Update build structure and fix qs ts error * Get node version from .nvmrc for github workflows --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Webpack cleanup (#23062) Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> --------- Co-authored-by: satish <satishmwaghela@gmail.com> Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Co-authored-by: karanh37 <karanh37@gmail.com>
2025-08-22 19:13:55 +05:30
href="/favicons/apple-icon-114x114.png"
2021-08-01 14:27:44 -07:00
/>
<link
rel="apple-touch-icon"
sizes="120x120"
Node upgrade and webpack to vite (#22993) (#22997) * Node upgrade and webpack to vite (#22993) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Node upgrade (#23000) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> * Node upgrade (#23006) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji * Add node setup in workflow instead of relying on runners default node --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * downgrade vite svgr to support both default and react component export * Update build structure and fix qs ts error (#23030) * Get node version from .nvmrc for github workflows (#23051) * Update build structure and fix qs ts error * Get node version from .nvmrc for github workflows --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Webpack cleanup (#23062) Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> --------- Co-authored-by: satish <satishmwaghela@gmail.com> Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Co-authored-by: karanh37 <karanh37@gmail.com>
2025-08-22 19:13:55 +05:30
href="/favicons/apple-icon-120x120.png"
2021-08-01 14:27:44 -07:00
/>
<link
rel="apple-touch-icon"
sizes="144x144"
Node upgrade and webpack to vite (#22993) (#22997) * Node upgrade and webpack to vite (#22993) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Node upgrade (#23000) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> * Node upgrade (#23006) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji * Add node setup in workflow instead of relying on runners default node --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * downgrade vite svgr to support both default and react component export * Update build structure and fix qs ts error (#23030) * Get node version from .nvmrc for github workflows (#23051) * Update build structure and fix qs ts error * Get node version from .nvmrc for github workflows --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Webpack cleanup (#23062) Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> --------- Co-authored-by: satish <satishmwaghela@gmail.com> Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Co-authored-by: karanh37 <karanh37@gmail.com>
2025-08-22 19:13:55 +05:30
href="/favicons/apple-icon-144x144.png"
2021-08-01 14:27:44 -07:00
/>
<link
rel="apple-touch-icon"
sizes="152x152"
Node upgrade and webpack to vite (#22993) (#22997) * Node upgrade and webpack to vite (#22993) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Node upgrade (#23000) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> * Node upgrade (#23006) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji * Add node setup in workflow instead of relying on runners default node --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * downgrade vite svgr to support both default and react component export * Update build structure and fix qs ts error (#23030) * Get node version from .nvmrc for github workflows (#23051) * Update build structure and fix qs ts error * Get node version from .nvmrc for github workflows --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Webpack cleanup (#23062) Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> --------- Co-authored-by: satish <satishmwaghela@gmail.com> Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Co-authored-by: karanh37 <karanh37@gmail.com>
2025-08-22 19:13:55 +05:30
href="/favicons/apple-icon-152x152.png"
2021-08-01 14:27:44 -07:00
/>
<link
rel="apple-touch-icon"
sizes="180x180"
Node upgrade and webpack to vite (#22993) (#22997) * Node upgrade and webpack to vite (#22993) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Node upgrade (#23000) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> * Node upgrade (#23006) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji * Add node setup in workflow instead of relying on runners default node --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * downgrade vite svgr to support both default and react component export * Update build structure and fix qs ts error (#23030) * Get node version from .nvmrc for github workflows (#23051) * Update build structure and fix qs ts error * Get node version from .nvmrc for github workflows --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Webpack cleanup (#23062) Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> --------- Co-authored-by: satish <satishmwaghela@gmail.com> Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Co-authored-by: karanh37 <karanh37@gmail.com>
2025-08-22 19:13:55 +05:30
href="/favicons/apple-icon-180x180.png"
2021-08-01 14:27:44 -07:00
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
Node upgrade and webpack to vite (#22993) (#22997) * Node upgrade and webpack to vite (#22993) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Node upgrade (#23000) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> * Node upgrade (#23006) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji * Add node setup in workflow instead of relying on runners default node --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * downgrade vite svgr to support both default and react component export * Update build structure and fix qs ts error (#23030) * Get node version from .nvmrc for github workflows (#23051) * Update build structure and fix qs ts error * Get node version from .nvmrc for github workflows --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Webpack cleanup (#23062) Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> --------- Co-authored-by: satish <satishmwaghela@gmail.com> Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Co-authored-by: karanh37 <karanh37@gmail.com>
2025-08-22 19:13:55 +05:30
href="/favicons/android-icon-192x192.png"
2021-08-01 14:27:44 -07:00
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
Node upgrade and webpack to vite (#22993) (#22997) * Node upgrade and webpack to vite (#22993) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Node upgrade (#23000) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> * Node upgrade (#23006) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji * Add node setup in workflow instead of relying on runners default node --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * downgrade vite svgr to support both default and react component export * Update build structure and fix qs ts error (#23030) * Get node version from .nvmrc for github workflows (#23051) * Update build structure and fix qs ts error * Get node version from .nvmrc for github workflows --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Webpack cleanup (#23062) Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> --------- Co-authored-by: satish <satishmwaghela@gmail.com> Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Co-authored-by: karanh37 <karanh37@gmail.com>
2025-08-22 19:13:55 +05:30
href="/favicons/favicon-32x32.png"
2021-08-01 14:27:44 -07:00
/>
<link
rel="icon"
type="image/png"
sizes="96x96"
Node upgrade and webpack to vite (#22993) (#22997) * Node upgrade and webpack to vite (#22993) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Node upgrade (#23000) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> * Node upgrade (#23006) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji * Add node setup in workflow instead of relying on runners default node --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * downgrade vite svgr to support both default and react component export * Update build structure and fix qs ts error (#23030) * Get node version from .nvmrc for github workflows (#23051) * Update build structure and fix qs ts error * Get node version from .nvmrc for github workflows --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Webpack cleanup (#23062) Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> --------- Co-authored-by: satish <satishmwaghela@gmail.com> Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Co-authored-by: karanh37 <karanh37@gmail.com>
2025-08-22 19:13:55 +05:30
href="/favicons/favicon-96x96.png"
2021-08-01 14:27:44 -07:00
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
Node upgrade and webpack to vite (#22993) (#22997) * Node upgrade and webpack to vite (#22993) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Node upgrade (#23000) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> * Node upgrade (#23006) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji * Add node setup in workflow instead of relying on runners default node --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * downgrade vite svgr to support both default and react component export * Update build structure and fix qs ts error (#23030) * Get node version from .nvmrc for github workflows (#23051) * Update build structure and fix qs ts error * Get node version from .nvmrc for github workflows --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Webpack cleanup (#23062) Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> --------- Co-authored-by: satish <satishmwaghela@gmail.com> Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Co-authored-by: karanh37 <karanh37@gmail.com>
2025-08-22 19:13:55 +05:30
href="/favicons/favicon-16x16.png"
2021-08-01 14:27:44 -07:00
/>
Node upgrade and webpack to vite (#22993) (#22997) * Node upgrade and webpack to vite (#22993) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Node upgrade (#23000) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> * Node upgrade (#23006) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji * Add node setup in workflow instead of relying on runners default node --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * downgrade vite svgr to support both default and react component export * Update build structure and fix qs ts error (#23030) * Get node version from .nvmrc for github workflows (#23051) * Update build structure and fix qs ts error * Get node version from .nvmrc for github workflows --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Webpack cleanup (#23062) Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> --------- Co-authored-by: satish <satishmwaghela@gmail.com> Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Co-authored-by: karanh37 <karanh37@gmail.com>
2025-08-22 19:13:55 +05:30
<link rel="manifest" href="/manifest.json" />
2021-08-01 14:27:44 -07:00
<script>
let images = ['/images/governce.png', '/images/data-collbration.png'];
images.forEach((image) => {
let img = new Image();
img.loading = 'eager';
img.src = window.location.origin + image;
});
</script>
2021-08-01 14:27:44 -07:00
<title>OpenMetadata</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
Node upgrade and webpack to vite (#22993) (#22997) * Node upgrade and webpack to vite (#22993) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Node upgrade (#23000) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> * Node upgrade (#23006) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji * Add node setup in workflow instead of relying on runners default node --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * downgrade vite svgr to support both default and react component export * Update build structure and fix qs ts error (#23030) * Get node version from .nvmrc for github workflows (#23051) * Update build structure and fix qs ts error * Get node version from .nvmrc for github workflows --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Webpack cleanup (#23062) Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> --------- Co-authored-by: satish <satishmwaghela@gmail.com> Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Co-authored-by: karanh37 <karanh37@gmail.com>
2025-08-22 19:13:55 +05:30
<script type="module" src="/src/index.tsx"></script>
2021-08-01 14:27:44 -07:00
</body>
Node upgrade and webpack to vite (#22993) (#22997) * Node upgrade and webpack to vite (#22993) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Node upgrade (#23000) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> * Node upgrade (#23006) * Node upgrade and webpack to vite * Update node versions in workflows * Update setup-node * Fix node version issue in workflow * Update npm cache * Npm cache update * Upgrade @windmillcode/quill-emoji * Add node setup in workflow instead of relying on runners default node --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * downgrade vite svgr to support both default and react component export * Update build structure and fix qs ts error (#23030) * Get node version from .nvmrc for github workflows (#23051) * Update build structure and fix qs ts error * Get node version from .nvmrc for github workflows --------- Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> * Webpack cleanup (#23062) Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> --------- Co-authored-by: satish <satishmwaghela@gmail.com> Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Co-authored-by: karanh37 <karanh37@gmail.com>
2025-08-22 19:13:55 +05:30
</html>