[{"data":1,"prerenderedAt":1105},["ShallowReactive",2],{"/ja-jp/blog/what-is-ide":3,"navigation-ja-jp":322,"banner-ja-jp":752,"footer-ja-jp":760,"blog-post-authors-ja-jp-GitLab Team":1002,"blog-related-posts-ja-jp-what-is-ide":1018,"blog-promotions-ja-jp":1044,"next-steps-ja-jp":1096},{"id":4,"title":5,"authors":6,"body":8,"category":299,"date":300,"description":301,"extension":302,"externalUrl":303,"faq":303,"featured":304,"heroImage":305,"meta":306,"navigation":304,"path":307,"seo":308,"slug":313,"stem":314,"tags":315,"template":320,"updatedDate":303,"__hash__":321},"blogPosts/ja-jp/blog/what-is-ide.md","IDE、そしてWeb IDEとは",[7],"GitLab Team",{"type":9,"value":10,"toc":277},"minimark",[11,15,19,47,50,53,56,76,79,82,85,88,100,103,106,109,112,123,126,140,143,146,149,152,155,158,161,164,167,170,173,176,179,182,193,202,219,222,226,229,233,236,240,243,247,255],[12,13,14],"p",{},"Web IDEとは、クラウドベースで機能する、Webブラウザ上でソースのコミットまで行える高度なIDEです。では、IDEとは？ Web IDEやIDEを知らなかった人にもわかりやすいように、その仕組みや概要を、ここで簡単に説明します。",[16,17,18],"h2",{"id":18},"目次",[20,21,22,26,29,32,35,38,41,44],"ul",{},[23,24,25],"li",{},"IDE（統合開発環境）とは",[23,27,28],{},"IDEの主な特徴",[23,30,31],{},"IDEの仕組み",[23,33,34],{},"IDEの種類",[23,36,37],{},"IDEを使うメリット",[23,39,40],{},"IDEの例",[23,42,43],{},"Web IDEとは",[23,45,46],{},"IDEのFAQ（よくある質問）",[16,48,25],{"id":49},"ide統合開発環境とは",[12,51,52],{},"IDEはIntegrated Development Environmentの略で、日本語では「統合開発環境」と訳されます。IDEは、開発者がソフトウェアのコードを開発する際に必要なソフトウェアをひとつにまとめ、単一の画面で操作できるようにしたものです。",[12,54,55],{},"プログラミングには次のようなプログラムが必要になります。",[20,57,58,61,64,67,70,73],{},[23,59,60],{},"テキストエディタ：ソースコードを記述",[23,62,63],{},"コンパイラー：ソースコードからオブジェクトコードを生成",[23,65,66],{},"リンカー：ターゲットとなるCPU用に実行コードを生成",[23,68,69],{},"デバッガー：作成したプログラムのバグ検出に使用",[23,71,72],{},"コードのバージョン管理：ほとんどのIDEはシームレスにバージョン管理システムを統合",[23,74,75],{},"自動化ビルド：ビルドプロセスを自動化",[12,77,78],{},"IDEがなかった時代は、これら一つひとつを手作業で統合しなければなりませんでした。しかし、現在ではすべてがIDEツールに統合されているため、IDEをインストールするか、Web IDEにアクセスすれば、開発環境が瞬時に整います。ほとんどのIDEには、ソースコードを自動的に書いたり、編集したりするための機能が含まれています。そのため、コード開発を効率的に行うことが可能になります。",[16,80,28],{"id":81},"ideの主な特徴",[12,83,84],{},"IDEはこれまで、パソコンにインストールして使用するものが主流でしたが、現在はWeb IDEなど、クラウドベースのものが増えてきています。GitLabのWeb IDEも、Webブラウザにアクセスできれば、簡単に開発ができるため、複数の開発者で開発環境を共有することが可能です。",[12,86,87],{},"統合開発環境（IDE）の特徴は、次のとおりです。",[89,90,91,94,97],"ol",{},[23,92,93],{},"時間の節約：上述のように、各種プログラムがひとつのプラットフォーム上に統合されているため、ソフトウェア開発にかかる時間が短縮できます。",[23,95,96],{},"チームでの開発の効率化：バージョン管理やソースコードの管理など、引き継ぎにかかる手間が省け、ミスが予防できます。",[23,98,99],{},"ヒューマンエラーの防止：IDEのエディタには入力サポート機能があり、コンパイラにはシンタックスチェック、つまり構文の間違いチェック機能があります。こういった機能はヒューマンエラーを防止してくれます。",[16,101,31],{"id":102},"ideの仕組み",[12,104,105],{},"IDEとは、ソフトウェアの開発で使用するさまざまなソフトウェアを支援ツールと合わせてまとめ、統合開発環境として使えるようにしたものです。",[16,107,34],{"id":108},"ideの種類",[12,110,111],{},"IDEには、さまざまな種類があります。用途や目的、プログラミング言語、ターゲットとする OS や動作環境によって、選ぶポイントがあります。何を作るのか、どういうソフトウェアやアプリケーションを開発するのかによっても、最適 IDEは変わります。どのIDEを選ぶかによって、できることが異なるからです。しかし、異なるIDEで共通してできることは、次のようなものです。",[20,113,114,117,120],{},[23,115,116],{},"ソースファイルの構成管理",[23,118,119],{},"ビルドの自動実行",[23,121,122],{},"デバッグ",[12,124,125],{},"また、たとえば、プログラミング言語には Java、Swift、C++、C#、UnityやPythonなどがあるため、コードを書く言語に対応しているIDEを選ぶべきでしょう。IDEの種類としては：",[20,127,128,131,134,137],{},[23,129,130],{},"多言語対応IDE",[23,132,133],{},"モバイル開発用IDE",[23,135,136],{},"WebまたはクラウドベースのIDE",[23,138,139],{},"単言語のIDE",[12,141,142],{},"などがあります。",[12,144,145],{},"また、IDEにはダウンロードして使うものと、クラウドで使用するもの、たとえばWeb IDEなどがあります。クラウドベースのものは、複数の開発者の間で開発環境が共有できるため、各々のチームメンバーの環境設定の違いは問題になりません。また、ビルドの際はCPUの速度低下により時間がかかるものですが、クラウドIDEでは速度低下は発生しません。ソースコード開発は、Gitなどと連携すれば、チーム間での共有も行えます。",[16,147,37],{"id":148},"ideを使うメリット",[12,150,151],{},"IDE、統合開発環境を使うメリットは、一言で言うなら「開発の効率化」です。「IDEとは」で記述したように、IDEにはテキストエディタ、コンパイル、デバッグなどの機能がすべて統合されています。そのため、コード開発の効率化が図れます。",[12,153,154],{},"IDEを使うと、環境設定を行う手間が省けますが、逆に、IDEを使わないと、各種ツールを設定しなければならず、時間がかかります。また、IDEはインストール後すぐ使えるため、プログラミングの初心者にもお勧めできます。",[16,156,40],{"id":157},"ideの例",[12,159,160],{},"IDE、統合開発環境にはたくさんの種類があります。現在よく使われているIDEのうち、例を 5 つ挙げます。",[12,162,163],{},"●        Visual Studio/Visual Studio Code – Microsoftが開発。市場でとくに人気がある",[12,165,166],{},"●        IntelliJ IDEA – JetBrains が開発した、多言語対応型IDE",[12,168,169],{},"●        Vim - Bram Moolenaar氏が開発した軽量のテキストエディタでIDEとして使用可",[12,171,172],{},"●        Eclipse – IBMが開発した、オープンソースのIDE",[12,174,175],{},"●        Jupyter Notebook – Pythonの実行環境をもつ、ブラウザベースのIDE",[16,177,43],{"id":178},"web-ideとは",[12,180,181],{},"Web IDEとは、前述のように、WebベースのIDEで、WebブラウザさえあればアクセスできるIDEを意味します。個々に IDE を利用するのではなく、利用者はみな、ブラウザを介してIDEにアクセスするため、各種設定のわずらわしさから解放されます。",[183,184,186,192],"h3",{"id":185},"gitlab-web-ideを使うメリット",[187,188,191],"a",{"href":189,"rel":190},"https://docs.gitlab.com/ja-jp/user/project/web_ide/",[],"GitLab Web IDE","を使うメリット",[12,194,195,196,201],{},"GitLabには、クラウドベースの、オンライン",[187,197,200],{"href":198,"rel":199},"https://about.gitlab.com/blog/get-ready-for-new-gitlab-web-ide/",[],"Web IDE（英語版）","があります。Web IDEは、コミットのステージング機能を備えた高度なエディタです。Web IDEを使うと、GitLab UIから直接複数のファイルに変更を加えることができます。",[20,203,204,207,210,213,216],{},[23,205,206],{},"フレキシブルでカスタム化可能なインターフェース",[23,208,209],{},"パネルは折りたたみ可能で、テーマもカスタム化可能",[23,211,212],{},"コンテキストアクションとドラッグ＆ドロップサポート",[23,214,215],{},"開いているファイル全部を一度に検索・置換",[23,217,218],{},"GitLab UIから直接ブラウザで開けるため、クイックなコード修正などに便利",[16,220,46],{"id":221},"ideのfaqよくある質問",[183,223,225],{"id":224},"q-ide統合開発環境を使う理由は何ですか","Q: IDE（統合開発環境）を使う理由は何ですか。",[12,227,228],{},"A: IDEはソフトウェア開発環境の一部を構成しています。よく設計されたIDEを使うと、ソフトウェア開発が大幅に効率化できます。",[183,230,232],{"id":231},"q-ideの3つの主要コンポーネントは何ですか","Q: IDEの3つの主要コンポーネントは何ですか。",[12,234,235],{},"A: コードエディタ、コンパイラ、デバッガーが三大コンポーネントです。",[183,237,239],{"id":238},"q-ideのインストール設定方法は","Q: IDEのインストール、設定方法は？",[12,241,242],{},"A: ニーズに合ったIDEを選び、最新バージョンを公式サイトから入手してインストールします。ほとんどのIDEで、各種設定は使用環境に合わせてカスタマイズ可能です。",[16,244,246],{"id":245},"gitlab-web-ideを使ってみる","GitLab Web IDEを使ってみる",[12,248,249,250,254],{},"GitLabのWeb IDE は、SaaSおよびSelf-Managedのサブスクリプションを購入されているお客様には無償でお試しいただけます。詳しくは",[187,251,253],{"href":189,"rel":252},[],"こちら","をご覧ください。",[12,256,257,260,262,271,272,274],{},[258,259],"br",{},[258,261],{},[263,264,265,266],"em",{},"監修：知念 梨果 ",[187,267,270],{"href":268,"rel":269},"https://gitlab.com/rikachinen",[],"@rikachinen"," ",[258,273],{},[263,275,276],{},"（GitLab合同会社 カスタマーサクセス本部 カスタマーサクセスエンジニア）",{"title":278,"searchDepth":279,"depth":279,"links":280},"",2,[281,282,283,284,285,286,287,288,293,298],{"id":18,"depth":279,"text":18},{"id":49,"depth":279,"text":25},{"id":81,"depth":279,"text":28},{"id":102,"depth":279,"text":31},{"id":108,"depth":279,"text":34},{"id":148,"depth":279,"text":37},{"id":157,"depth":279,"text":40},{"id":178,"depth":279,"text":43,"children":289},[290],{"id":185,"depth":291,"text":292},3,"GitLab Web IDEを使うメリット",{"id":221,"depth":279,"text":46,"children":294},[295,296,297],{"id":224,"depth":291,"text":225},{"id":231,"depth":291,"text":232},{"id":238,"depth":291,"text":239},{"id":245,"depth":279,"text":246},"security","2025-06-03","Web IDE や IDE の知識を身に付け、統合開発環境ツール使用時や、開発自体に生かしましょう。","md",null,true,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660036/Blog/Hero%20Images/ide.jpg",{},"/ja-jp/blog/what-is-ide",{"title":5,"description":301,"ogTitle":5,"ogDescription":301,"noIndex":309,"ogImage":305,"ogUrl":310,"ogSiteName":311,"ogType":312,"canonicalUrls":310},false,"https://about.gitlab.com/blog/what-is-ide","https://about.gitlab.com","article","what-is-ide","ja-jp/blog/what-is-ide",[316,317,318,319],"collaboration","features","product","tutorial","BlogPost","KR2DA7KyIrFDe2qCGScXH8Pwbe7-quFxMJuh2tFaTM8",{"logo":323,"freeTrial":328,"sales":333,"login":338,"items":343,"search":672,"minimal":705,"duo":722,"switchNav":731,"pricingDeployment":742},{"config":324},{"href":325,"dataGaName":326,"dataGaLocation":327},"/ja-jp/","gitlab logo","header",{"text":329,"config":330},"無料トライアルを開始",{"href":331,"dataGaName":332,"dataGaLocation":327},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp&glm_content=default-saas-trial/","free trial",{"text":334,"config":335},"デモをリクエスト",{"href":336,"dataGaName":337,"dataGaLocation":327},"/ja-jp/sales/?contact-topic=request-demo","sales",{"text":339,"config":340},"サインイン",{"href":341,"dataGaName":342,"dataGaLocation":327},"https://gitlab.com/users/sign_in/","sign in",[344,373,475,480,594,650],{"text":345,"config":346,"menu":348},"プラットフォーム",{"dataNavLevelOne":347},"platform",{"type":349,"columns":350},"cards",[351,357,365],{"title":345,"description":352,"link":353},"DevSecOpsに特化したインテリジェントオーケストレーションプラットフォーム",{"text":354,"config":355},"プラットフォームの詳細はこちら",{"href":356,"dataGaName":347,"dataGaLocation":327},"/ja-jp/platform/",{"title":358,"description":359,"link":360},"GitLab Duo Agent Platform","ソフトウェアライフサイクル全体を支えるエージェント型AI",{"text":361,"config":362},"GitLab Duoのご紹介",{"href":363,"dataGaName":364,"dataGaLocation":327},"/ja-jp/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":366,"description":367,"link":368},"GitLabが選ばれる理由","エンタープライズがGitLabを選ぶ主な理由をご覧ください",{"text":369,"config":370},"詳細はこちら",{"href":371,"dataGaName":372,"dataGaLocation":327},"/ja-jp/why-gitlab/","why gitlab",{"text":374,"left":304,"config":375,"menu":377},"製品",{"dataNavLevelOne":376},"solutions",{"type":378,"link":379,"columns":383,"feature":454},"lists",{"text":380,"config":381},"すべてのソリューションを表示",{"href":382,"dataGaName":376,"dataGaLocation":327},"/ja-jp/solutions/",[384,409,432],{"title":385,"description":386,"link":387,"items":392},"自動化","CI/CDと自動化でデプロイを加速",{"config":388},{"icon":389,"href":390,"dataGaName":391,"dataGaLocation":327},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[393,397,400,405],{"text":394,"config":395},"CI/CD",{"href":396,"dataGaLocation":327,"dataGaName":394},"/ja-jp/solutions/continuous-integration/",{"text":358,"config":398},{"href":363,"dataGaLocation":327,"dataGaName":399},"gitlab duo agent platform - product menu",{"text":401,"config":402},"ソースコード管理",{"href":403,"dataGaLocation":327,"dataGaName":404},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":406,"config":407},"自動化されたソフトウェアデリバリー",{"href":390,"dataGaLocation":327,"dataGaName":408},"Automated software delivery",{"title":410,"description":411,"link":412,"items":417},"セキュリティ","セキュリティを犠牲にすることなくコード作成を高速化",{"config":413},{"href":414,"dataGaName":415,"dataGaLocation":327,"icon":416},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[418,422,427],{"text":419,"config":420},"アプリケーションセキュリティテスト",{"href":414,"dataGaName":421,"dataGaLocation":327},"Application security testing",{"text":423,"config":424},"ソフトウェアサプライチェーンセキュリティ",{"href":425,"dataGaLocation":327,"dataGaName":426},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":428,"config":429},"ソフトウェアコンプライアンス",{"href":430,"dataGaName":431,"dataGaLocation":327},"/ja-jp/solutions/software-compliance/","software compliance",{"title":433,"link":434,"items":439},"測定",{"config":435},{"icon":436,"href":437,"dataGaName":438,"dataGaLocation":327},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[440,444,449],{"text":441,"config":442},"可視性と測定",{"href":437,"dataGaLocation":327,"dataGaName":443},"Visibility and Measurement",{"text":445,"config":446},"バリューストリーム管理",{"href":447,"dataGaLocation":327,"dataGaName":448},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":450,"config":451},"分析とインサイト",{"href":452,"dataGaLocation":327,"dataGaName":453},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":455,"type":378,"items":456},"GitLabが活躍する場所",[457,463,469],{"text":458,"config":459},"大企業",{"icon":460,"href":461,"dataGaLocation":327,"dataGaName":462},"Building","/ja-jp/enterprise/","enterprise",{"text":464,"config":465},"スモールビジネス",{"icon":466,"href":467,"dataGaLocation":327,"dataGaName":468},"Work","/ja-jp/small-business/","small business",{"text":470,"config":471},"公共部門",{"icon":472,"href":473,"dataGaLocation":327,"dataGaName":474},"Organization","/ja-jp/solutions/public-sector/","public sector",{"text":476,"config":477},"価格",{"href":478,"dataGaName":479,"dataGaLocation":327,"dataNavLevelOne":479},"/ja-jp/pricing/","pricing",{"text":481,"config":482,"menu":484},"関連リソース",{"dataNavLevelOne":483},"resources",{"type":378,"link":485,"columns":489,"feature":583},{"text":486,"config":487},"すべてのリソースを表示",{"href":488,"dataGaName":483,"dataGaLocation":327},"/ja-jp/resources/",[490,523,550],{"title":491,"items":492},"はじめに",[493,498,503,508,513,518],{"text":494,"config":495},"インストール",{"href":496,"dataGaName":497,"dataGaLocation":327},"/ja-jp/install/","install",{"text":499,"config":500},"クイックスタートガイド",{"href":501,"dataGaName":502,"dataGaLocation":327},"/ja-jp/get-started/","quick setup checklists",{"text":504,"config":505},"学ぶ",{"href":506,"dataGaLocation":327,"dataGaName":507},"https://university.gitlab.com/","learn",{"text":509,"config":510},"製品ドキュメント",{"href":511,"dataGaName":512,"dataGaLocation":327},"https://docs.gitlab.com/ja-jp/","product documentation",{"text":514,"config":515},"ベストプラクティスビデオ",{"href":516,"dataGaName":517,"dataGaLocation":327},"/ja-jp/getting-started-videos/","best practice videos",{"text":519,"config":520},"インテグレーション",{"href":521,"dataGaName":522,"dataGaLocation":327},"/ja-jp/integrations/","integrations",{"title":524,"items":525},"検索する",[526,531,536,541,545],{"text":527,"config":528},"お客様成功事例",{"href":529,"dataGaName":530,"dataGaLocation":327},"/ja-jp/customers/","customer success stories",{"text":532,"config":533},"ブログ",{"href":534,"dataGaName":535,"dataGaLocation":327},"/ja-jp/blog/","blog",{"text":537,"config":538},"Demo Hub",{"href":539,"dataGaName":540,"dataGaLocation":327},"/ja-jp/demo-hub/","demo hub",{"text":542,"config":543},"The Source",{"href":544,"dataGaName":535,"dataGaLocation":327},"/ja-jp/the-source/",{"text":546,"config":547},"リモート",{"href":548,"dataGaName":549,"dataGaLocation":327},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":551,"items":552},"つなげる",[553,558,563,568,573,578],{"text":554,"config":555},"GitLabサービス",{"href":556,"dataGaName":557,"dataGaLocation":327},"/ja-jp/services/","services",{"text":559,"config":560},"コントリビュート",{"href":561,"dataGaName":562,"dataGaLocation":327},"https://contributors.gitlab.com","contribute",{"text":564,"config":565},"コミュニティ",{"href":566,"dataGaName":567,"dataGaLocation":327},"/community/","community",{"text":569,"config":570},"フォーラム",{"href":571,"dataGaName":572,"dataGaLocation":327},"https://forum.gitlab.com/","forum",{"text":574,"config":575},"イベント",{"href":576,"dataGaName":577,"dataGaLocation":327},"/events/","events",{"text":579,"config":580},"パートナー",{"href":581,"dataGaName":582,"dataGaLocation":327},"/ja-jp/partners/","partners",{"config":584,"title":587,"text":588,"link":589},{"background":585,"textColor":586},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","GitLabの最新情報","最新の機能と改善点に関する情報をお届けします。",{"text":590,"config":591},"最新情報を読む",{"href":592,"dataGaName":593,"dataGaLocation":327},"/ja-jp/whats-new/","whats new",{"text":595,"config":596,"menu":598},"企業情報",{"dataNavLevelOne":597},"company",{"type":378,"columns":599},[600],{"items":601},[602,607,613,615,620,625,630,635,640,645],{"text":603,"config":604},"GitLabについて",{"href":605,"dataGaName":606,"dataGaLocation":327},"/ja-jp/company/","about",{"text":608,"config":609,"footerGa":612},"採用情報",{"href":610,"dataGaName":611,"dataGaLocation":327},"/jobs/","jobs",{"dataGaName":611},{"text":574,"config":614},{"href":576,"dataGaName":577,"dataGaLocation":327},{"text":616,"config":617},"経営陣",{"href":618,"dataGaName":619,"dataGaLocation":327},"/company/team/e-group/","leadership",{"text":621,"config":622},"ハンドブック",{"href":623,"dataGaName":624,"dataGaLocation":327},"https://handbook.gitlab.com/","handbook",{"text":626,"config":627},"投資家向け情報",{"href":628,"dataGaName":629,"dataGaLocation":327},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":631,"config":632},"トラストセンター",{"href":633,"dataGaName":634,"dataGaLocation":327},"/ja-jp/security/","trust center",{"text":636,"config":637},"AI Transparency Center",{"href":638,"dataGaName":639,"dataGaLocation":327},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":641,"config":642},"ニュースレター",{"href":643,"dataGaName":644,"dataGaLocation":327},"/company/contact/#contact-forms","newsletter",{"text":646,"config":647},"プレス",{"href":648,"dataGaName":649,"dataGaLocation":327},"/press/","press",{"text":651,"config":652,"menu":653},"お問い合わせ",{"dataNavLevelOne":597},{"type":378,"columns":654},[655],{"items":656},[657,662,667],{"text":658,"config":659},"お問い合わせはこちら",{"href":660,"dataGaName":661,"dataGaLocation":327},"/ja-jp/sales/","talk to sales",{"text":663,"config":664},"サポートを受ける",{"href":665,"dataGaName":666,"dataGaLocation":327},"https://support.gitlab.com/hc/en-us","support portal",{"text":668,"config":669},"カスタマーポータル",{"href":670,"dataGaName":671,"dataGaLocation":327},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":673,"login":674,"suggestions":681},"閉じる",{"text":675,"link":676},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":677,"config":678},"GitLab.com",{"href":341,"dataGaName":679,"dataGaLocation":680},"search login","search",{"text":682,"default":683},"提案",[684,686,691,693,697,701],{"text":358,"config":685},{"href":363,"dataGaName":358,"dataGaLocation":680},{"text":687,"config":688},"コード提案（AI）",{"href":689,"dataGaName":690,"dataGaLocation":680},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":394,"config":692},{"href":396,"dataGaName":394,"dataGaLocation":680},{"text":694,"config":695},"GitLab on AWS",{"href":696,"dataGaName":694,"dataGaLocation":680},"/ja-jp/partners/technology-partners/aws/",{"text":698,"config":699},"GitLab on Google Cloud",{"href":700,"dataGaName":698,"dataGaLocation":680},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":702,"config":703},"GitLabを選ぶ理由",{"href":371,"dataGaName":704,"dataGaLocation":680},"Why GitLab?",{"freeTrial":706,"mobileIcon":710,"desktopIcon":715,"secondaryButton":718},{"text":329,"config":707},{"href":708,"dataGaName":332,"dataGaLocation":709},"https://gitlab.com/-/trials/new/","nav",{"altText":711,"config":712},"GitLabアイコン",{"src":713,"dataGaName":714,"dataGaLocation":709},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":711,"config":716},{"src":717,"dataGaName":714,"dataGaLocation":709},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":491,"config":719},{"href":720,"dataGaName":721,"dataGaLocation":709},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":723,"mobileIcon":727,"desktopIcon":729},{"text":724,"config":725},"GitLab Duoの詳細について",{"href":363,"dataGaName":726,"dataGaLocation":709},"gitlab duo",{"altText":711,"config":728},{"src":713,"dataGaName":714,"dataGaLocation":709},{"altText":711,"config":730},{"src":717,"dataGaName":714,"dataGaLocation":709},{"button":732,"mobileIcon":737,"desktopIcon":739},{"text":733,"config":734},"/switch",{"href":735,"dataGaName":736,"dataGaLocation":709},"#contact","switch",{"altText":711,"config":738},{"src":713,"dataGaName":714,"dataGaLocation":709},{"altText":711,"config":740},{"src":741,"dataGaName":714,"dataGaLocation":709},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":743,"mobileIcon":748,"desktopIcon":750},{"text":744,"config":745},"料金ページに戻る",{"href":478,"dataGaName":746,"dataGaLocation":709,"icon":747},"back to pricing","GoBack",{"altText":711,"config":749},{"src":713,"dataGaName":714,"dataGaLocation":709},{"altText":711,"config":751},{"src":717,"dataGaName":714,"dataGaLocation":709},{"title":753,"button":754,"config":758},"GitLab Orbitが登場: AIエージェントのためのコンテキストレイヤー",{"text":369,"config":755},{"href":756,"dataGaName":757,"dataGaLocation":327},"/ja-jp/gitlab-orbit/","orbit",{"layout":759,"disabled":309},"release",{"data":761},{"text":762,"source":763,"edit":769,"contribute":774,"config":779,"items":784,"minimal":993},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":764,"config":765},"ページのソースを表示",{"href":766,"dataGaName":767,"dataGaLocation":768},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":770,"config":771},"このページを編集",{"href":772,"dataGaName":773,"dataGaLocation":768},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":775,"config":776},"ご協力をお願いします",{"href":777,"dataGaName":778,"dataGaLocation":768},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":780,"facebook":781,"youtube":782,"linkedin":783},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[785,830,883,926,960],{"title":476,"links":786,"subMenu":801},[787,791,796],{"text":788,"config":789},"プランの表示",{"href":478,"dataGaName":790,"dataGaLocation":768},"view plans",{"text":792,"config":793},"Premiumを選ぶ理由",{"href":794,"dataGaName":795,"dataGaLocation":768},"/ja-jp/pricing/premium/","why premium",{"text":797,"config":798},"Ultimateを選ぶ理由",{"href":799,"dataGaName":800,"dataGaLocation":768},"/ja-jp/pricing/ultimate/","why ultimate",[802],{"title":651,"links":803},[804,806,808,810,815,820,825],{"text":651,"config":805},{"href":660,"dataGaName":337,"dataGaLocation":768},{"text":663,"config":807},{"href":665,"dataGaName":666,"dataGaLocation":768},{"text":668,"config":809},{"href":670,"dataGaName":671,"dataGaLocation":768},{"text":811,"config":812},"ステータス",{"href":813,"dataGaName":814,"dataGaLocation":768},"https://status.gitlab.com/","status",{"text":816,"config":817},"利用規約",{"href":818,"dataGaName":819,"dataGaLocation":768},"/terms/","terms of use",{"text":821,"config":822},"プライバシーに関する声明",{"href":823,"dataGaName":824,"dataGaLocation":768},"/ja-jp/privacy/","privacy statement",{"text":826,"config":827},"Cookie 優先設定",{"dataGaName":828,"dataGaLocation":768,"id":829,"isOneTrustButton":304},"cookie preferences","ot-sdk-btn",{"title":374,"links":831,"subMenu":840},[832,836],{"text":833,"config":834},"DevSecOpsプラットフォーム",{"href":356,"dataGaName":835,"dataGaLocation":768},"devsecops platform",{"text":837,"config":838},"AI支援開発",{"href":363,"dataGaName":839,"dataGaLocation":768},"ai-assisted development",[841],{"title":842,"links":843},"トピック",[844,848,853,858,863,868,873,878],{"text":394,"config":845},{"href":846,"dataGaName":847,"dataGaLocation":768},"/ja-jp/topics/ci-cd/","cicd",{"text":849,"config":850},"GitOps",{"href":851,"dataGaName":852,"dataGaLocation":768},"/ja-jp/topics/gitops/","gitops",{"text":854,"config":855},"DevOps",{"href":856,"dataGaName":857,"dataGaLocation":768},"/ja-jp/topics/devops/","devops",{"text":859,"config":860},"バージョン管理",{"href":861,"dataGaName":862,"dataGaLocation":768},"/ja-jp/topics/version-control/","version control",{"text":864,"config":865},"DevSecOps",{"href":866,"dataGaName":867,"dataGaLocation":768},"/ja-jp/topics/devsecops/","devsecops",{"text":869,"config":870},"クラウドネイティブ",{"href":871,"dataGaName":872,"dataGaLocation":768},"/ja-jp/topics/cloud-native/","cloud native",{"text":874,"config":875},"コーディングのためのAI",{"href":876,"dataGaName":877,"dataGaLocation":768},"/ja-jp/topics/devops/ai-for-coding/","ai for coding",{"text":879,"config":880},"エージェント型AI",{"href":881,"dataGaName":882,"dataGaLocation":768},"/ja-jp/topics/agentic-ai/","agentic ai",{"title":884,"links":885},"ソリューション",[886,889,891,896,900,903,906,909,911,913,916,921],{"text":419,"config":887},{"href":414,"dataGaName":888,"dataGaLocation":768},"Application Security Testing",{"text":406,"config":890},{"href":390,"dataGaName":391,"dataGaLocation":768},{"text":892,"config":893},"アジャイル開発",{"href":894,"dataGaName":895,"dataGaLocation":768},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":897,"config":898},"SCM",{"href":403,"dataGaName":899,"dataGaLocation":768},"source code management",{"text":394,"config":901},{"href":396,"dataGaName":902,"dataGaLocation":768},"continuous integration & delivery",{"text":445,"config":904},{"href":447,"dataGaName":905,"dataGaLocation":768},"value stream management",{"text":849,"config":907},{"href":908,"dataGaName":852,"dataGaLocation":768},"/ja-jp/solutions/gitops/",{"text":458,"config":910},{"href":461,"dataGaName":462,"dataGaLocation":768},{"text":464,"config":912},{"href":467,"dataGaName":468,"dataGaLocation":768},{"text":914,"config":915},"公共機関",{"href":473,"dataGaName":474,"dataGaLocation":768},{"text":917,"config":918},"教育",{"href":919,"dataGaName":920,"dataGaLocation":768},"/ja-jp/solutions/education/","education",{"text":922,"config":923},"金融サービス",{"href":924,"dataGaName":925,"dataGaLocation":768},"/ja-jp/solutions/finance/","financial services",{"title":927,"links":928},"リソース",[929,931,933,935,939,941,944,946,948,950,952,954,956,958],{"text":494,"config":930},{"href":496,"dataGaName":497,"dataGaLocation":768},{"text":499,"config":932},{"href":501,"dataGaName":502,"dataGaLocation":768},{"text":504,"config":934},{"href":506,"dataGaName":507,"dataGaLocation":768},{"text":509,"config":936},{"href":937,"dataGaName":938,"dataGaLocation":768},"https://docs.gitlab.com/ja-jp","docs",{"text":532,"config":940},{"href":534,"dataGaName":535,"dataGaLocation":768},{"text":942,"config":943},"最新リリース",{"href":592,"dataGaName":593,"dataGaLocation":768},{"text":527,"config":945},{"href":529,"dataGaName":530,"dataGaLocation":768},{"text":546,"config":947},{"href":548,"dataGaName":549,"dataGaLocation":768},{"text":554,"config":949},{"href":556,"dataGaName":557,"dataGaLocation":768},{"text":559,"config":951},{"href":561,"dataGaName":562,"dataGaLocation":768},{"text":564,"config":953},{"href":566,"dataGaName":567,"dataGaLocation":768},{"text":569,"config":955},{"href":571,"dataGaName":572,"dataGaLocation":768},{"text":574,"config":957},{"href":576,"dataGaName":577,"dataGaLocation":768},{"text":579,"config":959},{"href":581,"dataGaName":582,"dataGaLocation":768},{"title":961,"links":962},"会社情報",[963,965,967,969,971,973,977,982,984,986,988],{"text":603,"config":964},{"href":605,"dataGaName":597,"dataGaLocation":768},{"text":608,"config":966},{"href":610,"dataGaName":611,"dataGaLocation":768},{"text":616,"config":968},{"href":618,"dataGaName":619,"dataGaLocation":768},{"text":621,"config":970},{"href":623,"dataGaName":624,"dataGaLocation":768},{"text":626,"config":972},{"href":628,"dataGaName":629,"dataGaLocation":768},{"text":974,"config":975},"Sustainability",{"href":976,"dataGaName":974,"dataGaLocation":768},"/sustainability/",{"text":978,"config":979},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":980,"dataGaName":981,"dataGaLocation":768},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":631,"config":983},{"href":633,"dataGaName":634,"dataGaLocation":768},{"text":641,"config":985},{"href":643,"dataGaName":644,"dataGaLocation":768},{"text":646,"config":987},{"href":648,"dataGaName":649,"dataGaLocation":768},{"text":989,"config":990},"現代奴隷制の透明性に関する声明",{"href":991,"dataGaName":992,"dataGaLocation":768},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":994},[995,997,1000],{"text":816,"config":996},{"href":818,"dataGaName":819,"dataGaLocation":768},{"text":998,"config":999},"Cookieの設定",{"dataGaName":828,"dataGaLocation":768,"id":829,"isOneTrustButton":304},{"text":821,"config":1001},{"href":823,"dataGaName":824,"dataGaLocation":768},[1003],{"id":1004,"title":1005,"body":303,"config":1006,"content":1008,"description":303,"extension":1012,"meta":1013,"navigation":304,"path":1014,"seo":1015,"stem":1016,"__hash__":1017},"blogAuthors/en-us/blog/authors/gitlab-team.yml","Gitlab Team",{"template":1007},"BlogAuthor",{"name":7,"config":1009},{"headshot":1010,"ctfId":1011},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659488/Blog/Author%20Headshots/gitlab-logo-extra-whitespace.png","GitLab-Team","yml",{},"/en-us/blog/authors/gitlab-team",{},"en-us/blog/authors/gitlab-team","lmrXWttQYRbkSz_xfCfucB21pf44aAdxkvbbS48UVcE",[1019,1028,1036],{"title":1020,"description":1021,"heroImage":1022,"category":299,"date":1023,"authors":1024,"slug":1027,"externalUrl":303},"GitLab Secrets ManagerがESO、Terraform、APIに対応","スタック全体の認証情報管理をシンプルに。GitLab Secrets Managerは External Secrets Operator（ESO）、Terraform、Secrets Manager APIに対応し、CI/CD以外の ワークフローからもシークレットを安全に取得できます。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1759320418/xjmqcozxzt4frx0hori3.png","2026-08-06",[1025,1026],"Erick Bajao","Joe Randazzo","gitlab-secrets-manager-add-eso-terraform-api-support",{"title":1029,"description":1030,"heroImage":1031,"category":299,"date":1032,"authors":1033,"slug":1035,"externalUrl":303},"Claudeが書き、GitLabがつなぐ：本番環境まで途切れないセキュリティ","Claude Securityはコーディングセッション内で脆弱性を検出します。そこから先はGitLabが引き継ぎ、スキャン、ポリシーの適用、そしてソフトウェアライフサイクル全体の監査エビデンス作成までを担います。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1756122536/akivvcnafog9c4dhhzkp.png","2026-08-03",[1034],"Alisa Ho","claude-security-and-gitlab",{"title":1037,"description":1038,"heroImage":1039,"category":299,"date":1040,"authors":1041,"slug":1043,"externalUrl":303},"GitLab Duoセキュリティレビューでスキャナーが見逃すロジックの欠陥を検出","AIによるセキュリティ推論で、コードレビューの段階のうちに認可の不備やビジネスロジックのエラー、レース条件を検出します。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1783980535/t3gez0gpayfndrhncunf.png","2026-07-16",[1042],"Mark Settle","gitlab-duo-security-review-flow",{"promotions":1045},[1046,1060,1071,1082],{"id":1047,"categories":1048,"header":1050,"text":1051,"button":1052,"image":1057},"ai-modernization",[1049],"ai","AIの真価、組織全体で発揮できていますか？","所要時間は5分以内です",{"text":1053,"config":1054},"AI成熟度スコアを確認する",{"href":1055,"dataGaName":1056,"dataGaLocation":535},"/ja-jp/assessments/ai-modernization-assessment/","modernization assessment",{"config":1058},{"src":1059},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":1061,"categories":1062,"header":1063,"text":1051,"button":1064,"image":1068},"devops-modernization",[318,867],"単にツールを管理するだけでなく、イノベーションを提供していますか？",{"text":1065,"config":1066},"DevOps成熟度スコアを確認しましょう",{"href":1067,"dataGaName":1056,"dataGaLocation":535},"/ja-jp/assessments/devops-modernization-assessment/",{"config":1069},{"src":1070},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1072,"categories":1073,"header":1074,"text":1051,"button":1075,"image":1079},"security-modernization",[299],"スピードのためにセキュリティを犠牲にしていませんか？",{"text":1076,"config":1077},"セキュリティ成熟度スコアを確認しましょう",{"href":1078,"dataGaName":1056,"dataGaLocation":535},"/ja-jp/assessments/security-modernization-assessment/",{"config":1080},{"src":1081},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1083,"paths":1084,"header":1087,"text":1088,"button":1089,"image":1094},"github-azure-migration",[1085,1086],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","チームはGitHubのAzure移行に対応できていますか？","GitHubはすでにAzureを基盤として再構築を進めています。それがあなたのチームにとって何を意味するのか、ご確認ください。",{"text":1090,"config":1091},"GitLabとGitHubの比較を見る",{"href":1092,"dataGaName":1093,"dataGaLocation":535},"/ja-jp/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1095},{"src":1070},{"header":1097,"blurb":1098,"button":1099,"secondaryButton":1103},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":329,"config":1100},{"href":1101,"dataGaName":332,"dataGaLocation":1102},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":651,"config":1104},{"href":660,"dataGaName":337,"dataGaLocation":1102},1786803791332]