LTS
-
Blugold Insider Cleanup
As a product of the recent web redesigns and the consequent data recategorization and migration, many departments have expressed that much of their content on Insider contains links to outdated URLs. Learning & Technology Services utilizes a tool for fin…
-
LTS: Hiring Checklist
Login to CampS. From the CampS homepage, click UW-Eau Claire > Human Resources > Student Employment > Student Hire Eligibility. Search for the desired student. Make sure the students I-9, W-4, Direct Deposit and Background check are submitted. A link wil…
-
Microsoft Teams: Converting SFB Meetings into Teams Meetings
Below are the instructions on how to create a Team's meeting using event details from an already composed SFB meeting. Navigate to/start up Teams client. Select the Calendar icon on the left-hand side of the screen. Navigate to the appropriate date/time…
https://www.uwec.edu/kb/article/microsoft-teams-converting-sfb-meetings-into-teams-meetings/
-
Using GitLab: Getting Started
Read up on GitLab flow Familiarize yourself with UWEC flow, our flavor of GitLab flow Check out this graphic of the UWEC agile development process to see how UWEC flow fits into the bigger picture If you're new to GitLab (or git in general), download the…
https://www.uwec.edu/kb/article/using-gitlab-and-the-uwec-flow/
-
Using GitLab: Retiring Projects
Instead of archiving or deleting a GitLab project that's orphaned or no longer in production, use this process to retire the project. This will allow the project to be resurrected should things change in the future. Prepend "RETIRED -" to the Project Desc…
https://www.uwec.edu/kb/article/using-gitlab-retiring-projects/
-
Using GitLab: UWEC Flow
We follow GitLab flow pretty closely. We work in parallel feature branches locally, test using GitLab CI, and merge those feature branches back into the master branch (usually called "build"). Our staging environment is regularly updated with the master b…