Commit 9301d31
authored
refactor!: Consolidate repositories into monorepo structure (#50)
## Description
This PR consolidates multiple sub-repositories into a unified monorepo
structure, significantly improving the development experience and
project organization. The migration preserves the original commit
history while reorganizing the codebase into a more maintainable
structure.
### Key Changes
- **Monorepo Structure**: Migrated all services, libraries, and
infrastructure components into a single repository
- **Preserved History**: Original commit history is maintained in the
archived repositories
[rag-core-library](https://github.com/stackitcloud/rag-core-library) and
[rag-infrastructure](https://github.com/stackitcloud/rag-infrastructure)
- **Improved Organization**:
- Services consolidated under `/services/` directory
- Shared libraries moved to `/libs/` directory
- Infrastructure components organized under `/infrastructure/`
- **Enhanced Tooling**: Updated build scripts, CI/CD workflows, and
development tools for monorepo compatibility
### Impact
- **Files Changed**: 607 files
- **Lines Added**: 55,900 insertions
- **Lines Removed**: 10,212 deletions
- **Repository Structure**: Complete reorganization into monorepo format
### Benefits
- Simplified dependency management across components
- Improved code sharing and reusability
- Unified development workflow
- Better CI/CD pipeline integration
- Enhanced developer experience with consolidated tooling
### Breaking Changes
1 parent 5c831ad commit 9301d31
File tree
608 files changed
+55510
-10129
lines changed- .github/workflows
- .vscode
- infrastructure
- .github
- workflows
- figures
- local-cluster-setup
- rag
- templates
- admin-backend
- backend
- extractor
- frontend
- server-setup/base-setup
- templates
- terraform
- libs
- .github
- workflows
- admin-api-lib
- src
- admin_api_lib
- api_endpoints
- apis
- chunker
- extractor_api_client
- openapi_client
- api
- models
- test
- file_services
- impl
- api_endpoints
- chunker
- file_services
- information_enhancer
- key_db
- mapper
- settings
- summarizer
- information_enhancer
- models
- prompt_templates
- rag_backend_client
- openapi_client
- api
- models
- summarizer
- utils
- tests
- extractor-api-lib
- src/extractor_api_lib
- api_endpoints
- apis
- extractors
- file_services
- impl
- api_endpoints
- extractors
- file_extractors
- file_services
- mapper
- settings
- table_converter
- types
- utils
- mapper
- models
- dataclasses
- table_converter
- tests
- test_data
- rag-core-api
- src/rag_core_api
- api_endpoints
- apis
- embeddings
- evaluator
- graph
- impl
- answer_generation_chains
- api_endpoints
- embeddings
- evaluator
- graph
- graph_state
- reranking
- retriever
- settings
- vector_databases
- mapper
- models
- prompt_templates
- reranking
- retriever
- vector_databases
- tests
- mocks
- settings
- rag-core-lib
- src/rag_core_lib
- chains
- impl
- data_types
- langfuse_manager
- llms
- settings
- tracers
- utils
- secret_provider
- tracers
- tests
- mcp-server
- services
- admin-backend
- tests
- document-extractor
- tests
- frontend
- apps
- admin-app-e2e
- src
- e2e
- support
- admin-app
- public
- assets
- src
- chat-app-e2e
- src
- e2e
- support
- chat-app
- public
- assets
- src
- libs
- admin-app
- data-access
- +state
- feature-document
- models
- ui
- chat-app
- data-access
- +state
- feature-chat
- models
- ui
- i18n
- admin
- chat
- mcp-server
- src
- rag_backend_client
- openapi_client
- api
- docs
- models
- test
- settings
- tests
- rag-backend
- tests
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
608 files changed
+55510
-10129
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
10 | 46 | | |
11 | 47 | | |
12 | 48 | | |
| |||
15 | 51 | | |
16 | 52 | | |
17 | 53 | | |
18 | | - | |
| 54 | + | |
19 | 55 | | |
20 | 56 | | |
21 | 57 | | |
22 | 58 | | |
23 | 59 | | |
24 | 60 | | |
25 | | - | |
| 61 | + | |
26 | 62 | | |
27 | | - | |
28 | | - | |
29 | 63 | | |
30 | | - | |
31 | | - | |
| 64 | + | |
| 65 | + | |
32 | 66 | | |
33 | | - | |
34 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
35 | 73 | | |
36 | | - | |
| 74 | + | |
37 | 75 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 76 | | |
43 | | - | |
44 | | - | |
| 77 | + | |
45 | 78 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
59 | 93 | | |
60 | | - | |
61 | | - | |
| 94 | + | |
| 95 | + | |
62 | 96 | | |
63 | | - | |
| 97 | + | |
| 98 | + | |
64 | 99 | | |
65 | | - | |
66 | | - | |
67 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
68 | 103 | | |
69 | 104 | | |
70 | 105 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | 106 | | |
75 | | - | |
| 107 | + | |
76 | 108 | | |
77 | | - | |
| 109 | + | |
| 110 | + | |
78 | 111 | | |
79 | 112 | | |
80 | 113 | | |
81 | 114 | | |
82 | | - | |
| 115 | + | |
83 | 116 | | |
84 | | - | |
| 117 | + | |
85 | 118 | | |
86 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
87 | 124 | | |
88 | 125 | | |
89 | 126 | | |
90 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 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 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
0 commit comments