並び順

ブックマーク数

期間指定

  • から
  • まで

161 - 200 件 / 308件

新着順 人気順

pullの検索結果161 - 200 件 / 308件

  • Comments on individual commits made outside a pull request no longer appear in the pull request timeline

    Comments on individual commits made outside a pull request no longer appear in the pull request timeline pull-requestsrepositories August 4, 2022 Code review on GitHub has evolved a lot since we introduced the ability to comment on an individual commit in 2008. Users today can propose a change using a pull request, which provides a first-class experience for reviewing, discussing, evolving, and ul

      Comments on individual commits made outside a pull request no longer appear in the pull request timeline
    • Gitのfetch, merge, pullって何やってるの? - Qiita

      今までなんとなく、fetchしてmergeするのを一気にやってくれるのがpullという理解で、詳しく調べたことがありませんでした。 改めて調べてみたのでまとめます。 前提知識 fetch, merge, pullを理解する上で欠かせないのが以下の言葉です。 リモートリポジトリ: GitHubなどリモート上に存在するリポジトリ ローカルリポジトリ: PC上に存在するリポジトリ リモート追跡ブランチ: origin/mainなど、リモートリポジトリを追跡するブランチ ローカルブランチ: mainなど、ローカル上で実際に扱うブランチ 図にすると以下のようになります。 すこしわかりにくいのがリモート追跡ブランチですね。 これはリモートブランチの状態をとりあえずローカルに持ってきている場所というような理解であっていると思います。 ここで大事なのは、リモート追跡ブランチはあくまでローカルにあるブランチ

        Gitのfetch, merge, pullって何やってるの? - Qiita
      • GitHub Actions を用いて bot から Pull-Request にコメントをする方法 - Qiita

        はじめに Pull-Request にコミットが追加されると bot がコメントをする という GitHub Actions のワークフローを書きました。 実行結果 ワークフローのサンプル 次のように記述しました。 2022 年 1 月 24 日追記:https://cli.github.com (gh コマンド)を用いたシンプルな実装に置き換えました。 name: comment_on_pr on: pull_request: types: synchronize jobs: comment: runs-on: ubuntu-latest steps: - name: Create comments run: | cat << EOF > comments 1st 2nd 3rd EOF - name: Post comments env: GITHUB_TOKEN: ${{ secre

          GitHub Actions を用いて bot から Pull-Request にコメントをする方法 - Qiita
        • 解読に時間がかかるPull Request - りまりまだんの本拠地

          アプリケーションの保守をやっていると、色んなPull Requestを見る機会がある。レビューする/しないは関係ない。自分の変更を入れる前に過去の実装経緯を確認し、デグレリスクがないか・暗黙的なコンテキストがないか確認したいのだ。もちろんレビュアーをやることもある。解読に時間がかかるPull Requestの傾向が見えてきたのでメモする。 変更点が多い 散々言われているので割愛。コードフォーマッタを途中で導入する場合、コードフォーマット用のPull Requestを作成してほしい。 説明書きやコメントが何もない 保守する側からすると最悪。Issueも真っ白だとヘイトが増してしまう。「今だけ乗り切れば良い」とか、「自分が分かってれば良い」という考えなのかもしれない。ただ、いつかは担当は変わる。そしてコードはメンテされる時間のほうが長い。 せめて何故この変更が必要なのかに関する説明書きは欲しい

            解読に時間がかかるPull Request - りまりまだんの本拠地
          • Docker ガチ入門 〜つくって学ぶ docker pull & run 編〜 - もろず blog

            こんにちは! いま所属している LAPRAS という会社のメンバーで「LAPRAS 夏の自由研究リレー」と題してそれぞれが興味のある領域についての記事を書こう!という企画をやっており、その一環で記事を書くことにしました! この記事が1発目の記事なので気合いをいれていきたいと思います。今日から他のメンバーも各々の自由研究の記事を発信して行くのでぜひチェックしてください! note.lapras.com さて、そんな僕の夏の自由研究のテーマは 「つくって学ぶ Docker pull & run 編」 です。Docker についてより深く知るために、docker pull と run を自分でつくってみようと思います。 お仕事でも趣味の開発でも、もはや Docker なしではアプリケーションは作れないというくらいに Docker を使っています。 LAPRAS では全てのコードは Docker

              Docker ガチ入門 〜つくって学ぶ docker pull & run 編〜 - もろず blog
            • feat: Import cargo-add into cargo by epage · Pull Request #10472 · rust-lang/cargo

              Motivation The reasons I'm aware of are: Large interest, see Add cargo-add (from cargo-edit) to cargo proper #5586 Make it easier to add a dependency when you don't care about the version (instead of having to find it or just using the major version if thats all you remember) Provide a guided experience, including Catch or prevent errors earlier in the process Bring the Manifest format documentati

                feat: Import cargo-add into cargo by epage · Pull Request #10472 · rust-lang/cargo
              • 【Github actions】DependabotのPull RequestでSecretsが参照できずワークフローがFailになった場合の対処 - Simple minds think alike

                Dependabot のPull Request(以下PR)が作られた際に開始したGithub Actionsワークフローが Secrets を参照できずに失敗していたので原因を調べてみました。 2021/3/1から適用になった以下のUpdateが影響していて、 Dependabot から実行される Github Actionsワークフローは読み取りだけが可能な GITHUB_TOKEN のみ使うことができ、いかなる Secrets も使えなくなるという変更が原因でした。 github.blog なので、例えばpushイベントトリガーで実行されるワークフローの中で Secrets として追加しておいたPersonal access tokensを使って、取得したカバレッジのサマリをコメントで追加したり、自動でラベルを追加するといった書き込み(write)権限が必要な場合は、ワークフローが落

                • Pull request auto-merge public beta

                  December 16, 2020 Pull request auto-merge is now rolling out as a public beta! With auto-merge, pull requests can be automatically merged when all requirements for merging are met. No more waiting for long checks to finish just so you can press the merge button! To use auto-merge, a repository maintainer or admin must first toggle on the repository setting to allow auto-merge (see steps). Then any

                    Pull request auto-merge public beta
                  • 福田ナオちゃんの「ドアのPUSH/PULLに混乱する」にどっちがどっち案件が集合 「エレベーターとエスカレーター」「ホームとコンコース」他

                    福田ナオ絵🌟 2日目(月) -東e11a @fukku7010gmail1 福田ナオ(@otona_o)の絵、福田ナオ絵です。人生いろいろあるなりに出来るだけ楽しいことだけ描くようにしています。インターネットとTwitterが大好き!書籍版(amzn.to/3AiW2ea) Misskey作ったよ(misskey.io/@fukku7010)

                      福田ナオちゃんの「ドアのPUSH/PULLに混乱する」にどっちがどっち案件が集合 「エレベーターとエスカレーター」「ホームとコンコース」他
                    • Bash installer by itchyny · Pull Request #256 · Homebrew/install

                      Hi, I looked into the installer and translated into bash one line by one. Needs some more works (not sure how to compare version string.. maybe I'll implement this with arrays parameter substitution works). I love Homebrew, thank you all. Why? resolves Port installer to Bash #217 Future versions of macOS won’t include scripting language runtimes by default, and might require you to install additio

                        Bash installer by itchyny · Pull Request #256 · Homebrew/install
                      • RFC: The Next.js "App Router", React Server Component & "SSR with Suspense" story by phryneas · Pull Request #9 · apollographql/apollo-client-nextjs

                        Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. Pick a username Email Address Password Sign up for GitHub By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails. Already on GitHub? Sign in to your account

                          RFC: The Next.js "App Router", React Server Component & "SSR with Suspense" story by phryneas · Pull Request #9 · apollographql/apollo-client-nextjs
                        • src,doc: Experimental support for SEA by mhdawson · Pull Request #42334 · nodejs/node

                          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

                            src,doc: Experimental support for SEA by mhdawson · Pull Request #42334 · nodejs/node
                          • Review GitHub Pull Requests

                            Review GitHub Pull Requests

                            • Docker Hub の pull リクエスト制限に備え Google Cloud のデプロイを準備する | Google Cloud 公式ブログ

                              ※この投稿は米国時間 2020 年 10 月 28 日に、Google Cloud blog に投稿されたものの抄訳です。 Docker Hub は、公開コンテナ イメージのホスティングに広く使用されているレジストリです。今年の夏の初め、Docker は「無料プラン」ユーザーによるサービスへの pull リクエスト回数のレート制限を開始すると発表しました。匿名ユーザーによる pull リクエストでは、この制限は 6 時間あたり 100 件の pull リクエストになります。認証されたユーザーには、6 時間あたり 200 件の pull リクエストの制限があります。11 月 1 日にこの新しいレート制限が有効になると、Cloud Build での自動化された構築とデプロイのプロセスが中断されたり、Docker Hub からGoogle Kubernetes Engine(GKE)、Cloud

                                Docker Hub の pull リクエスト制限に備え Google Cloud のデプロイを準備する | Google Cloud 公式ブログ
                              • GitHubの scheduled reminders を設定して Pull Requestのレビュワー指定/ 再レビュー依頼/ Conflict等々をSlack通知する - Qiita

                                GitHubの scheduled reminders を設定して Pull Requestのレビュワー指定/ 再レビュー依頼/ Conflict等々をSlack通知するGitHubSlack みなさん、Scheduled Reminders 使ってますか? Scheduled Reminderとは, GitHubが Pull Pandaを買収して実現したGitHubのPR通知機能です。 GitHub acquires Pull Panda—a better way to collaborate on code reviews レビュワーのアサイン通知、approveやrequest change、conflictの発生などをDMで受け取れます。 (その点で、リポジトリを subscribeしてチャンネルに投稿するGitHubのSlack Botとは異なります) 手順 (私の環境では既にイ

                                  GitHubの scheduled reminders を設定して Pull Requestのレビュワー指定/ 再レビュー依頼/ Conflict等々をSlack通知する - Qiita
                                • BuildKitのlazy pulling機能でベースイメージのpullを省略してビルドをする

                                  DockerCon 2021 & Docker Meetup Tokyo #35 (LT)での発表資料です。 イベントページ:https://dockerjp.connpass.com/event/194395/ Stargz Snapshotter:https://github.com/containerd/stargz-snapshotterRead less

                                  • Trigger workflow only on pull request MERGE · community · Discussion #26724

                                    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

                                      Trigger workflow only on pull request MERGE · community · Discussion #26724
                                    • Add signed ids to Active Record by dhh · Pull Request #39313 · rails/rails

                                      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

                                        Add signed ids to Active Record by dhh · Pull Request #39313 · rails/rails
                                      • UPDATE: Boris Johnson To Pull Out Of Huawei 5G Contract Due To CCP Misinformation, US Pressure - CDM - Human Reporters • Not Machines

                                        This moron using new face masks to wipe his shoes before pack and ship out, yea, that’s typical in China, even under #WuhanCoronaVirus outbreak. No wonder #Netherlands said they gotta recall the substandard face masks. 😓 https://t.co/rkSKLvtTRL — Nikki 🧧🍊🇺🇸 (@nikki_miumiu) March 29, 2020 On a grander scale, Johnson is angry with China for delaying their reporting on the spread of the virus at

                                          UPDATE: Boris Johnson To Pull Out Of Huawei 5G Contract Due To CCP Misinformation, US Pressure - CDM - Human Reporters • Not Machines
                                        • Pull Request何個で出来るかで計画を立てる - hitode909の日記

                                          これいつまでにできますか?と考えるとき、1日1個ずつPull Requestを出してマージしていけるとして、何個のPull Requestを出せば完成するか?と考えることが多い。 進め方の前提 Pull Requestでの変更は、ひとことで言い表せる単位の粒度にしたい ❌ 〇〇を✗✗にして、△△は□□に、一方☆☆は**にする ⭕ 〇〇を✗✗にする レビューが通る前に次々と実装していくと手戻りが大きくなる可能性があるので、並行して手を付けずに、1個ずつ順番にやりたい 大きいPull Requestを作ってしまうと理解が困難になり、レビュー漏れの恐れもあるので、無理なく見れる範囲にしたい リソースの前提 実装する時間と、レビューから返ってきたときに返事したり、必要ならコードを修正する時間は確保したい 丸一日すきまなくミーティングだとソフトウェア開発する時間がなくなるため レビュワーは固定で1人

                                            Pull Request何個で出来るかで計画を立てる - hitode909の日記
                                          • src: add initial support for single executable applications by RaisinTen · Pull Request #45038 · nodejs/node

                                            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

                                              src: add initial support for single executable applications by RaisinTen · Pull Request #45038 · nodejs/node
                                            • Add delegated type to Active Record by dhh · Pull Request #39341 · rails/rails

                                              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

                                                Add delegated type to Active Record by dhh · Pull Request #39341 · rails/rails
                                              • Renovateでつくられるpull requestのgithub .comへのリンクはドメインがtogithub .comに置き換えられている - hogashi.*

                                                Mend Renovate: Automated Dependency Updates を使うと、リポジトリに勝手に pull request を作ってくれるけど、その description に書かれる github.com 以下のリンクは、ドメインが ( github.com ではなく) togithub.com になっている。 これはバックリンクが作られてしまうことを防ぐためのものらしい。確かに、 GitHub 内で他の issue などのリンクを貼ると貼られた側にバックリンクが誕生して便利だけど、 Renovate のような機械的に大量に p-r を作るタイプのものだと困りそう。 github.com ちなみに togithub.com は誰が運用しているのか、と思って whois したら Redacted for Privacy になっていた。が、 Renovate のコードには

                                                  Renovateでつくられるpull requestのgithub .comへのリンクはドメインがtogithub .comに置き換えられている - hogashi.*
                                                • [Experiment] Context Selectors by acdlite · Pull Request #20646 · facebook/react

                                                  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

                                                    [Experiment] Context Selectors by acdlite · Pull Request #20646 · facebook/react
                                                  • Deploy to live & preview channels via GitHub pull requests  |  Firebase Hosting

                                                    Send feedback Deploy to live & preview channels via GitHub pull requests Stay organized with collections Save and categorize content based on your preferences. You can integrate deploys to Firebase Hosting via a GitHub Action. Here's what this GitHub Action can do for you: Creates a new preview channel (and its associated preview URL) for every PR on your GitHub repository. Adds a comment to the P

                                                    • GitHub - AlexSim93/pull-request-analytics-action: Provides informative reports on team and developer metrics, based on data from pull requests and code reviews

                                                      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 - AlexSim93/pull-request-analytics-action: Provides informative reports on team and developer metrics, based on data from pull requests and code reviews
                                                      • pull

                                                        Skip to the content. Table of Contents Introduction Features Prerequisites Getting Started Basic Setup Advanced Setup (with config) Most Common Advanced usage For Repository Owners Author License Introduction 🤖 a GitHub App built with probot that keeps your forks up-to-date with upstream via automated pull requests. Trusted by repositories, triggered . Can you help keep this open source service a

                                                        • 11章のコードをActix-Web 2.0.0に移植する by KeenS · Pull Request #2 · ghmagazine/rustbook

                                                          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

                                                            11章のコードをActix-Web 2.0.0に移植する by KeenS · Pull Request #2 · ghmagazine/rustbook
                                                          • GitHub - Pull Assignerでレビュアーを効率的にアサインする - Qiita

                                                            はじめに GitHubがPull Pandaを買収して、次の3つの機能が無料公開されたので実際に導入してみました。 この記事では、レビュアーを効率的にアサインするための機能であるPull Assignerについて紹介します。 機能名 機能 Pull RemindersおよびPull Analyticsについては、@turmericNさんの記事「【GitHub】コードレビューツールのPull Pandaを一部触ってみた」がわかりやすかったのでオススメです。 Pull Assigner とは? Pull Assignerはコードレビュー(のレビュアー)をアサインすることで、プロセスをよりバランスのとれた効率的なものにします。 その結果として、次のような効果が期待できます。 Balance workloads / 作業負荷の平準化 コードレビューを均等にアサインすることで、全員が貢献できます。

                                                              GitHub - Pull Assignerでレビュアーを効率的にアサインする - Qiita
                                                            • Replace Webpacker with importmapped Hotwire as default JavaScript setup by dhh · Pull Request #42999 · rails/rails

                                                              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

                                                                Replace Webpacker with importmapped Hotwire as default JavaScript setup by dhh · Pull Request #42999 · rails/rails
                                                              • git pullして WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! が表示されたら - Qiita

                                                                git pullして WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! が表示されたらGitSSHRSA git pullに失敗 GitHubで管理しているリポジトリでgit pullしたところ次のメッセージが表示され、git pullが中止されました。 これはどういう意味のメッセージで、どういう対応をしたらいいのでしょうか? 順を追って理解していきたいと思います。 ChatGPを使ってエラーメッセージを読む まず最初にこのエラーメッセージ全文をChatGPTに貼り付けます。 すると、英語でエラーメッセージの意味を解説してくれます。 このまま読んでもいいのですが、日本語で説明してもらいます。 GitHubのSSHキーが交換されたためこのメッセージが表示されたことがわかります。 fingerprintsの確認 ChatGPTの説明にしたがって

                                                                  git pullして WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! が表示されたら - Qiita
                                                                • Create Pull Request - GitHub Marketplace

                                                                  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

                                                                    Create Pull Request - GitHub Marketplace
                                                                  • Docker HubとJFrogのパートナシップにより、Artifactoryユーザのイメージ pull 制限を解除

                                                                    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が最近リリースされ、重要な変...

                                                                      Docker HubとJFrogのパートナシップにより、Artifactoryユーザのイメージ pull 制限を解除
                                                                    • Preview environments per Pull Request using AWS CDK and Github Actions

                                                                      Preview environments per Pull Request using AWS CDK and Github Actions TL;DR The code is 👉 here 👈. The rest of this post gives information and context about it. 📖 Table of contents 👋 Introduction 🎯 Target ✅ Prerequisites ☁️ AWS Architecture CDK File structure cdk.json bin/app.ts lib/awesome-stack.ts CLI yarn bootstrap yarn deploy yarn destroy 🤖 Github automation Github Deployments API Github

                                                                        Preview environments per Pull Request using AWS CDK and Github Actions
                                                                      • git pull で conflict した場合の対処方法 | YONEHUB

                                                                        git pull した時に以下のようなエラーで conflict が発生した場合の対処をまとめる error: Your local changes to the following files would be overwritten by merge: Directory/File Please, commit your changes or stash them before you can merge. 1. stash でワーキングツリーの内容を退避 コンフリクトを起こしているワーキングツリーの内容を git stash で退避する。

                                                                          git pull で conflict した場合の対処方法 | YONEHUB
                                                                        • [GHSA-27h2-hvpr-p74q] Request to reject CVE: jsonwebtoken has insecure input validation in jwt.verify function by MichaelErmer · Pull Request #1595 · github/advisory-database

                                                                          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

                                                                            [GHSA-27h2-hvpr-p74q] Request to reject CVE: jsonwebtoken has insecure input validation in jwt.verify function by MichaelErmer · Pull Request #1595 · github/advisory-database
                                                                          • Hey! Say! JUMP ニューアルバム『PULL UP!』12月6日発売 - アニメ大好き館

                                                                            PULL UP! これからも勢いを加速させ、PULL UP!していくHey! Say! JUMPのニューアルバム! アーティスト : Hey! Say! JUMP 発売日 : 2023年12月06日 【先着特典】PULL UP! (通常盤)(『PULL UP!』セルフィークリアカード(メンバーソロ8種セット)) [ Hey! Say! JUMP ] 楽天で購入 PULL UP! (初回限定盤1 CD+DVD) [ Hey! Say! JUMP ] 楽天で購入 PULL UP! (初回限定盤2 CD+DVD) [ Hey! Say! JUMP ] 楽天で購入 PULL UP! (初回限定盤1 CD+Blu-ray) [ Hey! Say! JUMP ] 楽天で購入 PULL UP! (初回限定盤2 CD+Blu-ray) [ Hey! Say! JUMP ] 楽天で購入 👇 こちらからも探

                                                                              Hey! Say! JUMP ニューアルバム『PULL UP!』12月6日発売 - アニメ大好き館
                                                                            • GitHub Actionsユーザーは今すぐDocker Hubのpull回数制限に備えよう - Qiita

                                                                              2021/06/19 追記 こちらのissueへのコメントの通り、本対応は不要になりました。この記事の情報は古いです。 発生する問題 2020年11月より、Docker Hubがログインしていないユーザーに対してPullの回数を制限します。というか、すでに段階的に始まっています。 公式アナウンス(英語) Docker HubのPull回数制限はすでに始まっている GitHub Actionsについても、 toomanyrequests: Too Many Requests. Please see https://docs.docker.com/docker-hub/download-rate-limit/ というエラーでDockerイメージのpullに失敗し、ワークフローがエラーになりそうです(私はまだエラーになったことがない) ※ IPアドレスでのrate-limitのため、自分のpul

                                                                                GitHub Actionsユーザーは今すぐDocker Hubのpull回数制限に備えよう - Qiita
                                                                              • Pull request review (prr)

                                                                                Last month I developed a new tool that brings mailing-list style code reviews to github. The tool was born out of frustration with github’s point and click web UI. Since I do a lot of code review, the tabbing between my text editor and my browser became a constant source of friction. Ideally, I wanted to stay in my text editor so that my code writing and code reviewing workflows could be unified.

                                                                                • Pull Request毎の検証環境を自動構築したお話 - Retty Tech Blog

                                                                                  この記事は Retty Part2 Advent Calendar 2021 の 22 日目の記事です。 adventar.org はじめまして、Retty 技術部 インフラチームの中西と申します。 今回は Pull Request毎の検証環境を自動構築した お話となります。 要約 構築の背景について 技術スタックについて 課題について 解決について 1. Pull Request 毎の判定をどう行うか 2. ECS関連のAWSリソースをどうやって作成してくか DNS について ALB について ECS について 3. CI/CDフローをどうしていくか 環境の構築 or update 時 -> CircleCI を使用 環境不要時 -> GitHub Actions を使用 構成図について 設定内容 CircleCI GitHub Actions 最後に 要約 Pull Request を

                                                                                    Pull Request毎の検証環境を自動構築したお話 - Retty Tech Blog