and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  1. 14 Mar, 2018 2 commits
  2. 13 Mar, 2018 2 commits
  3. 09 Mar, 2018 4 commits
    • Conrad Schloer's avatar
      Dashb 498 surface bp impact (#184) · ddfc6a03
      Conrad Schloer authored
      * Initial impact view without deemed savings
      
      * Add deemed columns
      
      * Improve hover affect for dropdown menus
      
      * Fix bp wrapper dropdown for all columns with the dropdown
      
      * Remove projected and completed text before deemed column names
      
      * Fix typo
      
      * Fix styling issue with hover
      
      * Fix hover for not dropdown cells
      
      * Consolidate some css
      
      * Set fixed height to table
      
      * Initial report view for bp impact
      
      * Add change text to all blue colors
      
      * Initial refactor of BGroup code
      
      * Add default toggle values
      
      * Initial bgroup detail view
      
      * Display nav bar via props
      
      * Add loading to bpimpact
      
      * Update readme with new env variable
      
      * USe env variable for bgroup id
      
      * Add overal impact report to report detail
      
      * Increase width of detail to 100%
      
      * Add impact report for each bgroup
      
      * Clearly display errors on project overview
      
      * Don't show report if no report
      
      * Add missing semicolan
      
      * Add a report that responds to filter on report detail
      
      * Add `REACT_APP_BP_BGROUP_ID` parameter to `env.default`
      ddfc6a03
    • Alessandro's avatar
      Merge pull request #185 from Blocp/DASHB-509-account-summary-component · 16580986
      Alessandro authored
      Dashb 509 account summary component
      16580986
    • Alessandro's avatar
    • Conrad Schloer's avatar
      Add targeting score to sidebardetail (#186) · 1599fda4
      Conrad Schloer authored
      * Add targeting score to sidebardetail
      
      * Add permission for building detait targeting score
      1599fda4
  4. 08 Mar, 2018 4 commits
  5. 06 Mar, 2018 5 commits
  6. 02 Mar, 2018 6 commits
  7. 28 Feb, 2018 2 commits
  8. 27 Feb, 2018 13 commits
  9. 21 Feb, 2018 2 commits
    • Conrad Schloer's avatar
      Dashb 488 ga tabs (#180) · 3e01ac7c
      Conrad Schloer authored
      * Add GA events to bgroup
      
      * Add bgroup name to filter GAEvent
      
      * Fix typo
      3e01ac7c
    • Alessandro's avatar
      Dashb 395 jenkins pipeline (#181) · 116d1ce8
      Alessandro authored
      * Update snapshot test
      
      * Add initial jenkinsfile
      
      * Add test step to jenkinsfile
      
      * Add jest junit output
      
      * Add junit
      
      * Add copy reports to current directory
      
      * Add jest coverage script and config
      
      * Add coverage script
      
      * Rename package.js to Dashboard
      
      * Add dockerpath and cobertura
      
      * Add dockefile test
      
      * Update dockefile agent
      
      * Rename Docker_path
      
      * Fix copy statement on jenkinsfile
      
      * Add dockerfile to ignore test
      
      * Copy files separately
      
      * Remove coverage before test starts
      
      * Ignore coverage folder when runnning test
      
      * Update jenkinsfile to remove test report
      
      * Move rm statements to after finish
      
      * Update file paths for jenkinsfile
      
      * Comment out command in dockerfile
      
      * Add ci=true to package.json
      
      * Add collectcoveragefrom option
      
      * Update jenkinsfile
      116d1ce8