{"id":18268431,"url":"https://github.com/coreyjs/restlog-analytics","last_synced_at":"2025-07-02T08:06:19.265Z","repository":{"id":73450046,"uuid":"117781535","full_name":"coreyjs/restlog-analytics","owner":"coreyjs","description":null,"archived":false,"fork":false,"pushed_at":"2018-01-17T03:57:43.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-30T18:07:33.792Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coreyjs.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-17T03:59:26.000Z","updated_at":"2021-05-12T22:19:22.000Z","dependencies_parsed_at":"2023-02-24T04:15:31.181Z","dependency_job_id":null,"html_url":"https://github.com/coreyjs/restlog-analytics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coreyjs/restlog-analytics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreyjs%2Frestlog-analytics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreyjs%2Frestlog-analytics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreyjs%2Frestlog-analytics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreyjs%2Frestlog-analytics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coreyjs","download_url":"https://codeload.github.com/coreyjs/restlog-analytics/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreyjs%2Frestlog-analytics/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263099438,"owners_count":23413622,"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":[],"created_at":"2024-11-05T11:31:31.164Z","updated_at":"2025-07-02T08:06:19.224Z","avatar_url":"https://github.com/coreyjs.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Restlog\n=======\n![screen_shot_2017-05-07_at_7 42 52_pm](https://user-images.githubusercontent.com/1228838/35024981-888247b8-fb10-11e7-9fda-badb399f84e7.png)\n![screen_shot_2017-05-07_at_7 42 46_pm](https://user-images.githubusercontent.com/1228838/35024980-8875bb56-fb10-11e7-9ccc-a7d4c40e2252.png)\n![screen_shot_2017-05-07_at_7 42 46_pm](https://user-images.githubusercontent.com/1228838/35024980-8875bb56-fb10-11e7-9ccc-a7d4c40e2252.png)\n![screen_shot_2017-05-07_at_7 43 28_pm](https://user-images.githubusercontent.com/1228838/35024977-8852969e-fb10-11e7-80ef-d93b6ef53a0d.png)\n![screen_shot_2017-05-07_at_7 43 15_pm](https://user-images.githubusercontent.com/1228838/35024978-885dfcbe-fb10-11e7-9ef0-625bfa9047ed.png)\n![screen_shot_2017-05-07_at_7 43 02_pm](https://user-images.githubusercontent.com/1228838/35024979-88694416-fb10-11e7-96ea-a24e74e34b21.png)\n![screen_shot_2017-05-07_at_7 42 46_pm](https://user-images.githubusercontent.com/1228838/35024980-8875bb56-fb10-11e7-9ccc-a7d4c40e2252.png)\n\n\n\nData API\n---------\n\nPOST:\n\n\u003e Required Parameters\n\n\nName\t\t\t          |  Value \t\t| Example\n-------  |\t----\nRestlog[app_key] |  The Unique App Key | 70H9uC61UJTlF1I2Ik8DjA |\nRestlog[api_key] | User's Restlog API Key | oX438Thrs09483jgks |\nmessage[event] | JSON Event Data Object | {   \"levels\": [     1,     2,     3   ],   \"canFail\": true,   } |\nmessage[level] | Level of message, defined by app on what it saves\n\n\nChange log\n-----------------\nv0.3.3\n-----\n* MessageCollections - renamed propertes for criteria_value and collection_criteria_property\n* App -\u003e View -\u003e Save message collection integrated.  Added validation.  \n* App -\u003e View -\u003e When saving a colleciton it auto populates the Collection drop down search criteria\n\nv0.3.2\n-----\nReadme additions\n\nv0.3.1\n-----\n* MessageCollectionsController now supports saving, and retrieving\n* App JSON.RABL template now includes the serialzation of the message collections\n* Start of UI for message collections integrated on AppView angular template\n\nv0.3.0\n----\n* removed obsolete fields, short_description and long_description from Message.rb\n* mongid 5.0.0 update\n* add MessageCollection.rb model\n* added MessageCollection rabl views, MessageCollectionsController.rb, messages/collections routes.\n\n\nv0.2.4 - develop (merged in master)\n--------\n* added traits to spec/factories/signup_key.rb\n* fixed user_signup_spec.rb to work with new validiation\n* added flash messages (errors) to devise/registraiton/new.html.erb page for failed beta key, and missing beta key\n* added version to config.masterctrl.js to be displayed in footer\n* removed templates/restlog/dashboard.html.erb (unneeded)\n\nv0.2.3\n----\n* renamed angular/controller/app_managment.js to /app_controller.js\n* added jasmine gems and initial framework for testing\n\nv0.2.2\n----\n* added jasmine to Gemfile\n* removed fastercsv from Gemfile\n* initial jasmine initilazations added\n\nv0.2.1\n-----\n* rails updates from '4.2.1' to '4.2.3'\n* angular updated to 1.4\n* removed ngstorage\n* removed bootstrap from bower config\n* angular cookies, resource, touch sanitize updated from 1.3 to 1~.4\n\nv0.1.4\n-----\n* angular service added, Messages.js, for handling filtering of messages by app\n* start_date, end_date filtering added to messages_controlller.rb\n\n\nv0.1.3\n------\n* removed chartkick gem\n* added congif driven version to angular template, in footer\n* renamed messages_controlelr#index route to /app/message?app_id=XXXX\n\nv0.1.2\n------\n* Gems added for pry, pry-doc, pry-byebug\n* MessagesController#index returns paged results per appid supplies\n\nv0.1.1\n-----\n* refacotring and rebuilding messages api and controller\n\n\nv0.1.0\n-----\n* removed all references to pulsar, renamed to restlog and Restlog\n* removed old message_analytics.rb actions\n* removed all old routes from routes.rb pertaining to above mentioned code refacotring\n* added version to application.rb\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreyjs%2Frestlog-analytics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoreyjs%2Frestlog-analytics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreyjs%2Frestlog-analytics/lists"}