並び順

ブックマーク数

期間指定

  • から
  • まで

201 - 240 件 / 309件

新着順 人気順

pullの検索結果201 - 240 件 / 309件

  • 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
    • 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 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
          • [GitHub] Pull Requestでファイルに直接コメントできるようになりました(公開ベータ版) | DevelopersIO

            こんにちは、CX事業本部 Delivery部の若槻です。 このたびののGitHubアップデートにより、プルリクエストでファイルに直接コメントできる機能(公開ベータ版)が導入されました。 このアップデートにより、従来の行ベースのコメントに加えて、ファイル全体にコメントできるようになりました。これにより特に次のようなファイル差分に対するコメント追加が便利になります。 名前が変更されたファイル バイナリファイル(画像など) 削除されたファイル 試してみた プルリクエストの[Files changed]タブで、ファイルごとに[Comment on this file]ボタンが表示されます。 ボタンをクリックすると、コメント欄が表示されます。コメントを記入して保存します。 コメントが追加されました。 [Conversation]タブでは、次のように表示されます。 従来のコメントと同様に、コメントの返

              [GitHub] Pull Requestでファイルに直接コメントできるようになりました(公開ベータ版) | DevelopersIO
            • Remove abuse enabling language by jacobherrington · Pull Request #2690 · ruby/www.ruby-lang.org

              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

                Remove abuse enabling language by jacobherrington · Pull Request #2690 · ruby/www.ruby-lang.org
              • Use Prettier 3.0 by default by sosukesuzuki · Pull Request #3069 · prettier/prettier-vscode

                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

                  Use Prettier 3.0 by default by sosukesuzuki · Pull Request #3069 · prettier/prettier-vscode
                • GitHub Actions: Prevent GitHub Actions from approving pull requests

                  GitHub Actions: Prevent GitHub Actions from approving pull requests actionspull-requestsrepossecurity January 14, 2022 We have introduced a new policy setting that controls whether GitHub Actions can approve pull requests. This protects against a user using Actions to satisfy the "Required approvals" branch protection requirement and merging a change that was not reviewed by another user. To preve

                    GitHub Actions: Prevent GitHub Actions from approving pull requests
                  • Open a GitHub Pull Request From Your Terminal

                    You finally did it! You finished writing your new feature and it's fully tested. You write up a snazzy commit message and hit enter. Your command line is telling you that you have a clean branch and you want to share it with the world RIGHT NOW! Unfortunately, you have a few mind-numbing steps to take before everyone can bask in the glory of your code. First, you have to push the branch to your re

                      Open a GitHub Pull Request From Your Terminal
                    • Github ActionsでDockerイメージをpullしてtestを行うJobを作成してみる手順 - Qiita

                      今回はPythonのプロジェクトのリポジトリを Github Actions で pytest を docker-compose のイメージ上で行う為の練習を行ったのでそのメモを記載します。 前提条件 Github の packages のトークンを作成しておく。 docker login しておく。 Github の 任意のリポジトリにSecretsをpackages操作可能なトークン番号を登録しておく。 (私の環境ではGHCR_IO_TOKENという名前で登録している。) フォルダ構成 repository/ # リポジトリディレクトリ ├ .github/ │ ├ workflows/ │ │ └ sample.yml # Github actionsのファイル ├ project/ │ ├ sample/ #(説明省略) │ │ ├ __init__.py │ │ └ add.py

                        Github ActionsでDockerイメージをpullしてtestを行うJobを作成してみる手順 - Qiita
                      • Pull Request Analytics - 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

                          Pull Request Analytics - GitHub Marketplace
                        • TS to JSDoc Conversion by tcc-sejohnson · Pull Request #8569 · sveltejs/svelte

                          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

                            TS to JSDoc Conversion by tcc-sejohnson · Pull Request #8569 · sveltejs/svelte
                          • Pull Request Retargeting

                            May 19, 2020 Previously, when a pull request's head branch was merged and deleted, all other open pull requests in the same repository with a base branch of the merged branch would be automatically closed. Now, instead of automatically closing these open pull requests, the pull requests will be retargeted—the base branch of each pull request will be updated to the merged pull request's base branch

                              Pull Request Retargeting
                            • Make npm install scripts opt-in by tolmasky · Pull Request #488 · npm/rfcs

                              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

                                Make npm install scripts opt-in by tolmasky · Pull Request #488 · npm/rfcs
                              • GitHubでPull Requestの宛先に誤って40万人のチームを指定してしまい祭り状態に | スラド IT

                                タレこみ子の元にも先週末に大量のメールが来たのだが、EpicGamesのGitHubリポジトリに出されたPull Requestで、レビューの依頼先として誤って「@EpicGames/artv2-admin」「@EpicGames/developers」「@EpicTeamAdmin」というEpicGamesの全開発者アカウントを含むチームが指定された事件があり、約40万人に大量の通知が届く騒動があった(GitHub、GIGAZINE)。 意味不明の通知を受け取ったユーザーは、Pull Requestに「これはなんだ?」「通知を止めるにはどうすればいい?」といったコメントを残し、コメントがさらなる通知を飛ばし、悪乗りしてコメントする人も現れ…という悪循環で、最終的にスパムとしてPull Requestがクローズされるまでに100件以上のメールが飛ぶ事態となってしまったようだ。 タレこみ子は

                                • 【Git】git pullを取り消したいときはgit resetじゃなくgit revertを使おう - Qiita

                                  git resetは基本使わない 間違えてgit pullしちゃったけどやっぱり取り消したいとき、 調べるとgit reset --hardをすればいいよ!という記事をよく見かけた。 基本的にgit reset --hardは(複数人での開発のときは特に) ログが変わってしまうため使わないほうが良い。

                                    【Git】git pullを取り消したいときはgit resetじゃなくgit revertを使おう - Qiita
                                  • Pull Requestに関する意見 - mactkg-pub

                                    レビュイーの方がレビュワーよりもPull Requestにまつわるコンテキストを多く持っているため、レビュイーがレビュワーに向けて過不足なく説明をすべき。

                                      Pull Requestに関する意見 - mactkg-pub
                                    • Git LFS のリポジトリをcloneやpullしたときにどうなるのか - Qiita

                                      はじめに Git LFSを導入したときに他の人から見るとどうなるのか調べました。 pushする側は正しく設定されていると思うので、そちらはあまり説明せず、 リポジトリを共有しているお客さんなどの他人から見るとどう見えるかを軽く調べました。 Git LFSを導入後 clone/pullする場合 特に何もしなくても正しく使えます。 下のURLなどを参考にgit-lfsを入れたあとにcloneなどをする場合です brewが入っているとこれで大丈夫です。 $HOME/.gitconfig に項目が作られ、cloneやpullのときにgit-lfs コマンドがある前提で正しく動きます。 git lfs install を忘れると.gitconfig が作られないので 「導入してないとき」と同じことになりますので そこは気をつけてください。(brew install だけで達成感があるので忘れがちです

                                        Git LFS のリポジトリをcloneやpullしたときにどうなるのか - Qiita
                                      • Better words by richsalz · Pull Request #12089 · openssl/openssl

                                        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

                                          Better words by richsalz · Pull Request #12089 · openssl/openssl
                                        • TSMC, Sony Help Japan Pull Off an Early Victory in the Race to Make More Chips - Bloomberg

                                          We've detected unusual activity from your computer network To continue, please click the box below to let us know you're not a robot. Why did this happen? Please make sure your browser supports JavaScript and cookies and that you are not blocking them from loading. For more information you can review our Terms of Service and Cookie Policy. Need Help? For inquiries related to this message please co

                                          • 【GitHub Actions】Pull Requestが来たらphp-cs-fixerでフォーマット指摘|ふじい

                                            コードレビューでいちいち「フォーマッターが適用されていない」と指摘するのが煩わしい、スペースやら{}の位置とか表面的なレビューよりもビジネスロジックやセキュリティ面などの本質的なレビューに時間を割きたいそこのあなた! GitHub Actionsを使ってフォーマット指摘してもらいましょう。 PHPでやっていますが各言語で提供されてるフォーマッターを同じような感じで使えると思います。 やること- Pull Requestが来たらGitHub Actionsを動かす - GitHub Actionsでphp-cs-fixerを動かす - php-cs-fixerでフォーマッター未適用ファイルを検出する - 検出したらマージできないようにする やらないこと- 変更箇所のみの未フォーマット検知 - 未フォーマット箇所の表示 - 自動修正 GitHub Actionsの準備下記リポジトリの .git

                                              【GitHub Actions】Pull Requestが来たらphp-cs-fixerでフォーマット指摘|ふじい
                                            • GitHub で pull request のテンプレートを複数使いわける - Qiita

                                              きっかけ 社内で使っている pull request のテンプレートがあり、各人でブックマークレットや、Using saved replies などを利用してテンプレートを適用しているのですが、テンプレート原本の内容がちょいちょい更新されるので、人によって使っているテンプレートが古いままだったりすることがありました。 それを解消する方法はないものかなーと思っていたところ、GitHubのIssue・Pull Requestのテンプレート機能を使おう の記事を見つけました。 問題自体はこれで解決しましたが、ふと pull request のテンプレートを複数使いたい場合はどうすればいいんだろう?という疑問が浮かびました。調べてみたところ公式に書いてありましたので本日はそれをまとめてみたいとおもいます。 ※なお、今回は pull request に話を限定します。 テンプレートが1つだけでいい場

                                                GitHub で pull request のテンプレートを複数使いわける - Qiita
                                              • [Early Preview] New React Documentation by rachelnabors · Pull Request #3965 · reactjs/react.dev

                                                Since announcing the start of the new React documentation effort, we’ve been busy writing the content and building a custom website designed around the learning experience. We are now ready to share this early preview of what we’ve created so far to get your feedback. This early preview is deployed at beta.reactjs.org and is in active development. Please leave any feedback in #3308. TLDR Visit the

                                                  [Early Preview] New React Documentation by rachelnabors · Pull Request #3965 · reactjs/react.dev
                                                • Amazon posts article on Rust, Go tech lead: don’t “pull the plug” on us

                                                  Recently, the “Sustainability with Rust” article was published on the official Amazon blog, illustrating through research and comparison that Rust outperforms other languages in terms of sustainability. The article was subsequently covered by ZDNet. Following the ZDNet story, Go technical lead Russ Cox sent out 14 tweets saying that the article was seriously misleading about the Go language. The s

                                                    Amazon posts article on Rust, Go tech lead: don’t “pull the plug” on us
                                                  • Rename dangerouslySetInnerHTML to bravelySetInnerHTML by George3d6 · Pull Request #27704 · 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

                                                      Rename dangerouslySetInnerHTML to bravelySetInnerHTML by George3d6 · Pull Request #27704 · facebook/react
                                                    • 気象庁防災XMLのPull型提供(Atom Feed)について - Qiita

                                                      高頻度・長期フィード2種類の使い分け 通常は高頻度フィードを使います。 高頻度フィードは毎分更新されており、少なくとも直近10分間の更新情報が記載されています。 長期フィードは、1時間に1回更新されており、直近数日間の更新情報が記載されています。 これは(10分以上の)長時間にわたって止まっていた利用システムを最新状況に追随するために設けられています。たとえば利用者側システムが平日昼間保守になっていて、金曜夜に障害停止したシステムを月曜日に復旧するような場合を想定して、長時間の更新情報を提供することにしています。 ファイルが大きいので、常時ウォッチするとしんどいです。 フィードの監視 フィードの URL に繰り返し HTTP GET 要求をすれば、Atom Feed 形式のファイルが取れるわけですが、ただ単に wget url で取得するのはちょっと待ってください。 wget コマンドであ

                                                        気象庁防災XMLのPull型提供(Atom Feed)について - Qiita
                                                      • Vue 3 support by EdwinHoksberg · Pull Request #9 · insky/vue-gpickr

                                                        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

                                                          Vue 3 support by EdwinHoksberg · Pull Request #9 · insky/vue-gpickr
                                                        • Google may pull 'fediverse' Android apps for allegedly enabling hate speech (updated)

                                                          Google has stepped up its fight against hate speech, but there are concerns that it might be too aggressive. As Private Internet Access reports, Google has warned it will pull multiple “fediverse” apps (groups of interconnected servers used for web publishing) from the Play Store for allegedly inciting hate speech. Android titles like Fedilab, Husky, and Subway Tooter purportedly help users connec

                                                            Google may pull 'fediverse' Android apps for allegedly enabling hate speech (updated)
                                                          • Path to raku by lizmat · Pull Request #89 · Raku/problem-solving

                                                            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

                                                              Path to raku by lizmat · Pull Request #89 · Raku/problem-solving
                                                            • Changelog for 16.9 by gaearon · Pull Request #16254 · facebook/react

                                                              React Add <React.Profiler> API for gathering performance measurements programmatically. (@bvaughn in #15172) Remove unstable_ConcurrentMode in favor of unstable_createRoot. (@acdlite in #15532) React DOM Deprecate old names for the UNSAFE_* lifecycle methods. (@bvaughn in #15186 and @threepointone in #16103) Deprecate javascript: URLs as a common attack surface. (@sebmarkbage in #15047) Deprecate

                                                                Changelog for 16.9 by gaearon · Pull Request #16254 · facebook/react
                                                              • src: add `process.loadEnvFile` and `util.parseEnv` by anonrig · Pull Request #51476 · 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 `process.loadEnvFile` and `util.parseEnv` by anonrig · Pull Request #51476 · nodejs/node
                                                                • Git Best Practices – How to Write Meaningful Commits, Effective Pull Requests, and Code Reviews

                                                                  As developers we push regular code commits – and after a while, it's almost second nature to us. But does this mean we're doing things right? Familiarity often leads to sloppiness and overlooking the basics. In this article, we will explore How to write meaningful Git commit messagesHow to create efficient pull requests (PR)How to get really good at the code review process and some best practices

                                                                    Git Best Practices – How to Write Meaningful Commits, Effective Pull Requests, and Code Reviews
                                                                  • Re: [GIT PULL] ntfs3: new NTFS driver for 5.15 - Linus Torvalds

                                                                    linux-kernel.vger.kernel.org archive mirror help / color / mirror / Atom feedFrom: Linus Torvalds <torvalds@linux-foundation.org> To: Konstantin Komarov <almaz.alexandrovich@paragon-software.com> Cc: ntfs3@lists.linux.dev, linux-fsdevel <linux-fsdevel@vger.kernel.org>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org> Subject: Re: [GIT PULL] ntfs3: new NTFS driver for 5.15 Date: Sat, 4 Sep

                                                                    • process: Change default --unhandled-rejections=throw by dfabulich · Pull Request #33021 · 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

                                                                        process: Change default --unhandled-rejections=throw by dfabulich · Pull Request #33021 · nodejs/node
                                                                      • Remove unstable_changedBits by acdlite · Pull Request #20953 · 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

                                                                          Remove unstable_changedBits by acdlite · Pull Request #20953 · facebook/react
                                                                        • GitHub Actions improvements for fork and pull request workflows

                                                                          ProductGitHub Actions improvements for fork and pull request workflowsToday GitHub Actions shipped a series of features designed to improve your workflows when working with PRs from repository forks. New settings for private repository forks Many GitHub customers choose… Today GitHub Actions shipped a series of features designed to improve your workflows when working with PRs from repository forks

                                                                            GitHub Actions improvements for fork and pull request workflows
                                                                          • パラコードでジッパータブの編み方 スネークノット Paracord Zipper Pull Snake knot

                                                                            【ジッパーが10倍使いやすくなる】今回は、パラコードでファスナー、ジッパータブ(ジッパープル)をスネークノットで編んでみました。Paracord zipper pull snake knot easy tutorial. 今回使用したパラコード https://amzn.to/2QQV9k9 「動画説明」 今回、パラコードは約40cmでカットしました。 完成の全体の長さが約4cmで、編み込みが2回で設定してみました。 ジッパーの金具と編み込みまでの長さは、約3cmです。 作り方は、 はじめに金具部分にパラコードを通して、半分に折り返します。 金具部分に直接通せない場合は、接続に金具を用意してください。 スネークノットは、 左の紐を右前から裏に通します。 次に右の紐を左に出した紐の下を通り、一番右の輪に上から通します。 この動作の繰り返しで編み込んでいきます。 編

                                                                              パラコードでジッパータブの編み方 スネークノット Paracord Zipper Pull Snake knot
                                                                            • Optional variance annotations by ahejlsberg · Pull Request #48240 · microsoft/TypeScript

                                                                              With this PR we introduce optional declaration site variance annotations for type parameters of classes, interfaces and type aliases. Annotations take the form of an in and/or out keyword immediately preceding the type parameter name in a type parameter declaration. An out annotation indicates that a type parameter is covariant. An in annotation indicates that a type parameter is contravariant. An

                                                                                Optional variance annotations by ahejlsberg · Pull Request #48240 · microsoft/TypeScript
                                                                              • feat(npm): support updating `packageManager` field and Yarn binary by ylemkimon · Pull Request #12088 · renovatebot/renovate

                                                                                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

                                                                                  feat(npm): support updating `packageManager` field and Yarn binary by ylemkimon · Pull Request #12088 · renovatebot/renovate
                                                                                • Amazon ECRのPull through cacheでECR PublicからDocker公式イメージをpullする - Qiita

                                                                                  Amazon ECRのPull through cacheでECR PublicからDocker公式イメージをpullするAWSDockercontainerECRreInvent2021 この記事は セゾン情報システムズ Advent Calendar 2021 1日目の記事です。 記事のタイトルは一体何を言っているんだ AWS re:Invent 2021 の Day 1 で Amazon ECR に関連する2つのアップデートがありました。 これらを合わせて使用することで Private な ECR Repository のみを使いつつ、Docker Hub のオフィシャルイメージを透過的に pull できるようになります。 Amazon ECR の Pull through cache って? 対応するパブリックコンテナイメージレジストリ上のイメージを、ECR の Private リ

                                                                                    Amazon ECRのPull through cacheでECR PublicからDocker公式イメージをpullする - Qiita