GitXplorerGitXplorer
n

graphql-learn

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
1bf9d908804356a16befbfff4388c74c0e791222

blacken code

nnedbat committed 3 years ago
Unverified
793d19c3cf277e2e031a463782b1f946c32d34f0

read config from dinghy.yaml, use URLs to name items

nnedbat committed 3 years ago
Unverified
cc6fc21418ac0e26f00896afb2d565c8b8c766a5

use glom in a short-handier way

nnedbat committed 3 years ago
Unverified
aaca89102773eefeb25e31b9c2c0455a1cd09a17

python-graphql-query wasn't doing much, just use aiohttp directly

nnedbat committed 3 years ago
Unverified
1d950e1b44eb7f7eacf2ba50307929c329ade732

saving .json files is controllable with env vars

nnedbat committed 3 years ago
Unverified
36f6ab1e05da12e636c3d86d391484b1ccc98bb5

unify the comment fragments

nnedbat committed 3 years ago

README

The README file for this repository.

An opportunity to learn more about GraphQL.

There are two programs here:

  • openedx_repos.py

    Enumerates repos with openedx.yaml files to find repos to tag for Open edX releases. Doing this with the REST API takes about a minute. Using GraphQL takes about six seconds.

  • github_digest.py

    Examines repos and projects, producing a report of changes since a certain date. Makes a "daily digest" of activity across a number of issue containers. Has some code to start looking at pull requests too, but that's much more complicated.

    Currently the parameters are hard-coded while we continue hacking on it.

    An example report is at https://nedbat.github.io/graphql-learn/example.html