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

Create a script that updates proto links in the spec docs and apply it for v1.19.0 #2068

Merged
merged 19 commits into from
Jul 9, 2024

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    053bcaf View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Create the beginnings of a script that will update links. It currentl…

    …y just has argument parsing and file identification.
    SpicyLemon committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    7c111f0 View commit details
    Browse the repository at this point in the history
  2. Add stuff that identifies all the needed proto files and copies/downl…

    …oads them into a temp dir.
    SpicyLemon committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2a7fb0f View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Identify the messages and their line numbers from the protos, the end…

    …points and their messages also from the protos, and identify all the links and their messages from the markdown files.
    SpicyLemon committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3ae4e90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61d8c1d View commit details
    Browse the repository at this point in the history
  3. Fix bug in the identify-links awk script that always caused link mess…

    …ages to generate an error.
    SpicyLemon committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    dc445c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8af7bc View commit details
    Browse the repository at this point in the history
  5. Finish the script.

    SpicyLemon committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    2b3dd34 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9be46a7 View commit details
    Browse the repository at this point in the history
  7. Final script fixes.

    SpicyLemon committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    4f1da00 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Update some documentation in the new script stuff. Add better control…

    … over output. Make it possible to have the script only do cleanup on success.
    SpicyLemon committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    f63a110 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Run the script to update all the links to v1.19.0-rc2. That's already…

    … been published, so I was able to click on all the links to verify that they are correct.
    SpicyLemon committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9ceb319 View commit details
    Browse the repository at this point in the history
  2. Run the script again to change them all to v1.19.0 (which doesn't exi…

    …st yet). I verified that the only diffs were the removal of the '-rc2' from all of the links. I.e. file and line numbers stayed the same.
    SpicyLemon committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    771bb69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59f5c08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8f8a41 View commit details
    Browse the repository at this point in the history
  5. Actually do the defined cleanup action (always) when no option is pro…

    …vided. Tweak some of the comments from proofreading.
    SpicyLemon committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    156ae36 View commit details
    Browse the repository at this point in the history
  6. Add changelog entry.

    SpicyLemon committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    77eb5ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db23da1 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    39d49b1 View commit details
    Browse the repository at this point in the history