Commit 7bc2413
refactor(api): restructure tags system with dedicated collection
- Remove device and public key tag operations from individual services
- Create centralized tag management with dedicated tags collection
- Replace inline tag arrays with reference-based tagging system
- Add new tag endpoints for CRUD operations and target association
- Update device and public key models to use Taggable embedding
- Migrate existing tags to new collection structure
- Remove deprecated tag-related routes and handlers
- Update fixtures and tests for new tag architecture1 parent 10a539f commit 7bc2413
File tree
56 files changed
+3737
-4337
lines changed- api
- routes
- services
- mocks
- store
- mocks
- mongo
- fixtures
- migrations
- pkg
- api
- authorizer
- requests
- models
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
56 files changed
+3737
-4337
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
30 | 27 | | |
31 | | - | |
32 | 28 | | |
33 | 29 | | |
34 | 30 | | |
| |||
244 | 240 | | |
245 | 241 | | |
246 | 242 | | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | 243 | | |
299 | 244 | | |
300 | 245 | | |
| |||
0 commit comments