Commit 477f0e6
File tree
- deployment/config
- rag-pipeline
- docs/architecture
- java-ecosystem
- libs
- analysis-engine/src/main/java
- org/rostilos/codecrow/analysisengine
- aiclient
- dto/request
- ai
- processor
- processor/analysis
- service
- job
- rag
- vcs
- util
- core/src/main
- java
- org/rostilos/codecrow/core
- dto
- analysis/issue
- gitlab
- project
- model
- ai
- branch
- codeanalysis
- job
- project
- config
- vcs
- config
- gitlab
- persistence/repository
- branch
- project
- service
- util
- resources/db/migration
- 1.0.0
- old
- rag-engine/src/main/java/org/rostilos/codecrow/ragengine/service
- vcs-client/src/main/java
- org/rostilos/codecrow/vcsclient
- bitbucket/cloud
- actions
- github
- actions
- gitlab
- actions
- dto/response
- model
- utils
- mcp-servers
- platform-mcp/src/main/java/org/rostilos/codecrow/platformmcp/service
- vcs-mcp
- src/main
- java
- org/rostilos/codecrow/mcp
- bitbucket
- cloud
- model
- pullrequest/diff
- filter
- generic
- github
- gitlab
- util
- resources
- services
- pipeline-agent/src/main/java/org/rostilos/codecrow/pipelineagent
- bitbucket
- dto/request/ai
- service
- controller
- helpers
- dto/webhook
- github/service
- processor
- command
- service
- bitbucket
- github
- gitlab
- webhookhandler
- bitbucket
- github
- gitlab
- web-server/src/main/java/org/rostilos/codecrow/webserver
- ai
- controller
- dto/request
- service
- analysis
- controller
- dto
- request
- response
- service
- analytics
- controller
- service
- auth
- controller
- dto
- request
- response
- service
- controller/analysis
- dto
- permission
- request
- analysis/issue
- project
- exception
- generic
- controller
- dto/message
- integration
- controller
- dto
- request
- response
- service
- internal/controller
- job/controller
- project
- controller
- dto
- request
- response
- service
- service
- user
- controller
- dto
- request
- response
- service
- vcs
- controller
- cloud
- github
- gitlab
- dto
- request
- cloud
- github
- gitlab
- response
- service
- utils
- workspace
- controller
- dto/request
- service
- python-ecosystem
- mcp-client
- __pycache__
- llm
- model
- __pycache__
- server/__pycache__
- service
- __pycache__
- utils
- __pycache__
- rag-pipeline
- docs
- src/rag_pipeline
- api
- core
- services
- utils
- tools
- mcp-testing
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
158 | 161 | | |
159 | 162 | | |
160 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
161 | 200 | | |
162 | 201 | | |
163 | 202 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
Whitespace-only changes.
- docs/01-overview.md-133
- docs/08-comment-commands.md+81-18
- docs/README.md+22-24
- src/App.tsx+4
- src/api_service/ai/aiConnectionService.ts+5-3
- src/api_service/analysis/analysisService.ts+34-1
- src/api_service/codeHosting/gitlab/gitlabService.interface.ts+41
- src/api_service/codeHosting/gitlab/gitlabService.ts+100
- src/api_service/integration/integration.interface.ts+1-1
- src/api_service/integration/integrationService.ts+40-5
- src/api_service/job/jobApi.ts+8-2
- src/api_service/project/projectService.ts+222-2
- src/components/BranchPRHierarchy.tsx+15-1
- src/components/BranchPatternConfig.tsx+146-144
- src/components/CommentCommandsConfig.tsx+287-26
- src/components/DetailedProjectStats.tsx+27-3
- src/components/IssueListWithFilters.tsx+427
- src/components/IssuesByFileDisplay.tsx+3-3
- src/components/JobsList.tsx+65-32
- src/components/WelcomePage.tsx+121-6
- src/components/common/RepositoryTokenForm.tsx+267
- src/components/gitlab/GitLabRepositoryTokenForm.tsx+193
- src/components/ui/calendar.tsx+4-4
- src/components/ui/scroll-area.tsx+1-1
- src/lib/routes.ts+7-1
- src/pages/Account/AI/AIConnections.tsx-218
- src/pages/Account/AI/AISettings.tsx+55-10
- src/pages/Account/CodeHosting/bitbucket/HostingSettings.tsx+6-25
- src/pages/Account/CodeHosting/github/GitHubHostingSettings.tsx+85-38
- src/pages/Account/CodeHosting/gitlab/AddConnection.tsx+201
- src/pages/Account/CodeHosting/gitlab/GitLabHostingSettings.tsx+581
- src/pages/Account/Project/BranchIssues.tsx+85-53
- src/pages/Account/Project/ImportProject.tsx+495-49
- src/pages/Account/Project/IssueDetails.tsx+127-80
- src/pages/Account/Project/ProjectConfiguration.tsx+497-298
- src/pages/Account/Project/ProjectManagement.tsx+121-187
- src/pages/Docs/CreateAIConnection.tsx+83-16
- src/pages/Docs/CreateVCSConnection.tsx+82-11
- src/pages/Docs/Developer/Architecture.tsx+268-95
- src/pages/Docs/Developer/Configuration.tsx+273-77
- src/pages/Docs/Developer/Modules.tsx+2-2
- src/pages/Docs/Developer/Troubleshooting.tsx+1-1
- src/pages/Docs/DocsSidebar.tsx+10
- src/pages/Docs/Documentation.tsx+5-5
- src/pages/Docs/GettingStarted.tsx+86-7
- src/pages/Docs/InteractiveCommands/Overview.tsx+21-2
- src/pages/Docs/ProjectAdmin/AnalysisScope.tsx+9-9
- src/pages/Docs/VCS/GitLab.tsx+313
- src/pages/Jobs/JobsPage.tsx+11-1
- src/pages/ProjectDashboard.tsx+282-93
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
27 | 33 | | |
Lines changed: 53 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
40 | 47 | | |
41 | 48 | | |
42 | 49 | | |
| |||
62 | 69 | | |
63 | 70 | | |
64 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
65 | 77 | | |
66 | 78 | | |
67 | 79 | | |
| |||
153 | 165 | | |
154 | 166 | | |
155 | 167 | | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
156 | 184 | | |
157 | 185 | | |
158 | 186 | | |
| |||
183 | 211 | | |
184 | 212 | | |
185 | 213 | | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
186 | 219 | | |
187 | 220 | | |
188 | 221 | | |
| |||
301 | 334 | | |
302 | 335 | | |
303 | 336 | | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
304 | 357 | | |
305 | 358 | | |
306 | 359 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
20 | 27 | | |
21 | 28 | | |
22 | 29 | | |
| |||
38 | 45 | | |
39 | 46 | | |
40 | 47 | | |
| 48 | + | |
| 49 | + | |
41 | 50 | | |
42 | 51 | | |
43 | 52 | | |
| |||
0 commit comments