Dashboard › institutional-transition-lab › Distillation
5d70a62b-0774-40ba-9abe-2da4e298708e["lore_tm_v1_4-5iXRJsAg5Q6l5vx-SF9_LwMcvuSyfd9X-GPpE4Ilc","lore_tm_v1_9lPmp5GVS1cciLyOcMFxLVsGXg-29jE4iETg4XAy2HM","lore_tm_v1_9jV83mOqOndA0sujKi7brZvb7uj-kMKAI7tyrqGoN9g","lore_tm_v1_MYK6jJeDhsQP8qfFaAntPq4muJJrifxoJE9hVlN95eA","lore_tm_v1_H6ROtPK3X5ACvZsxfYTnXxjY42tbH0K_hYWLXG7lIN8"]
terraform-github-pr-22332: source URL https://github.com/hashicorp/terraform/pull/22332, base SHA 697a0c435eb5fe62a0802894e65ac129ccd94bd6, head SHA 291cf8c5a4422dbcf993fc391197315c9489b3e8, merge commit SHA da1ab617b82539e239739e9dc79cd6bf896b86c4, changed_files=4, draft=false, merged=true, merged_at=2019-08-05T16:44:24Z, state=closed. (meaning Aug 5, 2019)terraform-github-pr-22745: source URL https://github.com/hashicorp/terraform/pull/22745, base SHA fb1aefe22b5d880459ad48ed98357e23730bd668, head SHA 50a6c69ab52eb9b0115d115af532e58998c64bf9, merge commit SHA 7a9f2717febb801e39044404d1ff003b39f4cc9f, changed_files=4, draft=false, merged=true, merged_at=2019-09-09T19:40:20Z, state=closed. (meaning Sep 9, 2019)terraform-github-pr-33661: source URL https://github.com/hashicorp/terraform/pull/33661, base SHA 8a085b427b74ce3829500a59508b77465f1bbef0, head SHA 53c34ff49cfbc1f70d7cdd3dca8040551c53737a, merge commit SHA 1f011cbaada5bf9cbddadb58ba7c84b223e99467, changed_files=1294, draft=false, merged=true, merged_at=2023-08-10T22:58:09Z, state=closed. (meaning Aug 10, 2023)terraform-github-pr-34096: source URL https://github.com/hashicorp/terraform/pull/34096, base SHA 707c426f6892285fc116d68d32559e791a7ab199, head SHA 1f271185986bcb30eb3e19fcae4457b122f43147, merge commit SHA 493056d828ab0cd17def8e0193f71f4bfe8f9628, changed_files=2, draft=false, merged=true, merged_at=2023-10-17T14:06:38Z, state=closed. (meaning Oct 17, 2023)terraform-github-pr-34103: source URL https://github.com/hashicorp/terraform/pull/34103, base SHA 464e0a9e98880a408807b01d775ea9e32fa326d0, head SHA 5caa5bc8e8e52fe09dec0397fcccd6fbfe0d924d, merge commit SHA 0c855b0d5e6fe2a9578106f47438fffc4eba3d0e, changed_files=2, draft=false, merged=true, merged_at=2023-10-17T14:19:12Z, state=closed. (meaning Oct 17, 2023)terraform-github-pr-34847: source URL https://github.com/hashicorp/terraform/pull/34847, base SHA ca2be46b0e4db9ab64e649da771d527dcd08c505, head SHA 625b32501cd6f637b82cd6c537033b9c3c6cabf1, merge commit SHA 84df5562f21ae587bbb7e9b2a1c5ada582d0ba11, changed_files=86, draft=false, merged=true, merged_at=2024-03-14T16:58:30Z, state=closed. (meaning Mar 14, 2024)terraform-github-pr-38385: source URL https://github.com/hashicorp/terraform/pull/38385, base SHA c05eaaf20d0fdd5a755c7d81422c5e0110bd1b67, head SHA 0b9819f68301eafaa8542a0d54bd56c33e680bb2, recorded merge_commit_sha=55ae4d98b4c52c41f8e05936dbe7a5e55ca1eb28 despite merged=false, merged_at=null, changed_files=12, draft=false, state=closed. (meaning Apr 15, 2026)/home/byk/Code/institutional-transition-lab/schema/governance-adjudication-v1.schema.json (270 lines): each record forbids additional properties and requires record_id, source_url, decision, accepted_from, reviewer_ids, source_audit, rationale, evidence_limitations, unresolved_reason, claim_evidence_refs, final_coding, and graph_edge_revision; decision permits accept, revise, reject, or abstain; accepted_from permits luna_a, luna_b, terra_advisory, or null; source_url must be a GitHub HTTPS URI matching ^https://github\\.com/[^\\s]+$; reviewer_ids must be a unique, nonempty string array with at least 1 item; final_coding is either coding or null; graph_edge_revision is either edge_revision or null./home/byk/Code/institutional-transition-lab/schema/governance-adjudication-v1.schema.json: edge_revision forbids additional properties, requires basis, added, and removed, permits basis luna_a, luna_b, terra_advisory, or null, and defines added/removed as arrays of power_change; source_audit forbids additional properties and requires inspected_before_codings=true, a unique nonempty source_ids array with at least 1 item, and evidence_bounds; evidence_bounds requires boolean source_text_truncated, boolean-or-null files_listing_complete, boolean patch_selection_truncated, and integer patch_unavailable_count >= 0.False for each of the 7 records: terraform-github-pr-22332, terraform-github-pr-22745, terraform-github-pr-33661, terraform-github-pr-34096, terraform-github-pr-34103, terraform-github-pr-34847, and terraform-github-pr-38385; the checked condition was not shown.terraform-github-pr-22332: it removed import alias version "github.com/hashicorp/go-version"; field AcceptLicense bool from type provisioner struct; required boolean schema key "accept_license"; semantic-version validation in validateFn() against "0.79.0"; AcceptLicense: d.Get("accept_license").(bool) from decodeConfig(); and the conditional license-acceptance execution in installHab() using export HAB_LICENSE=accept; hab -V or, with sudo, sudo HAB_LICENSE=accept hab -V. (meaning Aug 5, 2019)terraform-github-pr-22745: it restored import alias version "github.com/hashicorp/go-version"; field AcceptLicense bool in type provisioner struct; required boolean schema key "accept_license"; semantic-version validation in validateFn() using version.NewVersion(), threshold "0.79.0", and error text Habitat end user license agreement needs to be accepted, set the accept_license argument to true to accept; AcceptLicense: d.Get("accept_license").(bool) in decodeConfig(); and conditional execution in installHab() of export HAB_LICENSE=accept; hab -V or sudo HAB_LICENSE=accept hab -V when p.AcceptLicense is true. (meaning Sep 9, 2019)