1. 12 May, 2020 1 commit
  2. 13 Mar, 2020 1 commit
  3. 08 Feb, 2020 1 commit
    • TSLint → ESLint (#21006) · f4816963
      * Alphabetized tslint and tsconfig files
      
      * Optimized tsconfig files
      
      * Optimized editorconfig & prettier config files
      
      … to reduce redundancy
      
      * Switched to @grafana/tsconfig
      
      … and:
      * de-duped options
      * removed options with default values
      
      * Fixed nasty issue with types for nested slate-react
      
      * Replaced TSLint with ESLint
      
      * TSLint disables → ESLint disables
      
      … also JSHint removals, which haven’t had an affect since it was replaced with TSLint.
      
      * Compliances for ESLint, Prettier and TypeScript
      
      * Updated lockfile
      Steven Vachon committed
  4. 13 Dec, 2019 1 commit
  5. 09 Dec, 2019 1 commit
    • e2e: Uses Cypress instead of Puppeteer (#20753) · 58cffde0
      * WIP: intial commit
      
      * Tests: Runs e2e tests
      
      * Refactor: Adds BASE_URL support
      
      * Refactor: Adds namespacing
      
      * Refactor: Cleans up the Page api
      
      * Build: Adds to build-branches-and-prs job for testing
      
      * Build: Hardcoded image for now
      
      * Refactor: Uses Selectors in App
      
      * Refactor: Adds addDataSource flow
      
      * WIP
      
      * Refactor: Adds e2eScenario
      
      * Refactor: Adds add and delete scenarios
      
      * Refactor: Adds logging
      
      * Refactor: Adds ability to for Selectors with variables
      
      * Refactor: Using variable selectors instead
      
      * Refactor: Adds flow until Share Panel
      
      * Refactor: Adds clicking on rendered image link
      
      * Refactor: Deletes log output
      
      * Refactor: Updates snapshots
      
      * Chore: Reverts changes
      
      * Refactor: Removes log plugin because maybe it breaks yarn build
      
      * Refactor: Adds rendered image download
      
      * Refactor: Adds image comparison
      
      * Refactor: Removes uncaught errors override
      
      * Refactor: Changes order of images to compare
      
      * Refactor: Updates truth image
      
      * Build: Updates path to CI artifacts
      
      * Refactor: Cleaning up types and config
      
      * wip
      
      * Refactor: Cleans up external api
      
      * Refactor: More cleanup
      
      * Refactor: More cleanup
      
      * Refactor: Removes usages of Pages and Flows
      
      * Refactor: Removes last traces of Cypress in spec
      
      * Refactor: Adds comments
      Hugo Häggmark committed
  6. 24 Oct, 2019 1 commit
    • WIP: Spawn backend plugins v2 (#19835) · fc08c260
      * WIP: Spawn backend plugins v2
      
      * Add test for plugin version
      
      * Fix support for SDK plugins
      
      Co-authored-by: Kyle Brandt <kyle@kbrandt.com>
      Co-authored-by: Marcus Olsson <olsson.e.marcus@gmail.com>
      Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
      
      * WIP: Draft PR for fork of V2 sdk / bi-directional support (#19890)
      
      * temporary use export-datasource-plugin branch of grafana-plugin-sdk
      
      * fix failing test
      
      * remove debug (spew) lines
      
      * misc cleanup
      
      * add expressions feature toggle
      
      * use latest grafana-plugin-sdk-go
      Sofia Papagiannaki committed