Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
D
dashboard
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 4
    • Merge Requests 4
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

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

  • Confidential and Proprietary
  • BlocPower
  • dashboard
  • Merge Requests
  • !66

Merged
Opened May 24, 2017 by Tillie Kottmann@deletescapeOwner

Add audit data viewing page

  • Overview 1
  • Commits 2
  • Changes 7

Created by: cschloer

Adds audit data viewing page. There is a cors issue related to making a request from localhost. I think this will only happen when running locally but it remains to be seen.

In the meantime, to test locally you should kill all your chrome processes (on linux 'pgrep chrome | xargs kill') and run the following command

(on linux) google-chrome --disable-web-security --user-data-dir (on osx) open -a Google\ Chrome --args --disable-web-security --user-data-dir

^ osx hasn't been tested but that should do the same thing. You'll know it's working if you get a warning that looks like this: screenshot from 2017-05-24 10-08-09

(https://stackoverflow.com/questions/3102819/disable-same-origin-policy-in-chrome)

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: exconfidential/blocpower/dashboard!66
Source branch: add-audit-data