diff --git a/CHANGELOG.md b/CHANGELOG.md --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog + +## 0.2.1 (2023-11-14) + +### Fixed + +- ✏️ : correct GitLab naming [4625ea6] + +### Miscellaneous + +- 🔀 : merge tag '0.2.0' into develop [e4fc27f] + + ## 0.2.0 (2023-11-10) diff --git a/pom.xml b/pom.xml --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ fr.univ-lille gitlab-classrooms - 0.2.0 + 0.2.1 gitlab-classrooms GitLab Classroom is a modest clone of GitHub Classroom, aimed at GitLab. diff --git a/src/main/resources/templates/assignments/accepted.html b/src/main/resources/templates/assignments/accepted.html --- a/src/main/resources/templates/assignments/accepted.html +++ b/src/main/resources/templates/assignments/accepted.html @@ -31,7 +31,7 @@ - Open Gitlab project + Open GitLab project diff --git a/src/main/resources/templates/assignments/new.html b/src/main/resources/templates/assignments/new.html --- a/src/main/resources/templates/assignments/new.html +++ b/src/main/resources/templates/assignments/new.html @@ -26,7 +26,7 @@ -

Classroom will create a Gitlab Group with the name of this assignment in .

+

Classroom will create a GitLab Group with the name of this assignment in .

@@ -67,7 +67,7 @@
- +
-

This repository will be forked in the Classroom Gitlab Group the student accepts this assignment.

+

This repository will be forked in the GitLab Group when the student accepts this assignment.

If no repository is selected, Classroom will create an empty repository when the student accepts this assignment.

diff --git a/src/main/resources/templates/classrooms/list.html b/src/main/resources/templates/classrooms/list.html --- a/src/main/resources/templates/classrooms/list.html +++ b/src/main/resources/templates/classrooms/list.html @@ -39,7 +39,7 @@ - Open in Gitlab + Open in GitLab diff --git a/src/main/resources/templates/classrooms/new.html b/src/main/resources/templates/classrooms/new.html --- a/src/main/resources/templates/classrooms/new.html +++ b/src/main/resources/templates/classrooms/new.html @@ -21,20 +21,20 @@
-

The Classroom name will be used as a Gitlab Group name.

+

The Classroom name will be used as a GitLab Group name.

- +
- - +
-

A new Gitlab Group with the Classroom name will be created in the selected Gitlab Group.

-

If no Gitlab Group is selected, the Classroom will be created at the root of Gitlab.

+

A new GitLab Group with the Classroom name will be created in the selected GitLab Group.

+

If no GitLab Group is selected, the Classroom will be created at the root of GitLab.

diff --git a/src/main/resources/templates/classrooms/student.html b/src/main/resources/templates/classrooms/student.html --- a/src/main/resources/templates/classrooms/student.html +++ b/src/main/resources/templates/classrooms/student.html @@ -86,7 +86,7 @@ - Open in Gitlab + Open in GitLab diff --git a/src/main/resources/templates/classrooms/view.html b/src/main/resources/templates/classrooms/view.html --- a/src/main/resources/templates/classrooms/view.html +++ b/src/main/resources/templates/classrooms/view.html @@ -44,7 +44,7 @@ target="_blank" class="inline-flex items-center rounded-md bg-white px-3 py-2 text-sm font-semibold text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 hover:bg-gray-50"> external link icon gitlab icon - Open in Gitlab + Open in GitLab diff --git a/src/main/resources/templates/dashboard/student-dashboard.html b/src/main/resources/templates/dashboard/student-dashboard.html --- a/src/main/resources/templates/dashboard/student-dashboard.html +++ b/src/main/resources/templates/dashboard/student-dashboard.html @@ -74,7 +74,7 @@ - Open in Gitlab + Open in GitLab diff --git a/src/main/resources/templates/exercise/all-submissions.html b/src/main/resources/templates/exercise/all-submissions.html --- a/src/main/resources/templates/exercise/all-submissions.html +++ b/src/main/resources/templates/exercise/all-submissions.html @@ -83,7 +83,7 @@ - Open in Gitlab + Open in GitLab diff --git a/src/main/resources/templates/layout-without-menu.html b/src/main/resources/templates/layout-without-menu.html --- a/src/main/resources/templates/layout-without-menu.html +++ b/src/main/resources/templates/layout-without-menu.html @@ -10,7 +10,7 @@ - Gitlab Classroom + GitLab Classroom diff --git a/src/main/resources/templates/layout.html b/src/main/resources/templates/layout.html --- a/src/main/resources/templates/layout.html +++ b/src/main/resources/templates/layout.html @@ -10,7 +10,7 @@ - Gitlab Classroom + GitLab Classroom diff --git a/src/main/resources/templates/login.html b/src/main/resources/templates/login.html --- a/src/main/resources/templates/login.html +++ b/src/main/resources/templates/login.html @@ -5,7 +5,7 @@ - Gitlab Classroom - Login + GitLab Classroom - Login