Commit Graph

79 Commits (5e4fd94413387e3f9692acc49aa5de9442bb2951)

Author SHA1 Message Date
Karsten Weiss 5d95601720 Merge variable declaration with assignment (gosimple) 7 years ago
Daniel Lee 1c20126f87 database: update xorm to v0.6.4 and xorm core to v0.5.7 7 years ago
bergquist 56907eef69 tests: makes sure we all migrations are working 7 years ago
Marcus Efraimsson 3d1c624c12 WIP: Protect against brute force (frequent) login attempts (#10031) 7 years ago
Anton Hvornum 08dc08550c Corrected a PostgreSQL SELECT statement. (#9460) 8 years ago
Dan Cech 24d4e50343 utf8mb4 encoding (#7959) 8 years ago
huydx adb441e5c8 (format) run go fmt in pkg 9 years ago
Utkarsh Bhatnagar b382d17e34 Fixed alerting bug for mysql (#6375) 9 years ago
Torkel Ödegaard 5ec86a9ef4 fix(build): fixed broken build, unreachable code in migrator.go 9 years ago
Torkel Ödegaard 2b8177e3e5 fix(migration): fix for sqlstore migration, the execution of the migration and recording of the success of it was not done in same transaction, fixes #5315 9 years ago
bergquist e5c64732f1 fix(sql): Add boolstr to all dialects 9 years ago
Torkel Ödegaard 086b59483e feat(loggin): disable logging by default so unit tests are not full of logging 9 years ago
Torkel Ödegaard 382f396247 feat(alerting): more model changes 9 years ago
Torkel Ödegaard a02cf5beb7 feat(logging): added loging filters 9 years ago
Torkel Ödegaard 22778e6efd feat(logging): a lot of progress on moving to new logging lib, #4590 9 years ago
bergquist 957cb407c5 feat(alerting): naiv graphite executor 9 years ago
bergquist b2a4d8083e feat(alerting): add datasource ref to alert rule 9 years ago
utkarshcmu 78fe588330 Removed NewAddColumnMigration via 3473 10 years ago
Torkel Ödegaard c7e3ed096f fix(postgres): fixes db migration issue with_credentials column for postgres, fixes #3505 10 years ago
Mitsuhiro Tanda 6edd6c8f03 add with_credentials to datasource model 10 years ago
utkarshcmu 42d1205260 Fixed gofmt checks 10 years ago
utkarshcmu 3d90340446 Added new columns to dashboard table 10 years ago
Torkel Ödegaard 16fa5c4df3 fix(mysql): fix for migration in newly added temp_user table, fixes #2509 10 years ago
Torkel Ödegaard 835fd383ad fix(postgres): Dashboard search is now case insensitive when using Postgres, fixes #1896 10 years ago
Torkel Ödegaard 8526025792 MySQL: Dashboard.data column type changed to mediumtext (sql migration added), Fixes #1863 10 years ago
Torkel Ödegaard 563d5e3ad8 All migrations work in sqlite3, mysql and postgres 10 years ago
Torkel Ödegaard f3f79792ab account -> org table migration is starting to work, need to test mysql and postgres 10 years ago
Torkel Ödegaard ed68a4bb9a More work on SQL migrations 10 years ago
Torkel Ödegaard 02a89c752b Progress on database schema migration for account -> org refactor 10 years ago
Torkel Ödegaard da41d99aa7 Fixed sql integration test 10 years ago
Torkel Ödegaard 79f798f67b Configuration file options can now be overriden using environment variables using GF_<SectionName>_<KeyName> syntax, if Section name contains dots in config they are replaced with underscores, and the section name and keyname needs to be all upper case, #1473 10 years ago
Torkel Ödegaard 10820f31c2 Changed go package path 10 years ago
Torkel Ödegaard 60541a455f Worked on search filter flag IsStarred, and updated frontend with new dashboard list panel 10 years ago
Torkel Ödegaard 0a695ba17a Final work on migration, now there is no usage of xorm table sync 11 years ago
Torkel Ödegaard afb847acc8 a lot of work on database schema and migration setup, postgres now works, every integration test passes for all database types, only token table left to do 11 years ago