internet drafts today
play

INTERNET DRAFTS TODAY Basic concepts Markdown Git I-D Template - PowerPoint PPT Presentation

GIT, GITHUB, AND MARKDOWN FOR Mike Bishop INTERNET DRAFTS TODAY Basic concepts Markdown Git I-D Template GitHub C-I Systems Getting started with I-D Template and GitHub Local setup each machine Repo setup


  1. GIT, GITHUB, AND MARKDOWN FOR Mike Bishop INTERNET DRAFTS

  2. TODAY Basic concepts  Markdown  Git  I-D Template  GitHub  C-I Systems Getting started with I-D Template and GitHub  Local setup – each machine  Repo setup – GitHub  Repo setup – first time  C-I Setup Workflow Demo

  3. TODAY NOT TODAY Basic concepts XML2RFC v3 (previous session)  Markdown Whether working groups should use GitHub  Git for IETF work  I-D Template Substantive discussion on GitHub Issue  GitHub Tracker  C-I Systems GitHub versus other Git hosting services Getting started with I-D Template and GitHub (Lack of) IPv6 support at GitHub  Local setup – each machine Correct pronunciation of “ wugh ”  Repo setup – GitHub  Repo setup – first time Microsoft’s acquisition of GitHub  C-I Setup Workflow Demo

  4. MARKDOWN Certainly less cryptic than XML

  5. • Front matter describes the document • Used to generate boilerplate • I-D Template tools require docname to end in “ - latest” • Versions get taken care of later • Grab another document and use it as a starting point

  6. REFERENCES THREE WAYS • Explicitly (format from xml2rfc) • Each document has normative: and informative: sections after the front-matter

  7. REFERENCES THREE WAYS • Explicitly (format from xml2rfc) • Each document has normative: and informative: sections after the front-matter • By standard identifier • Pulls from xml2rfc.ietf.org

  8. REFERENCES THREE WAYS • Explicitly (format from xml2rfc) • Each document has normative: and informative: sections after the front-matter • By standard identifier • Pulls from xml2rfc.ietf.org • Inline • Pulls in details by identifier • Permits renaming • {{!displayName=reference}} on first use • {{!displayName}} afterward • Normative/informative references indicated each time • {{!normative}} • {{?informative}}

  9. DOCUMENT LAYOUT --- abstract # Top-Level Heading {#first} (Text here) (Text here) ## Second-Level Heading {#second} --- middle (Text here) (Lots of text here) ### Third-Level Heading --- back (Text here) (Appendix text here)

  10. CROSS-REFERENCES # Top-Level Heading {#first} As discussed in {{second}}, the thingadoodle is encoded following (Text here) the algorithm found in {{third- level-heading}}. ## Second-Level Heading {#second} (Text here) ### Third-Level Heading (Text here)

  11. OTHER COMMON ELEMENTS Drawings Tables

  12. GIT Change Tracking

  13. GIT BASICS Git maintains a series of snapshots (“commits”) Each snapshot of a file is stored by hash Each commit is a collection of file snapshots to capture the current state of the repo Each commit has 1+ parents to track history Images from https://git-scm.com/, CC-BY-3.0

  14. Branches are cheap to BRANCHES AND TAGS create and disposable A “branch” is a pointer to a commit  Making new commits “on a branch” advances the pointer to the new commit HEAD is a pointer to the currently-selected branch A “tag” is also a pointer to a commit  …but it never advances Images from https://git-scm.com/, CC-BY-3.0

  15. MERGING Merges bring changes from one branch into another branch Two ways to do this:  Advance a branch down a continuous path of commits (“fast - forward”)  Create a new commit that combines changes from two or more parent commits (“merge commit”) Images from https://git-scm.com/, CC-BY-3.0

  16. REMOTES clone: • Suck down full copy of remote repo; remote named “origin” by default push: • Identify the missing ancestors of current commit • Transfer only those commits • Update remote branch to current commit fetch: • Pull any remote commits you don’t have • Cache what commit remote branches point to pull: • Fetch remote repo • Merge selected remote branch

  17. OTHER USEFUL TERMS Rebase  Extracts the changes introduced by one or more commits  Creates new commits that introduce the same changes from a different starting point Squash  Extracts the net set of changes introduced by a series of commits  Creates a single new commit that introduces the same set of changes

  18. TOOLCHAIN Turning Markdown into everything else

  19. LOCAL TOOLING HTML Kramdown Markdown XML or MMark PDF Text

  20. LOCAL TOOLING RFCdiff IDnits Git Make I-D Template

  21. LIVE DEMO Make your sacrifices to the Demo Gods now

  22. GITHUB Hosted Git and more

  23. Hosted git repository Workflow tools Public repos are free Issue tracker WHAT IS GITHUB? Private repos with 1-3 Pull requests people are free Wiki Private repos with 4+ Automatic web pages people cost $ Enterprise-oriented on- premises costs $$$

  24. LIVE DEMO Make your sacrifices to the Demo Gods now

  25. https://github.com/richsalz/ietf-gh-scripts: Perl scripts that use the GitHub API to manage repos and documents Currently supported: • Add individual draft to new repo under individual account SETUP SCRIPTS • Create working group account • Add draft to new repo under working group Planned: • Adopt individual draft into working group account

  26. CLOUD TOOLING Change Trigger Tools in Container Built Documents Push Local Tools E-mail Confirmation

  27. LIVE DEMO Make your sacrifices to the Demo Gods now

  28. SETUP REVIEW Local Tools Cloud Tools At a minimum, install: On GitHub:  Git  Create repo  Make  Enable gh-pages  Xml2rfc (requires Python)  Generate access token(s)  kramdown-rfc2629 (requires Ruby)  One for CircleCI (can share across repos)  One for git if using 2FA (per client machine) On CircleCI:  Follow repo  Add access token to environment variables

  29. IF THIS LOOKS HELPFUL…. Buy this gentleman a drink!

  30. COMMON TASK REVIEW make Attempt to build all the documents make update Updates the I-D Template git commit - am “Text” Commit all changes with commit message “Text” git checkout branch Switch to (existing) branch git checkout -b branch Switch to (new) branch git push -u origin branch Push new branch to GitHub git pull Pull changes from GitHub copy of this branch git tag - am “Doesn’t matter” Mark the current commit to be published as -00 draft-blah-blah-00 git push --tags Push new tags to GitHub; triggers draft submission

  31. HOW DID WE DO? https://www.surveymonkey.com/r/104github

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend