Web Development
-
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…
-
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…