Commit Graph

18 Commits

Author SHA1 Message Date
Viren Baraiya 58b461bf34 Agent docs (#1406) 2026-08-20 12:52:15 -07:00
Viren Baraiya 7affe4f30b Improve README, ROADMAP, and docs
CI / build (push) Has been cancelled
CI / test-harness (push) Has been cancelled
CI / build-ui (push) Has been cancelled
2026-04-12 12:41:26 -07:00
Rajeshwar Agrawal e467e266e3 Restore Redis Sentinel auth and support multiple sentinel addresses in redis-lock (#951)
* Restore Redis Sentinel auth configuration

* Support multiple sentinel addresses in redis-lock configuration

Split CONDUCTOR_REDIS_LOCK_SERVER_ADDRESS on semicolons so that
multiple sentinel endpoints can be provided, matching how the cluster
mode already splits on commas. This improves sentinel HA by allowing
the lock client to discover the master even if one sentinel is down.

Example: redis://sentinel-0:26379;redis://sentinel-1:26379

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Document semicolon-separated sentinel addresses for redis-lock

Add a note to the deployment guide explaining that multiple sentinel
endpoints can be provided using semicolons when serverType is SENTINEL,
improving high availability for the lock client.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Fixes failing int test

* reverts test-harness fixes

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 15:50:11 -07:00
Viren Baraiya adb29cfbdb Jdbc workers (#878)
* JDBC workers
* Documentation update
2026-03-18 17:05:24 -07:00
Rajeshwar Agrawal 9e99cac928 Feature: Add support for ES8 Persistence (#739) 2026-03-18 10:34:53 -07:00
Viren Baraiya cf21f0238f Overhaul documentation site with modern design (#863)
* Overhaul documentation site with modern design and new content

- Redesign homepage with hero section, scrolling logo wall, value strip, feature cards, architecture section, FAQ, and CTA
- Add new architecture pages: Durable Execution, Agents & AI, JSON + Code Native
- Add Quickstart guide with polyglot worker examples (Java, Python, JS, Go, C#, Ruby, Rust)
- Modern CSS theme: Instrument Serif + DM Sans + IBM Plex Mono, solarized code blocks, dark mode support
- Replace curl examples with Conductor CLI commands across all pages
- Add SEO meta descriptions to 30+ pages targeting durable code execution, workflow engine, saga pattern keywords
- Restructure mkdocs.yml navigation with tabs, search, and content features
- Add MkDocs Material theme overrides and serve-docs.sh helper script
2026-03-16 08:47:47 -07:00
Naomi Most 0ab983da99 docs: Add OpenSearch 2.x and 3.x configuration documentation (#678) (#780)
* docs: Add OpenSearch 2.x and 3.x configuration documentation (#678)

- os-persistence-v2/README.md: Module README with full property reference,
  basic auth, single-node setup, Docker Compose, and shading explanation.
- os-persistence-v3/README.md: Same coverage plus 2.x→3.x API change summary.
- docs/documentation/advanced/opensearch.md: Comprehensive config guide
  covering both versions, property tables, example configs (dev/prod),
  migration from legacy opensearch type, legacy property mapping, and
  troubleshooting.
- docs/devguide/running/docker.md: Update docker-compose table and
  OpenSearch section to use versioned os2/os3 compose files.
- mkdocs.yml: Register opensearch.md in Advanced Topics nav.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* apply spotless

---------

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: Viren Baraiya <virenx@gmail.com>
2026-02-17 17:26:29 -08:00
Ashwin Jayaprakash 8c2a159d75 Format wiki so prerequisites render clearly 2025-07-31 21:14:00 -07:00
liivw 4946b49d64 Update Running Conductor docs 2025-07-22 15:46:07 +08:00
liivw 2345f4ff87 Merge branch 'conductor-oss:main' into main 2025-07-10 11:54:28 +08:00
liivw b41e4cc026 update hosted solutions doc 2025-07-10 11:53:09 +08:00
liivw c84ed30598 fix broken links 2025-07-10 11:52:52 +08:00
Vuong 7dd056e516 Update setup instructions and correct Conductor version in documentation 2025-05-25 01:29:27 +07:00
Knight1001 29b314d5b5 Update JDK Version in Prerequisites
Conductor requires JDK 17 for building from source code. Updated the required JDK version in the docs.
2024-07-09 13:45:34 +05:30
Kunal Kumar 874896d5cd Update source.md (#75)
changed excuted -> executed
2024-02-15 22:26:04 +04:00
c4lm 235b5c1847 more cleanup and mention js sdk 2023-12-22 01:57:23 +04:00
c4lm 9d584168fe cleanup docs 2023-12-21 23:28:28 +04:00
Vasiliy Pankov 42fd59e1ba Community docs initial (#22)
Changes to make github pages based docs work
2023-12-21 00:27:41 +04:00