Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
9b5aa94
#462 Pipeline/Workflow status for GitLab/GitHub
keydepth Mar 6, 2021
008c80d
#462 Removed CustomPipeline.
keydepth Mar 7, 2021
c97c255
#462 Renamed "Pipeline Status" to "CI/CD Status"
keydepth Mar 7, 2021
b373368
#462 Updated frontend behavior of "CI/CD Status"
keydepth Mar 7, 2021
ce8d43c
#462 Updated test code for CI/DI Status.
keydepth Mar 7, 2021
687c8e8
#462 Updated library in package.json
keydepth Mar 7, 2021
9c78b77
#462 Updated GitLab Authorization of CI/DI Status
keydepth Mar 7, 2021
64ec2cd
#462 Fiexd typo CI/DI to CI/CD
keydepth Mar 8, 2021
92ca26c
Merge branch 'develop' into develop
keydepth Mar 10, 2021
d2004ab
#462 Fiexd typo LF to CRLF
keydepth Mar 10, 2021
25cc688
#462 Fiexd typo LF to CRLF
keydepth Mar 10, 2021
7a39b30
#462 Added cicdManager and changed relation files
keydepth Mar 11, 2021
ca4153e
#462 Updated cicdManager and reset DataSource.
keydepth Mar 14, 2021
5b8441a
Merge commit '245863645af' into develop
keydepth Mar 14, 2021
5c5aa0c
#462 Updated CI/CD style
keydepth Mar 14, 2021
fc963ed
#462 Updated caching timeing of CI/CD
keydepth Mar 14, 2021
85e3582
#462 Updated caching timeing of CI/CD
keydepth Mar 14, 2021
1175837
#462 Updated GitHub status of CI/CD
keydepth Mar 14, 2021
d143552
#462 Updated method of refresh CI/CD status
keydepth Mar 15, 2021
87625a4
#462 Fiexd package.json typo CRLF to LF
keydepth Mar 15, 2021
ca26955
#462 Fiexd package.json typo CRLF to LF
keydepth Mar 15, 2021
f233c83
#462 Fixed method of table data in CI/CD status
keydepth Mar 15, 2021
91abb1e
#462 Updated CI/CD status
keydepth Mar 20, 2021
c881f4b
Added Jenkins, multiple job, tooltip for CI/CD
keydepth Mar 27, 2021
9aaef6c
Merge commit '31806caa' into develop
keydepth Mar 27, 2021
b3bdba9
#462 Fixed Lint check
keydepth Mar 27, 2021
6520d49
#462 Updated help message
keydepth Mar 27, 2021
149ecc5
#462 Bug fixed opacity of CI/CD column
keydepth Mar 28, 2021
4af7f2f
#462 Restored position of commit author avatars
keydepth Apr 9, 2021
baea482
#462 Changed API message
keydepth Apr 9, 2021
e772fbf
#462 Removed rejection handling code of emitCICD
keydepth Apr 9, 2021
c98dfe9
#462 Removed git-graph.fetchCICDs and Page
keydepth Apr 9, 2021
311cc79
#462 Removed commits.fetchCICDs
keydepth Apr 9, 2021
3c1342f
#462 Changed fetchCICDsPage to MaximumStatuses
keydepth Apr 9, 2021
73451dd
#462 Updated evaluates of requestCICDs
keydepth Apr 9, 2021
c7c1d5f
#462 Fixed compare of object
keydepth Apr 9, 2021
7378bfe
#462 Updated evaluates of requestCICDs
keydepth Apr 9, 2021
fe50010
#462 Changed data of CicdManager per repository
keydepth Apr 9, 2021
9bdaa91
#462 Updated CI/CD column visibility
keydepth Apr 10, 2021
08874f0
#462 Changed data of CicdManager per repository
keydepth Apr 10, 2021
c0b3cdf
#462 Reduced cicdConfigs from RequestFetchCICD
keydepth Apr 10, 2021
7b7051d
#462 Updated CI/CD column visibility
keydepth Apr 12, 2021
d0ec92a
#462 Reduced cicdConfigs from RequestFetchCICD
keydepth Apr 12, 2021
571d948
#462 Token encryption / decryption
keydepth Apr 12, 2021
8404bb0
#462 Updated CI/CD column visibility
keydepth Apr 12, 2021
65a8605
Merge commit 'b9112e60f5fb3d' into develop
keydepth Apr 12, 2021
b723d8b
#462 Updated CI/CD timeout
keydepth Apr 29, 2021
60c9477
Merge commit '5681ac724bea4a' into develop
keydepth Apr 30, 2021
8657451
#462 Removed CI/CD column
keydepth Apr 30, 2021
2dc18ad
#462 Updated GitLab detail url
keydepth Apr 30, 2021
beec767
#462 Removed CI/CD column
keydepth May 2, 2021
6f87363
#462 Added allow_failure style for GitLab
keydepth May 2, 2021
cb58c4e
#462 Added allow_failure tooltips for GitLab
keydepth May 2, 2021
9871083
#462 Added comment of Encrypt/Decrypt
keydepth May 2, 2021
411f80b
#462 Updated error check for CICD
keydepth May 22, 2021
378ab9f
#462 Added test case for CICD
keydepth May 22, 2021
614b6c9
#462 Removed rejejct for emitCICD
keydepth May 22, 2021
22a86df
#462 Updated test case of CI/CD date
keydepth May 23, 2021
77588d3
#462 Updated test case of CI/CD date for LINT
keydepth May 23, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@
"command": "git-graph.clearAvatarCache",
"title": "Clear Avatar Cache"
},
{
"category": "Git Graph",
"command": "git-graph.clearCICDCache",
"title": "Clear CI/CD Status Cache"
},
{
"category": "Git Graph",
"command": "git-graph.endAllWorkspaceCodeReviews",
Expand Down Expand Up @@ -942,6 +947,11 @@
"default": false,
"description": "Fetch avatars of commit authors and committers. By enabling this setting, you consent to commit author and committer email addresses being sent GitHub, GitLab or Gravatar, depending on the repositories remote origin."
},
"git-graph.repository.commits.fetchCICDsMaximumStatuses": {
"type": "number",
"default": 1000,
"description": "Specifies the number of CI/CD fetch maximum statuses."
},
"git-graph.repository.commits.initialLoad": {
"type": "number",
"default": 300,
Expand Down
Loading