Commit cbb7306
Caching moved to CDN (#76)
* Add GCS proxy endpoint for serving report files and MIME type mapping
* Add IAM member for service account storage object viewer in Google Cloud Storage
* chore: update @google-cloud/functions-framework dependency to allow minor version upgrades
* format Terraform
* feat: add CDN controller and update API paths for versions and reports
* Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
* feat: update GCS proxy endpoint to serve static files instead of reports
* feat: remove unused IAM member for storage object viewer
* feat: add tests for static file retrieval and error handling in API routes
* feat: update API routes to serve static files instead of reports
* feat: update API routes and MIME type handling for static files
* feat: remove cache management endpoints and related tests from API
* feat: update Node.js version requirement in README
* Update src/__tests__/routes.test.js
Co-authored-by: Copilot <[email protected]>
* Update src/__tests__/routes.test.js
Co-authored-by: Copilot <[email protected]>
* fix
---------
Co-authored-by: Copilot <[email protected]>1 parent 686e4e9 commit cbb7306
File tree
9 files changed
+288
-369
lines changed- src
- __tests__
- controllers
- utils
9 files changed
+288
-369
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
501 | 500 | | |
502 | 501 | | |
503 | 502 | | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | | - | |
525 | | - | |
526 | | - | |
527 | | - | |
528 | | - | |
529 | | - | |
530 | | - | |
531 | | - | |
532 | | - | |
533 | | - | |
534 | | - | |
535 | | - | |
536 | | - | |
537 | | - | |
538 | | - | |
539 | | - | |
540 | | - | |
541 | | - | |
542 | | - | |
543 | | - | |
544 | | - | |
545 | | - | |
546 | | - | |
547 | | - | |
548 | | - | |
549 | 503 | | |
550 | 504 | | |
551 | 505 | | |
| |||
667 | 621 | | |
668 | 622 | | |
669 | 623 | | |
670 | | - | |
671 | | - | |
672 | | - | |
673 | | - | |
674 | | - | |
675 | | - | |
676 | | - | |
677 | | - | |
678 | | - | |
679 | | - | |
680 | 624 | | |
681 | | - | |
682 | | - | |
683 | | - | |
684 | | - | |
685 | | - | |
686 | | - | |
687 | | - | |
688 | | - | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | | - | |
695 | | - | |
696 | | - | |
697 | | - | |
698 | | - | |
699 | | - | |
700 | | - | |
0 commit comments