Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

friends

Helping you to spend time with the people you care about. Introvert-tested. Extrovert-approved.
Collective - Host: opensource - https://opencollective.com/friends - Code: https://github.com/JacobEvelyn/friends

Skips reading the `friends.md` file on update

Resolves #137

github.com/JacobEvelyn/friends - c2a590d7ebf1469ec7b2e2733d5d51cf6d148433 authored over 8 years ago by Jacob Evelyn <[email protected]>
Merge pull request #144 from JacobEvelyn/mr-clean

Simplify code and improve performance

github.com/JacobEvelyn/friends - e42eb9aba7e285cd3891c83157126ad1c44456f5 authored over 8 years ago by Jacob Evelyn <[email protected]>
Simplify code and improve performance

This commit simplifies and removes redundant and unnecessary
code from `introvert.rb`. Some meth...

github.com/JacobEvelyn/friends - d53599ba230006087087ab7f2ae1a34307fac191 authored over 8 years ago by Jacob Evelyn <[email protected]>
Merge pull request #142 from JacobEvelyn/gemnasium

Add Gemnasium integration with README badge

github.com/JacobEvelyn/friends - aca85c14a879bbf79b5f1c4f8d64a9a89336e992 authored over 8 years ago by Jacob Evelyn <[email protected]>
Add Gemnasium integration with README badge

Resolves #130

github.com/JacobEvelyn/friends - e69d56f79dc36bd4959cacfbb431d6f8acea7125 authored over 8 years ago by Jacob Evelyn <[email protected]>
Add email address to CODE_OF_CONDUCT

github.com/JacobEvelyn/friends - d6e8fc6cbcf92ab55d44c0d0b6626fd41d07cdad authored over 8 years ago by Jacob Evelyn <[email protected]>
Stylize title in README

github.com/JacobEvelyn/friends - a1b9062cea629c2ce24d5b9dee5acb0247923edf authored over 8 years ago by Jacob Evelyn <[email protected]>
Update CODE_OF_CONDUCT to Contributor Covenant v1.4

github.com/JacobEvelyn/friends - aee8b76b6570b139f7eb10a6ab2868be7e7e4e31 authored over 8 years ago by Jacob Evelyn <[email protected]>
Update CHANGELOG for v0.26

github.com/JacobEvelyn/friends - 93817cab61dc7432488bab3b5a13dea5d0118369 authored over 8 years ago by Jacob Evelyn <[email protected]>
Bump to v0.26

github.com/JacobEvelyn/friends - f4ab08f539d46408b2a28b6f2dd79e469d8fd47d authored over 8 years ago by Jacob Evelyn <[email protected]>
Merge pull request #141 from JacobEvelyn/deserialization-station

Fix deserialization for friends with tags and no nicknames

github.com/JacobEvelyn/friends - ea57a0676683582877ac16930443aebc9ae88a33 authored over 8 years ago by Jacob Evelyn <[email protected]>
Fix deserialization for friends with tags and no nicknames

Resolves #140

github.com/JacobEvelyn/friends - aedd53b531515bfcf0edf5eb86b6e67930166f46 authored over 8 years ago by Jacob Evelyn <[email protected]>
Tiny word change in README

github.com/JacobEvelyn/friends - 9427d7468bd1426362f664a28bd9da00cbaa0415 authored over 8 years ago by Jacob Evelyn <[email protected]>
Add participation note

github.com/JacobEvelyn/friends - ccd618ddd5d242e499408c6bc2c192aea4fb614e authored over 8 years ago by Jacob Evelyn <[email protected]>
Update CHANGELOG for v0.25

github.com/JacobEvelyn/friends - 1da8178f12fd698d1fc449c08b23828e2e46585b authored over 8 years ago by Jacob Evelyn <[email protected]>
Bump to v0.25

github.com/JacobEvelyn/friends - b83e654d467fa91f2e76d5a0cd9e3d0d821cde56 authored over 8 years ago by Jacob Evelyn <[email protected]>
Merge pull request #138 from JacobEvelyn/infinity

Make tag-migration code simpler

github.com/JacobEvelyn/friends - bc48afb1ce662016b648df290163624a98f0a66d authored over 8 years ago by Jacob Evelyn <[email protected]>
Remove tag-migration code

This fix removes the tag-migration code in order
to resolve "Stack level too deep" recursion err...

github.com/JacobEvelyn/friends - 8b86390669ac22a6625acb208c0646df9c387681 authored over 8 years ago by Jacob Evelyn <[email protected]>
Merge pull request #135 from JacobEvelyn/rubocopper

Add rubocop run to TravisCI

github.com/JacobEvelyn/friends - 9fe10e384d41ca011c5dcfa99ae51e3289734340 authored over 8 years ago by Jacob Evelyn <[email protected]>
Add rubocop run to TravisCI

Resolves #131. Closes #132.

github.com/JacobEvelyn/friends - 197e6b05c3869d40aa814a6b0ee07722d539ab53 authored over 8 years ago by Jacob Evelyn <[email protected]>
Add PULL_REQUEST_TEMPLATE.md

github.com/JacobEvelyn/friends - e2ed10b8dccc57299c8fdb7c8e4ee9874afb39d1 authored over 8 years ago by Jacob Evelyn <[email protected]>
Update CHANGELOG for v0.24

github.com/JacobEvelyn/friends - f443f8b929917c6b1aa6928f6fd27df005fec45f authored over 8 years ago by Jacob Evelyn <[email protected]>
Bump to v0.24

github.com/JacobEvelyn/friends - 8c8abb5054076c4e060869075c318caa8f183a94 authored over 8 years ago by Jacob Evelyn <[email protected]>
Merge pull request #134 from JacobEvelyn/email-tags

Change tags to `@tag` format, auto-migrate old tags, and fix set loading issue

github.com/JacobEvelyn/friends - d71eb4c9f63e03c8cd683849b7526580ae470b41 authored over 8 years ago by Jacob Evelyn <[email protected]>
Add `require "set"` to classes using Sets

I'm not sure why this code was working locally but not in
gem form (possibly something to do wit...

github.com/JacobEvelyn/friends - 429c4a3af26bcbce5e7190a1bd3d0a55733eb2b8 authored over 8 years ago by Jacob Evelyn <[email protected]>
Add temporary migration code for #tag --> @tag

github.com/JacobEvelyn/friends - 77ffd3bb1c5c123d5f09d56991ffc0a60f46ff35 authored over 8 years ago by Jacob Evelyn <[email protected]>
Convert #hashtags to @tags

Resolves #122.

github.com/JacobEvelyn/friends - 472b3f5ea9c0e9e9945b3b9b2e1de6af922c2c15 authored over 8 years ago by Jacob Evelyn <[email protected]>
Update README for `graph` changes and update CHANGELOG for v0.23

github.com/JacobEvelyn/friends - f35c7a66aac4ca379ed58a83b04d5a3f8e7278c1 authored over 8 years ago by Jacob Evelyn <[email protected]>
Bump to v0.23

github.com/JacobEvelyn/friends - 49eb395efd5fa098ca0a4ecc686f83e136595fac authored over 8 years ago by Jacob Evelyn <[email protected]>
Merge pull request #129 from andypearson/124-filter-graph-by-friend-location-hashtag

Allow graph to be filtered by friend, location and hashtag

github.com/JacobEvelyn/friends - 63489bf24131b39ea80bc39c6af5cd794b3407af authored over 8 years ago by Jacob Evelyn <[email protected]>
Allow graph to be filtered (resolves #124)

Graph can be filtered by friend, location and hashtag.

github.com/JacobEvelyn/friends - 85ae9d558dd78bf95b0b0fb6b9201bd104f3aa8d authored over 8 years ago by Andy Pearson <[email protected]>
Update codebase for Rubocop 0.40.0

github.com/JacobEvelyn/friends - a9f4d23396c442a985fe8daabcb6cb85c1b17307 authored over 8 years ago by Jacob Evelyn <[email protected]>
Update CHANGELOG for v0.22

github.com/JacobEvelyn/friends - 7b0e0cf9b972e2e4d9b0b91dab39295fa6ec0e39 authored over 8 years ago by Jacob Evelyn <[email protected]>
Bump to v0.22

github.com/JacobEvelyn/friends - 31d85bff432b413403e22506e2bc66c736f313b8 authored over 8 years ago by Jacob Evelyn <[email protected]>
Bump to v0.21

github.com/JacobEvelyn/friends - 7d68b9992439ecbc721c5c42b50552d0d303790c authored over 8 years ago by Jacob Evelyn <[email protected]>
Merge pull request #126 from andypearson/fix-favorite-commands

Fix favorite commands (undefined variable "limit")

github.com/JacobEvelyn/friends - 8ebf83754b73bac6df43f0aa43a5e8837e00fa70 authored over 8 years ago by Jacob Evelyn <[email protected]>
Fix favorite commands (undefined variable "limit")

github.com/JacobEvelyn/friends - 5c15d12f22e8244f91396f0e6d54d41b7b20d7e3 authored over 8 years ago by Andy Pearson <[email protected]>
Merge pull request #123 from JacobEvelyn/unquoted-friends

Remove need to quote for `add friend` and `add activity`

github.com/JacobEvelyn/friends - 0a8f3af27502ceaa4e126a9d425f4086fe421f12 authored over 8 years ago by Jacob Evelyn <[email protected]>
Remove need to quote for `add friend` and `add activity`

Resolves #120 and #121.

github.com/JacobEvelyn/friends - f8f328c7b8600c1c6877a371789211cbd4288ebd authored over 8 years ago by Jacob Evelyn <[email protected]>
Update CHANGELOG for v0.20

github.com/JacobEvelyn/friends - 51ba84613040aaf019aaed91bad2c5a55bb09ad0 authored over 8 years ago by Jacob Evelyn <[email protected]>
Bump to v0.20

github.com/JacobEvelyn/friends - d3497ebfeb8b7ac5860b0f8f9d161e2dd1e55250 authored over 8 years ago by Jacob Evelyn <[email protected]>
Merge pull request #118 from JacobEvelyn/taggy

Implement hashtags

github.com/JacobEvelyn/friends - dc1b800bc9ae60f16aa7aabd266b1b13fed6708a authored over 8 years ago by Jacob Evelyn <[email protected]>
Add --tagged option to `list friends`

Resolves #119.

github.com/JacobEvelyn/friends - ffc6319e2e6f3a241457ba994dcbd5b47607dcb3 authored over 8 years ago by Jacob Evelyn <[email protected]>
Add --verbose switch to `list friends`

Resolves #117.

github.com/JacobEvelyn/friends - b4450d6279eb2647244c97e3ec545df0f98325bf authored over 8 years ago by Jacob Evelyn <[email protected]>
Update `list hashtags` command for friend hashtags

Resolves #90.

github.com/JacobEvelyn/friends - 71a5e671021360deea43ea570285226ed8716ff8 authored over 8 years ago by Jacob Evelyn <[email protected]>
Add `add hashtag` and `remove hashtag` commands

Implements part of #90.

github.com/JacobEvelyn/friends - 3c5487ad94d0440e649439551664005a7a84bc03 authored over 8 years ago by Jacob Evelyn <[email protected]>
Use GLI typecasting

github.com/JacobEvelyn/friends - 79c6c58cb3a4a4001d7b43d03109e4f98956ed10 authored over 8 years ago by Jacob Evelyn <[email protected]>
Rename "tags" as "hashtags" in codebase

github.com/JacobEvelyn/friends - 6b5d4beb44f263e671c406816f088eaede087772 authored over 8 years ago by Jacob Evelyn <[email protected]>
Add `list hashtags` command

Resolves #116.

github.com/JacobEvelyn/friends - 8d1ff7960a052f9893c9bd434a7f30229b4a1d09 authored over 8 years ago by Jacob Evelyn <[email protected]>
Add activity hashtags and --tagged flag

Resolves #89.

github.com/JacobEvelyn/friends - b6c9334798de514c0d6cf5b4acca6406af2d0039 authored over 8 years ago by Jacob Evelyn <[email protected]>
Update CHANGELOG for v0.19

github.com/JacobEvelyn/friends - d87b5728c8bca6715d632b4862827c94cd5d6fed authored over 8 years ago by Jacob Evelyn <[email protected]>
Bump to v0.19

github.com/JacobEvelyn/friends - e850df66c369c9237d0f3dae41f598f027f0ef06 authored over 8 years ago by Jacob Evelyn <[email protected]>
Merge pull request #115 from JacobEvelyn/favors

Add `list favorite locations` command

github.com/JacobEvelyn/friends - 611c865978721ade7cb5d5a1551895ad4a09117e authored over 8 years ago by Jacob Evelyn <[email protected]>
Add `list favorite locations` command

This commit splits the previous `list favorites` command into
two commands: `list favorite frien...

github.com/JacobEvelyn/friends - 85f6973753ab0967e707a4dece776bd7cb971e02 authored over 8 years ago by Jacob Evelyn <[email protected]>
Update CHANGELOG for v0.18 and improve RELEASING.md

github.com/JacobEvelyn/friends - ea6d715217c1f40cbf06d3798d7a1208a21ac62a authored over 8 years ago by Jacob Evelyn <[email protected]>
Bump to v0.18

github.com/JacobEvelyn/friends - 062a46fec24b8b1051368886888376566b68935e authored over 8 years ago by Jacob Evelyn <[email protected]>
Merge pull request #114 from JacobEvelyn/initialisms

Match friends with first name and last name initial

github.com/JacobEvelyn/friends - 9d190216d041c491146154147242e29363244f9c authored over 8 years ago by Jacob Evelyn <[email protected]>
Match friends with first name and last name initial

This commit adds name matching for things like "Earnest H" and
"Earnest H." to match a name like...

github.com/JacobEvelyn/friends - b09fa429c8a832f1d9fbfbf3b248dced05a0df11 authored over 8 years ago by Jacob Evelyn <[email protected]>
Merge pull request #113 from JacobEvelyn/nickelodeon

Give nicknames matching precedence over first names

github.com/JacobEvelyn/friends - 2b340913f4fd4cf9746a7968f2ba42644f71013d authored over 8 years ago by Jacob Evelyn <[email protected]>
Give nicknames matching precedence over first names

This change fixes an edge case bug in how nicknames could be
matched. If a nickname (like "Amazi...

github.com/JacobEvelyn/friends - 0ffe37ee8535a1f7188b7c0cd15ebf22059f233b authored over 8 years ago by Jacob Evelyn <[email protected]>
Merge pull request #112 from JacobEvelyn/editme

Add `friends edit` command

github.com/JacobEvelyn/friends - 11882828274b8b0e6e415b524ad4d154bb084251 authored over 8 years ago by Jacob Evelyn <[email protected]>
Add `friends edit` command

Resolves #91.

github.com/JacobEvelyn/friends - 12e2195608f678d014a4a37bdfa5ca106d151fc5 authored over 8 years ago by Jacob Evelyn <[email protected]>
Merge pull request #110 from JacobEvelyn/documents

Organize documentation in README

github.com/JacobEvelyn/friends - 0c83e716a6e30ebbc2dad46b456750e2267915d7 authored over 8 years ago by Jacob Evelyn <[email protected]>
Organize documentation in README

Resolves #92.

github.com/JacobEvelyn/friends - 44c2aadd04cdc19790831e1f18b79eba7e879429 authored over 8 years ago by Jacob Evelyn <[email protected]>
Update CHANGELOG for v0.17

github.com/JacobEvelyn/friends - f779f26460d28f94f8ad69139f4b637cd286fcb8 authored over 8 years ago by Jacob Evelyn <[email protected]>
Bump to v0.17

github.com/JacobEvelyn/friends - 75cf4c3aa58905ca5d1d5485a4baf8d51d73c46e authored over 8 years ago by Jacob Evelyn <[email protected]>
Merge pull request #107 from JacobEvelyn/inclusivity

Add location features

github.com/JacobEvelyn/friends - 9bec30836c780c417c0c9ad38a330abe273f46af authored over 8 years ago by Jacob Evelyn <[email protected]>
Add documentation for location features

github.com/JacobEvelyn/friends - e6283db4fdf3e1a555b547abe2f09fb14e5611b2 authored over 8 years ago by Jacob Evelyn <[email protected]>
Add --in flag to `suggest`

Implements #106.

github.com/JacobEvelyn/friends - db89bfc6f6faeb5455d06c1d446a16816ca7f0eb authored over 8 years ago by Jacob Evelyn <[email protected]>
Add `rename location` command

Implements #105.

github.com/JacobEvelyn/friends - 35e8e38929223972ccfcd99741939195a4d8479d authored over 8 years ago by Jacob Evelyn <[email protected]>
Add --in flag to `list friends`

Implements #99.

github.com/JacobEvelyn/friends - 0bfed2f3eaf5fbe40e562bab95092f51be0106a9 authored over 8 years ago by Jacob Evelyn <[email protected]>
Add `set location` command

Implements #98.

github.com/JacobEvelyn/friends - 2da190f25785a47bd1ad27034c8d5a8c90ee5da3 authored over 8 years ago by Jacob Evelyn <[email protected]>
Add --in flag to `list activities`

Implements #100.

github.com/JacobEvelyn/friends - 753972f5df4d4515e226edbca08bf5915490a222 authored over 8 years ago by Jacob Evelyn <[email protected]>
Merge pull request #104 from andypearson/documentation-fixes

Fix documentation formatting and typos

github.com/JacobEvelyn/friends - dc9acbabdabc82f887b27d83febedd96b8b98439 authored over 8 years ago by Jacob Evelyn <[email protected]>
Fix documentation formatting and typos

github.com/JacobEvelyn/friends - ca2015f661b898c626bd51f162cc4b8e42cb4da3 authored over 8 years ago by Andy Pearson <[email protected]>
Merge pull request #103 from JacobEvelyn/location-matcher

Add location matching/highlighting to activities

github.com/JacobEvelyn/friends - 83e432368a0163e7f6c8b87d1ca007ceae81be9c authored over 8 years ago by Jacob Evelyn <[email protected]>
Add location matching/highlighting to activities

Implements #97.

github.com/JacobEvelyn/friends - a061bb0c36dec6efe2404e1b37318d5e2986b7a2 authored over 8 years ago by Jacob Evelyn <[email protected]>
Merge pull request #102 from JacobEvelyn/doc-ock

Add documentation for `graph` and `stats` commands

github.com/JacobEvelyn/friends - b33b14b3c219a5aa3f7536aa564b2e5c9934331c authored over 8 years ago by Jacob Evelyn <[email protected]>
Merge pull request #101 from JacobEvelyn/location-heading

Add backwards-compatible `add location` and `list locations` commands

github.com/JacobEvelyn/friends - c79a3c44261e97988af44cef77f186111d3ee74f authored over 8 years ago by Jacob Evelyn <[email protected]>
Add documentation for `graph` and `stats` commands

Resolves #93.

github.com/JacobEvelyn/friends - cc60733c143c5ff36473145d5f0ae7018251ea7d authored over 8 years ago by Jacob Evelyn <[email protected]>
Add backwards-compatible `add location` and `list locations` commands

Resolves #94, #95, and #96.

github.com/JacobEvelyn/friends - d7c4a7412a9f14aead88d321db9564628c04ab02 authored over 8 years ago by Jacob Evelyn <[email protected]>
Clarify how to run in development

github.com/JacobEvelyn/friends - bb58eb8b8af647591cdd640de65334177bc4bbef authored over 8 years ago by Jacob Evelyn <[email protected]>
Update CHANGELOG for v0.16

github.com/JacobEvelyn/friends - 600a3208cf99c19c4434905682ea96ea1475a145 authored almost 9 years ago by Jacob Evelyn <[email protected]>
Bump to v0.16

github.com/JacobEvelyn/friends - bcb33d49e49abddbe542d3ba498d179d7c8a4ab0 authored almost 9 years ago by Jacob Evelyn <[email protected]>
Merge pull request #85 from andypearson/83-allow-graph-with-no-arguments

Allow `graph` without arguments to graph all activities (Closes #83)

github.com/JacobEvelyn/friends - 42479bdbf3d2f816258a9d1ca70ab77683659084 authored almost 9 years ago by Jacob Evelyn <[email protected]>
Allow `graph` without arguments to graph all activities (Closes #83)

github.com/JacobEvelyn/friends - 42629ad7d08dd3796ff3ec73eedff3efaa6c91d5 authored almost 9 years ago by Andy Pearson <[email protected]>
Update CHANGELOG for v0.15

github.com/JacobEvelyn/friends - ee4be4e57056634728387ac14aee2f6934fdf032 authored almost 9 years ago by Jacob Evelyn <[email protected]>
Bump to v0.15

github.com/JacobEvelyn/friends - a295a93265285cc0453a6f0e47797a15ba3ef10c authored almost 9 years ago by Jacob Evelyn <[email protected]>
Fix small typo in README caused by 09404e5

github.com/JacobEvelyn/friends - 339d48604025e5a83d85ba3af1793255d4cb44b6 authored almost 9 years ago by Jacob Evelyn <[email protected]>
Bump to v0.14

github.com/JacobEvelyn/friends - b9317ad45fb921c4de7ce5987c97a1ead03e1a59 authored almost 9 years ago by Jacob Evelyn <[email protected]>
Merge pull request #82 from JacobEvelyn/naturally-linguistic

Allow natural-language dates

github.com/JacobEvelyn/friends - 9242da6514e51b8cc33f6781ebdaf74363c116ab authored almost 9 years ago by Jacob Evelyn <[email protected]>
Allow natural-language dates

Resolves #65

github.com/JacobEvelyn/friends - 09404e5b07e39986d1a01d1bb2587f30eea90936 authored almost 9 years ago by Jacob Evelyn <[email protected]>
Update CHANGELOG for v0.13

github.com/JacobEvelyn/friends - cf49a481f34aa4e4e646c91ed68c9c76d95c94bc authored almost 9 years ago by Jacob Evelyn <[email protected]>
Bump to v0.13

github.com/JacobEvelyn/friends - fa0f9d6b3b0ec2a32e512eb02af36284e8775f27 authored almost 9 years ago by Jacob Evelyn <[email protected]>
Merge pull request #81 from JacobEvelyn/double-names

Improve handling of double-names and names within names

github.com/JacobEvelyn/friends - 8f92ae021efc68c10e695fa23bc53f6fcc9cf482 authored almost 9 years ago by Jacob Evelyn <[email protected]>
Improve handling of double-names and names within names

This change improves Activity#highlight_friends' matching to
no longer match friends that are in...

github.com/JacobEvelyn/friends - 84c1b712736e9a5be57262296f3408d9bbc150c4 authored almost 9 years ago by Jacob Evelyn <[email protected]>
Merge pull request #79 from bloomyminded/fix-rubocop-errors

Update RuboCop and fix many offenses

github.com/JacobEvelyn/friends - 474f0ebeb278fa742c33f356cc4046899ddccd70 authored almost 9 years ago by Jacob Evelyn <[email protected]>
Update rubocop to 0.36

Enable mutable constants and freeze constant strings adding required
frozen strings comment. Add...

github.com/JacobEvelyn/friends - ec00d7425be638ebb714731f171816f4e0ecd6b5 authored almost 9 years ago by Cody Roberts <[email protected]>
Update CHANGELOG for v0.12

github.com/JacobEvelyn/friends - 00f82d35f5da47bb3d88bea668c0334f7ace17ff authored almost 9 years ago by Jacob Evelyn <[email protected]>
Bump to v0.12

github.com/JacobEvelyn/friends - 09428b7034475b570aac8994cd5f7206df99c955 authored almost 9 years ago by Jacob Evelyn <[email protected]>