Giter Club home page Giter Club logo

Comments (1)

pdxjohnny avatar pdxjohnny commented on August 31, 2024

Test Cases

gh search code --filename pyproject.toml --owner $USER --json repository,path,sha,url
[                                              
  {                   
    "path": "pyproject.toml",
    "repository": {                           
      "id": "MDEwOlJlcG9zaXRvcnk5ODQ2ODEzMw==",       
      "isFork": false,
      "isPrivate": false,                             
      "nameWithOwner": "pdxjohnny/httptest",                                                                                                                   
      "url": "https://github.com/pdxjohnny/httptest"
    },
    "sha": "17b123594123d648e8a064fb0761a248ed0b312e",
    "url": "https://github.com/pdxjohnny/httptest/blob/2239666733f9e77221b01425c8cc71fb18062eb4/pyproject.toml"
  }
]
$ for i in $(gh search code --filename pyproject.toml --owner $USER --json repository,path,sha,url --jq '.[]'); do export REPO_NAME_WITH_OWNER=$(echo "${i}" | jq -r .repository.nameWithOwner); echo $REPO_NAME_WITH_OWNER; done
pdxjohnny/httptest
pdxjohnny/signpost
pdxjohnny/autoentrypoint
pdxjohnny/dffml-operations-flights
pdxjohnny/dffml-operations-github
pdxjohnny/dotfiles
pdxjohnny/noteserver
pdxjohnny/consoletest
pdxjohnny/dffml-operations-us-reps
pdxjohnny/test-ffmpeg
pdxjohnny/dffml-operations-dockerhub
for i in $(gh search code --filename pyproject.toml --owner $USER --json repository,path,sha,url --jq '.[]'); do export REPO_NAME_WITH_OWNER=$(echo "${i}" | jq -r .repository.nameWithOwner); gh workflow run --ref 2nd-party-shared-ci-flows -F name-with-owner=$REPO_NAME_WITH_OWNER testing.yml; break; done

image

gh search code --filename pyproject.toml --owner $USER --json repository,path,sha,url | python -um json.tool | tee $USER-pep-518-repos.json && export GH_ACCESS_TOKEN=$(gh auth token) && (set -x; for i in $(cat $USER-pep-518-repos.json | jq -c '.[]'); do   export REPO_NAME_WITH_OWNER=$(echo "${i}" | jq -r .repository.nameWithOwner) && export GH_TOKEN=$(gh auth token) && export START_DATE="2024-06-27T00:00:00Z" && export END_DATE="2024-06-27T00:00:00Z" && python -u $(find . -name github_api.py); break;  done; )

from dffml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.