Commit Graph

128 Commits (788e7fd36d09dfa5487e536d715d733be33bb82e)

Author SHA1 Message Date
Torkel Ödegaard 788e7fd36d Lots of api refactoring for org routes, #2014 10 years ago
Torkel Ödegaard bf9e51928d Fix to signed in user when user <-> org link is gone 10 years ago
Torkel Ödegaard fbc6bb2112 More refactoring of user http api, trying to reuse handlers for sign in user and admin operations 10 years ago
Dieter Plaetinck e9f38b9fc0 no unbound recursion in publish() 10 years ago
Torkel Ödegaard 448a8b8d1c Major refactorings around searching, moved to seperate package, trying to move stuff out of models package, extend search support searching different types of entities and different types of dashboards, #960 10 years ago
Torkel Ödegaard c8146e759f Fixed json index unit test 10 years ago
Torkel Ödegaard bb7d79e6d2 Refactoring search to support more than just db dashboards 10 years ago
Torkel Ödegaard fb35f7210c Fixed failing golang test 10 years ago
Torkel Ödegaard b3be51f17f Lots of work on search and dashboard loading, trying to generalize concepts and code, #960 10 years ago
Torkel Ödegaard a40299b4dc Progress on json file index and search #960 10 years ago
Torkel Ödegaard 1a9f630710 Began work on adding json files to search, #960 10 years ago
Torkel Ödegaard 38d851eb98 Another HTTP API fix 10 years ago
Torkel Ödegaard 73ee8a5985 HTTP API: fix for POST /api/dashboards/db returned 200 ok when dashboard was not found, Fixes #1929 10 years ago
Torkel Ödegaard 38fc85d619 Final tweaks to auth proxy feature 10 years ago
Torkel Ödegaard be589d81c7 Auth: Support for user authentication via reverse proxy header (like X-Authenticated-User, or X-WEBAUTH-USER), Closes #1921 10 years ago
Torkel Ödegaard cb8110cd48 Refactoring, worked on middleware unit tests, and began thinking about api unit tests, #1921 10 years ago
Torkel Ödegaard e771d8e944 Organization: You can now update the organization user role directly (without removing and readding the organization user). Closes #1899 10 years ago
Torkel Ödegaard e410fbb558 Corrected SQL migration for snapshot table column type change, #1880 10 years ago
Anthony Woods f227002a80 fixes #1880 dashboard_snapshot table does not have a data column 10 years ago
Anthony Woods d84d92f73c fixes #1880 correct mysql statement for modifying column data type 10 years ago
Torkel Ödegaard b99ee2562e Restored sql integration tests to use in mem sqlite3 10 years ago
Torkel Ödegaard 8526025792 MySQL: Dashboard.data column type changed to mediumtext (sql migration added), Fixes #1863 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 059db533d5 HTTP API: grafana /render calls nows with api keys, Fixes #1649 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 5422d13607 Postgres fix update 10 years ago
Torkel Ödegaard 3c2bfbfc1c Search: Dashboard results should be sorted alphabetically, Fixes #1685 10 years ago
Matt Robenolt cedb11ebab Let xorm convert `False` into the right type 10 years ago
Torkel Ödegaard 7be7aeb70a Fixed sql migration issue with dashboard snapshots 10 years ago
Torkel Ödegaard 541cd2e430 Dashboard snapshot: more work on snapshot deletion, and saving external reference, #1623 10 years ago
Torkel Ödegaard 4322f29f34 Dashboard snapshot: added delete key which can be used to delete snapshots, #1623 10 years ago
Torkel Ödegaard b1f85dc8f1 Added expire option to dashboard snapshots, #1623 10 years ago
Torkel Ödegaard 10618637e2 Fixed bug in sql migration, closes #1643 10 years ago
Torkel Ödegaard d987532262 Added server metrics 10 years ago
Torkel Ödegaard f48f5428e5 Adding snapshot storage and route, #1623 10 years ago
Torkel Ödegaard 964f0861d6 more work on dashboard snapshots 10 years ago
Torkel Ödegaard eb8b9c4ac3 Increase api_key.key varchar to 255 length 10 years ago
Anthony Woods fc5839d8f1 gofmt. remove extra whitespace 10 years ago
Anthony Woods bce62c49d0 fixes #1606 10 years ago
Anthony Woods 6a09a7c398 fixes #1606 emit OrgCreated event when new org created. 10 years ago
Anthony Woods 068ccf1c0f fixes 1606 emit OrgCreated event when new org created. 10 years ago
Torkel Ödegaard 17063df3cc Changed default org name form 'main' to 'Main Org.' 10 years ago
Torkel Ödegaard f3d4d2782f Simplified single org settings, now auto_assign_org, and auto_assign_org_role, new [users] config section, Closes #1585 10 years ago
Torkel Ödegaard ebad9cb502 Fixed gofmt formating, updated precommit hook 10 years ago
Torkel Ödegaard d8005af8ee updated circle with fmt formating test 10 years ago
Torkel Ödegaard 04d25dc58a Dashboard: When saving a dashboard and another user has made changes inbetween, the user is promted with a warning if he really wants to overwrite the other's changes, Closes #718 10 years ago
Torkel Ödegaard 9710771f16 Added basic auth to data source edit/create, add support for basic auth in data source proxy code, Closes #1510 10 years ago
Torkel Ödegaard d0d995da09 Inital work on SQL metric/annotation data source, #1542 10 years ago
Torkel Ödegaard 04ca85fe89 Moved dashboard theme option from the dashboard to a persisted user setting, #1458 10 years ago