Commit cc75051
Update repository URLs to new locations (#53)
* Update Crucible repository URLs to canonical names
Updates repository URLs in scripts/repos.json to use the canonical GitHub repository names with proper casing. This eliminates redirect warnings during git operations and ensures consistency with actual repository names on GitHub.
Updated repositories (19 total):
- Alloy: alloy.api → Alloy.Api, alloy.ui → Alloy.Ui
- Caster: caster.api → Caster.Api, caster.ui → Caster.Ui
- Player group: console.ui → Console.Ui, player.api → Player.Api, player.ui → Player.Ui, vm.api → Vm.Api, vm.ui → Vm.Ui
- Steamfitter: steamfitter.api → Steamfitter.Api, steamfitter.ui → Steamfitter.Ui
- CITE: cite.api → CITE.Api, cite.ui → CITE.Ui
- Gallery: gallery.api → Gallery.Api, gallery.ui → Gallery.Ui
- Blueprint: blueprint.api → Blueprint.Api, blueprint.ui → Blueprint.Ui
- Gameboard: gameboard → Gameboard
- TopoMojo: TopoMojo-ui → topomojo-ui (corrected to actual lowercase repo name)
* updates sync scritp with same login as clone script regarding repo locations
* removes xdebug_filter.php since it is generated by generate-xdebug-filter.sh
* Updates AppHost to run npm install for prod mode apps, updates CITE UI path to dist/browser
* Make AWS credentials optional for Moodle and fix Steamfitter UI path
- Update ReadAwsCredentials() to return null when credentials file doesn't exist
- Conditionally set AWS Bedrock environment variables on Moodle container
- Add console logging for AWS credential status (found/not found/error)
- Fix Steamfitter UI production mode build path (dist/browser)
* Skip AWS Bedrock configuration in Moodle when credentials are missing
- post_configure.sh: Check for AWS credentials before calling configure_ai_bedrock
- setup_environment.php: Fix syntax error (missing closing parenthesis on line 53)
This prevents the error:
"Failed to configure AWS Bedrock AI provider: Missing required parameters"
when AWS credentials are not available.
The configure_ai_bedrock section is now only executed if:
- AWS_ACCESS_KEY_ID is set
- AWS_SECRET_ACCESS_KEY is set
- AWS_REGION is set
This completes the AWS credentials optional changes started in commit 45ed60b.
* fix sync-repos exiting on any repo failure
---------
Co-authored-by: Andrew Schlackman <72105194+sei-aschlackman@users.noreply.github.com>1 parent 84932f7 commit cc75051
File tree
6 files changed
+132
-132
lines changed- Crucible.AppHost
- resources/moodle
- scripts
6 files changed
+132
-132
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
| 325 | + | |
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| |||
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
436 | | - | |
| 436 | + | |
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
| |||
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
513 | | - | |
| 513 | + | |
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
| |||
773 | 773 | | |
774 | 774 | | |
775 | 775 | | |
776 | | - | |
777 | | - | |
778 | | - | |
779 | | - | |
780 | | - | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
781 | 789 | | |
782 | 790 | | |
783 | 791 | | |
| |||
1024 | 1032 | | |
1025 | 1033 | | |
1026 | 1034 | | |
1027 | | - | |
| 1035 | + | |
1028 | 1036 | | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
| 1045 | + | |
1029 | 1046 | | |
1030 | 1047 | | |
1031 | 1048 | | |
| |||
1034 | 1051 | | |
1035 | 1052 | | |
1036 | 1053 | | |
1037 | | - | |
1038 | | - | |
1039 | | - | |
1040 | | - | |
1041 | | - | |
1042 | 1054 | | |
1043 | 1055 | | |
1044 | 1056 | | |
| |||
1056 | 1068 | | |
1057 | 1069 | | |
1058 | 1070 | | |
| 1071 | + | |
| 1072 | + | |
1059 | 1073 | | |
1060 | 1074 | | |
1061 | 1075 | | |
1062 | 1076 | | |
| 1077 | + | |
1063 | 1078 | | |
1064 | 1079 | | |
1065 | 1080 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
394 | 401 | | |
395 | 402 | | |
396 | 403 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments