Commit Graph

327 Commits (769ad21e1691c3f7e5c07e499944daea25c85e3b)

Author SHA1 Message Date
bergquist 1ff428087e feat(cli): add suppot for plugindir as environment variable 9 years ago
bergquist f6c5242a93 feat(cli): make repo url a parameter 9 years ago
bergquist 77f93886da fix(cli): add latest version to list-remote command 9 years ago
bergquist 4131d8b57a feat(cli): add command for upgrading one plugin 9 years ago
bergquist ea9ac0d2d2 chore(cli): improve unittests 9 years ago
bergquist 746257710b fix(cli): align code with core grafana 9 years ago
bergquist 5adac86b43 fix(cli): remove dev text values 9 years ago
bergquist d59beec354 feat(cli): move cli into main repo 9 years ago
bergquist 6e7813f2f8 feat(build): move grafana into grafana-server 9 years ago
Torkel Ödegaard 257b824d4f feat(plugins): better logging and handling of loading plugins, try to create plugins dir if it does not exist, fixes #3974 9 years ago
Torkel Ödegaard 99a053bbdd feat(): removed unused routes and minor fixes 9 years ago
Torkel Ödegaard e737dab5ca removed /app route, confusing when some assets use public/app/.. route and some use just app/... all public static assets should no use public route, app route is no more 9 years ago
bergquist 4fe72ebf69 feat(macaron): upgrades macaron version 10 years ago
Torkel Ödegaard 9943b9a226 feat(plugin): more work on plugin schema 10 years ago
Torkel Ödegaard ad94f99d57 refactor(apps): more WIP work on apps 10 years ago
Torkel Ödegaard 69daede583 feat(external plugins): worked on supporting external plugins better 10 years ago
Torkel Ödegaard 65a7fa320a feat(plugins): made plugins that live outside public work 10 years ago
Torkel Ödegaard f6772bb896 feat(plugins): began work on supporting having plugins outside grafana, for example in grafana data dir, next step is to be able to easily specify what plugins you waant to install 10 years ago
Elliot Anderson 10c099a52d Fixed 404 error for robots.txt 10 years ago
Anthony Woods 196b7846cc add support for robots.txt file 10 years ago
Torkel Ödegaard 34539c0c13 Enforce domain, host header validation against domain setting, Refactoring of PR #1866, Closes #1732 10 years ago
Torkel Ödegaard d1e9b6d6ae Began work on auth_proxy feature (#1932), and began work on testing http api, and auth middleware 10 years ago
Torkel Ödegaard a991cda233 Began work on refactoring reading config values 10 years ago
Torkel Ödegaard 96ee1c17a3 Worked on new deb & rpm packaging and init.d scripts 10 years ago
Torkel Ödegaard c07d48d930 A big refactoring for how sessions are handled, Api calls that authenticate with api key will no longer create a new session 10 years ago
Torkel Ödegaard cf877e6567 added postgres and redis session options 10 years ago
Torkel Ödegaard c3fa68ade8 Data source proxy: Fixed issue with Gzip enabled and data source proxy, Fixes #1675 10 years ago
Matt Robenolt 5286f0856d Fix more Cache-Control headers 10 years ago
Torkel Ödegaard 7919d79347 Another cache header fix 10 years ago
Torkel Ödegaard 5f0e7cd52a Added custom cache control headers for static content 10 years ago
Torkel Ödegaard d987532262 Added server metrics 10 years ago
Torkel Ödegaard 30047e6a9f Updated macaron and ini package 10 years ago
Torkel Ödegaard de1e762528 Fixed issue using mysql as session store, Closes #1557 10 years ago
Jason Wilder 433070a135 Add dashboards:export CLI command 10 years ago
Torkel Ödegaard 0db55b6194 Work on deb and rpm packages, both seem to work now, #1476 10 years ago
Torkel Ödegaard 7e0f1a57af Progress on deb and rpm packaging, renamed config files, added file logging, #1476 10 years ago
Torkel Ödegaard c198242292 A lot of work on backend plugin model for frontend components, right now for data sources, will enable dropin plugins for data sources and panels, #1472 10 years ago
Torkel Ödegaard 5bd5713a52 Began work on plugin system 10 years ago
Torkel Ödegaard 26e4809e2e Big Backend Refatoring: Renamed Account -> Org 10 years ago
Torkel Ödegaard a8c90e2365 Small update to commands 10 years ago
Torkel Ödegaard 56d8fe4a22 Small changes to CLI commands PR 10 years ago
Jason Wilder b6428b08d0 CLI: Fix config flag being ignored 10 years ago
Jason Wilder 9223c95481 CLI: Order commands alphabetically 10 years ago
Jason Wilder a3925e8aa0 CLI: Use console logger for dashbard:import command 10 years ago
Jason Wilder 7c8fa067a2 CLI: Conver account flag to required arg 10 years ago
Jason Wilder f2e9ec63df CLI: Renamed import-json to dashboard:import 10 years ago
Jason Wilder b97361b193 CLI: Add datasource:delete command 10 years ago
Jason Wilder 22652889b2 CLI: Add datasource:create command 10 years ago
Jason Wilder 04a970eda2 CLI: Use 8 char min col size instead of 20 10 years ago
Jason Wilder f443b7087c CLI: Add datasource:info command 10 years ago