Output file from sequence diagram#1
Open
JackLeeHal wants to merge 65 commits into
Open
Conversation
* Encode sequence diagram * Send http request to plantuml * Generate a png/svg/uml file
linwumeng
suggested changes
Mar 5, 2019
* Fix comments * Refactor code to be more like python version
* Add positive test cases
* Refactor code * Fix bug, should output .puml instead of .uml
* Fix comments and refactor code
* Encode sequence diagram * Send http request to plantuml * Generate a png/svg/uml file
* Fix comments * Refactor code to be more like python version
* Add positive test cases
* Encode sequence diagram * Send http request to plantuml * Generate a png/svg/uml file
* Fix comments * Refactor code to be more like python version
* Add positive test cases
* translate python code to golang * add simple test
* Parse parameters from command line
* Parse parameters from command line * Prepare struct data for sequenceDiagram
* Add format string parser func structure * Finish the parser func
* Add format string parser func structure * Finish the parser func * Merge with jeco's branch
* Add format string parser func structure * Finish the parser func * Merge with jeco's branch
* Refactor code * Fix bug, should output .puml instead of .uml
* Add test case * Fix code comments
* Add test case * Fix code comments * Decouple codes of sequence diagram
* Fix comments and refactor code
* Fix comments * Refactor code to be more like python version
* Add positive test cases
* translate python code to golang * add simple test
* Parse parameters from command line
* Parse parameters from command line * Prepare struct data for sequenceDiagram
* Add format string parser func structure
* Add format string parser func structure * Finish the parser func
* Add format string parser func structure * Finish the parser func * Merge with jeco's branch
* Add test case * Add comments for variables unused
* Encode sequence diagram * Send http request to plantuml * Generate a png/svg/uml file
* Fix comments * Refactor code to be more like python version
* Add positive test cases
* Refactor code * Fix bug, should output .puml instead of .uml
* Fix comments and refactor code
* Fix test issue
* Fix test case
* Encode sequence diagram * Send http request to plantuml * Generate a png/svg/uml file
* Fix comments * Refactor code to be more like python version
* Add positive test cases
* Refactor code * Fix bug, should output .puml instead of .uml
* Fix comments and refactor code
* Fix test issue
* Fix test case
* Encode sequence diagram * Send http request to plantuml * Generate a png/svg/uml file
* Fix comments * Refactor code to be more like python version
* Add positive test cases
* Refactor code * Fix bug, should output .puml instead of .uml
* Fix comments and refactor code
* Fix test issue
* Fix test case
* Fix defects identified in unit test * Add test cases *
* Add next1-seqs command to build sd binary Please DO export SYSL_PLANTUML=http://sysl-plantuml-default-dcx-tools.apps.omni.service.test first, then run the command `make next1-seqs`
* Add negative test cases
# Conflicts: # sysl2/sysl/seqs.go # sysl2/sysl/seqs/diagutil_test.go # sysl2/sysl/seqs/utils_test.go # sysl2/sysl/seqs_test.go
* Remove unused file
* Fix the comments
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.
Fixes #
Changes proposed in this pull request: