Skip to content
Snippets Groups Projects
  1. Aug 04, 2024
  2. Jul 09, 2021
  3. May 05, 2020
  4. Apr 07, 2019
  5. Feb 28, 2019
  6. Feb 22, 2019
    • Paul Melnikow's avatar
      Sort imports and requires (#3056) · 4bd16f93
      Paul Melnikow authored
      This will definitely save time, and ensure more uniformity.
      
      It moves the `createServiceTester()` calls to a different place from where I'd like them, though I'm happy to have them checked by the linter.
      
      Closes #2701
      4bd16f93
  7. Feb 06, 2019
  8. Jan 21, 2019
    • Paul Melnikow's avatar
      Create shortcut for BaseService-related imports (#2809) · 226fa67a
      Paul Melnikow authored
      Continue to implement #2698:
      
      - Add `core/base-service/index.js` (but hold off on moving the things it imports)
      - Add shortcuts in `services/index.js` for Base*Service, errors, and deprecatedService. This file will be streamlined later to avoid cluttering it with rarely used bits.
      - Apply consistent ordering of imports and use of `module.exports` in testers.
      - Remove some renaming of imports.
      - Remove obsolete tests here and there.
      226fa67a
  9. Jan 19, 2019
    • James Cahill's avatar
      Added various [Spiget] badges (#2745) · e3c8508c
      James Cahill authored
      * Spiget Downloads badge
      
      * Spiget Download Size badge
      
      * Spiget Latest version badge
      
      * Add a base class
      
      * Spiget Rating / Stars badges
      
      * Spiget versions badge
      
      * remove useless regex escape
      
      * use renderVersionBadge for rendering
      
      * misc fixes
      
      * use expectJSON when possible
      
      * use the download count color formatter
      
      * merge service classes
      
      * add keywords
      
      * Add tests for non-star ratings
      
      * Add nock tests
      
      * misc fixes
      
      * chore: minor formatting update on spiget dl
      e3c8508c
  10. Jan 10, 2019
Loading