Commit 0a9e241
authored
[O2B-1115] Implement runs per data pass API (#1332)
* add migration
* add references
* add model associations
* add jsonRequest method
* add abstract synchronizer
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* simplify
* cleanup
* cleanup
* add monalisa service
* docs annotation
* refactor
* change main method to return void instead of boolean
* db action
* handle field mappings
* remove abstract class
* single concrete class
* add variables
* use env vars
* linter
* refactor
* docs refactor
* typo
* refactor
* refactor
* fixes
* refactored
* not then chain
* refactor{
* types
* rename
* use seuqlize to fetch last runs
* add type, use URL class
* remove file read
* docs
* add synchronizer factory
* add docs
* cleanup
* no await
* refactor
* typdef
* refactor context
* rename
* docs
* docs
* rename
* working
* rename
* rename
* add test for getting data passes
* add test for getting data passes
* sync test
* add test for data pass sync
* amend data
* add details fetching
* add env
* fetching data passes and details
* rename
* add tests
* rename
* reduce test data size
* docs
* refactor
* typo
* typo
* docs
* rename
* docs
* cleanup
* remove dead code
* add service
* cleanup
* add filtering by periods
* add data passes seeders
* rename
* add data passes service tests
* test
* revoke unfound changes
* add controllers
* rename
* refactor
* refactor
* refactor
* no dependency
* refactor
* refactor
* refactor:
* reaname'
* rename
* cleanup
* docs
* reaname
* refactor
* add router
* restore
* amend test
* expose api
* add test
* add tests
* amend
* docs
* amend test
* amend
* add Data Passes page
* expose page
* styling
* add reset method
* rename
* use sorting
* add unit
* docs
* add filtering by data pass id
* add test
* amend test
* amend test
* use name instead of id
* amend test
* rename
* rename
* use filtering by name
* add test
* use generic model
* aboid undefined destruciton error
* use proper method
* cleanup
* linter
* make uppercase
* amend test
* use id
* use builder
* simplify
* remove unncessary stm
* use raw query
* cleanup1 parent b7dead5 commit 0a9e241
4 files changed
Lines changed: 28 additions & 25 deletions
File tree
- lib
- database/utilities
- domain/dtos/filters
- usecases/run
- test/api
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | 359 | | |
376 | 360 | | |
377 | 361 | | |
| |||
382 | 366 | | |
383 | 367 | | |
384 | 368 | | |
385 | | - | |
386 | | - | |
| 369 | + | |
387 | 370 | | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
| 371 | + | |
394 | 372 | | |
395 | | - | |
| 373 | + | |
396 | 374 | | |
397 | 375 | | |
398 | 376 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
233 | 234 | | |
234 | 235 | | |
235 | 236 | | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
236 | 251 | | |
237 | 252 | | |
238 | 253 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
222 | 231 | | |
223 | 232 | | |
224 | 233 | | |
| |||
0 commit comments