dependabot[bot]
4c201af13f
Bump timber from 2.6.1 to 2.6.2 ( #973 ) [ci-skip]
...
Bumps [timber](https://github.com/timberio/timber-ruby ) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/timberio/timber-ruby/releases )
- [Changelog](https://github.com/timberio/timber-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/timberio/timber-ruby/commits/v2.6.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-23 11:52:18 -04:00
Ben Halpern
8661fe44d5
Fix sidebar caching issue for articles ( #981 )
2018-10-22 17:49:59 -04:00
Ben Halpern
302e8f202d
Add HTML variants for cta optimization and other nav bar adjustments ( #970 )
...
* Add HTML variants for cta optimization and other nav bar adjustments
* Fix 1==1 non-random mistake
* Spruce up org call-to-action
* Change default text color
* Add html variant trial and success request specs
* Fix article sidebar caching issue
* One line adjustment
* Modify schema
* Add include ActionView::Helpers::TagHelper to user_tag_spec
* Modify follow_button to remove session context
* Dummy commit
* Change Edit Article to Edit Post
* Dummy commit
* Fix rubocop concerns
* Fix rubocop style
2018-10-22 17:03:57 -04:00
rhymes
7399e022da
Add CodeTriage badge to README ( #965 ) [ci skip]
2018-10-19 17:05:03 -04:00
Jess Lee
80339dd573
Fix internal article query ( #964 )
...
* update abuse report subject template
* fix internal/article top month filters
* update resolution email spec with proper subject line
2018-10-19 16:16:43 -04:00
Nick Karnik
2136b105a3
Implement ability to style text in comments using hotkeys ( #959 )
...
* Resolves #891
* This is applied to root level comments as well as nested replies.
* We are handling latest browsers and special cases for FF, IE8/9/10
* All newer browser except FF support undo/redo functionality in the exact reverse order of text insertion
* Refactored some code
* Support for Bold & Italic text
* Support for Text Links
* In a subsequent change, we can consider adding hotkey for image URL
* Didn't add this feature at the moment since there's no universally accepted key-combination for image URL's that I know of
* IE 8-11 is not supported because it is a bit convoluted and I don't have a way to test it reliably
* We can revisit this if it is really needed and find a jQuery plugin to handle it
2018-10-19 15:39:22 -04:00
rhymes
7fe6777c75
Support links with trailing slash for link tag ( #950 )
...
The previous implementation of the link tag didn't support links with a trailing slash. It was also based on an internal and undocumentented function in Rails.
https://github.com/rails/rails/issues/28331#issuecomment-285440151
2018-10-19 15:25:58 -04:00
Nihad Abbasov
4995a4af21
Performance: replace ruby methods with their faster alternatives ( #949 )
...
- Array#select.first is slower than Array#detect.
- Array#shuffle.first is slower than Array#sample.
2018-10-19 13:21:18 -04:00
Jérôme Pott
04968214ce
Fix typo ( #958 )
...
Add missing verb "controls"
Capitalize first letter "English"
2018-10-19 13:13:18 -04:00
Mac Siri
c35544a154
Replace sprocket-es6 with new uglifier feature ( #928 )
2018-10-19 13:12:07 -04:00
rhymes
47bfe13b57
Update Dockerfile to bundler before installing packages ( #961 ) [ci skip]
...
I just tried going through the Docker installation guide and I got the following warning:
> Warning: the running version of Bundler (1.16.3) is older than the version that created the lockfile (1.16.6). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
This way the build should always use the latest version of Bundler
2018-10-19 12:38:03 -04:00
Thomas Bnt
16dc2fb903
Adding Font Awesome ( #953 )
...
* Adding Font Awesome
* Update copy
2018-10-18 17:25:37 -04:00
rhymes
1b60ee5009
Use timezone aware methods ( #893 )
...
* Use timezone aware datetime methods
* Use timezone aware date parse for GitHub issue tag
* Introduce a bit of chaos programming using Zonebie
Zonebie uses a random timezone to run tests, it's a really good way to see if the code is timezone dependent or not.
* Convert GitHub issue date as UTC
2018-10-18 16:26:29 -04:00
James Anderson
e9753dbe99
Fix broken links in CONTRIBUTING.md ( #952 ) [ci skip]
...
The links work fine with viewed in the Contributing
section in the README, but don't work when viewing
the CONTRIBUTING file itself in GitHub. This just
adds the full URLs for some links.
2018-10-18 16:24:49 -04:00
Ben Halpern
ca403ee01e
Adjust article show view css (revert sticky css) ( #954 )
...
* Adjust article show view css
* Change color subtly
2018-10-18 16:02:54 -04:00
Juan Manuel Ramallo
6ada73136b
[Article Actions] Using position sticky ( #945 )
2018-10-18 12:27:58 -04:00
rhymes
3fd15e2153
Add contributing guide and code of conduct ( #944 ) [ci skip]
2018-10-18 12:23:48 -04:00
Ben Halpern
8184baed83
Adjust analytics styling and accuracy ( #951 )
...
* Adjust analytics styling and accuracy
* Add video button back in
2018-10-18 12:19:49 -04:00
lianafelt
40f09e4b77
Fix Typo in Internal/users ( #948 )
...
Update link to mentor internal user profile
2018-10-18 12:12:02 -04:00
Ryan
95b2e181ff
Add Medium URL to User's Profile ( #943 )
2018-10-18 11:39:39 -04:00
Jess Lee
7bf9a8ce89
Delayed Jobs Investigation ( #929 )
...
* disallow nil reactables to be saved
* investigation wip
* passes deleted comment info to async bust cache
* fixes failing cache buster spec
* Create user_delete_a_comment_spec.rb
* Fix broken spec
* Binstub RuboCop
* Do not save comments when they are getting destroyed
* break update_reactable into smaller methods
2018-10-17 17:03:20 -04:00
Ben Halpern
305492c2c8
Add similarity score for users ( #942 )
2018-10-17 11:53:28 -04:00
Ben Halpern
7d783c2b9f
Change default <from> in notifymailer mentor emails ( #940 )
...
* Change default <from> in notifymailer mentor emails
* Change to dev.to for consistency + spec
2018-10-16 17:02:02 -04:00
Kyle Galbraith
f9c19f6b81
Feature/add parler.io liquid tag for audio embed ( #828 )
...
* initial parler liquid tag
* fix eqaulity in test
* update parler tag to parse out url since it is coming in as <ahref>
2018-10-16 16:54:02 -04:00
Ben Halpern
3bf42edd17
Add summary to select fields in sidebar follow suggestions ( #934 )
2018-10-16 16:50:26 -04:00
lianafelt
0d23ec1faf
Update Mentor Email ( #938 )
...
* Update mentor_email.html.erb
Update copy to original mentor email from mailchimp
* Update mentor_email.text.erb
2018-10-16 16:43:03 -04:00
lianafelt
747cf04bfb
Update Mentee Email ( #935 )
...
* Update Mentee Email
Mentee email with copy from original mailchimp emails.
* Update mentee_email.html.erb
* Update mentee_email.text.erb
2018-10-16 16:42:39 -04:00
Sergey Kislyakov
ac4b9b39db
Fixed badge page not having a title ( #939 )
2018-10-16 16:41:58 -04:00
Sergey Kislyakov
dd8fcd1e39
Fixed /feedback_messages not having a title ( #930 )
2018-10-16 13:41:32 -04:00
Ben Halpern
fcb68b4f29
Add automatic random mentee show page after quick match ( #931 )
2018-10-16 13:41:14 -04:00
Ben Halpern
af4e6932fa
Adjust org size labels in settings form ( #933 )
2018-10-16 13:41:00 -04:00
Mac Siri
eccb43efb5
Create stale.yml [ci skip]
2018-10-16 13:19:53 -04:00
Ben Halpern
dee58c0dce
Update mentorship area of user internal view ( #926 )
...
* Update mentorship area of user internal view
* Update mentorship backend
2018-10-15 18:04:29 -04:00
Mac Siri
e881cf5e7c
Remove Keen gem ( #924 )
...
* Remove phantom migration
* Remove keen gem
* Update doc
2018-10-15 17:37:22 -04:00
Andy Zhao
0dab93bdad
Allow Giphy links to be used and not from Cloudinary ( #927 )
...
* Test for giphy images
* Allow giphy images to be used as-is
2018-10-15 17:35:09 -04:00
Albert Alises
63acc9b72a
CSS height fix for Read Post button [ Fixes #921 ] ( #922 )
...
* [Fix #909 ] [ci skip] Added links to testing libraries on testing.md, fixed typo
* Fixed height for READ POST button
* Fixed heigth for READ POST button
2018-10-15 15:21:52 -04:00
Mac Siri
abf98ca797
Update weekly-digest.yml 🤔 [ci skip]
2018-10-15 13:32:50 -04:00
Mac Siri
690e7ac9dd
Update weekly-digest.yml
...
[ci-skip]
2018-10-15 13:29:51 -04:00
Adam Lombard
92645d6062
Fix indentation in articles_controller.rb ( #908 ) [ci skip]
2018-10-15 12:30:08 -04:00
Albert Alises
7022f222c9
Add links to testing libraries on testing.md ( #912 )
...
* [Fix #909 ]Added links to testing libraries on testing.md, fixed typo
* Fixed height for READ POST button
* Ammended commit that was due for another pull request
2018-10-15 12:26:30 -04:00
dependabot[bot]
de695821a0
Bump test-prof from 0.5.0 to 0.7.2 ( #914 ) [ci skip]
...
Bumps [test-prof](https://github.com/palkan/test-prof ) from 0.5.0 to 0.7.2.
- [Release notes](https://github.com/palkan/test-prof/releases )
- [Changelog](https://github.com/palkan/test-prof/blob/master/CHANGELOG.md )
- [Commits](https://github.com/palkan/test-prof/compare/v0.5.0...v0.7.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-15 12:22:11 -04:00
dependabot[bot]
ceaacfa506
Bump factory_bot_rails from 4.11.0 to 4.11.1 ( #917 ) [ci skip]
...
Bumps [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails ) from 4.11.0 to 4.11.1.
- [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases )
- [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/master/NEWS )
- [Commits](https://github.com/thoughtbot/factory_bot_rails/compare/v4.11.0...v4.11.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-15 12:21:15 -04:00
dependabot[bot]
fc8e371efc
Bump eslint from 5.6.1 to 5.7.0 ( #918 ) [ci skip]
...
Bumps [eslint](https://github.com/eslint/eslint ) from 5.6.1 to 5.7.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v5.6.1...v5.7.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-15 12:20:16 -04:00
dependabot[bot]
a68201d275
Bump twilio-video from 1.14.0 to 1.14.1 ( #919 ) [ci skip]
...
Bumps [twilio-video](https://github.com/twilio/twilio-video.js ) from 1.14.0 to 1.14.1.
- [Release notes](https://github.com/twilio/twilio-video.js/releases )
- [Changelog](https://github.com/twilio/twilio-video.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/twilio/twilio-video.js/compare/1.14.0...1.14.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-15 12:19:56 -04:00
dependabot[bot]
f6b1f020df
Bump husky from 1.1.1 to 1.1.2 ( #920 ) [ci skip]
...
Bumps [husky](https://github.com/typicode/husky ) from 1.1.1 to 1.1.2.
- [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/v1.1.1...v1.1.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-15 12:19:29 -04:00
Ben Halpern
8b12c1fb04
Fix logic in StickyArticleCollection ( #906 )
2018-10-14 12:37:49 -04:00
Ben Halpern
79bc96e1ca
Simplify article show view/remove queries ( #905 )
2018-10-14 11:18:06 -04:00
Ben Halpern
57fff54cd8
Remove es6 code from non-es6 area ( #904 )
2018-10-13 20:02:49 -04:00
Ben Halpern
221c363af0
Reduce queries in typical stories#show response + small fixes ( #903 )
...
* Reduce queries in typical stories#show response + small fixes
* Change const to git in non-es6 code
2018-10-13 19:38:38 -04:00
Ryan Palo
588ffeef09
Fix #848 . Code inside Markdown inside Gist displays. ( #902 )
2018-10-13 14:28:39 -04:00