Commit graph

2201 commits

Author SHA1 Message Date
Jess Lee
8765de85b4 Sort internal/listings by recently bumped listings (#2938) 2019-05-22 15:28:03 -04:00
Mohammadjavad Raadi
1a960cfb44 Fix TwitterTag's video control bug (#2869) 2019-05-22 13:32:37 -04:00
rhymes
3a45bfcc2d API docs: Adjust document and add syntax highlight [skip ci] (#2936)
* Adjust document and add syntax highlight

* Add alt text to images
2019-05-22 12:24:52 -04:00
Jesse M. Holmes
d7975637c5 Fix wording in readme.md (#2932)
* Renamee "Basic Installation" to the correct "Standard Installation"
* Added link to Standard Installation
2019-05-22 09:44:08 -04:00
Jess Lee
65e3cf605c Internal Listings View Enhancement (#2931)
* wip

* add username to listings list view

* add pagination

* small style adjustment on edit page

* add has_many relationship to users and orgs

* add search by username or listing title
2019-05-21 18:28:18 -04:00
Jess Lee
1678489a2b Internal Updates - Bust Cache for Listings and Add Note for Credits (#2908)
* handle cache busting

* add required note when removing or adding credits

* only reindex if listing is published
2019-05-21 17:25:37 -04:00
rhymes
9e14ef2afd Add a proper exception in case of XSS attempt (#2927)
Fixes the generic error message with a proper one
2019-05-21 17:20:39 -04:00
Ben Halpern
e3400a2dc2
Make home page listings minimizeable (#2928) 2019-05-21 17:17:28 -04:00
Ben Halpern
07597d307c
Fix bug to allow users to remove org from article (#2930) 2019-05-21 17:16:16 -04:00
Jess Lee
27bd5ed4e2 add guard to granting credits and add spec (#2926) 2019-05-21 17:14:51 -04:00
Faraz Patankar
e33c376789 use flexbox to align content in onboarding modal (#2910) 2019-05-21 15:41:13 -04:00
rhymes
09a99d93a3 Return errors instead of raising an exception on ArticleCreation (#2922) 2019-05-21 15:18:02 -04:00
rhymes
d517050973 Do not ask to unpublish a draft article (#2920) [ci skip] 2019-05-21 15:17:12 -04:00
rhymes
c2a3d46850 Remove trailing dot from API token message [ci skip] (#2918) 2019-05-21 15:09:27 -04:00
Jess Lee
21f595ea2c Update Slack Notifications (#2870) [ci skip] 2019-05-21 15:06:04 -04:00
Ben Halpern
80f42a544a
Add noopener to external target blank links (#2923)
* Add noopener to external target blank links

* Add noopener to external target blank links properly

* Fix schema mistake
2019-05-21 13:56:25 -04:00
Ben Halpern
97125dfd6a
Add PWA target blank functionality (#2921) 2019-05-21 13:15:36 -04:00
Ben Halpern
ae47e8db2c
Add API portal (#2915)
* Add API portal

* Change title tag
2019-05-21 12:46:52 -04:00
Monica Powell
d1357608ea improve contrast of badge-reward-message (#2909)
* improve contrast of badge-reward-message

* update styling to work in multiple themes
2019-05-21 12:43:41 -04:00
Ben Halpern
2aa01d44a2
Add listings to home page (#2912) 2019-05-21 10:21:49 -04:00
rhymes
5e94533f0b Articles API: fix update org and add datetimes (#2913)
* Allow the article to be assigned to an org on update

* Add all the relevant datetimes, those available in the export

* Not all dates are always available
2019-05-21 09:53:30 -04:00
Kartikey Tanna
03a122f0ce Implemented ActiveJob for RateLimitChecker Job (#2878)
* Implemented ActiveJob for RateLimitChecker Job

* Changes as per the review

* Further changes as per the review
2019-05-21 08:45:58 -04:00
rhymes
ff929fcf14 Some small performance improvements (#2876)
* Improve a few idioms with their faster counterparts

* Remove unused routes and some dead code

* Add the option to use bullet in testing mode and move rack host redirect

* Go back to the classic fetch to make mocking work

* Reorder gems and fix code climate issue
2019-05-20 18:53:31 -04:00
rhymes
85e33583c8 Fix organization article ownership code (#2904)
* Fix organization article ownership code

* Query the DB in case of user change only if needed
2019-05-20 18:50:04 -04:00
Mac Siri
d8616b8b92
Fix date related spec failures (#2906) [ci skip] 2019-05-20 14:52:58 -04:00
dependabot[bot]
d4741deaca Bump @storybook/addon-actions from 5.0.5 to 5.0.11 (#2887) [ci skip]
Bumps [@storybook/addon-actions](https://github.com/storybooks/storybook/tree/HEAD/addons/actions) from 5.0.5 to 5.0.11.
- [Release notes](https://github.com/storybooks/storybook/releases)
- [Changelog](https://github.com/storybooks/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybooks/storybook/commits/v5.0.11/addons/actions)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-20 14:00:58 -04:00
cyrillefr
abb4831a53 Move remove_all notifications method in own job (#2882)
- that calls a service
    - spec for job + service
    - check actual integration spec
    - minor refactoring
2019-05-20 13:54:39 -04:00
Ben Halpern
c08d140b36
Remove some dead code for very minor perf improvements and code quality (#2905) 2019-05-20 13:40:02 -04:00
dependabot[bot]
b0a371aa39 Bump aws-sdk-lambda from 1.22.0 to 1.25.0 (#2897 [ci skip]
Bumps [aws-sdk-lambda](https://github.com/aws/aws-sdk-ruby) from 1.22.0 to 1.25.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-lambda/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/compare/1.22.0...1.25.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-20 13:35:13 -04:00
Molly Struve
d65889b8a8 Add text explaining how to setup anchor links for blog posts (#2884) 2019-05-20 13:30:08 -04:00
dependabot[bot]
6fc072f647 Bump @storybook/addon-links from 5.0.5 to 5.0.11 (#2889) [ci skip]
Bumps [@storybook/addon-links](https://github.com/storybooks/storybook/tree/HEAD/addons/links) from 5.0.5 to 5.0.11.
- [Release notes](https://github.com/storybooks/storybook/releases)
- [Changelog](https://github.com/storybooks/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybooks/storybook/commits/v5.0.11/addons/links)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-20 13:26:54 -04:00
Ben Halpern
ec900a3146
Add safe navigation within chatchannelmemberships and remove some console.logs (#2903) 2019-05-20 13:20:06 -04:00
dependabot[bot]
a0ca7c9f45 Bump dalli from 2.7.9 to 2.7.10 (#2899)
Bumps [dalli](https://github.com/petergoldstein/dalli) from 2.7.9 to 2.7.10.
- [Release notes](https://github.com/petergoldstein/dalli/releases)
- [Changelog](https://github.com/petergoldstein/dalli/blob/master/History.md)
- [Commits](https://github.com/petergoldstein/dalli/compare/v2.7.9...v2.7.10)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-20 12:13:12 -04:00
dependabot[bot]
a7ad3e6da8 Bump husky from 2.2.0 to 2.3.0 (#2888) [ci skip]
Bumps [husky](https://github.com/typicode/husky) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/typicode/husky/releases)
- [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md)
- [Commits](https://github.com/typicode/husky/compare/v2.2.0...v2.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-20 12:10:03 -04:00
dependabot[bot]
31741fbca4 Bump @storybook/addons from 5.0.5 to 5.0.11 (#2890) [ci skip]
Bumps [@storybook/addons](https://github.com/storybooks/storybook/tree/HEAD/lib/addons) from 5.0.5 to 5.0.11.
- [Release notes](https://github.com/storybooks/storybook/releases)
- [Changelog](https://github.com/storybooks/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybooks/storybook/commits/v5.0.11/lib/addons)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-20 12:09:14 -04:00
dependabot[bot]
4a1ebaf254 Bump stripe from 4.16.0 to 4.17.0 (#2900) [ci skip]
Bumps [stripe](https://github.com/stripe/stripe-ruby) from 4.16.0 to 4.17.0.
- [Release notes](https://github.com/stripe/stripe-ruby/releases)
- [Changelog](https://github.com/stripe/stripe-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stripe/stripe-ruby/compare/v4.16.0...v4.17.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-20 12:08:47 -04:00
dependabot[bot]
79d7b1cb97 Bump eslint-config-prettier from 4.2.0 to 4.3.0 (#2892) [ci skip]
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v4.2.0...v4.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-20 12:03:37 -04:00
dependabot[bot]
96f052709c Bump algorithmia from 1.0.1 to 1.1.0 (#2896) [ci skip]
Bumps [algorithmia](https://github.com/algorithmiaio/algorithmia-ruby) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/algorithmiaio/algorithmia-ruby/releases)
- [Commits](https://github.com/algorithmiaio/algorithmia-ruby/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-20 12:02:40 -04:00
dependabot[bot]
e3a53751d9 Bump capybara from 3.19.1 to 3.20.2 (#2895) [ci skip]
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.19.1 to 3.20.2.
- [Release notes](https://github.com/teamcapybara/capybara/releases)
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](https://github.com/teamcapybara/capybara/compare/3.19.1...3.20.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-20 12:01:26 -04:00
dependabot[bot]
3a234888a4 Bump jbuilder from 2.8.0 to 2.9.1 (#2898) [ci skip]
Bumps [jbuilder](https://github.com/rails/jbuilder) from 2.8.0 to 2.9.1.
- [Release notes](https://github.com/rails/jbuilder/releases)
- [Changelog](https://github.com/rails/jbuilder/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rails/jbuilder/compare/v2.8.0...v2.9.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-20 12:00:26 -04:00
dependabot[bot]
08868e96de Bump lint-staged from 8.1.6 to 8.1.7 (#2891)
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 8.1.6 to 8.1.7.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v8.1.6...v8.1.7)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-20 10:27:12 -04:00
Ben Halpern
70580d0265
[WIP] Connect misc improvements/debugs (#2880)
* WIP Connect misc improvements/debugs

* Modify tests and update snapshots

* Change GitHub sidecar copy
2019-05-20 10:08:51 -04:00
dependabot[bot]
e7d91f0371 Bump prettier from 1.17.0 to 1.17.1 (#2893)
Bumps [prettier](https://github.com/prettier/prettier) from 1.17.0 to 1.17.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/1.17.0...1.17.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-20 09:06:48 -04:00
dependabot[bot]
8a5f01c831 Bump twilio-ruby from 5.22.2 to 5.23.0 (#2901)
Bumps [twilio-ruby](https://github.com/twilio/twilio-ruby) from 5.22.2 to 5.23.0.
- [Release notes](https://github.com/twilio/twilio-ruby/releases)
- [Changelog](https://github.com/twilio/twilio-ruby/blob/master/CHANGES.md)
- [Commits](https://github.com/twilio/twilio-ruby/compare/5.22.2...5.23.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-20 09:06:23 -04:00
rhymes
c9116f6d4d Add rhymes to core team in README [ci skip] (#2875) 2019-05-18 18:47:06 -04:00
rhymes
abe02a3eb8 Add awesome_print to development/test gems (#2874) 2019-05-18 18:46:20 -04:00
Jess Lee
b935fdd920 Limit number of cover image uploads (#2851) 2019-05-17 15:59:07 -04:00
Ben Halpern
bd22edc73c
Add visual indicator for chat channel more details (#2477)
* Add visual indicator for chat channel more details

* Don't show block button in non-direct context
2019-05-17 11:10:07 -04:00
Corey Alexander
4680dd2835 Add Submit Button to Integrations Tab (#2863)
* Add Submit Button to Integrations Tab

Was just browsing around dev.to and realized there wasn't a submit
button on this page, so I added one!

I tried to get a system spec stood up but ran into issues with hitting
the GitHub API that wasn't mocked out. I didn't spend enough time
getting the correct mocking to work, but I might try to get that pushed
up too.

* Get the mocking working with a sample repo

* Rewrite some of the rspec contexts
2019-05-17 10:58:30 -04:00
Anna Buianova
265dc3761b Fix #2784, Don't fail when twitch returns no user data (#2865) 2019-05-17 10:54:29 -04:00