Ashish Jain
501e62894b
Added gitGraph jest test cases
2022-03-17 19:07:57 +01:00
Ashish Jain
c1dead1187
Added branch, merge and checkout error handling scenarios
2022-03-17 19:06:31 +01:00
Ashish Jain
01970d2bbd
fix broken rendering for math error
2022-03-17 19:05:19 +01:00
Ashish Jain
243f2b28cd
fix for gitGraph (:) and spaces (new line) issue
2022-03-17 19:04:37 +01:00
Knut Sveidqvist
0a8a0790cf
Renedring fix in an edge case
2022-03-17 17:35:45 +01:00
Ashish Jain
7bd9286a9b
fix checkout if branch already exist
2022-03-10 20:08:26 +01:00
Knut Sveidqvist
781b239d0d
Lint fixes
2022-03-10 19:58:56 +01:00
Knut Sveidqvist
2b3f99d0e9
Draft handling of occupied lanes
2022-03-10 19:54:19 +01:00
Knut Sveidqvist
4ff3b23da5
feat: adding highlight and reverse commit types and some pathfinding
2022-03-10 19:34:49 +01:00
Ashish Jain
9ddf138683
fix check if branch already exist
2022-03-10 18:34:50 +01:00
Knut Sveidqvist
8cb548d30d
Merge branch '1252_gitgraph_reinvented' of github.com:mermaid-js/mermaid into 1252_gitgraph_reinvented
2022-03-03 19:58:47 +01:00
Knut Sveidqvist
b1fab6ffcd
Theming changes for base theme
2022-03-03 19:58:43 +01:00
Ashish Jain
5a8c372666
update gitgraph jison
2022-03-03 19:58:28 +01:00
Ashish Jain
56a1c27907
added merge commit type
2022-03-03 19:10:34 +01:00
Knut Sveidqvist
7e041dd921
Arrows colored by branch and skip of arrow heads
2022-03-03 18:56:27 +01:00
Knut Sveidqvist
1f175d2d84
Merge branch '1252_gitgraph_reinvented' of github.com:mermaid-js/mermaid into 1252_gitgraph_reinvented
2022-03-03 17:30:00 +01:00
Knut Sveidqvist
b110567517
Bends of the lines when branching
2022-03-03 17:29:14 +01:00
Ashish Jain
bc9ff496f2
Clean up gitg=Graph JISON
2022-02-24 19:55:16 +01:00
Ashish Jain
933efd0dda
replace mock data with real
2022-02-24 18:40:22 +01:00
Knut Sveidqvist
4753ae8ac0
feature: adding arrows to the git graph
2022-02-24 18:08:09 +01:00
Knut Sveidqvist
cc826289c6
Rendering commits and commit labels
2022-02-17 20:14:05 +01:00
Ashish Jain
7098bf9185
fix: update mockDB
2022-02-17 19:41:54 +01:00
Ashish Jain
bb2dd2f5f3
getting there
2022-02-10 20:32:21 +01:00
Ashish Jain
3f6296b619
#1713 , #1719 , # 1720
2020-10-22 21:40:08 +02:00
Knut Sveidqvist
f67a374444
Printing barnches and labels
2020-10-22 21:26:59 +02:00
Knut Sveidqvist
8435e3c856
Linting tmp fix
2020-10-22 19:54:13 +02:00
Knut Sveidqvist
6eaea38df7
Adding styling
2020-10-22 19:51:31 +02:00
Knut Sveidqvist
6df9bf36e5
Work in progress
2020-10-15 17:49:39 +02:00
Knut Sveidqvist
8d076efd71
#1542 Styling for all diagram types
2020-07-17 15:57:02 +02:00
Knut Sveidqvist
594ae20a6e
#1547 Remove usage of crypto libraries
2020-07-16 10:48:37 +02:00
Knut Sveidqvist
2bdc229a9a
Merge pull request #1496 from polarsquad/fix-git-commit-id
...
Make gitGraph commit IDs out of hexadecimal chars
2020-07-12 11:22:19 +02:00
Miika Kankare
955ccfae88
Make gitGraph commit IDs out of hexadecimal chars
2020-06-24 09:28:58 +03:00
zwPapEr
c00b204259
gitGraph: 🔨 dot and minus should be valid branch name
2020-06-20 11:58:38 +08:00
Knut Sveidqvist
6d076284e8
#1408 Removing crypto-random-string and he
2020-05-13 19:14:18 +02:00
Knut Sveidqvist
1fc6603f41
Merge branch 'develop' into feature/remove-lodash
2020-05-13 17:34:26 +02:00
Adrian Hall
053a86c0d4
Do explicit imports for d3 instead of wildcards
2020-05-11 07:10:04 +01:00
hikerpig
28ea68fe7f
Replace lodash with specific implementations, #1389
2020-05-07 21:35:34 +08:00
GDFaber
94ace2348f
Revert "Multiline comments"
2020-02-29 21:32:20 +01:00
Erik Ellingsen
e62027b73c
Multiline comments
2020-02-27 00:02:25 +01:00
Matthew Schott
ec742d3180
fix git graph not clearing
2019-12-20 14:48:36 -05:00
Knut Sveidqvist
047ce2949a
#989 Added font styling classes to diagrams lacking then
2019-10-13 19:16:35 +02:00
Brian Mearns
9ca077b3dc
Add some test coverage for getBranchesAsObjArray
2019-10-01 22:29:07 -04:00
Brian Mearns
351dd3728e
#848 - Add Unit Test
2019-10-01 22:03:43 -04:00
Brian Mearns
054901cb79
Fixes #848 - Use more secure PRNG
...
Math.random() is not cryptogaphically secure, but the crypto-random-string
package provides what is needed with a cryptographically secure pseudo-random
number generator.
2019-10-01 21:29:42 -04:00
knsv
a2e3f3d900
#931 Reformatting code for gitGraph
2019-09-12 12:56:54 -07:00
Alexander Sage
cfea52f570
chore: integrate jison into webpack build
2019-08-03 15:05:43 -07:00
Knut Sveidqvist
4bb0da0ce6
Merge of pull request #741
2019-06-29 10:41:44 +02:00
Adam Wulf
24600355c8
Merge remote-tracking branch 'origin/master' into flow/trapezoid
2019-06-25 22:36:13 -05:00
Fabio Spampinato
ed3d15501a
Aligned “lodash” version with other dependencies, so that it gets deduplicated
2019-06-04 03:52:01 +02:00
Fabio Spampinato
fef85cf259
Importing only specific modules from "lodash"
2019-06-04 03:32:56 +02:00