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

esnet-security / SCRAM
93%
develop: 94%

Build:
Build:
LAST BUILD BRANCH: topic/soehlert/read_only_blocked
DEFAULT BRANCH: develop
Repo Added 17 Nov 2024 03:04PM UTC
Files 47
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 topic/soehlert/duplicate_history_entries
branch: topic/soehlert/duplicate_history_entries
CHANGE BRANCH
x
Reset
  • topic/soehlert/duplicate_history_entries
  • develop
  • fix/login_url_redirect
  • fix/mysterious500s-on-old-entries
  • fix/postgres/healthcheck
  • fix/ruff-errors-in-main
  • hotfix/search_500
  • hotfix/swagger_tests
  • main
  • main-test
  • test/chriscummings/test-main-perf
  • topic/chriscummings/better-ide-configs
  • topic/chriscummings/bump-gobgp
  • topic/chriscummings/bump-grpc-tools
  • topic/chriscummings/disable-github-slow-test
  • topic/chriscummings/django-5-upgrade-woohoo
  • topic/chriscummings/docker-rate-limiting-fixes
  • topic/chriscummings/enable-backend-vrf-support
  • topic/chriscummings/enable-build-cache
  • topic/chriscummings/enable-local-postgres-prod
  • topic/chriscummings/fix-build-issues
  • topic/chriscummings/fix-buster-build
  • topic/chriscummings/fix-debug-logging
  • topic/chriscummings/fix-homepage-order
  • topic/chriscummings/fix-more-migration-defaults
  • topic/chriscummings/fix-process-updates-expirations
  • topic/chriscummings/fix-remove-vrf-changes
  • topic/chriscummings/fix/originating_scram_instance_default
  • topic/chriscummings/make-logging-better
  • topic/chriscummings/multiscramdocker
  • topic/chriscummings/postgres-version-this-time-with-feeling
  • topic/chriscummings/postgresfix
  • topic/chriscummings/python3.13
  • topic/chriscummings/test-main-ci
  • topic/chriscummings/test-uv
  • topic/chriscummings/translator-durability-fixes
  • topic/nsf/zeek-demo
  • topic/soehlert/add_form_initial_load
  • topic/soehlert/add_view_redirect
  • topic/soehlert/allow_local_auth
  • topic/soehlert/client_improvements
  • topic/soehlert/disappearing_messages
  • topic/soehlert/dynamically-generate-secret-key
  • topic/soehlert/entry_admin
  • topic/soehlert/filter_active-30
  • topic/soehlert/github-39-deactive-route
  • topic/soehlert/gw_priority
  • topic/soehlert/login404
  • topic/soehlert/loginlogout
  • topic/soehlert/paginate_entries
  • topic/soehlert/pentest_username_change
  • topic/soehlert/reactive_wui
  • topic/soehlert/read_only_blocked
  • topic/soehlert/ruff_updates_break_local_settings
  • topic/soehlert/swagger
  • topic/soehlert/syncing_entries
  • topic/soehlert/tz_aware_expiration
  • topic/soehlert/update_images
  • topic/vlad/admin_optimize
  • topic/vlad/build_matrix
  • topic/vlad/channels_group_expiry
  • topic/vlad/coveralls
  • topic/vlad/doc_fixes
  • topic/vlad/doc_hotfix
  • topic/vlad/docs
  • topic/vlad/failures
  • topic/vlad/fix_static_files_warning
  • topic/vlad/github_annotate_warnings
  • topic/vlad/home_optimize
  • topic/vlad/index_together_deprecation
  • topic/vlad/main_merge
  • topic/vlad/migration_hotfix
  • topic/vlad/mkdocs
  • topic/vlad/perf_test
  • topic/vlad/replicas
  • topic/vlad/ruff
  • vg-test1

31 Oct 2025 04:42PM UTC coverage: 92.894% (-2.1%) from 95.03%
18979172634

Pull #163

github

soehlert
test(restrict_changes): set this back to a 405 error

i think we do want to fail on the method, not on the user permissions. doing a 403 suggests that sometimes you can change an entry, but we always want to block PUT/PATCH as the client should just do a normal post every time and SCRAM handles the logic on our end. We don't want the client to have to track these things.
Pull Request #163: fix(history): Remove duplicate history objects for entries

60 of 65 branches covered (92.31%)

Branch coverage included in aggregate %.

45 of 57 new or added lines in 3 files covered. (78.95%)

20 existing lines in 2 files now uncovered.

1208 of 1300 relevant lines covered (92.92%)

0.93 hits per line

Relevant lines Covered
Build:
Build:
1300 RELEVANT LINES 1208 COVERED LINES
0.93 HITS PER LINE
Source Files on topic/soehlert/duplicate_history_entries
  • Tree
  • List 47
  • Changed 5
  • Source Changed 4
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
18979172634 topic/soehlert/duplicate_history_entries test(restrict_changes): set this back to a 405 error i think we do want to fail on the method, not on the user permissions. doing a 403 suggests that sometimes you can change an entry, but we always want to block PUT/PATCH as the client should ju... Pull #163 31 Oct 2025 04:48PM UTC soehlert github
92.89
18688689000 topic/soehlert/duplicate_history_entries Merge branch 'main' into topic/soehlert/duplicate_history_entries * main: ci: remove test that doesn't work on GH Actions (#170) fix(typo): use the correct key feat(gw_priority): this should allow us to choose which network is the "default ... Pull #163 21 Oct 2025 03:23PM UTC soehlert github
93.47
18688690504 topic/soehlert/duplicate_history_entries Merge ed8786453 into b06fe12d8 Pull #163 21 Oct 2025 03:21PM UTC web-flow github
93.47
16197656617 topic/soehlert/duplicate_history_entries style(route action): remove extraneous code. we already have gotten the route and actiontype in the view and passed it to the serializer Pull #163 10 Jul 2025 02:26PM UTC samoehlert github
95.01
16180226078 topic/soehlert/duplicate_history_entries style(ruff): run ruff formatting and rule checking Pull #163 09 Jul 2025 09:15PM UTC samoehlert github
95.02
16176900137 topic/soehlert/duplicate_history_entries test(update comment): make sure we actually can test the comment update and create a helper for our client to easily get to hostname as the who Pull #163 09 Jul 2025 06:17PM UTC samoehlert github
94.89
See All Builds (377)
  • 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