Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SADevs/sadevbot-plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3
Choose a base ref
...
head repository: SADevs/sadevbot-plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 14 commits
  • 20 files changed
  • 4 contributors

Commits on Nov 3, 2020

  1. feat: new plugins DonationManager and SaDevWebsite

    This is a two for one PR. Two new plugins!
    
    SADevsWebsite: This plugin provides helper methods to manage the SA Devs
    Website. Right now, it offers a context manager to get you a temporary
    clone of the website's repo and a way to do a PR to the website.
    Changing files is an exercise left up to the other plugin writer.
    
    DonationManager is for SA Devs Season of Giving. It gives members a way
    to record a donation with its ./donation command and gives admin tools
    to manage the lifecycle of a submitted donation. Admins can approve,
    change, and delete donations. Approved donations are pr'd to the
    website in groups once every hour by a poller and a slack channel topic
    is updated with our new donation total.
    andrewthetechie committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    63a167b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from andrewthetechie/donation-manager

    feat: DonationManager and SaDevWebsite
    andrewthetechie authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    acdc354 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Configuration menu
    Copy the full SHA
    b4d511c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from SADevs/aherrington/fix-ci

    ci: make CI install plugin deps
    gtmanfred authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    4fa96b7 View commit details
    Browse the repository at this point in the history
  3. docs: update CONTRIBUTING.md

    This adds info about how ConventionalCommits work.
    andrewthetechie authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    ed16584 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #15 from SADevs/aherrington/update-contrib-docs

    docs: update CONTRIBUTING.md
    gtmanfred authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    385ad8e View commit details
    Browse the repository at this point in the history
  5. fix: wording on channel creation

    Changed wording of the channel creation message.
    
    ci: make CI install plugin deps
    
    fix: change wording on channel create and test to pass
    snyk-omar committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    5148899 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #13 from snyk-omar/main

    Changed wording of the channel creation message.
    andrewthetechie authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    8b4f0f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67b5ab9 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Merge pull request #16 from snyk-omar/main

    docs: updated contributing.md with how to write commit message
    andrewthetechie authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    ba6842a View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. fix: fix template format of total

    The total was displaying as a float with a single decimal which does not
    make sense for a USD amount.
    
    This uses format to make it a nice pretty dollar amount
    andrewthetechie committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    fb9d5db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from SADevs/aherrington/fix-total-formatting

    fix: fix template format of total
    gtmanfred authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    ca1e79a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

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

Commits on Jun 7, 2022

  1. Merge pull request #19 from SADevs/aherrington/channel-archive

    feat: Channel Archive Janitor
    andrewthetechie authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    d374097 View commit details
    Browse the repository at this point in the history
Loading