Skip to content
/ General Public

Various items linked to none, or more than one, of the other Repos

Notifications You must be signed in to change notification settings

MarkE0/General

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Items not specificaly aligned to any of the other repos, or potentially linked with more than one other repo.

Other

Mermaid Graph Sample

graph LR;
  F[Feature\nRequest] --> C["Feature Commit(s)\n(feature branch)"]
  C  --> PR["Pull Request\n(to main branch)"];
  PR --> ABT[Code Analysis\nPR Build\nUnit Test]
  ABT  --> M[Merge]
  PR -- Approval --> M
  M  --> B[Build]
  B  --> P[Package]
  P  --> UAT[Deploy\nUAT]
  UAT -- Mark Tested --> P
  P  -- Tested --> Rel[Deploy\nProd]
  Rel --> Mon[Operate &\nMonitor]
  Mon --> F
Loading

Mermaid Sequence Diagram Sample

sequenceDiagram
  participant Client
  participant Server
  Client ->> Server: Client Hello
  Server ->> Client: Server response, cipher, TLS version, Public key
  Client ->> Server: Client verifies, sends key encrypted with public key
  Server --> Client: Server decrypts sent key with private key
  Server ->> Client: Both can talk using shared secret
  Client ->> Server: 
Loading

For more information see:

About

Various items linked to none, or more than one, of the other Repos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published