Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

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

feat(internal): auto-run godocfx on new mods #3069

Merged
merged 3 commits into from Oct 22, 2020
Merged

Commits on Oct 22, 2020

  1. feat(internal): auto-run godocfx on new mods

    This uses index.golang.org to list all modules since a given time. For
    example, see
    https://index.golang.org/index?since=2019-04-10T19:08:52.997264Z. Each
    page is listed in chronological order and is limited to 2000 entries (as
    of today).
    
    This stores the last successful time in Datastore. If there is no time in
    Datastore, it defaults to 10 days ago.
    
    There is a bit of indirection with interfaces to enable testing.
    
    In the future, we should add the ability to regenerate the YAML for the
    latest version of all modules.
    tbpg committed Oct 22, 2020
    Copy the full SHA
    2640173 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    21617d3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    90f6361 View commit details
    Browse the repository at this point in the history