Commit Graph

35 Commits

Author SHA1 Message Date
Viren Baraiya 58b461bf34 Agent docs (#1406) 2026-08-20 12:52:15 -07:00
Viren Baraiya 4c24fdb879 remove(server-lite): delete server-lite module and all references (#1211)
* remove(server-lite): delete server-lite module and all references

Removes the server-lite Gradle subproject, its source code, build
scripts, and all CI/CD references. The server module with ui-next
is the canonical distribution going forward.

* fix(test): de-flake NestedForkJoinSubWorkflowSpec retry assertions

After retry(), the parent workflow is pushed onto the decider queue and
the background sweeper (sweeperThreadCount=1) can re-open CANCELED JOIN
tasks to IN_PROGRESS before the post-retry snapshot is read. Relax the
two pre-sweep JOIN assertions to accept either CANCELED (not yet swept)
or IN_PROGRESS (already re-opened), matching the fix applied to
HierarchicalForkJoinSubworkflowRetrySpec in #1148 and RerunSpec in #1206.

* Revert "fix(test): de-flake NestedForkJoinSubWorkflowSpec retry assertions"

This reverts commit 9a2bfad711c267cc845ac7e940605d119b5af638.
2026-06-30 00:10:57 -07:00
Miguel Prieto d3d40ab7f4 chore: ignore .worktrees/ directory 2026-04-01 12:18:45 -03:00
Viren Baraiya 9f0870f158 e2e test suite (#900) 2026-03-26 12:13:56 -07:00
Viren Baraiya 3aa1487493 Feat/gemini api key support (#919) 2026-03-25 09:24:29 -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
Viren Baraiya bd4d7c757e Vector DB Fixes and Video Generation Support (#757)
Vector DB Fixes and Video Generation Support
2026-02-13 10:12:39 -08:00
Viren Baraiya 0c723f7aa4 Support Agentic flows (#745)
🤖 Support for agentic workflows in Conductor
2026-02-03 08:42:22 -08:00
Viren Baraiya 8998f10b3f Docker build fixes and deployments (#747)
Publish the docker image and add scripts for starting up local server
2026-02-02 15:25:21 -08:00
Naomi Most 96986d3c9f Merge pull request #660 from conductor-oss/618-epic-do_while-iteration-1
DO_WHILE iteration cleanup and Timeline UI rendering fix
2025-11-19 13:25:19 -08:00
Naomi Most 89891f145f Add DO_WHILE database cleanup via removeIterations() to prevent bloat
Implements database-level iteration cleanup for DO_WHILE tasks when keepLastN
parameter is configured. Previously, only output data was removed from memory;
task records remained in database causing bloat and production issues.

- Add ExecutionDAOFacade dependency to DoWhile for database operations
- Implement removeIterations() method to delete old iteration tasks from DB
- Call cleanup after existing output removal logic (maintains consistency)
- Opt-in via existing keepLastN parameter (fully backward compatible)
- Add comprehensive logging (debug per-task, info summary)
- Error resilient: continues cleanup if individual task removal fails

Addresses #618 checklist item: "Implement removeIterations() method"

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-06 22:10:57 -08:00
Naomi Most 02c8b68ef6 converted javadoc comment to in-line 2025-11-06 07:45:00 -08:00
Viren Baraiya e1977dea89 updates 2025-02-27 11:13:13 -08:00
Viren Baraiya ba2eaa4a14 Update .gitignore 2025-02-27 10:46:21 -08:00
Viren Baraiya 63e9795fc3 Update .gitignore 2025-02-27 10:39:00 -08:00
Orkes 266ed4c39e Feature: sqlite implementation for metadataDAO 2025-02-12 17:38:54 +05:30
Young-Zen b3a11965e0 Fix: include monaco sources into bundle (#3796)
* Fix: include monaco sources into bundle
2023-11-12 00:53:11 -08:00
Alex May fdcdf51641 Update google protobuf 2023-07-21 09:45:49 -06:00
Jiaofen Xu 6e74001ec6 Bug fix: re-running a sub workflow should update the parent state 2021-09-27 16:12:20 -07:00
Peter Lau 66c6c84523 Conductor UI Release - 3.3.0 (#2462)
CI / build (push) Has been cancelled
* Squashed 3.0 UI release
* Update top level README
* Update docker README
* Resolve typos and suggested changes in README & properties

Co-authored-by: Peter Lau <peterl@netflix.com>
2021-09-21 13:20:33 -07:00
Anoop Panicker 65bb754ba3 ensure async complete system tasks are not response timed out 2021-04-15 18:11:02 -07:00
Anoop Panicker cce4837701 Upgrade nebula.netflixoss to replace bintray publication and update TravisCI secrets 2021-03-11 11:54:06 -08:00
James DeMichele e459516866 Fix edges for joinOn references (#1050)
* Fix edges for joinOn references

* PR comment
2019-05-14 15:37:32 -07:00
Jagadish Vemugunta 7b1f4ffab3 Merge remote-tracking branch 'upstream/dev' into mysql-bugs 2018-10-11 05:21:38 -04:00
Jagadish Vemugunta 197ed491bf fixed as per #781 2018-10-07 21:23:22 -04:00
Jagadish Vemugunta 93fbace7a0 merged files from upstream/dev branch 2018-10-06 22:15:03 -04:00
Charles Zhao 2bbf3b15bf merged from dev branch 2018-07-01 22:41:03 -07:00
Anoop Panicker 19fdedcd04 fix response timeout seconds behavior 2018-06-19 18:04:59 -07:00
Greg Orzell d568659d7f Remove ignore file entry that was ignoring valid config files. 2018-06-12 15:12:35 +02:00
Anoop Panicker 95f331e6e5 added metrics to redis DAO 2018-05-23 11:12:09 -07:00
Poorna Reddy 9c3bfec2cd Updated gitignore to not include idea .iml files 2017-12-14 16:23:48 -08:00
Pascal Chouinard 4abf7ab922 Implementation of the DAOs for the MySQL backend 2017-09-27 23:23:53 -04:00
Viren Baraiya 9d2de220d1 * Add optional tasks
* Fix for taskId not getting replaced for simple tasks in task input calculation
* License headers for go client
2017-03-27 16:34:36 -07:00
Viren Baraiya 3744ccc490 Decider Implementation Changes (#122)
* Making Decider stateless
* WorkflowTaskCoordinator with builder
* Worker specific polling interval
* Update the documentation
2017-03-10 13:18:03 -08:00
Jesse C. Antoszyk 49683b066d Docker compose project
Signed-off-by: Jesse C. Antoszyk <jcantosz@us.ibm.com>
2017-01-23 11:08:46 -05:00