{"id":23765804,"url":"https://github.com/solidusio-contrib/solidus_log_viewer","last_synced_at":"2025-09-05T09:33:05.082Z","repository":{"id":49505748,"uuid":"56728914","full_name":"solidusio-contrib/solidus_log_viewer","owner":"solidusio-contrib","description":":card_index: Improved log view for your Solidus admin panel.","archived":false,"fork":false,"pushed_at":"2022-08-02T07:14:12.000Z","size":87,"stargazers_count":7,"open_issues_count":0,"forks_count":10,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-12-20T14:33:02.868Z","etag":null,"topics":["admin","ecommerce","extension","log","solidus","view"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/solidusio-contrib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-21T00:05:03.000Z","updated_at":"2023-03-01T11:29:53.000Z","dependencies_parsed_at":"2022-09-09T09:51:46.825Z","dependency_job_id":null,"html_url":"https://github.com/solidusio-contrib/solidus_log_viewer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidusio-contrib%2Fsolidus_log_viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidusio-contrib%2Fsolidus_log_viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidusio-contrib%2Fsolidus_log_viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidusio-contrib%2Fsolidus_log_viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solidusio-contrib","download_url":"https://codeload.github.com/solidusio-contrib/solidus_log_viewer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232034912,"owners_count":18463363,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin","ecommerce","extension","log","solidus","view"],"created_at":"2024-12-31T23:17:53.980Z","updated_at":"2024-12-31T23:17:54.644Z","avatar_url":"https://github.com/solidusio-contrib.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"SolidusLogViewer\n================\n\n[![CircleCI](https://circleci.com/gh/solidusio-contrib/solidus_log_viewer.svg?style=svg)](https://circleci.com/gh/solidusio-contrib/solidus_log_viewer)\n\nA log viewer for Solidus\n\nMakes it easy for admin to view logs. Logs are anything in the log_entries table.\n\nCurrently only the payment model uses it, but the LogEntry is polymorphic so it will work with any other model\n\nNOTE: app/views/admin/payments/_list.html.erb is overwritten by this gem\n\nInstallation\n------------\n\nAdd solidus_log_viewer to your Gemfile:\n\n```ruby\ngem 'solidus_log_viewer'\n```\n\nBundle your dependencies and run the installation generator:\n\n```shell\nbundle\nbundle exec rails g solidus_log_viewer:install\n```\n\nRoutes\n------\n\nYou will get the following route:\n\n`admin_log_entries_path`\n\nYou can optionally pass filters:\n\n`admin_log_entries_path(:source_type =\u003e 'Payment', :source_id =\u003e @payment.id)`\n\nTesting\n-------\n\nFirst bundle your dependencies, then run `rake`. `rake` will default to building the dummy app if it does not exist, then it will run specs, and [Rubocop](https://github.com/bbatsov/rubocop) static code analysis. The dummy app can be regenerated by using `rake test_app`.\n\n```shell\nbundle\nbundle exec rake\n```\n\nWhen testing your application's integration with this extension you may use its factories.\nSimply add this require statement to your spec_helper:\n\n```ruby\nrequire 'solidus_log_viewer/factories'\n```\n\nReleasing\n---------\n\nYour new extension version can be released using `gem-release` like this:\n\n```shell\nbundle exec gem bump -v VERSION --tag --push --remote upstream \u0026\u0026 gem release\n```\n\nCopyright (c) 2011 Dynamo Design Studio, released under the New BSD License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidusio-contrib%2Fsolidus_log_viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolidusio-contrib%2Fsolidus_log_viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidusio-contrib%2Fsolidus_log_viewer/lists"}