summaryrefslogtreecommitdiffstats
path: root/templates/admin/monitor.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Graceful: Cancel Process on monitor pages & HammerTime (#9213)zeripath2019-11-301-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Graceful: Create callbacks to with contexts * Graceful: Say when Gitea is completely finished * Graceful: Git and Process within HammerTime Force all git commands to terminate at HammerTime Force all process commands to terminate at HammerTime Move almost all git processes to run as git Commands * Graceful: Always Hammer after Shutdown * ProcessManager: Add cancel functionality * Fix tests * Make sure that process.Manager.Kill() cancels * Make threadsafe access to Processes and remove own unused Kill * Remove cmd from the process manager as it is no longer used * the default context is the correct context * get rid of double till
* undo #3142 because processes don't use the util.Timestamp (#4203)David Schneiderbauer2018-06-101-2/+2
|
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-2/+2
| | | | | | | | | | | | | | * refactor struct's time to remove unnecessary memory usage * use AsTimePtr simple code * fix tests * fix time compare * fix template on gpg * use AddDuration instead of Add
* Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270)Patrick G2017-03-151-57/+53
|
* Fix for #1037: Corrected process ID placeholder to PID from Pid (#1048)Jonas2017-02-251-1/+1
| | | Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>
* Indent all templates with tabsAdam Strzelecki2015-12-081-61/+61
| | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file
* new UI on admin/monitorUnknwon2015-08-191-71/+62
|
* Add raw, history file button, and other mirror fixesUnknwon2014-10-111-1/+1
|
* add omitted langVyacheslav Bakhmutov2014-10-111-1/+1
|
* Finish all new admin pages.Unknwon2014-08-301-0/+74