• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

timberio / timber-elixir
31%
master: 42%

Build:
Build:
LAST BUILD BRANCH: mb-348-fix-add_context-spec
DEFAULT BRANCH: master
Repo Added 11 Oct 2018 07:50PM UTC
Files 45
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH 165-allow-phoenix-controller-whitelisting
branch: 165-allow-phoenix-controller-whitelisting
CHANGE BRANCH
x
Reset
  • 165-allow-phoenix-controller-whitelisting
  • feature/install-task
  • final-changes
  • fix-dialyzer
  • gc
  • handle-new-hackney-messages
  • hotfix/runtime-context
  • json-formatting
  • json-utility-methods
  • master
  • new-readme
  • prepare-3.1
  • prepare-3.x-line
  • relax-hackney-versions
  • remove-namespaces
  • remove-unused-http-methods
  • source-iod
  • v2.5.2
  • v3.0.0
  • v3.1.0
  • v3.1.1
  • v3.1.2

pending completion
492

push

travis-ci

DavidAntaramian
Allow Phoenix Controller Blacklisting

This adds the ability to blacklist certain controller/action pairs from
the Phoenix instrumentation system. When the controller/action pair is
added to the application configuration (either from the Mix
configuration file or via the functions provided in the
PhoenixInstrumentation module), instrumentation output is skipped for
that specific pair.

This functionality is implemented using a MapSet to allow for quick
querying of the blacklist. MapSets are backed by maps which should
produce an O(1) lookup time, versus a list which would produce an O(n)
lookup time.

Phoenix template rendering logs also honors this blacklist

Closes #165

70 of 398 branches covered (17.59%)

Branch coverage included in aggregate %.

256 of 654 relevant lines covered (39.14%)

1.67 hits per line

Relevant lines Covered
Build:
Build:
654 RELEVANT LINES 256 COVERED LINES
1.67 HITS PER LINE
Source Files on 165-allow-phoenix-controller-whitelisting
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
492 165-allow-phoenix-controller-whitelisting Allow Phoenix Controller Blacklisting This adds the ability to blacklist certain controller/action pairs from the Phoenix instrumentation system. When the controller/action pair is added to the application configuration (either from the Mix confi... push 07 Jan 2020 02:38PM UTC DavidAntaramian travis-ci pending completion  
See All Builds (252)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc