Commit Graph

15 Commits

Author SHA1 Message Date
John Kennedy 0e7fba2d52 ci: harden docs workflow inputs (#4970)
## Summary
- Pin `ctriolo/action-create-linear-issue` to the immutable commit SHA
for `v0.7` so the `LINEAR_API_KEY` is no longer exposed to a mutable
third-party action tag.
- Pass GitHub PR base refs/SHAs and workflow output values through
environment variables before shell use.
- Apply the same base-ref hardening to adjacent docs diff-check
workflows to avoid the same pattern recurring.

## Corridor findings
- Fixes
https://app.corridor.dev/projects/86f45f70-3153-46d0-b0f6-5ec9dba1ace1/findings/eb002ea1-903e-4a2b-94a5-5ebc4b60bab2
- Fixes
https://app.corridor.dev/projects/86f45f70-3153-46d0-b0f6-5ec9dba1ace1/findings/1bbe3c85-75f4-4ece-8c96-cd857c5be291

## Validation
- `ruby -e 'require \"yaml\";
Dir[\"/tmp/docs/.github/workflows/*.yml\"].each { |p| YAML.load_file(p)
}; puts \"parsed workflows\"'`
- `git diff --check`

Co-authored-by: langsmith-fleet[bot] <langsmith-fleet[bot]@users.noreply.github.com>
2026-07-20 09:44:15 -07:00
Naomi Pentrel 5b6d04c524 Enable pull request trigger for code samples workflow (#4804) 2026-07-09 13:41:49 +02:00
Quentin Brosse c38eb48bfc docs(langsmith): SmithDB SDK migration guide for runs query and retrieve (#4614)
## Summary

Adds an unlisted migration guide at `/langsmith/smithdb-sdk-migration`
for partner customers migrating from v1 SDK methods to SmithDB-backed
equivalents. The page is `noindex: true` and not wired into `docs.json`
nav — accessible via direct URL only.

Each method's content (parameter tables, examples, and their code-sample
imports) lives in its own file under
`src/snippets/langsmith/smithdb-migration/` (e.g. `runs-query.mdx`,
`runs-retrieve.mdx`), included into the main page via Mintlify's
snippet-import pattern. Adding a new method's migration guide only
requires a new snippet file plus one import and one render line in the
main page, so different teams can add methods in parallel without
conflicting.

The code-samples generation and testing pipeline was extended to support
Go and cURL/bash, alongside existing Python/TypeScript/Java/Kotlin
support, so every code sample in this guide is a real, tested source
file rather than hand-authored prose.

---------

Co-authored-by: Kiewan Villatel <kiewan@langchain.dev>
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-07-06 09:40:48 +02:00
Naomi Pentrel 5cd0ed2f3a Disable pull_request trigger in workflow (#4698) 2026-07-02 14:39:54 +02:00
Naomi Pentrel 9c588b3f2a run all tests on workflow dispatch (#4584) 2026-06-23 20:48:54 +02:00
Naomi Pentrel cbe6dd3b41 update code sample test reporting (#4581) 2026-06-23 19:50:22 +02:00
Yacklin Wong a7c1c7f2de fix all wrong default port number of postgres db in long term memory docs and sample code (#3932) 2026-05-28 13:35:21 +02:00
Naomi Pentrel ca4ed8df63 make existing snippets testable (#4010) 2026-05-15 11:03:51 +02:00
open-swe[bot] af35bc1aa6 docs: add Java snippets to manage prompts programmatically [closes DOC-1092] (#3961) 2026-05-12 21:59:50 +02:00
open-swe[bot] 92565459e3 feat: add java traceable docs [closes DOC-1050] (#3802) 2026-05-06 20:19:39 +02:00
open-swe[bot] 4567e7d9cd feat: document how to execute skill scripts in a sandbox (#3590) 2026-04-21 15:52:33 +02:00
Naomi Pentrel 7f8707b7fb create deep research tutorial (#3193) 2026-03-23 19:00:56 +01:00
Naomi Pentrel fb79c64ed1 feat: improve long-term memory docs and discoverability (#2957) 2026-03-18 16:28:59 +01:00
Naomi Pentrel f7dedf49a2 feat: add streaming thinking/reasoning tokens example (#2936) 2026-03-06 12:38:43 +01:00
Naomi Pentrel 09916e89b6 automate tests (#2893) 2026-03-04 16:31:52 +01:00