master #387

Merged
mpeltriaux merged 2 commits from master into Docker 8 months ago
Owner

Updates Docker (#382)

Updates Docker (#382)
mpeltriaux added 2 commits 8 months ago
ba83993abf # 382 - Redirect as 404
* extends 404 template (user should check the URL)
* introduces new decorator "uuid_required" which performs a check on a given 'uuid' or 'id' parameter
    * throws a Http404 exception --> redirect to 404 template instead of 500 error template
mpeltriaux merged commit 9237bdf0f7 into Docker 8 months ago
The pull request has been merged as 9237bdf0f7.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b master Docker
git pull origin master

Step 2:

Merge the changes and update on Gitea.
git checkout Docker
git merge --no-ff master
git push origin Docker
Sign in to join this conversation.
Loading…
There is no content yet.