Skip to content

Commit

Permalink
Soft deprecate CodeCommit
Browse files Browse the repository at this point in the history
  • Loading branch information
iann0036 committed Sep 6, 2024
1 parent d509eea commit 6eef01b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
</span>
<ul>
<!--<li><a href="#section-developertools-codestar"><span class="lbl">CodeStar</span></a></li>-->
<li><a href="#section-developertools-codecommit"><span class="lbl">CodeCommit</span></a></li>
<!--<li><a href="#section-developertools-codecommit"><span class="lbl">CodeCommit</span></a></li>-->
<li><a href="#section-developertools-codeartifact"><span class="lbl">CodeArtifact</span></a></li>
<li><a href="#section-developertools-codebuild"><span class="lbl">CodeBuild</span></a></li>
<li><a href="#section-developertools-codedeploy"><span class="lbl">CodeDeploy</span></a></li>
Expand Down Expand Up @@ -785,7 +785,7 @@ <h3 id="header-title"></h3>
<td>&nbsp;</td>
<td style="padding-left: 12px;">
<!--<a href="#section-developertools-codestar" style="font-weight: 600;">CodeStar</a><br />-->
<a href="#section-developertools-codecommit" style="font-weight: 600;">CodeCommit</a><br />
<!--<a href="#section-developertools-codecommit" style="font-weight: 600;">CodeCommit</a><br />-->
<a href="#section-developertools-codeartifact" style="font-weight: 600;">CodeArtifact</a><br />
<a href="#section-developertools-codebuild" style="font-weight: 600;">CodeBuild</a><br />
<a href="#section-developertools-codedeploy" style="font-weight: 600;">CodeDeploy</a><br />
Expand Down
2 changes: 2 additions & 0 deletions js/services/codecommit.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ async function updateDatatableDeveloperToolsCodeCommit() {
blockUI('#section-developertools-codecommit-repositories-datatable');
blockUI('#section-developertools-codecommit-notificationrules-datatable');

/*
await sdkcall("CodeCommit", "listRepositories", {
// no params
}, true).then(async (data) => {
Expand Down Expand Up @@ -143,6 +144,7 @@ async function updateDatatableDeveloperToolsCodeCommit() {
});
}));
}).catch(() => { });
*/

unblockUI('#section-developertools-codecommit-repositories-datatable');
unblockUI('#section-developertools-codecommit-notificationrules-datatable');
Expand Down

0 comments on commit 6eef01b

Please sign in to comment.