Commit Graph

193 Commits (0a695ba17a1dd7ab492c470ffbcb022c7b8f7c32)
 

Author SHA1 Message Date
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 8bb9126b77 added postgres support for db migrations 11 years ago
Torkel Ödegaard 2379c5b770 Added loglevel to migrator, added dashboard table & index migrations 11 years ago
Torkel Ödegaard 581efa857b Small fixes 11 years ago
Torkel Ödegaard e750508d76 Fixes for update user and add token 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 7d70ffe201 adding more columns for account table migration 11 years ago
Torkel Ödegaard a64a38d7dd Added migration log and migration id, do not execute already executed migrations 11 years ago
Torkel Ödegaard 8bfed7508c More work on sql schema and migrations, starting to get somewhere 11 years ago
Torkel Ödegaard 68a77c4051 More progress on db schema setup and migrations, tricky stuff 11 years ago
Torkel Ödegaard 38f237efcb Merge branch 'master' of github.com:torkelo/grafana-pro 11 years ago
Torkel Ödegaard 2daffe2a15 Api import route updated 11 years ago
Torkel Ödegaard 1f987c1903 Began work on real sql schema definitions, and migration engine 11 years ago
Torkel Ödegaard 9a29b04561 Dashboard import/export now works 11 years ago
Torkel Ödegaard c970e82758 Small update to update account command 11 years ago
Torkel Ödegaard 1532eb4278 Fixed png rendering 11 years ago
Torkel Ödegaard ed879df1f4 Corrected spelling of SignedInUser (was SignInUser) 11 years ago
Torkel Ödegaard 2b05dac071 Api Key role is now correcty added do middleware context 11 years ago
Torkel Ödegaard 507bff8b59 Godep is acting strangly 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 22156fe309 Big refactoring for context.User, and how current user info is fetching, now included collaborator role 11 years ago
Torkel Ödegaard 52992928d5 Updated macaron dependency 11 years ago
Torkel Ödegaard aa9ca68883 Tokens small fixes 11 years ago
Torkel Ödegaard 9feb8a73fd Added binding to tokens api and role validation 11 years ago
Torkel Ödegaard f858f6b621 Add collaborator now handles role, added macaron-contrib/binding for binding and validation 11 years ago
Torkel Ödegaard cd5843e977 Fixed unit tests 11 years ago
Torkel Ödegaard 04bbdbad12 Worked on account update, moved collaborats to its own api url and files 11 years ago
Torkel Ödegaard 804bff55ec Accounts admin view/get api 11 years ago
Torkel Ödegaard fdfcc3ab2a Admin flagged users, create a default admin user on startup if missing 11 years ago
Torkel Ödegaard 5ec07db143 Refactoring of auth middleware, and starting work on account admin 11 years ago
Torkel Ödegaard 67b935188b Fixed failing unit test 11 years ago
Torkel Ödegaard 0dfd09ed0e fixed build.go setup 11 years ago
Torkel Ödegaard 6f63d63ee0 Working on account collaborators 11 years ago
Torkel Ödegaard 50a5355de0 Merge pull request #17 from torkelo/tokenGetAccountFix 11 years ago
woodsaj f25cffd24e fix getAccountByToken query. 11 years ago
Torkel Ödegaard 5e18afe916 Refactoring of api routes 11 years ago
Torkel Ödegaard 166ce7d2ae Added Gzip option and the macaron Gzip middleware, but does not seem to work 11 years ago
Torkel Ödegaard 5833867b44 renamed register route to signup 11 years ago
Torkel Ödegaard ced5e5500e mini code cleanup of in auth 11 years ago
woodsaj 7b17e38f5d add Token authentication support 11 years ago
Torkel Ödegaard e58cd91487 updated frontend 11 years ago
Torkel Ödegaard 8e65f36131 Added system admin skeleton 11 years ago
Torkel Ödegaard dc16c8c60c Added openldap docker/fig block, ldap auth seems to be complicated and take some time, not sure if that is high prio now 11 years ago
Torkel Ödegaard 68cc3f86dd Handle default datasource management 11 years ago
Torkel Ödegaard d562dcd90c Default datasource and event system test 11 years ago
Torkel Ödegaard f99e1ba441 Updated readme 11 years ago
Torkel Ödegaard a81a5315e1 Added graphite docker and fig config 11 years ago