Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promote dev build to master #405

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Promote dev build to master #405

wants to merge 9 commits into from

Commits on Mar 29, 2020

  1. Fix incorrect error handling (#342)

    * Convert error handler to more modern class declaration.
    * Make GitHub and GitService actually throw errors rather than return them
    * Fix some broken unit and acceptance tests
    alexwaibel committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    b2e5fdb View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. Add Swagger API documentation (#395)

    Add automatic Swagger API documentation generated from jsdoc comments.
    alexwaibel committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    1f31ac8 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Allow for customizing the name of the sender to put on notification e…

    …mails, something other than "Staticman". (#393)
    
    - Added email.fromName to the JSON config schema.
    - Updated config schema doc to remove reference to non-existent notifications.fromAddress parameter in the site config.
    - Updated unit test.
    hispanic committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    029e55c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. Upgrade dependencies and modernize codebase (#396)

    * Rework project structure with directories for source and config
    
    * Upgrade Standard to latest and resolve style errors
    
    * Upgrade jest to latest version
    
    * Add babel support and convert to modern import syntax
    
    * Utilize spread operator in place of object assign
    
    * Bump convict version to latest to resolve security issue.
    
    * Bump node version
    alexwaibel committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    ba5b96d View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Migrate from Standard to ESLint and Prettier (#397)

    * Rework project structure with new source and config directories
    
    * Upgrade Jest and Standard to latest and resolve errors
    
    * Add basic babel config and use modern import/export syntax
    
    * Bump convict version to latest to resolve security issue.
    
    * Bump Travis node version
    
    * Configure ESLint and Prettier and resolve all style errors
    
    * Consolidate some config files into package json
    
    * Add basic GitHub codespaces config files
    alexwaibel committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    f89cffb View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

  1. Use new GH app auth lib

    alexwaibel committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    3bb3c31 View commit details
    Browse the repository at this point in the history
  2. Revert "Use new GH app auth lib"

    This reverts commit 3bb3c31.
    alexwaibel committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    0c61d5b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. Configuration menu
    Copy the full SHA
    b642d12 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Add support for OneDev devops platform (#423)

    * Implemented OneDev service.
    
    * Updated for latest OneDev api changes.
    
    * Added config documentation.
    
    * Added tests for OneDev.
    
    * Added suggestions.
    KN4CK3R committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    a644286 View commit details
    Browse the repository at this point in the history