Commit Graph

245 Commits (847b07dee2952d1ad80af94b5ebfa03dd5b11800)

Author SHA1 Message Date
Torkel Ödegaard 9f1c6a73f0 tech: added sql logger to log all sql statements sent to sql server 8 years ago
huydx 28d93b574d (feat) support max connection setting for database configuration 9 years ago
huydx adb441e5c8 (format) run go fmt in pkg 9 years ago
Tom Kozlowski c21ffcc6c9 generalized database connection cert support and added to postgres 9 years ago
Torkel Ödegaard 357358898d feat(annotations): working on alert annotations, #5694 9 years ago
Soulou 03d0f11407 Accept URL parameter [database] config 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 93fdc18fd4 feat(logging): fixed dependencies 9 years ago
Torkel Ödegaard 8105ec4660 feat(alerting): fixed test issues 9 years ago
Torkel Ödegaard 9741af2031 feat(logging): progress on new logging #4590 9 years ago
Torkel Ödegaard 22778e6efd feat(logging): a lot of progress on moving to new logging lib, #4590 9 years ago
Torkel Ödegaard 56c080417a fix(logging): only log to xorm.log when in dev mode, fixes #4182 10 years ago
Torkel Ödegaard b5dc1727d2 fix(postgres): If password or user is empty use empty quotes for connection string, #3985 10 years ago
Ed Dawley 4da56b65ab Fixes #2818. Adds support for mysql backends via unix sockets 10 years ago
Daniel Low 3f9f0679ec gofmt 10 years ago
Daniel Low ea566fff24 Add TLS for mysql 10 years ago
Torkel Ödegaard e01c68dcea fix(logging): removed db connection string from being printed in logs at app startup, fixes #2488 10 years ago
Torkel Ödegaard d1767144a8 Reworking configuration loading and overriding 10 years ago
Torkel Ödegaard 96ee1c17a3 Worked on new deb & rpm packaging and init.d scripts 10 years ago
Torkel Ödegaard a96e4a343c Only create admin user specified in config file when there are no users in the database, Fixes #1680 10 years ago
Torkel Ödegaard b1f85dc8f1 Added expire option to dashboard snapshots, #1623 10 years ago
Torkel Ödegaard 02a89c752b Progress on database schema migration for account -> org refactor 11 years ago
Torkel Ödegaard 10820f31c2 Changed go package path 11 years ago
Torkel Ödegaard d8db5189c1 More work on events, still have to convert pascal case event type name to rabbitmq dot notation, but after that should be done 11 years ago
Torkel Ödegaard 3752379106 Worked on event system, needs a little more work 11 years ago
Torkel Ödegaard 757b185398 Worked on ease of use for non multi tenant scenarios, Closes #20 11 years ago
Torkel Ödegaard 257519490a Worked on login remember cookie, and redirect after login 11 years ago
Torkel Ödegaard 95305e7e11 Changed from goconfig to its new counter part go-ini 11 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
Torkel Ödegaard 2379c5b770 Added loglevel to migrator, added dashboard table & index migrations 11 years ago
Torkel Ödegaard 90925273a0 User / Account model split, User and account now seperate entities, collaborators are now AccountUsers 11 years ago
Torkel Ödegaard f1996a9f1f Initial work on seperation between user and account 11 years ago
Torkel Ödegaard d8e5be5782 Worked on database agnostic table creation for db migrations 11 years ago
Torkel Ödegaard 1f987c1903 Began work on real sql schema definitions, and migration engine 11 years ago
Torkel Ödegaard 3912ed5023 Role checking when saving dashboard, making sure that the user has owner or editor role 11 years ago
Torkel Ödegaard f858f6b621 Add collaborator now handles role, added macaron-contrib/binding for binding and validation 11 years ago
Torkel Ödegaard fdfcc3ab2a Admin flagged users, create a default admin user on startup if missing 11 years ago
woodsaj 7b17e38f5d add Token authentication support 11 years ago
Torkel Ödegaard 9d629f2780 Tested with mysql, added simple fig file, need to write a more substantial fig setup 11 years ago
Torkel Ödegaard 1ae52d2472 Dashboard search by tag, and tag cloud now works, god dam I hate SQL 11 years ago
Torkel Ödegaard 8faa806c90 Refactoring dashboard delete and search 11 years ago
Torkel Ödegaard a55a606a55 Refactoring dashboard data access 11 years ago
Torkel Ödegaard 22bf20a135 Refactoring get account by id and by login to queries 11 years ago
Torkel Ödegaard 607b0c0c0e More refactoring and aligning code to the command query model 11 years ago
Torkel Ödegaard d5a59ac6b7 More migration to command/query and sql tests, looking good 11 years ago
Torkel Ödegaard ccba95542b Moved add collaborator to command way of doing it 11 years ago
Torkel Ödegaard c7ed348ee8 Lots of progress on command/query bus concept, in memory sql testing, datasource admin 11 years ago
Torkel Ödegaard 27f07e9de2 Progress on data source admin 11 years ago
Torkel Ödegaard 705455d5d6 Set active account now works again 11 years ago