Revision 8b3ffd028c14ac3f774edab92036631864b1858c authored by joal on 05 June 2017, 08:35:39 UTC, committed by joal on 05 June 2017, 08:35:39 UTC
Sampled webrequest is now loaded in Druid. This patch updates
pivot configuration to show the dataset with a proper name and
coments.

Bug: T166967
Change-Id: I8d1df2de39e56c93695414171bb24f4d6dec45b8
1 parent 9528f42
Raw File
.gitignore
# Puppet's repository shouldn't have any editor backup files
*~

# Ignore .project (for eclipse/geppetto)
.project

# vim swap files are unwanted
*.swp

# Compiled Python files are useless
*.pyc

/private/

# Automatically generated documentation and related support path:
/doc/*
!/doc/README
*.yardoc*
/.yardwarns

# ctags generated file (see `rake tags`)
/tags

# local ruby configuration
/.rbenv-version
/Gemfile.lock

# python venv wrapper
/.tox

# Jetbrain's IDEA editor settings
/.idea
/*.iml
back to top