-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
Replace 'build' typo with 'built' #3678
Conversation
Hello. Thanks for opening a PR on Exercism. We are currently in a phase of our journey where we have paused community contributions to allow us to take a breather and redesign our community model. You can learn more in this blog post. As such, all issues and PRs in this repository are being automatically closed. That doesn't mean we're not interested in your ideas, or that if you're stuck on something we don't want to help. The best place to discuss things is with our community on the Exercism Community Forum. You can use this link to copy this into a new topic there. Note: If this PR has been pre-approved, please link back to this PR on the forum thread and a maintainer or staff member will reopen it. |
Thanks! :) |
[skip ci] * Add Deactivate command for subscriptions * Add syncing of subscriptions * Sync subscriptions * Add tests for deactivate * Automatically create user * Add status column to subscriptions * Update status correctly * Add provider to subscriptions * Correctly update stripe status * Minor tweak * Minor tweak * Rename stripe-specific columns * Change index for payments and subscriptions to include provider * Pass provider to creating payments * Only sync stripe * Pass in provider * Make Donations::Subscription::Create independent of provider * Make Donations::Payment::Create independent of provider * Fix tests * Tweak tests slightly * Revert * Fix tests * Use consistent naming * Be explicit * Remove unneeded scope * Add tests for symbols of subscriptions * Move payment intent commands to stripe dir * Move customer commands to stripe dir * Move more stripe commands to stripe dir * Fix tests * Use additional information github sponsorships * Pass github sponsor privacy level * Start creating commands for github * Move github commands into own namespace * Shell out to correct handler * Implement cancelled handler * Implement created handler * Implement tier_changed handler * Extract logic of active donation subscription into command * Don't trigger for changed amount * Remove unnecessary command * Include example * Replace sponsor syncing * Work on sponsorships * Add create sync tests * Deactivate github subscriptions * Handle updating of github sponsorships * Update Stripe subscription * Remove old code * Replace 'build' typo with 'built' (#3678) [skip ci] * some insiders typos (#3679) * some insiders typos * Update app/views/insiders/index.html.haml --------- Co-authored-by: Jeremy Walker <[email protected]> * Fix typo (#3684) * Fix british spelling * Clarify tooltip * Restore shadow on notification bell light mode (#3703) * Remove privacy_level * Remove amount_in_cents from handle cancelled * Fix tests * Fix tests --------- Co-authored-by: Michael Sage <[email protected]> Co-authored-by: Glenn Jackman <[email protected]> Co-authored-by: Jeremy Walker <[email protected]> Co-authored-by: Matthijs <[email protected]> Co-authored-by: Aron Demeter <[email protected]>
* Add Deactivate command for subscriptions * Add syncing of subscriptions * Sync subscriptions * Add tests for deactivate * Automatically create user * Add status column to subscriptions * Update status correctly * Add provider to subscriptions * Correctly update stripe status * Minor tweak * Minor tweak * Rename stripe-specific columns * Change index for payments and subscriptions to include provider * Pass provider to creating payments * Only sync stripe * Pass in provider * Make Donations::Subscription::Create independent of provider * Make Donations::Payment::Create independent of provider * Fix tests * Tweak tests slightly * Revert * Fix tests * Use consistent naming * Be explicit * Remove unneeded scope * Add tests for symbols of subscriptions * Move payment intent commands to stripe dir * Move customer commands to stripe dir * Move more stripe commands to stripe dir * Fix tests * Use additional information github sponsorships * Pass github sponsor privacy level * Start creating commands for github * Move github commands into own namespace * Shell out to correct handler * Implement cancelled handler * Implement created handler * Implement tier_changed handler * Extract logic of active donation subscription into command * Don't trigger for changed amount * Remove unnecessary command * Include example * Replace sponsor syncing * Work on sponsorships * Add create sync tests * Deactivate github subscriptions * Handle updating of github sponsorships * Update Stripe subscription * Remove old code * Enable free ngrok * Add PayPal webhooks controller * Setup structure for handling paypal events * Add paypal_payer_id to users * Add command to find paypal user * Add command to activate subscription * Refactor * Add commands for paypal * Add stub for signature verification * Fix tests * Verify signature * Add tests for requesting access token * Add command to test paypal payment creation * Add tests for handling payment created event * Add tests for handling payment failed event * Add tests for handling subscription cancelled event * Add tests for handling subscription activated event * Add tests for handling subscription updated event * Add tests for handling subscription created event * Add tests for subscription * Replace 'build' typo with 'built' (#3678) [skip ci] * some insiders typos (#3679) * some insiders typos * Update app/views/insiders/index.html.haml --------- Co-authored-by: Jeremy Walker <[email protected]> * Fix typo (#3684) * Fix british spelling * Clarify tooltip * Restore shadow on notification bell light mode (#3703) * Remove privacy_level * Remove amount_in_cents from handle cancelled * Add insiders update triggers * Remove amount_in_cents from handle cancelled * Trigger insiders update for updating subscription amount * Update app/commands/webhooks/paypal/request_access_token.rb Co-authored-by: Jeremy Walker <[email protected]> * Use tap * Remove more env * Fix tests * Fix tests * Fix tests * Add unique index on paypay_payer_id --------- Co-authored-by: Michael Sage <[email protected]> Co-authored-by: Glenn Jackman <[email protected]> Co-authored-by: Jeremy Walker <[email protected]> Co-authored-by: Matthijs <[email protected]> Co-authored-by: Aron Demeter <[email protected]>
Typo fix for issue spotted on the website-copy repository: exercism/website-copy#2245