Ecosyste.ms: OpenCollective

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

Unigraph

Creating a universal, searchable personal knowledge base that integrates with your existing workflows.
Collective - Host: opensource - https://opencollective.com/unigraph-dev - Website: https://unigraph.dev - Code: https://github.com/unigraph-dev

Merge pull request #196 from unigraph-dev/executable-imports

Executable imports

github.com/unigraph-dev/unigraph-dev - c967ce5dd621a264ac45af593397b8f7a5930e31 authored about 3 years ago by Sophia Xu <[email protected]>
feat: custom imports for executables

github.com/unigraph-dev/unigraph-dev - a6d899a7482ad63e628b82cfa631146335a0dade authored about 3 years ago by Sophia Xu <[email protected]>
opt(cache): Use Ristretto to store posting lists (#7995)

- Use some nifty techniques to make Ristretto caching work with MVCC posting lists.
- Use posti...

github.com/unigraph-dev/dgraph - c051c2f5d0b7d3c2c8b2d7f195f22d4f12e0c6c4 authored about 3 years ago by Ahsan Barkati <[email protected]>
fix: don't check for dedup when following timeline

github.com/unigraph-dev/unigraph-dev - 79db2a747d9c1877e4760235368fccab89d4f8c6 authored about 3 years ago by Sophia Xu <[email protected]>
feat: imports manager via UI

github.com/unigraph-dev/unigraph-dev - 438bdefb42a277a34beec740d736c8d4c6c85f6e authored about 3 years ago by Sophia Xu <[email protected]>
Merge pull request #195 from unigraph-dev/misc-fixes

Misc fixes

github.com/unigraph-dev/unigraph-dev - 9bc885477e694e856623122fbf8ba9316a04d7c0 authored about 3 years ago by Sophia Xu <[email protected]>
feat: external imports for executables

github.com/unigraph-dev/unigraph-dev - 7170dc4dca023a863c355a72e549677f60210679 authored about 3 years ago by Sophia Xu <[email protected]>
fix: minor polishes

github.com/unigraph-dev/unigraph-dev - 819bbb31615d5054d635c75b23246adbc3f0fdc5 authored about 3 years ago by Sophia Xu <[email protected]>
feat(acl): allow access to all the predicates using wildcard (#7991)

There are usecases that need read/write/modify permissions over all the predicates of the namesp...

github.com/unigraph-dev/dgraph - 3504044d6942ae75594a5605623a0bdc4116f84b authored about 3 years ago by Naman Jain <[email protected]>
fix(acl): subscribe for the correct predicates (#7992)

We were subscribing to the wrong predicates. Hence the ACL cache was not getting updated.

github.com/unigraph-dev/dgraph - 1b75c01db6de51f537e2713f2de10316950d7013 authored about 3 years ago by Naman Jain <[email protected]>
fix(live): quote the xid when doing upsert (#7983)

github.com/unigraph-dev/dgraph - cb2f223ceadf1b4fe51dc904962550aa7208b320 authored about 3 years ago by Naman Jain <[email protected]>
opt(rdf-output): Make RDF output generation concurrent (#7988)

Make the RDF output generation run concurrently.

github.com/unigraph-dev/dgraph - 72bee9357bd07106bbf9a929356ceada5509a7fc authored about 3 years ago by Ahsan Barkati <[email protected]>
opt(recurse): Optimise recurse and bring range iterators from sroar (#7989)

Optimise recurse by using reached map with bitmap as the map value, so a direct
bitmap `AndNot`...

github.com/unigraph-dev/dgraph - 97d58414047c5340f2ce71ece6eb488d77236abd authored about 3 years ago by Ahsan Barkati <[email protected]>
fix: ux enhancements

github.com/unigraph-dev/unigraph-dev - 4a0527bd4d1f928d8fd674db0e731ee62d0ad3da authored about 3 years ago by Sophia Xu <[email protected]>
Merge pull request #194 from unigraph-dev/data-fixes

Data fixes

github.com/unigraph-dev/unigraph-dev - 60ca339b3549fd6eeeebfc269d86fab9341d98f3 authored about 3 years ago by Sophia Xu <[email protected]>
spec: use new ref spec for tests

github.com/unigraph-dev/unigraph-dev - 7846462b1c17dfaef6d1f8e4b686df20f3e90534 authored about 3 years ago by Sophia Xu <[email protected]>
fix: unique only checks in referenced schema now

github.com/unigraph-dev/unigraph-dev - e911a228591b6bed5315e84a3ff6d5408e9ede07 authored about 3 years ago by Sophia Xu <[email protected]>
fix: twitter insertion naming

github.com/unigraph-dev/unigraph-dev - 2d24df6c231854ae21e6d26f77a82e10cedc63b9 authored about 3 years ago by Sophia Xu <[email protected]>
Merge pull request #193 from unigraph-dev/twitter-entities

Twitter entities

github.com/unigraph-dev/unigraph-dev - d688b2b9056b6c4e225eec6688628515b8ecb617 authored about 3 years ago by Sophia Xu <[email protected]>
feat: twitter entities support

github.com/unigraph-dev/unigraph-dev - 6c2a4698c5a23abc8578ddf48a5cc41467cd7a35 authored about 3 years ago by Sophia Xu <[email protected]>
fix: reddit sync feed

github.com/unigraph-dev/unigraph-dev - 8e4dc31a5b0098804a0581d218e1060eb1b104f8 authored about 3 years ago by Sophia Xu <[email protected]>
opt(restore): Sort the buffer before spinning the writeToDisk goroutine (#7984)

Sort the buffer beforehand instead of sorting it in the goroutine used for
writing the buffer t...

github.com/unigraph-dev/dgraph - 196624562acdb611cf724927c280c9e812a05d0f authored about 3 years ago by Ahsan Barkati <[email protected]>
perf(sroar): Use latest sroar and add histogram in the sbs tool (#7982)

This commit brings in sroar with some more optimizations like
cleanup of the bitmap, it also im...

github.com/unigraph-dev/dgraph - 3233a70548c6dfce5484beb8b0f68aaab45a24db authored about 3 years ago by Ahsan Barkati <[email protected]>
fix: reddit sync update token

github.com/unigraph-dev/unigraph-dev - 4ff3fa9b6148c7b2309399786805caad442d76a0 authored about 3 years ago by Sophia Xu <[email protected]>
Merge pull request #192 from unigraph-dev/various-fixes

Reddit support

github.com/unigraph-dev/unigraph-dev - 046d858800a4a78d24955722e79d4169984f7d71 authored about 3 years ago by Sophia Xu <[email protected]>
feat: reddit subscription support

github.com/unigraph-dev/unigraph-dev - a2e5fc830481a3ce4da8d4565c58859568144b3c authored about 3 years ago by Sophia Xu <[email protected]>
fix(acl): filter out the results based on type (#7978) (#7980)

We store the groupId and userId in a predicate named dgraph.xid.There was a subtle bug where if ...

github.com/unigraph-dev/dgraph - 18fd841350f439a79a0b0cdebd740d025f0c6267 authored about 3 years ago by Naman Jain <[email protected]>
fix: update package with upsert fix

github.com/unigraph-dev/unigraph-dev - a2507ec2eac732bb70275cf93bb11c5c8b1f1972 authored about 3 years ago by Sophia Xu <[email protected]>
feat: ux enhancements

github.com/unigraph-dev/unigraph-dev - 70740c1768c6560cf3af53487d4c4f7229e84150 authored about 3 years ago by Sophia Xu <[email protected]>
fix(contrib/k8s): allow to deploy to cluster with domain name (#7976)

github.com/unigraph-dev/dgraph - 2da78a1c58a1ae9eaec25bb2c70da5926f61f095 authored about 3 years ago by Hongbo Miao <[email protected]>
fix(sbs): Print final result only after all workers are done (#7979)

Print final result only after all workers are done

github.com/unigraph-dev/dgraph - 72265c1fa2fc861ccfedf2c29d8358da2d12f373 authored about 3 years ago by Ahsan Barkati <[email protected]>
Merge pull request #191 from unigraph-dev/screen-reader-support

Screen reader support

github.com/unigraph-dev/unigraph-dev - 8507c6bd15a578b2c5d726ec7ab981f11d70d424 authored about 3 years ago by Sophia Xu <[email protected]>
perf: big list rendering with virtualized list

github.com/unigraph-dev/unigraph-dev - 446a51ff0b010147941a8f30065e1fb68d287cca authored about 3 years ago by Sophia Xu <[email protected]>
feat: description for screen readers

github.com/unigraph-dev/unigraph-dev - c2e7debe06c90018fe8f073e76c7f15097978511 authored about 3 years ago by Sophia Xu <[email protected]>
contrib: Implement side-by-side comparison tool (#7974)

Add sbs comparison tool, this tool can be used to validate an alpha server
against other alpha ...

github.com/unigraph-dev/dgraph - 845e191fa16e0b8343b39da2bf66a9e3b2db1fea authored about 3 years ago by Ahsan Barkati <[email protected]>
fix(sroar): Bring latest sroar to master (#7977)

Bring the latest sroar to master.

github.com/unigraph-dev/dgraph - ecc001ff845260ced355a7fb0db12528ae0890f2 authored about 3 years ago by Ahsan Barkati <[email protected]>
Merge pull request #190 from unigraph-dev/enhanced-package-support

Enhanced package support

github.com/unigraph-dev/unigraph-dev - 8e7b6cdd16e36822905b85ef9fe583e61ca60481 authored about 3 years ago by Sophia Xu <[email protected]>
feat: upsert for package management

github.com/unigraph-dev/unigraph-dev - ea5efca40da4956eac7f0cd4470dfe0f04642ca4 authored about 3 years ago by Sophia Xu <[email protected]>
feat: package manager enhancement

github.com/unigraph-dev/unigraph-dev - e080c6b0f59717878ec3ba7cbc1bbc464d1e03cb authored about 3 years ago by Sophia Xu <[email protected]>
feat: add option to update package

github.com/unigraph-dev/unigraph-dev - 6d89f6a0f84f6ce4d2ce00d9a49dc681063eec9a authored about 3 years ago by Sophia Xu <[email protected]>
Merge pull request #189 from unigraph-dev/explorer-inspector-view

github.com/unigraph-dev/unigraph-dev - 9a99d0c5a9df31b96cd638311be43ca5c81a84bf authored about 3 years ago by Sophia Xu <[email protected]>
feat: add basic inspector view

github.com/unigraph-dev/unigraph-dev - 9ba7bea93e85a05e8030479e09530572863834ff authored about 3 years ago by Sophia Xu <[email protected]>
fix: bookmark styles

github.com/unigraph-dev/unigraph-dev - 58a804d680b671e9df103f0b27f4afbc1120541f authored about 3 years ago by Sophia Xu <[email protected]>
Merge pull request #188 from unigraph-dev/workspace-relayout

feat: add categories view

github.com/unigraph-dev/unigraph-dev - e9d383a84cb4ccbe8028161113dbf3162740c414 authored about 3 years ago by Sophia Xu <[email protected]>
feat: add categories view

github.com/unigraph-dev/unigraph-dev - a339093a20f37b293308f82fb0965c9f8bd349d1 authored about 3 years ago by Sophia Xu <[email protected]>
Merge pull request #187 from unigraph-dev/custom-context-menu

Custom context menu

github.com/unigraph-dev/unigraph-dev - 9efd0e276c7b509b59a246f841223bb07a01d74b authored about 3 years ago by Sophia Xu <[email protected]>
feat: add experimental speed reader

github.com/unigraph-dev/unigraph-dev - 6bc84fe7f67daa24dbbe338d9b0a559868d4503a authored about 3 years ago by Sophia Xu <[email protected]>
chore: delete old files

github.com/unigraph-dev/unigraph-dev - 715bc3bb48276b7c16bbf77df4ab4d353a1bce87 authored about 3 years ago by Sophia Xu <[email protected]>
fix: object editor should work with union primitives

github.com/unigraph-dev/unigraph-dev - 625002d15a13a56d6292be4abf82d40eae157141 authored about 3 years ago by Sophia Xu <[email protected]>
Merge pull request #186 from unigraph-dev/custom-view-support

Custom view support

github.com/unigraph-dev/unigraph-dev - 177a6a28b31ddafb3a0485d2bc7077af4cb08193 authored about 3 years ago by Sophia Xu <[email protected]>
feat: add context menu items data declaration

github.com/unigraph-dev/unigraph-dev - 1b241bb6b8cd196f3893427fd68f19aba631f907 authored about 3 years ago by Sophia Xu <[email protected]>
feat: custom components representation

github.com/unigraph-dev/unigraph-dev - 6ff3f3d0cd83b641f73ace8aba9427e2cb0a8e7c authored about 3 years ago by Sophia Xu <[email protected]>
feat: custom view support

github.com/unigraph-dev/unigraph-dev - eb6b818d93921fefddc2856e7838d9ad5be1894d authored about 3 years ago by Sophia Xu <[email protected]>
fix(query): Do not execute filters if there are no source uids (#7962) (#7969)

No need to execute filter subgraph if there are no source UIDs.

(cherry picked from commit 84...

github.com/unigraph-dev/dgraph - f181a70302c771a2bdcab0f3faf082402c2bec05 authored about 3 years ago by Ahsan Barkati <[email protected]>
feat(restore): Introduce incremental restore (#7942) (#7971)

* feat(restore): Introduce incremental restore (#7942)

This commit introduces incremental res...

github.com/unigraph-dev/dgraph - 9714cc46f057b446c4c6b57cdbd769f5c2e41847 authored about 3 years ago by Ahsan Barkati <[email protected]>
cherry-pick: fix: fixing graphql schema update when the data is restored + skippin… (#7970)

* fix: fixing graphql schema update when the data is restored + skipping /probe/graphql from aud...

github.com/unigraph-dev/dgraph - 6df546f9387958d36a8f8cdad9d0d826d087e788 authored about 3 years ago by Ahsan Barkati <[email protected]>
Merge pull request #185 from unigraph-dev/user-executable-support

feat: allows custom executables

github.com/unigraph-dev/unigraph-dev - 08f12624b12b1599e38525493bff9118cc89af61 authored about 3 years ago by Sophia Xu <[email protected]>
feat: allows custom executables

github.com/unigraph-dev/unigraph-dev - 15cca92d1844c50f1f0ea700ea8ba87a2b6d6680 authored about 3 years ago by Sophia Xu <[email protected]>
Merge pull request #184 from unigraph-dev/object-model-fixes

feat: view items in object editor

github.com/unigraph-dev/unigraph-dev - 3ca9d044cee0cfbbdd32b78ba1748c184d9995e8 authored about 3 years ago by Sophia Xu <[email protected]>
feat: view items in object editor

github.com/unigraph-dev/unigraph-dev - f5ca485f5355e4b2a3b6389fb2d91325ddec87ad authored about 3 years ago by Sophia Xu <[email protected]>
Merge pull request #183 from unigraph-dev/ux-logic-fix

github.com/unigraph-dev/unigraph-dev - 943f9218f2d73a32d5c44c698859330511651c17 authored about 3 years ago by Sophia Xu <[email protected]>
fix: remove debug msgs

github.com/unigraph-dev/unigraph-dev - 0ebbb1a281f05d8d6466cbb359848de0b9c05c85 authored about 3 years ago by Sophia Xu <[email protected]>
fix: various ux enhancements

github.com/unigraph-dev/unigraph-dev - 489dbfd122b4cdfd008760062de9cbb2a1909986 authored about 3 years ago by Sophia Xu <[email protected]>
fix: subentity linkage now working

github.com/unigraph-dev/unigraph-dev - b341ae36a1093c1e6ed8250f67c1fcec99592084 authored about 3 years ago by Sophia Xu <[email protected]>
fix(snapshot): update last snapshot time across members (#7968)

We see frequent snapshots in an HA cluster because of the leadership re-election because of lead...

github.com/unigraph-dev/dgraph - 357d81cde629e9e9447e002503d1942961f0271b authored about 3 years ago by Naman Jain <[email protected]>
Merge pull request #182 from unigraph-dev/ux-fixes-july-5

Ux fixes july 5

github.com/unigraph-dev/unigraph-dev - 1414a73e7f9b50d02d2ea314f3fc09c191dfa485 authored about 3 years ago by Sophia Xu <[email protected]>
feat: ux updates

github.com/unigraph-dev/unigraph-dev - ef3424dfdde9ed6354c60ffb17626e313edf1e31 authored about 3 years ago by Sophia Xu <[email protected]>
fix(pool): use write lock when getting health info (#7963)

github.com/unigraph-dev/dgraph - b41ff1f8910f6d5d7e289a8697a8507a106a8c42 authored about 3 years ago by Naman Jain <[email protected]>
feat: increased search performance

github.com/unigraph-dev/unigraph-dev - 9028819d50f90315dd891f773da8359a64417a97 authored about 3 years ago by Sophia Xu <[email protected]>
Merge pull request #181 from unigraph-dev/use-dynamic-list

feat: remove legacy object list and use dynamic list

github.com/unigraph-dev/unigraph-dev - 6459c54247e5a6bbd0f248bf22c9f60faddd1d10 authored about 3 years ago by Sophia Xu <[email protected]>
feat: remove legacy object list and use dynamic list

github.com/unigraph-dev/unigraph-dev - 765d23e9cf3b0661f9ebfde9a8509822ada2043f authored about 3 years ago by Sophia Xu <[email protected]>
Merge pull request #180 from unigraph-dev/graph-view-fixes

Graph view fixes

github.com/unigraph-dev/unigraph-dev - 63fbe30e8366b26c15ced66916f49e3dac79d0f8 authored about 3 years ago by Sophia Xu <[email protected]>
feat: graph view features

github.com/unigraph-dev/unigraph-dev - f8a95a2ecf6d9feed7bc8828f225c19e486a41ad authored about 3 years ago by Sophia Xu <[email protected]>
feat: noteblock functionality and tweak polling

github.com/unigraph-dev/unigraph-dev - ae5235e513736b745f66a75fae5a917a5745ae4f authored about 3 years ago by Sophia Xu <[email protected]>
feat: iniital support for object editor metadata

github.com/unigraph-dev/unigraph-dev - f5c505ca7c5dd979539fe9d47f829a1d62c46ac0 authored about 3 years ago by Sophia Xu <[email protected]>
feat: enhanced backlink view

github.com/unigraph-dev/unigraph-dev - c35ead5adef325f601c07d1d6c903e53ebe06929 authored about 3 years ago by Sophia Xu <[email protected]>
Merge pull request #179 from unigraph-dev/ux-fixes-july-4

Ux fixes july 4

github.com/unigraph-dev/unigraph-dev - 0cf7c96c8102409bc7d5af7e15f8d67cfd48a5b5 authored about 3 years ago by Sophia Xu <[email protected]>
fix: inbox ux enhancement

github.com/unigraph-dev/unigraph-dev - 5cc00ec6047f79c219804b7561d1b82bad5f2850 authored about 3 years ago by Sophia Xu <[email protected]>
fix: partially increase search performamce

github.com/unigraph-dev/unigraph-dev - d30c3b70eaa608a225166ce01a35c9d0a1c37af2 authored about 3 years ago by Sophia Xu <[email protected]>
Merge pull request #178 from unigraph-dev/ux-fixes-july-3

Ux fixes july 3

github.com/unigraph-dev/unigraph-dev - 26a48bd435003e2bd13d309e0e35dead48a4f370 authored about 3 years ago by Sophia Xu <[email protected]>
fix: electron app opens url externally

github.com/unigraph-dev/unigraph-dev - 13529dc05f3f6a50388a873370d7c220b5a3c70c authored about 3 years ago by Sophia Xu <[email protected]>
fix: detailed rss items

github.com/unigraph-dev/unigraph-dev - 74cc27b2cc180fe6f7868a52138cc7a1c33acebb authored about 3 years ago by Sophia Xu <[email protected]>
fix: electron view styling

github.com/unigraph-dev/unigraph-dev - f3da6f4b135efa39fedd05231164d8d15f2cfc9d authored about 3 years ago by Sophia Xu <[email protected]>
Merge pull request #177 from unigraph-dev/search-revamp

Search revamp

github.com/unigraph-dev/unigraph-dev - 4cc2f42eb621fb4103f10327ce29319632dd4d2d authored about 3 years ago by Sophia Xu <[email protected]>
rfct: enhanced search

github.com/unigraph-dev/unigraph-dev - d525117782ad92a11d3e230b9e993ba8de9f0ac6 authored about 3 years ago by Sophia Xu <[email protected]>
fix(JoinCluster): Avoid retrying JoinCluster indefinitely (#7961)

If a Zero follower receives a JoinCluster request, it won't process the proposal because it can'...

github.com/unigraph-dev/dgraph - c2e14760adf34e3e57b8a09610f2f2f2a35aa68b authored about 3 years ago by Manish R Jain <[email protected]>
feat: object editor delete and backlinks

github.com/unigraph-dev/unigraph-dev - 9d0dc391f2caf4879f0380a330b223441e548516 authored about 3 years ago by Sophia Xu <[email protected]>
fix: quality of life improvements

github.com/unigraph-dev/unigraph-dev - 79f5ede9f073b9e14be23ccc8d385aa9b69846db authored about 3 years ago by Sophia Xu <[email protected]>
fix(rollups): Write rolled-up keys at ts+1 (#7957) (#7959)

Write rolled up keys at (max ts of the deltas + 1) because if we write
the rolled-up keys at th...

github.com/unigraph-dev/dgraph - 3831b490c88e3b4467dee95cfcd281e5285a05c9 authored about 3 years ago by Ahsan Barkati <[email protected]>
feat(lambda): store lambda scripts within the dgraph, send it to JS s… (#7955)

Related to dgraph-io/dgraph-lambda#22

This PR changes the way lambda is handled by Dgraph. Ea...

github.com/unigraph-dev/dgraph - b1266d02a5758c5857b53b1f3a8267b0b1a63623 authored about 3 years ago by Naman Jain <[email protected]>
Merge pull request #176 from unigraph-dev/object-editor-add

feat: object editor add property

github.com/unigraph-dev/unigraph-dev - b6215fab4f3f7fa60a22988465afcbb216cd9d20 authored about 3 years ago by Sophia Xu <[email protected]>
feat: delete object property support

github.com/unigraph-dev/unigraph-dev - 5cb9b1f32bf9ffd41a220c49110a4580ec39a4c8 authored about 3 years ago by Sophia Xu <[email protected]>
feat: object editor add property

github.com/unigraph-dev/unigraph-dev - e6ff5988f081b5c2e1419534e7a04f98ce33dce5 authored about 3 years ago by Sophia Xu <[email protected]>
Merge pull request #175 from unigraph-dev/recycling-bin-support

feat: permanently deletes object and trash bin support

github.com/unigraph-dev/unigraph-dev - 8e37f2dcdb38b0a9d5782e768eb2ba03c045e74a authored about 3 years ago by Sophia Xu <[email protected]>
feat: permanently deletes object and trash bin support

github.com/unigraph-dev/unigraph-dev - afe7bcca9a0cb091b574e3eca5dd429be0342e9e authored about 3 years ago by Sophia Xu <[email protected]>
Merge pull request #174 from unigraph-dev/recycling-bin-support

Ux updates

github.com/unigraph-dev/unigraph-dev - 72d3f8408c5f471c9da4f40e3d587ee3ea5a947e authored about 3 years ago by Sophia Xu <[email protected]>
feat: infinite loading list for libraries

github.com/unigraph-dev/unigraph-dev - c1e488978f52e25002a33ffd2b8461eef49ce91f authored about 3 years ago by Sophia Xu <[email protected]>
chore: use backlink view for all tags

github.com/unigraph-dev/unigraph-dev - 622f8bb48d400f8e4a1f1239eedf42ac990ca811 authored about 3 years ago by Sophia Xu <[email protected]>
fix: infinite list dom tree fix

github.com/unigraph-dev/unigraph-dev - 8e43b15fa0aeb0892d0d0bb26030d6d5391ab547 authored about 3 years ago by Sophia Xu <[email protected]>