Skip to content

Commit

Permalink
Merge pull request #3140 from uw-it-aca/qa
Browse files Browse the repository at this point in the history
F/muwm 5352 (#3139)
  • Loading branch information
fanglinfang authored Aug 13, 2024
2 parents a72ffd1 + 4712329 commit f21b3ba
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docker/prod-values.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
autoscaling:
enabled: true
minReplicas: 3
maxReplicas: 100
maxReplicas: 120
targetAverageUtilization: 100
resources:
limits:
Expand Down
10 changes: 0 additions & 10 deletions myuw/data/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@
"on_for_pce":false,
"restrict_to_campus":null
},
{
"id":21,
"title":"Catalyst Web Tools",
"url":"https://catalyst.uw.edu/",
"on_for_employees":false,
"on_for_undergrad":true,
"on_for_gradstudent":true,
"on_for_pce":false,
"restrict_to_campus":null
},
{
"id":30,
"title":"Degree Audit Reporting System (DARS)",
Expand Down
2 changes: 0 additions & 2 deletions myuw/data/resource_link_import.csv
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Academics,Registration,all,https://www.degreereg.uw.edu/user-guide,How to Regist
Academics,Rights and Responsibilities,all,http://www.washington.edu/students/reg/ferpa.html,Family Educational Rights and Privacy Act (FERPA) – Privacy of Student Information,,,,,,,no
Academics,Rights and Responsibilities,all,,,http://www.washington.edu/cssc/student-conduct-overview/student-code-of-conduct/,Student Conduct Code,https://www.uwb.edu/student-affairs/studentconduct,Student Conduct and Responsibility,https://www.tacoma.uw.edu/student-conduct/student-code,Student Conduct Code,no
Academics,Tools and Software,all,http://canvas.uw.edu/,Canvas LMS,,,,,,,no
Academics,Tools and Software,all,https://catalyst.uw.edu/,Catalyst Web Tools,,,,,,,no
Academics,Tools and Software,all,https://notify.uw.edu/,Notify.UW,,,,,,,no
Academics,Tools and Software,all,,,https://scout.uw.edu/seattle,Scout: Discover the UW,https://scout.uw.edu/bothell,Scout: Discover the UW,https://scout.uw.edu/tacoma,Scout: Discover the UW,no
Academics,Tools and Software,all,http://grad.uw.edu/for-students-and-post-docs/mygrad-program/,MyGrad – Graduate School Portal,,,,,,,no
Expand Down Expand Up @@ -153,7 +152,6 @@ Teaching,Grading,all,https://gradepage.uw.edu,GradePage,,,,,,,no
Teaching,Grading,all,https://apps.registrar.washington.edu/grade-change/pages/change.php,Change Submitted Grades,,,,,,,no
Teaching,Grading,all,,,https://registrar.washington.edu/staffandfaculty/grading-resources/,Faculty Resource on Grading,https://www.uwb.edu/registrar/policies/grading,Grading Policies,https://www.tacoma.uw.edu/uwt/registrar/grading-policy,Grading Policy,no
Teaching,Tools,all,https://canvas.uw.edu,Canvas LMS,,,,,,,no
Teaching,Tools,all,https://catalyst.uw.edu/,Catalyst Web Tools,,,,,,,no
Teaching,Tools,all,https://uw.hosted.panopto.com,Panopto Lecture Capture,,,,,,,no
Teaching,Tools,all,https://itconnect.uw.edu/learn/tools/polleverywhere/,Poll Everywhere,,,,,,,no
Teaching,Tools,all,https://coda.uw.edu,Course Stats,,,,,,,no
Expand Down
3 changes: 0 additions & 3 deletions myuw_vue/components/_common/outage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
<li v-if="isInstructor || isStudent" class="mb-1">
<a href="https://canvas.uw.edu/">Canvas LMS</a>
</li>
<li v-if="isInstructor || isStudent" class="mb-1">
<a href="https://catalyst.uw.edu/">Catalyst Web Tools</a>
</li>
<li v-if="isStudent" class="mb-1">
<a href="https://sdb.admin.uw.edu/students/uwnetid/register.asp"
>Student Registration</a>
Expand Down
5 changes: 4 additions & 1 deletion myuw_vue/components/profile/student-profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
</template>
</ul>
</uw-card-property>
<!--
<uw-card-property v-if="showResidency" title="Residency">
{{residentDisplayString}}
<span v-if="hasPendingResidencyChange"><br>
Expand All @@ -51,8 +52,10 @@
href="https://registrar.washington.edu/students/residency/"
title="About residency statuses"
>About residency statuses</a>
</uw-card-property>
</uw-card-property>
-->
</uw-card-property-group>

<uw-card-property-group>
<uw-card-property title="Local Address">
<div v-if="localAddress">
Expand Down

0 comments on commit f21b3ba

Please sign in to comment.