diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index 06d1bf9076f..213d1a0489f 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -2215,7 +2215,7 @@ LEVEL = Info ;ENABLED = true ;; Run Update mirrors task when Gitea starts. ;RUN_AT_START = false -;; Notice if not success +;; Whether to emit notice on successful execution too ;NOTICE_ON_SUCCESS = false ;; Limit the number of mirrors added to the queue to this number ;; (negative values mean no limit, 0 will result in no result in no mirrors being queued effectively disabling pull mirror updating.) @@ -2236,7 +2236,7 @@ LEVEL = Info ;ENABLED = true ;; Run Repository health check task when Gitea starts. ;RUN_AT_START = false -;; Notice if not success +;; Whether to emit notice on successful execution too ;NOTICE_ON_SUCCESS = false ;TIMEOUT = 60s ;; Arguments for command 'git fsck', e.g. "--unreachable --tags" @@ -2254,7 +2254,7 @@ LEVEL = Info ;ENABLED = true ;; Run check repository statistics task when Gitea starts. ;RUN_AT_START = true -;; Notice if not success +;; Whether to emit notice on successful execution too ;NOTICE_ON_SUCCESS = false ;SCHEDULE = @midnight @@ -2267,7 +2267,7 @@ LEVEL = Info ;ENABLED = true ;; Update migrated repositories' issues and comments' posterid when starting server (default true) ;RUN_AT_START = true -;; Notice if not success +;; Whether to emit notice on successful execution too ;NOTICE_ON_SUCCESS = false ;; Interval as a duration between each synchronization. (default every 24h) ;SCHEDULE = @midnight @@ -2282,7 +2282,7 @@ LEVEL = Info ;ENABLED = true ;; Synchronize external user data when starting server (default false) ;RUN_AT_START = false -;; Notice if not success +;; Whether to emit notice on successful execution too ;NOTICE_ON_SUCCESS = false ;; Interval as a duration between each synchronization (default every 24h) ;SCHEDULE = @midnight @@ -2299,6 +2299,7 @@ LEVEL = Info ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;ENABLED = true ;RUN_AT_START = true +;NOTICE_ON_SUCCESS = false ;SCHEDULE = @midnight ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -2311,6 +2312,7 @@ LEVEL = Info ;; Deletes nothing while RUN_RETENTION_DAYS is 0 ;ENABLED = true ;RUN_AT_START = false +;NOTICE_ON_SUCCESS = false ;SCHEDULE = @midnight ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -2323,7 +2325,7 @@ LEVEL = Info ;ENABLED = true ;; Clean-up deleted branches when starting server (default true) ;RUN_AT_START = true -;; Notice if not success +;; Whether to emit notice on successful execution too ;NOTICE_ON_SUCCESS = false ;; Interval as a duration between each synchronization (default every 24h) ;SCHEDULE = @midnight @@ -2341,6 +2343,8 @@ LEVEL = Info ;ENABLED = true ;; Whether to always run at start up time (if ENABLED) ;RUN_AT_START = false +;; Whether to emit notice on successful execution too +;NOTICE_ON_SUCCESS = false ;; Time interval for job to run ;SCHEDULE = @midnight ;; OlderThan or PerWebhook. How the records are removed, either by age (i.e. how long ago hook_task record was delivered) or by the number to keep per webhook (i.e. keep most recent x deliveries per webhook). @@ -2542,7 +2546,7 @@ LEVEL = Info ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;ENABLED = true ;RUN_AT_START = false -;ENABLE_SUCCESS_NOTICE = false +;NOTICE_ON_SUCCESS = false ;SCHEDULE = @every 168h ;HTTP_ENDPOINT = https://dl.gitea.com/gitea/version.json @@ -2555,7 +2559,7 @@ LEVEL = Info ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;ENABLED = false ;RUN_AT_START = false -;NO_SUCCESS_NOTICE = false +;NOTICE_ON_SUCCESS = false ;SCHEDULE = @every 168h ;OLDER_THAN = 8760h @@ -2569,6 +2573,8 @@ LEVEL = Info ;ENABLED = false ;; Garbage collect LFS pointers in repositories (default false) ;RUN_AT_START = false +;; Whether to emit notice on successful execution too +;NOTICE_ON_SUCCESS = false ;; Interval as a duration between each gc run (default every 24h) ;SCHEDULE = @every 24h ;; Only attempt to garbage collect LFSMetaObjects older than this (default 7 days) @@ -2589,7 +2595,7 @@ LEVEL = Info ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;ENABLED = false ;RUN_AT_START = false -;NO_SUCCESS_NOTICE = false +;NOTICE_ON_SUCCESS = false ;SCHEDULE = @annually ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -2605,7 +2611,7 @@ LEVEL = Info ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;ENABLED = true ;RUN_AT_START = true -;NO_SUCCESS_NOTICE = false +;NOTICE_ON_SUCCESS = false ;SCHEDULE = @every 5m ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -2617,7 +2623,7 @@ LEVEL = Info ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;ENABLED = true ;RUN_AT_START = true -;NO_SUCCESS_NOTICE = false +;NOTICE_ON_SUCCESS = false ;SCHEDULE = @every 30m ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -2629,7 +2635,7 @@ LEVEL = Info ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;ENABLED = true ;RUN_AT_START = false -;NO_SUCCESS_NOTICE = false +;NOTICE_ON_SUCCESS = false ;SCHEDULE = @every 6h ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -2641,7 +2647,7 @@ LEVEL = Info ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;ENABLED = true ;RUN_AT_START = false -;NO_SUCCESS_NOTICE = false +;NOTICE_ON_SUCCESS = false ;SCHEDULE = @every 1m ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;