gitea/models/migrations
zeripath 704da08fdc
Better logging (#6038) (#6095)
* Panic don't fatal on create new logger

Fixes #5854

Signed-off-by: Andrew Thornton <art27@cantab.net>

* partial broken

* Update the logging infrastrcture

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Reset the skip levels for Fatal and Error

Signed-off-by: Andrew Thornton <art27@cantab.net>

* broken ncsa

* More log.Error fixes

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Remove nal

* set log-levels to lowercase

* Make console_test test all levels

* switch to lowercased levels

* OK now working

* Fix vetting issues

* Fix lint

* Fix tests

* change default logging to match current gitea

* Improve log testing

Signed-off-by: Andrew Thornton <art27@cantab.net>

* reset error skip levels to 0

* Update documentation and access logger configuration

* Redirect the router log back to gitea if redirect macaron log but also allow setting the log level - i.e. TRACE

* Fix broken level caching

* Refactor the router log

* Add Router logger

* Add colorizing options

* Adjust router colors

* Only create logger if they will be used

* update app.ini.sample

* rename Attribute ColorAttribute

* Change from white to green for function

* Set fatal/error levels

* Restore initial trace logger

* Fix Trace arguments in modules/auth/auth.go

* Properly handle XORMLogger

* Improve admin/config page

* fix fmt

* Add auto-compression of old logs

* Update error log levels

* Remove the unnecessary skip argument from Error, Fatal and Critical

* Add stacktrace support

* Fix tests

* Remove x/sync from vendors?

* Add stderr option to console logger

* Use filepath.ToSlash to protect against Windows in tests

* Remove prefixed underscores from names in colors.go

* Remove not implemented database logger

This was removed from Gogs on 4 Mar 2016 but left in the configuration
since then.

* Ensure that log paths are relative to ROOT_PATH

* use path.Join

* rename jsonConfig to logConfig

* Rename "config" to "jsonConfig" to make it clearer

* Requested changes

* Requested changes: XormLogger

* Try to color the windows terminal

If successful default to colorizing the console logs

* fixup

* Colorize initially too

* update vendor

* Colorize logs on default and remove if this is not a colorizing logger

* Fix documentation

* fix test

* Use go-isatty to detect if on windows we are on msys or cygwin

* Fix spelling mistake

* Add missing vendors

* More changes

* Rationalise the ANSI writer protection

* Adjust colors on advice from @0x5c

* Make Flags a comma separated list

* Move to use the windows constant for ENABLE_VIRTUAL_TERMINAL_PROCESSING

* Ensure matching is done on the non-colored message - to simpify EXPRESSION
2019-04-02 08:48:31 +01:00
..
migrations.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
v13.go Refactor session close as xorm already does everything needed internally (#2020) 2017-06-21 08:57:05 +08:00
v14.go Fix typos in models/ and modules/ (#1248) 2017-03-15 08:52:01 +08:00
v15.go Rewrite migrations to not depend on future code changes (#2604) 2017-10-08 19:08:18 +08:00
v16.go Rewrite migrations to not depend on future code changes (#2604) 2017-10-08 19:08:18 +08:00
v17.go Protected branches system (#339) 2017-02-21 23:02:10 +08:00
v18.go Take back control of hooks (#1006) 2017-02-23 11:40:44 +08:00
v19.go Use buffersize to reduce database connection when iterate (#2724) 2017-10-21 14:26:23 +08:00
v20.go fix avatar update bug (#1729) 2017-05-16 08:36:09 +08:00
v21.go Fix lint errors (#2547) 2017-09-19 11:08:30 +03:00
v22.go Use buffersize to reduce database connection when iterate (#2724) 2017-10-21 14:26:23 +08:00
v23.go Run "make fmt" with go-1.6 (#1333) 2017-03-21 08:55:00 +08:00
v24.go fix gpg wrong column types 2017-03-20 02:55:07 +01:00
v25.go Show user OpenID URIs in their profile (#1314) 2017-03-20 09:31:08 +01:00
v26.go Use buffersize to reduce database connection when iterate (#2724) 2017-10-21 14:26:23 +08:00
v27.go Fix broken migration v27 (#1504) 2017-04-30 10:08:16 +08:00
v28.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 2019-03-27 17:33:00 +08:00
v29.go Status-API (#1332) 2017-04-21 19:32:31 +08:00
v30.go Add primary key and index to external login user table (#1656) 2017-05-02 16:41:44 +08:00
v31.go Add units to team (#947) 2017-05-18 22:54:24 +08:00
v32.go Add units to team (#947) 2017-05-18 22:54:24 +08:00
v33.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
v34.go Migration to fix existing owner team units (#1873) 2017-06-05 05:40:25 -05:00
v35.go Fix "Dashboard shows deleted comments" (#1995) 2017-06-25 20:20:29 +02:00
v36.go Fix git hooks update to receive required arguments. Fixes #2090 (#2095) 2017-07-02 21:50:57 +08:00
v37.go Rewrite migrations to not depend on future code changes (#2604) 2017-10-08 19:08:18 +08:00
v38.go hide issues from org private repos w/o team assignment (#4034) 2018-06-21 12:00:13 -04:00
v39.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 2019-03-27 17:33:00 +08:00
v40.go Reorder migrations, skip errors if running migration again (#3160) 2017-12-13 16:52:18 +02:00
v41.go Reorder migrations, skip errors if running migration again (#3160) 2017-12-13 16:52:18 +02:00
v45.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
v46.go Fix organization watch migration (#2703) 2017-10-14 20:47:05 +03:00
v47.go Add branch overiew page (#2108) 2017-10-26 08:49:16 +08:00
v48.go Code/repo search (#2582) 2017-10-27 09:10:54 +03:00
v49.go Reorder migrations, skip errors if running migration again (#3160) 2017-12-13 16:52:18 +02:00
v50.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
v51.go Reorder migrations, skip errors if running migration again (#3160) 2017-12-13 16:52:18 +02:00
v52.go Reorder migrations, skip errors if running migration again (#3160) 2017-12-13 16:52:18 +02:00
v53.go Reorder migrations, skip errors if running migration again (#3160) 2017-12-13 16:52:18 +02:00
v54.go Add Pull Request merge options - Ignore white-space for conflict checking, Rebase, Squash merge (#3188) 2018-01-05 20:56:50 +02:00
v55.go Writable deploy keys (closes #671) (#3225) 2018-01-07 00:55:53 +02:00
v56.go Multiple assignees (#3705) 2018-05-09 19:29:04 +03:00
v57.go Add issue closed time column to fix activity closed issues list (#3537) 2018-02-19 10:39:26 +08:00
v58.go Add label descriptions (#3662) 2018-03-13 10:03:55 +08:00
v59.go Add protected branch whitelists for merging (#3689) 2018-03-25 13:01:32 +03:00
v60.go Add repository setting to enable/disable health checks (#3607) 2018-03-27 22:13:20 +08:00
v61.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
v62.go Do not allow to reuse TOTP passcode (#3878) 2018-05-02 18:02:02 +03:00
v63.go Added user language setting (#3875) 2018-05-05 08:28:30 +08:00
v64.go Migration fixes for gogs (0.11.66) to gitea (1.6.0) #5318 (#5341) 2018-11-18 20:25:32 +02:00
v65.go Add support for FIDO U2F (#3971) 2018-05-19 17:12:37 +03:00
v66.go LDAP Public SSH Keys synchronization (#1844) 2018-05-24 07:59:02 +03:00
v67.go Fix failing migration v67 (#5849) 2019-01-26 14:50:36 +00:00
v68.go fix topic name length on database (#5493) 2018-12-08 14:27:30 +02:00
v69.go Fix column droping for MSSQL that need new transaction for that (#4440) 2018-07-13 11:20:40 -04:00
v70.go Added dependencies for issues (#2196) (#2531) 2018-07-17 17:23:58 -04:00
v71.go update v71.go to resolve #5595 (#5613) 2018-12-31 21:23:03 +08:00
v72.go Pull request review/approval and comment on code (#3748) 2018-08-06 06:43:21 +02:00
v73.go Force user to change password (#4489) 2018-09-13 15:04:25 +03:00
v74.go Approvals at Branch Protection (#5350) 2018-12-11 19:28:37 +08:00
v75.go fix table name typo on SQL (#5562) 2018-12-19 20:58:46 +08:00
v76.go Add rebase with merge commit merge style (#3844) (#4052) 2018-12-27 12:27:08 +02:00
v77.go Fix migration for user defined themes (#5682) 2019-01-12 14:43:47 -05:00
v78.go fix migration 78 error mssql (#5791) 2019-01-21 12:12:45 +02:00
v79.go Add option to close issues via commit on a non master branch (#5992) 2019-02-10 21:27:19 +02:00
v80.go Implement "conversation lock" for issue comments (#5073) 2019-02-18 22:55:04 +02:00
v81.go Override xorm type mapping for U2F counter (#6232) 2019-03-04 21:34:52 -05:00
v82.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 2019-03-27 17:33:00 +08:00