* Add ansible collection badge
* Ansible Collection: Remove unneccesary base class
* Ansible Collection: Fix test (label "collection" rather than "role")
* added pre-release version support to VScode marketplace service. Added pre-release example
* fixed missing 'version' property
* Updated flags property to support all versions in the response. Added comment to explain the flags property calculations
* added test for pre-release versions. Updated mock response structure to match new logic
* updated response schema. Fixed service bug
* Added logic for the case all versions are prerelease. Verify the prerelease key value is 'true'
* fixed bug in case all version are prerelease and the includePrereleases flag is false
* added test for response with prerelease only. Added test in case the prerelease key has false value
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
* skeleton of WhatPulse badge is done
* rename to category; add UptimeShort; switch to lowercase
* Add divergence for user and team
* small rename; cases for tests listed but not yet coded
* add ordinal numbers to whatpulse ranks
* modify error service tests for whatpulse
* WhatPulse badge changes are in progress
* update tests for WhatPulse badge:
* in tests, rename category to metric
* rename stats to metric
* some polishing
* add daysjs-duration-humanize to uptimeseconds
* add more + increase specificity of whatpulse service tests
* update example
* add space for upload and download
* Update services/test-validators.js
* add schema and fetch method to service class
* add transform, render and handle method to service class
* add documentation and examples
* add tester
* add suggeseted changes
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
* happy path is done: packagist depenency version is returned for dependencyVendor and dependencyRepo
* changes in error handling in packagist dependency version service
* Move to packagist-base common parts of packagist-php and packagist-dep-ver
* the label now shows the name of the dependency
* add comments,slightly modify if statement
* fix unit tests in services/packagist/packagist-php-version.spec.js
* add unit tests for services/packagist/packagist-dependency-version.js
* service tests for packagist-dependency-version.service.js are in progress
* Add additional service tests for packagist-dependency-version.tester.js
* remove toLowerCase()
* resolve from lgtm: 1 for Wrong use of 'this' for static method
* DRY determining the name of the dependency (depVen/depRepo)
* url change in strategy is in progress
* basic examples of packagist/dependency-v work with new url; packagist/php-v redirects to the new url
* service tests should be green
* unit tests for packagist should be fixed
* add toLowerCase()
* part of suggestions from the PR is implemented
* updated tests for packagist dependency version
* fix packagist dependency version spec
* add missing unit tests
* Update services/packagist/packagist-dependency-version.spec.js
Co-authored-by: chris48s <chris48s@users.noreply.github.com>
* Update services/packagist/packagist-dependency-version.spec.js
Co-authored-by: chris48s <chris48s@users.noreply.github.com>
Co-authored-by: chris48s <chris48s@users.noreply.github.com>
* add docstrings for package json helper service
* update test suite description
* update docstrings type and description
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
* Custom domains for JitPack artifacts
* FIx jitpack-version test
* style: missing comma
* fix: name for both jitpack-version redirectors
* chore: comment explaining endpoint change
* use more conventional names for redirectors
Co-authored-by: chris48s <chris.shaw480@gmail.com>
* fix
* fix
* add unit test
* fixes based on review
* fix spec test
* fix info
* fix mr example
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
* Fix variable naming for [ROS] version service
* Add documentation
* use noetic instead of galactic in example
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
* feat: add gitlab stars service
* add test case
* fix
* fix link
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
* Add github-gist-last-commit.service.js
* Still having difficulty with the reponse in the test file for github-gist-last-commit being in svg format, rather than json
* Yay, tests are greeeeen, the best sight for sore eyes xD
* Apply suggestions from code review - destructuring+rename and path change
Co-authored-by: Caleb Cartwright <calebcartwright@users.noreply.github.com>
* Removed the unnecessary test from github-gist-last-commit
Co-authored-by: Caleb Cartwright <calebcartwright@users.noreply.github.com>