Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • W Wiki Home
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Create a new issue
  • Jobs
  • Issue Boards
Collapse sidebar
  • SDK4ED WikiSDK4ED Wiki
  • Wiki Home
  • Wiki
  • technical debt toolbox usage

technical debt toolbox usage · Changes

Page history
Update technical debt toolbox usage authored Dec 18, 2020 by George Digkas's avatar George Digkas
Hide whitespace changes
Inline Side-by-side
technical-debt-toolbox-usage.md
View page @ fd430ded
......@@ -504,8 +504,6 @@ The response includes the cumulative interest of the project for each version. F
{GET} [`<PROTOCOL>://<IP>:<PORT>/api/sdk4ed/nc/projects`](http://195.251.210.147:8989/api/sdk4ed/nc/projects)
[dsadasd](url)
```
[
{
......@@ -521,6 +519,53 @@ The response includes the cumulative interest of the project for each version. F
]
```
{GET} [`<PROTOCOL>://<IP>:<PORT>/api/sdk4ed/nc/branchCommits/{apache:commons-io}`](http://195.251.210.147:8989/api/sdk4ed/nc/branchCommits/apache:commons-io)
```
[
{
"branch": "release",
"commits": [
"bc47652650729d51f9f5d261270d714f6396df16",
...,
"9423d7dc927d7d44980b08b59b2a127f8f26ae99"
]
},
{
"branch": "IO_1_4_BRANCH",
"commits": [
"9c4927457152a1be310e4fab1e68bc117a792fa1",
...,
"9423d7dc927d7d44980b08b59b2a127f8f26ae99"
]
},
{
"branch": "gh-actions",
"commits": [
"b97da0a93904b11cd7ca7d50e6ca09d6a0546566",
...,
"9423d7dc927d7d44980b08b59b2a127f8f26ae99"
]
},
{
"branch": "b1_3",
"commits": [
"4b2dbc0f3f6114e544b01c26ebcc0a32064452c2",
...,
"9423d7dc927d7d44980b08b59b2a127f8f26ae99"
]
},
{
"branch": "master",
"commits": [
"5dd0f87c8e37c7838ef336e20307caf24b61c329",
...
"9423d7dc927d7d44980b08b59b2a127f8f26ae99"
]
}
]
```
## Design-Level Refactorings Service
**End Points - URLS**
......
Clone repository
  • Advanced
  • Architectural Toolbox Description
  • Architectural Toolbox Front End
  • Architectural Toolbox Home
  • Architectural Toolbox Installation
  • Architectural Toolbox Usage
  • Decision Support Toolbox Description
  • Decision Support Toolbox Front end
  • Decision Support Toolbox Installation
  • Decision Support Toolbox Usage
  • Decision Support Toolbox
  • Energy Toolbox Description
  • Energy Toolbox Front end
  • Energy Toolbox Installation
  • Energy Toolbox Usage
View All Pages