Graft serverlessworkflow.github.io history to preserve all contributors - #13
Closed
ricardozanini wants to merge 471 commits into
Closed
Graft serverlessworkflow.github.io history to preserve all contributors#13ricardozanini wants to merge 471 commits into
ricardozanini wants to merge 471 commits into
Conversation
update sdk ts for diagram generation
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
adding cron example and fixing link for compensation one
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
added supported by section
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
adding apache evenmesh
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
add workshop recording
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
Adding FaasNet
Signed-off-by: manick02 <manickavasagam.sundaram@gmail.com>
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
adding community page
#140 Update workflow schema reference from site
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
fix community page links and text
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
small update
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
add date for third workshop
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
fix events section
Signed-off-by: Antonio Mendoza Pérez <antonio.mendoza@ikusi.com>
update skd-ts to fix diagram generation
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
Signed-off-by: Simon Emms <simon@simonemms.com>
docs: add zigflow project
Signed-off-by: Simon Emms <simon@simonemms.com>
Update Zigflow logo
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
chore: add 1.0.3 schema
Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
Rename to Open Workflow Specification
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Blog: Open Workflow SDK Go v4.0.0 release
Signed-off-by: Lorna Kelly <lornakelly88@gmail.com>
Diagram Editor MVP Release
Keep schemas served locally for backward compatibility. Everything else redirects to open-workflow-specification.org. Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
…ication.org Signed-off-by: David Gutierrez <david.magallanes@gmail.com>
…s to open-workflow-specification.org Signed-off-by: David Gutierrez <david.magallanes@gmail.com>
…update-schema-id-urls Fix open-workflow-specification#2: Update $id URLs in 1.x schema files to open-workflow-specification.org
Signed-off-by: Lorna Kelly <lornakelly88@gmail.com>
…te-descriptions Fix: Update descriptions in schema files
Update $id URLs in 1.x schema files to open-workflow-specification.org
…fication#7) Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
✅ Deploy Preview for openworkflow ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR grafts the complete git history from the old
serverlessworkflow/serverlessworkflow.github.iorepository onto the current repository, preserving all 464 commits and contributors from the original project.What Changed
Git History:
Files:
static/directory from old repopublic/schemas/and Astro site files remainHow It Works
Used
git replace --graft+git filter-branchto connect the two repository histories:Verification
Impact
Next Steps
After merging:
git pull --rebase/cc @cdavernas @lornakelly @dgutierr