並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 50件

新着順 人気順

migrateの検索結果1 - 40 件 / 50件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

migrateに関するエントリは50件あります。 AWStechfeedarticle などが関連タグです。 人気エントリには 『GitHub - airbnb/ts-migrate: A tool to help migrate JavaScript code quickly and conveniently to TypeScript』などがあります。
  • GitHub - airbnb/ts-migrate: A tool to help migrate JavaScript code quickly and conveniently to TypeScript

    ts-migrate is a tool for helping migrate code to TypeScript. It takes a JavaScript, or a partial TypeScript, project in and gives a compiling TypeScript project out. ts-migrate is intended to accelerate the TypeScript migration process. The resulting code will pass the build, but a followup is required to improve type safety. There will be lots of // @ts-expect-error, and any that will need to be

      GitHub - airbnb/ts-migrate: A tool to help migrate JavaScript code quickly and conveniently to TypeScript
    • JSからTSへの移行ツール、ts-migrateを試してみた - Qiita

      airbnbからjs→ts移行のツールが出ましたね…! Learn about how we used codemods to accelerate migration from JavaScript to TypeScript at Airbnb. https://t.co/s1WihkfD1F — Airbnb Engineering (@AirbnbEng) August 18, 2020 早速使ってみたので、その手順と使用感について書きたいと思います。 コード量によるのですがかなり簡単にできるように感じました。 TSにしたいけど面倒やなぁって感じてる方に是非 移行前のファイル 簡単なテンプレを使って試してみました! これをts化させていきます。 ├── src │ ├── img │ │ └── common │ │ └── favicon.png │ ├── js │ │ └──

        JSからTSへの移行ツール、ts-migrateを試してみた - Qiita
      • 脱Firebase. 我々はどう生きるか/Migrate from Firebase

        AWS DevDay 2022での登壇資料です。 Firebaseと言ってますが実際にはFirestoreだけです。 なお、Firebaseをdisるような内容ではありません。

          脱Firebase. 我々はどう生きるか/Migrate from Firebase
        • golang-migrateでDBマイグレーション | DevelopersIO

          golang-migrateとは? Go言語で作成されたDBマイグレーションツールで、GO言語のライブラリとしてだけではなく、CLIからも利用できます。そのためJavaで開発されているprismatixというサービスでも利用することができます。 JavaのマイグレーションツールにFlywayやliquibaseといったものがあります。その中でこのツールの特徴は、マイグレーションを定義しているファイルをGitHubやAWS S3などから直接参照することができることです。(もちろんローカルのファイルシステムにも対応しています) また対応しているデータベースエンジンも多く、MySQLやPostgreSQL以外にもMongoDBなどにも対応しているなど、様々な場面で使うことができるツールだと思います。 環境構築 今回は手軽に試すためにdocker上で、golang-migrateとPostgreS

            golang-migrateでDBマイグレーション | DevelopersIO
          • fluct-migrate-aws-from-on-premises

            「AWSへのマイグレーションのその先に ~リフト&シフトからのクラウド最適化~」でのfluc…

              fluct-migrate-aws-from-on-premises
            • ts-migrate: A Tool for Migrating to TypeScript at Scale

              TypeScript is the official language of frontend web development at Airbnb. Yet, the process of adopting TypeScript and migrating a mature codebase containing thousands of JavaScript files didn’t happen in one day. TypeScript adoption went through the process of an initial proposal, adoption by multiple teams, a beta phase and, finally, landing as the official language of frontend development at Ai

                ts-migrate: A Tool for Migrating to TypeScript at Scale
              • Migrate to User-Agent Client Hints  |  Articles  |  web.dev

                Migrate to User-Agent Client Hints Stay organized with collections Save and categorize content based on your preferences. Strategies to migrate your site from relying on the user-agent string to the new User-Agent Client Hints. The User-Agent string is a significant passive fingerprinting surface in browsers, as well as being difficult to process. However, there are all kinds of valid reasons for

                • [アップデート]AWS CDKでIaCジェネレーターを利用して、既存リソースからCDKアプリケーションを作成できるようになりました(cdk migrate –from-scan) | DevelopersIO

                  [アップデート]AWS CDKでIaCジェネレーターを利用して、既存リソースからCDKアプリケーションを作成できるようになりました(cdk migrate –from-scan) 先日、IaCジェネレーターが発表されました。 AWS CDKのアップデートに以下がありました。 migrate: Add CDK Migrate --from-scan functionality (#28962) (bbc14b3) Release v2.126.0 · aws/aws-cdk IaCジェネレーターのCloudFormationスタックに関連付けられていないAWS リソースから、CDKアプリを生成するオプションのようです。 早速試してみました。 注意点として、cdk migrateは現時点(2024/2時点)で実験的な機能になっています。今後破壊的な変更が起きる可能性があります。 前提 aws-

                    [アップデート]AWS CDKでIaCジェネレーターを利用して、既存リソースからCDKアプリケーションを作成できるようになりました(cdk migrate –from-scan) | DevelopersIO
                  • Migrate Swift 4.2 to 5.2

                    デザインシステムとコンポーネント指向によるフロントエンド開発プロセスの革新 / Innovation in Frontend Development Processes through Design Systems and Component-Oriented Architecture

                      Migrate Swift 4.2 to 5.2
                    • Prisma Migrate の小ネタ

                      この記事は Magic Moment Advent Calendar 2024 6 日目の記事です。 前回に引き続き @nagomiso です。 ラーメンは二郎系が好きだったのですが最近は家系とちゃん系にもハマっています 🍜 デロ麺が好きなので家系はふつうかヤワメを頼みます。ちゃん系はデフォルトで加水率高めの麺なのでよきです。 はじめに この記事は超小ネタです。気軽な気持ちでご笑覧ください。 2024 年は何故か Prisma の Migrate に触れる機会が何度かあったのでそのときの話を記事にします[1]。技術要素弱めで教訓めいた記事になります。 今回遭遇した困りごと 進まぬ Migrate Job prisma migrate deploy を実行する Cloud Run Job を定義して CD ワークフロー上で実行するようにしたのですがその Job が進まず Timeout し

                        Prisma Migrate の小ネタ
                      • Fig is sunsetting, migrate to Amazon CodeWhisperer for autocomplete in your terminal

                        Brendan FalkHappy 2024! Last year was a big year for our team: we joined Amazon in August, and by November, we had already shipped Amazon CodeWhisperer for command line. We’re keenly aware of the impact generative AI is having on the way developers build. We’re hard at work innovating and we have a lot of exciting new things coming to CodeWhisperer for command line later this year. With that said,

                          Fig is sunsetting, migrate to Amazon CodeWhisperer for autocomplete in your terminal
                        • CakePHP3→CakePHP4にmigrateしてみた | ランサーズ(Lancers)エンジニアブログ

                          CakePHP Advent Calender 2019 最終日の記事です。 SREチームの金澤です。 2019/12/16にCakePHP4がリリースされました。 ランサーズでは、CakePHP2.10の現システムをCakePHP3に移行中ですが、 同時に、管理画面のソースを別リポジトリに分割し、 CakePHP4で新規構築するプロジェクトも進めています。 CakePHP3で開発をしていたのですが、 CakePHP4が正式リリースされたので、CakePHP4にmigrateしました。 今回、その手順を記録しておきたいと思います。 composer.jsonのCakePHP4対応 CakePHP4.0にアップグレードするためにcomposer.jsonを修正します。 案の定ですが、単純に "cakephp/cakephp": "^4.0", として、composer updateしても依存

                            CakePHP3→CakePHP4にmigrateしてみた | ランサーズ(Lancers)エンジニアブログ
                          • How to Migrate from Vue CLI to Vite - Vue School Articles

                            If you've been developing with Vue prior to 2021 there's a good chance that your build tool of choice was the Vue CLI. It's been the de-facto standard for scaffolding Vue.js projects for a while. Now though, Evan You's next generation build tool Vite, has been garnering a lot of attention and is a great alternative to the Vue CLI. The primary reason for making the move is all about speed. Vite's d

                              How to Migrate from Vue CLI to Vite - Vue School Articles
                            • CDK Migrate: AWS CDK への移行コマンドの発表 | Amazon Web Services

                              Amazon Web Services ブログ CDK Migrate: AWS CDK への移行コマンドの発表 本日は、AWS Cloud Development Kit (CDK) の新機能である CDK Migrate についてご紹介します。この機能を使用することで、ユーザーは以前にデプロイされた AWS CloudFormation テンプレートや CloudFormation スタック、Infrastrcture as Code (IaC) の管理外で作成されたリソースを CDK アプリケーションに移行できます。この機能は、CloudFormation の管理外で作成されたリソースをテンプレートにインポートし、新しく生成された CloudFormation スタックに取り込むのに役立つ CloudFormation IaC ジェネレーター と同時に公開されています。IaC ジェネ

                                CDK Migrate: AWS CDK への移行コマンドの発表 | Amazon Web Services
                              • Migrate to Manifest V3  |  Chrome Extensions  |  Chrome for Developers

                                A guide to converting Manifest V2 extensions to Manifest V3 extensions. This section helps you upgrade an extension from Manifest V2 to Manifest V3, the newest version of the Chrome Extensions platform. Migration work is broadly divided into the categories below. To help you track your work, we've provided a checklist summarizing the contents of these documents. You can access the content via the

                                • Migrate away from data URLs in SVG element  |  Blog  |  Chrome for Developers

                                  The SVG spec was recently updated to remove support for data: URLs in SVG <use> element. This improves security of the Web platform as well as compatibility between browsers as Webkit does not support data: URLs in SVG <use> element. Reason for the removal SVG <use> element can fetch external SVG images and clone it into the current document. This is a powerful capability, and therefore it is rest

                                  • How to migrate your AWS CodeCommit repository to another Git provider | Amazon Web Services

                                    AWS DevOps Blog How to migrate your AWS CodeCommit repository to another Git provider After careful consideration, we have made the decision to close new customer access to AWS CodeCommit, effective July 25, 2024. AWS CodeCommit existing customers can continue to use the service as normal. AWS continues to invest in security, availability, and performance improvements for AWS CodeCommit, but we do

                                      How to migrate your AWS CodeCommit repository to another Git provider | Amazon Web Services
                                    • Migrate to ESLint 9.x

                                      Have you updated your ESLint setup to version 9.x? This version includes many breaking changes. Two major changes you need to consider are: Node.js < v18.18.0 and v19 are no longer supported. Flat config is now the default and has some changes. Flat config ESLint’s new flat config system makes setting up easier by using just one JavaScript file (named eslint.config.js, eslint.config.mjs, or eslint

                                        Migrate to ESLint 9.x
                                      • How to migrate from yarn / npm to pnpm

                                        Motivation pnpm is more performant at fetching, resolving, and storing dependencies. My personal experience shows that in some projects pnpm can be approx. 10x time faster at resolving dependencies and up to 3x more efficient for disk usage. It is also easy to start using pnpm if you have used npm or yarn before because the CLI is very similar. https://pnpm.io/motivation Migration guide Step 1: In

                                          How to migrate from yarn / npm to pnpm
                                        • Migrate Codelyzer with angular-eslint

                                          Photo by Antonio Batinic from Pexels.comこれは Angular Advent Calendar 2020 8 日目の記事です。 Angular と LinterAngular: ESLint サポートの現状 2020 Autumn にあるように、Angular CLI v12 から TSLint が deprecated 扱いになる。 TSLint とともに使われてきた Codelyzer で提供されてきた Rule については、今後は angular-eslint が提供していくことになる。実際、多くの Codelyzer ルールが angular-eslint に移植済みだ。 Codelyzerルールの移管状況(一部抜粋)一方でこの移行済みチェックリストを眺めていると、template- prefix から始まる、すなわち HTML テンプレート

                                            Migrate Codelyzer with angular-eslint
                                          • GitHub - joshpxyne/gpt-migrate: Easily migrate your codebase from one framework or language to another.

                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                              GitHub - joshpxyne/gpt-migrate: Easily migrate your codebase from one framework or language to another.
                                            • How To Migrate From jQuery To Next.js — Smashing Magazine

                                              In this article, we’re taking a closer look at different approaches and strategies on how we can migrate a web application that uses jQuery framework, and start using one of the coolest React frameworks in the market: Next.js. This article has been kindly supported by our dear friends at Netlify who are a diverse group of incredible talent from all over the world and offers a platform for web deve

                                                How To Migrate From jQuery To Next.js — Smashing Magazine
                                              • Migrate from Service Workers to ES Modules | Cloudflare Workers docs

                                                This guide will show you how to migrate your Workers from the Service Worker ↗ format to the ES modules ↗ format. There are several reasons to migrate your Workers to the ES modules format: Durable Objects, D1, Workers AI, Vectorize and other bindings can only be used from Workers that use ES modules. Your Worker will run faster. With service workers, bindings are exposed as globals. This means th

                                                  Migrate from Service Workers to ES Modules | Cloudflare Workers docs
                                                • Prisma Migrate | Database, Schema, SQL Migration Tool | Prisma Documentation

                                                  Prisma Migrate is a database migration tool available via the Prisma CLI that integrates with Prisma schema for data modeling.

                                                    Prisma Migrate | Database, Schema, SQL Migration Tool | Prisma Documentation
                                                  • JSからTSへの移行ツール、ts-migrateを試してみた

                                                    airbnbからjs→ts移行のツールが出ましたね…! 早速使ってみたので、その手順と使用感について書きたいと思います。 コード量によるのですがかなり簡単にできるように感じました。 TSにしたいけど面倒やなぁって感じてる方に是非! 移行前のファイル 簡単なテンプレを使って試してみました! これをts化させていきます。 ├── src │ ├── img │ │ └── common │ │ └── favicon.png │ ├── js │ │ └── app.js │ ├── jsx │ │ ├── components │ │ │ └── styledComponent │ │ │ └── GlobalStyle.jsx │ │ ├── containers │ │ │ ├── Hoge.jsx │ │ │ └── Top.jsx │ │ └── index.jsx │ └── pu

                                                      JSからTSへの移行ツール、ts-migrateを試してみた
                                                    • Vue.js: How to Migrate a large project from Vue 2 to Vue 3

                                                        Vue.js: How to Migrate a large project from Vue 2 to Vue 3
                                                      • Migrate to Gradle version catalog and convention plugins

                                                        Gradle always has been hard to grasp because of multiple ways to do the same thing. With the project scaling and requirements increasing it is crucial t…

                                                          Migrate to Gradle version catalog and convention plugins
                                                        • RailsのmigrateをAWS Fargateに移行した時の話 - Qiita

                                                          前提 ECSでRailsアプリが起動されていること migrateはfargateでやってなかった テスト環境でやること 作業内容 https://docs.aws.amazon.com/ja_jp/AmazonECS/latest/userguide/ecs_run_task_fargate.html これ見ながら作業する。実際は、コマンドでやると何をしているのかよくわからないので、まずはGUIでやる。把握した後にコード化するというのが良い。そうすることで、全てのオプションやらパラメータの世界が見えてくる。 念の為、新規DBを作成 t2.microなどで良い 何らかのエラーが出たときの切り分けにしたい。 インスタンスが作れたら、アプリケーションデプロイ用のタスクにDBの環境変数を設定する(Systems Managerが使えるなら ECS containerから valueFrom で呼

                                                            RailsのmigrateをAWS Fargateに移行した時の話 - Qiita
                                                          • Migrate to v9.x - ESLint - Pluggable JavaScript Linter

                                                            To address: If you are using any of these formatters via the -f command line flag, you’ll need to install the respective package for the formatter. Related issue(s): #17524 Removed require-jsdoc and valid-jsdoc rules The require-jsdoc and valid-jsdoc rules have been removed in ESLint v9.0.0. These rules were initially deprecated in 2018. To address: Use the replacement rules in eslint-plugin-jsdoc

                                                              Migrate to v9.x - ESLint - Pluggable JavaScript Linter
                                                            • 多くのデータベースに対応したマイグレーションツール migrate を MySQL で試した - kakakakakku blog

                                                              データベースのマイグレーションを行うツール migrate を試した.migrate は MySQL / MariaDB / PostgreSQL / Amazon Redshift / MongoDB / Cassandra など,多くのデータベースに対応している.GitHub リポジトリを見るともっと多くのデータベースに対応していることがわかる.他にも GitHub や Amazon S3 に置かれたマイグレーションファイルを直接読み込む機能や Go ライブラリとしてアプリケーションに組み込める機能などもある.今回は MySQL を使ってマイグレーションの基本的な機能を試す❗️ github.com インストール macOS だと Homebrew を使って簡単に migrate CLI をインストールできる.今回は v4.15.2 を使う. $ brew install golang

                                                                多くのデータベースに対応したマイグレーションツール migrate を MySQL で試した - kakakakakku blog
                                                              • Gitリポジトリのコピー時、git lfs migrateでGIT-LSF移行 - Qiita

                                                                はじめに Gitって難しいですね。どうやってよいかいつも悩んでいるように思えます。 お仕事で別リポジトリへのコピー作業を行ったのですがすんなりいかなかったので調べた結果をまとめて記述しておきます。 コピー元リポジトリからGitHubのリポジトリへ丸ごとコピー(Commit情報やtagも反映)したいのだが コピー元リポジトリにバイナリファイルが入っているがLSFを使用していな状態でCommitされている。 コピー先リポジトリはLFSが使える。 「git clone --mirror」しただけではリポジトリのコピーが出来ない。(100MB以上のファイルはCommitできない旨のエラーが発生してCommitできない。) 「git lfs migrate」で必要なバイナリファイルをLFSに登録しなおすことによりリポジトリのコピーが可能になりました。 前提 コピー元リポジトリからコピー先のGitHu

                                                                  Gitリポジトリのコピー時、git lfs migrateでGIT-LSF移行 - Qiita
                                                                • 8 Steps to Safely Migrate a Database Without Downtime - DZone

                                                                  when practicing continuous delivery, it is nessesary sometimes to safely migrate one's database to another database without downtime. the question is how to do it safely with minimum disruption to production. at wix.com we do database migrations several times a year (on different products) with much success. you can use this pattern to migrate between two different databases, for instance between

                                                                    8 Steps to Safely Migrate a Database Without Downtime - DZone
                                                                  • Azure Migrate now supports multiple credentials for discovery of physical servers | Azure updates | Microsoft Azure

                                                                    Explore Azure Get to know Azure Discover secure, future-ready cloud solutions—on-premises, hybrid, multicloud, or at the edge Global infrastructure Learn about sustainable, trusted cloud infrastructure with more regions than any other provider Cloud economics Build your business case for the cloud with key financial and technical guidance from Azure Customer enablement Plan a clear path forward fo

                                                                    • git lfs migrate で Git-LFS 移行したときのメモ - 戸袋に手を引き込まれないように

                                                                      Mercurial(Hg)からGit移行移行したついでに、ほぼ1GBとかあるリポジトリ*1をGit-LFSに移行した際のメモです。 Git-LFSを扱えるサービスとしてはBitbucket CloudよりもGitlab.comの方が制限が緩かったので、そちらへの移行も同時に行いました。 ja.confluence.atlassian.com gitlab.com 作業環境: Windows 10 + Git for Windows(+Git Bash,Git LFS) 0. BFGを使わなかった理由 1. Bitbucket Cloud から --mirrorでクローン 2. git lfs migrate info による事前調査 3. git lfs migrate import 実行 4. Gitlab.com へ --mirror でプッシュ 5. 参考資料ほか 0. BFGを使わ

                                                                        git lfs migrate で Git-LFS 移行したときのメモ - 戸袋に手を引き込まれないように
                                                                      • Migrate to v9.x - ESLint - Pluggable JavaScript Linter

                                                                        To address: If you are using any of these formatters via the -f command line flag, you’ll need to install the respective package for the formatter. Related issue(s): #17524 Removed require-jsdoc and valid-jsdoc rules The require-jsdoc and valid-jsdoc rules have been removed in ESLint v9.0.0. These rules were initially deprecated in 2018. To address: Use the replacement rules in eslint-plugin-jsdoc

                                                                          Migrate to v9.x - ESLint - Pluggable JavaScript Linter
                                                                        • Migrate to a service worker  |  Chrome Extensions  |  Chrome for Developers

                                                                          Replacing background or event pages with a service worker A service worker replaces the extension's background or event page to ensure that background code stays off the main thread. This enables extensions to run only when needed, saving resources. Background pages have been a fundamental component of extensions since their introduction. To put it simply, background pages provide an environment t

                                                                          • Rails: db:migrate:nameコマンドの振る舞いの変更(翻訳)|TechRacho by BPS株式会社

                                                                            概要 原著者の許諾を得て翻訳・公開いたします。 英語記事: Changes to behavior in rails db:migrate:name command | Saeloun Blog 原文公開日: 2020/09/09 著者: Vamsi Pavan Mahesh サイト: Saeloun Blog | Ruby on Rails Consulting Company based in San Francisco and Boston | Page 1 | Saeloun Blog Railsアプリに以下のようなマルチデータベースの設定があり、primaryとsecondaryのデータベースがそれぞれあるとします。 default: &default adapter: sqlite3 development: primary: <<: *default database: db

                                                                              Rails: db:migrate:nameコマンドの振る舞いの変更(翻訳)|TechRacho by BPS株式会社
                                                                            • AWS、Infrastructure as Codeの採用に向けてCDK MigrateとCloudFormation IaC Generatorを発表

                                                                              Spring BootによるAPIバックエンド構築実践ガイド 第2版 何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。この本では、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近リリースされ、重要な変...

                                                                                AWS、Infrastructure as Codeの採用に向けてCDK MigrateとCloudFormation IaC Generatorを発表
                                                                              • Migrate an Amazon QLDB Ledger to Amazon Aurora PostgreSQL | Amazon Web Services

                                                                                AWS Database Blog Migrate an Amazon QLDB Ledger to Amazon Aurora PostgreSQL In Replace Amazon QLDB with Amazon Aurora PostgreSQL for audit use cases, we described why Amazon Aurora PostgreSQL-Compatible Edition is an excellent alternative to Amazon QLDB for common ledger database use cases, where keeping a reliable and trustworthy audit of data changes is a core requirement. In this post, we demon

                                                                                  Migrate an Amazon QLDB Ledger to Amazon Aurora PostgreSQL | Amazon Web Services
                                                                                • Migrate from Heroku

                                                                                  Docs Index Rails on Fly.io Getting Started Toggle Getting Started section Migrate from Heroku Existing Rails Apps Dockerfiles and fly.toml The Basics Toggle The Basics section Environment Configuration Deployments Active Record Turbo Streams & Action Cable Active Storage Sidekiq Background Workers Running Tasks & Consoles Advanced guides Toggle Advanced guides section Machine API Multi-region Depl

                                                                                    Migrate from Heroku

                                                                                  新着記事