-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy paththings
1 lines (1 loc) · 2.05 KB
/
things
1
Elemental diagram url: https://dreampuf.github.io/GraphvizOnline/#%20graph%20graphname%20%7B%0A%20%20%20%20%20%2F%2F%20This%20attribute%20applies%20to%20the%20graph%20itself%0A%20%20%20%20%20size%3D%22200%2C200%22%0A%20%20%20%20%20%2F%2F%20The%20label%20attribute%20can%20be%20used%20to%20change%20the%20label%20of%20a%20node%0A%20%20%20%20%20ide%20%5Blabel%3D%22IDE%22%5D%0A%20%20%20%20%20%2F%2F%20Here%2C%20the%20node%20shape%20is%20changed.%0A%20%20%20%20%20plugin%20%5Blabel%3D%22Plugin%22%2C%20shape%3Dbox%5D%0A%20%20%20%20%20%2F%2F%20These%20edges%20both%20have%20different%20line%20properties%0A%20%20%20%20%20github%20%5Blabel%3D%22Github%20API%22%2C%20shape%3Dbox%5D%0A%20%20%20%20%20travis%20%5Blabel%3D%22TravisCi%20API%22%2C%20shape%3Dbox%5D%0A%20%20%20%20%20circle%20%5Blabel%3D%22CircleCi%20API%22%2C%20shape%3Dbox%5D%0A%20%20%20%20%20builds%20%5Blabel%3D%22Build%20status%22%5D%0A%20%20%20%20%20rerun%20%5Blabel%3D%22Re-run%20build%22%5D%0A%20%20%20%20%20all%20%5Blabel%3D%22All%20repos%22%2C%20shape%3Dbox%5D%0A%20%20%20%20%20watched%20%5Blabel%3D%22Watched%20repos%22%2C%20shape%3Dbox%5D%0A%20%20%20%20%20%0A%20%20%20%20%20rc%20%5Blabel%3D%22Release%20Candidates%22%5D%0A%20%20%20%20%20versionBump%20%5Blabel%3D%22Version%20Bump%22%5D%0A%20%20%20%20%20changelog%20%5Blabel%3D%22Changelogs%22%5D%0A%20%20%20%20%20%0A%20%20%20%20%20repo%20%5Blabel%3D%22Repo%22%2C%20shape%3Dbox%5D%0A%20%20%20%20%20%0A%20%20%20%20%20ide%20--%20plugin%0A%20%20%20%20%20plugin%20--%20github%0A%20%20%20%20%20plugin%20--%20travis%0A%20%20%20%20%20plugin%20--%20circle%0A%20%20%20%20%20%0A%20%20%20%20%20%7B%20rank%3Dsame%3B%20rc%20repo%20%7D%0A%20%20%20%20%20github%20--%20repo%0A%20%20%20%20%20%0A%20%20%20%20%20rc%20--%20repo%0A%20%20%20%20%20%0A%20%20%20%20%20rc%20--%20versionBump%20--%20changelog%0A%20%20%20%20%20%0A%20%20%20%20%20repo%20--%20all%0A%20%20%20%20%20repo%20--%20watched%0A%20%20%20%20%20%0A%20%20%20%20%20travis%20--%20rerun%0A%20%20%20%20%20circle%20--%20rerun%0A%20%20%20%20%20%0A%20%20%20%20%20travis%20--%20builds%0A%20%20%20%20%20circle%20--%20builds%0A%20%20%20%20%20%0A%20%20%20%7D