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

feat: bidirectional relations support in graphview

github.com/unigraph-dev/unigraph-dev - b5f3aa25f10f4430e51e19591afbae3ccb59a5f2 authored over 3 years ago by Sophia Xu <[email protected]>
feat: add capability to search by indexed entries only

github.com/unigraph-dev/unigraph-dev - 72b525d2930f35406a869a20113a1891b6aa1816 authored over 3 years ago by Sophia Xu <[email protected]>
feat: graph view shows indexed names now

github.com/unigraph-dev/unigraph-dev - 5b2d07c7e952ef97150d59cebbe0d76d15ca21b1 authored over 3 years ago by Sophia Xu <[email protected]>
fix: adds blank uid detections to refs too

github.com/unigraph-dev/unigraph-dev - 44defd2cc7b94685717820ec21f6e11f4c1783c6 authored over 3 years ago by Sophia Xu <[email protected]>
fix(cmd/debug): Print banned namespaces correctly. (#7929)

Earlier we were showing the opposite status: unbanned namespaces were shown as
banned. This cha...

github.com/unigraph-dev/dgraph - 03284fd522592f99fbf4ace82743c52fc7809527 authored over 3 years ago by Naman Jain <[email protected]>
chore(debug): add summary to show LSM tree and namespace size (#7891) (#7927)

Add --only-summary flag in dgraph debug to show LSM tree and namespace sizes.

(cherry picked ...

github.com/unigraph-dev/dgraph - 78af27f5c529f6bacd0b632ae35379524998d977 authored over 3 years ago by Naman Jain <[email protected]>
Merge pull request #142 from unigraph-dev/logic-polish-june

Logic polish june

github.com/unigraph-dev/unigraph-dev - 30793cf999ce48a0a0d5d819447ccba86a63960a authored over 3 years ago by Sophia Xu <[email protected]>
feat: add a new internal field `indexes` replacing the old object index

github.com/unigraph-dev/unigraph-dev - d16fc475a87e2133013429aa5031b04c9b2e6030 authored over 3 years ago by Sophia Xu <[email protected]>
fix(GraphQL): Nested Auth Rules not working properly. (#7915)

github.com/unigraph-dev/dgraph - e7a19317a16214761e0db1f838ba48a0a382f0df authored over 3 years ago by minhaj-shakeel <[email protected]>
fix: delete item from inbox now deletes origin link too

github.com/unigraph-dev/unigraph-dev - e5e21499412429b8727373acadce188dc7cedf42 authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #141 from unigraph-dev/technical-debt-payback-june

Technical debt payback june

github.com/unigraph-dev/unigraph-dev - fcffadc55c17b12efc14d9ba5691eb993cd327fe authored over 3 years ago by Sophia Xu <[email protected]>
fix: remove drawer padding

github.com/unigraph-dev/unigraph-dev - 217731b2b244c379e585112ceb1b42ef8fc9637c authored over 3 years ago by Sophia Xu <[email protected]>
fix: arbitrary path for single page view

github.com/unigraph-dev/unigraph-dev - 94a34e5e17c71aef1a42e0bf9f6e93754890df26 authored over 3 years ago by Sophia Xu <[email protected]>
rfct: refactor tagresult logic

github.com/unigraph-dev/unigraph-dev - b5dfbc841928390fe7b66d8611dea029e0fba269 authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #140 from unigraph-dev/calendar-and-events

feat: add basic calendar support

github.com/unigraph-dev/unigraph-dev - 03dcc13036d573ab0f890a3aa95d468f0b5c5073 authored over 3 years ago by Sophia Xu <[email protected]>
feat: add basic calendar support

github.com/unigraph-dev/unigraph-dev - 5706338bbd826f820ca0e1307ab4fc1aee497016 authored over 3 years ago by Sophia Xu <[email protected]>
fix(groot): do not upsert groot for all namespaces on restart (#7917)

Earlier, whenever the alpha starts(or restarts), we were upserting guardian and groot for all th...

github.com/unigraph-dev/dgraph - 6730f10b62da7c7dc3bf5985ef957f08d3c733b4 authored over 3 years ago by Naman Jain <[email protected]>
handle extend keyword for Queries and Mutations (#7916)

github.com/unigraph-dev/dgraph - 46092682c8ab09ddd5d1222548b7f6d83c5a12e2 authored over 3 years ago by minhaj-shakeel <[email protected]>
Reconnect via a redial in case of disconnection. (#7918)

In case the heartbeats in a connection pool stop, try to re-establish the connection via a redia...

github.com/unigraph-dev/dgraph - 947a62bdc0526caa1985f2e39e6a5525118aaaab authored over 3 years ago by Manish R Jain <[email protected]>
chore(raft): Log packets message less frequently. (#7910)

github.com/unigraph-dev/dgraph - b8d3487c443d2f75078ce95983646d0f24444d09 authored over 3 years ago by Daniel Mai <[email protected]>
fix(Raft): Detect network partition when streaming

When streaming raft messages in k8s cluster, we don't seem to get an
error if the send didn't su...

github.com/unigraph-dev/dgraph - eabe363ec904b3390d9aaf8ea76d38ad5de5d785 authored over 3 years ago by Manish R Jain <[email protected]>
fix(metrics): Expose dgraph_num_backups_failed_total metric view. (#7900)

We've been tracking this metric but didn't actually expose it in the metrics
view, so Prometheu...

github.com/unigraph-dev/dgraph - 59fd1224e7c30db4f8e1fc3f669b70b3d5fe8b53 authored over 3 years ago by Daniel Mai <[email protected]>
fix(sroar): Fix TestAuthWithCustomDQL failure because of roaring bitmaps (#7902)

We should consider the state of UIdMatrix (whether it was in the form of SortedUids
or bitmap) ...

github.com/unigraph-dev/dgraph - d628f2e329a7ecbbf0a31d70a1386db0cf29c0f7 authored over 3 years ago by Ahsan Barkati <[email protected]>
Merge pull request #139 from unigraph-dev/object-editor-feats

feat: add graph view for objects

github.com/unigraph-dev/unigraph-dev - abdce2b5074818c6fa1eecb4870e17d53186e60d authored over 3 years ago by Sophia Xu <[email protected]>
feat: add graph view for objects

github.com/unigraph-dev/unigraph-dev - 9dc8af6c17c0b1366060e22376d9809cbbb515be authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #138 from unigraph-dev/connectivity-feats

feat: allow changing connection settings when not connected

github.com/unigraph-dev/unigraph-dev - 0d27b1d3ae88140ab942efd5a2551fd258197a56 authored over 3 years ago by Sophia Xu <[email protected]>
feat: allow changing connection settings when not connected

github.com/unigraph-dev/unigraph-dev - e45a60cfea7dbf7425bbf7a9f345ec81ad0d4a3e authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #137 from unigraph-dev/data-model-test

Data model test

github.com/unigraph-dev/unigraph-dev - 094abed766dbbf923d2867dd5c0bf4c19ed5a1d4 authored over 3 years ago by Sophia Xu <[email protected]>
chore: move txnwrapper to commons

github.com/unigraph-dev/unigraph-dev - e1cb1b223f9391dea1f4df1e0a31e89749c982e6 authored over 3 years ago by Sophia Xu <[email protected]>
chore: jest tests

github.com/unigraph-dev/unigraph-dev - d8e494c3c374a10da55fdfb45510201db5028d5e authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #136 from unigraph-dev/more-context-menu-options

More context menu options

github.com/unigraph-dev/unigraph-dev - 06ee7d22c32887d564419cdd7b407ff75e5dff47 authored over 3 years ago by Sophia Xu <[email protected]>
misc: longer the query debounce timeout

github.com/unigraph-dev/unigraph-dev - 929db92315f22542983465c4fef805a190e725b3 authored over 3 years ago by Sophia Xu <[email protected]>
opt(query): Use sroar in pb.List (#7864)

Use roaring bitmaps in pb.List by default. We fall back to using sorted_uids
when we need the ...

github.com/unigraph-dev/dgraph - 3407eb107534bda73e130b13a27d3e4ac94e9eb8 authored over 3 years ago by Ahsan Barkati <[email protected]>
spec: type definition for context menu

github.com/unigraph-dev/unigraph-dev - 3a7956b79b7bd1260e32b4e3e598d1fd909343bf authored over 3 years ago by Sophia Xu <[email protected]>
feat: remove items from start in context

github.com/unigraph-dev/unigraph-dev - 196162bc8b9f1f2d67c5ddc71a133ec87f62325f authored over 3 years ago by Sophia Xu <[email protected]>
feat: drop to inbox support

github.com/unigraph-dev/unigraph-dev - 87fa008d04db04425bde16c0be89a22ddf55fe29 authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #135 from unigraph-dev/context-menu-and-dynamic-view

github.com/unigraph-dev/unigraph-dev - df04b0cd53e01a3a784af11ab2dc6887e25e454a authored over 3 years ago by Sophia Xu <[email protected]>
Merge branch 'context-menu-and-dynamic-view' of https://github.com/unigraph-dev/unigraph-dev into context-menu-and-dynamic-view

github.com/unigraph-dev/unigraph-dev - c2c3ba6a12e8bc8503782ce75a75fb5d1e7d0887 authored over 3 years ago by Sophia Xu <[email protected]>
feat: add context for favorite bar

github.com/unigraph-dev/unigraph-dev - 01047d1350097227341b04c293a6f2839874977b authored over 3 years ago by Sophia Xu <[email protected]>
feat: add context for favorite bar

github.com/unigraph-dev/unigraph-dev - 74240de63e04104580ffc337ec56737c88793f84 authored over 3 years ago by Sophia Xu <[email protected]>
feat: add object context option in context menu

github.com/unigraph-dev/unigraph-dev - c871e0a277fac8a9d0a8f5a601dcbbf6c9f3d62d authored over 3 years ago by Sophia Xu <[email protected]>
feat: better children drop support

github.com/unigraph-dev/unigraph-dev - e3d50331a0434d4367b7d3ea6b9adc0514893cea authored over 3 years ago by Sophia Xu <[email protected]>
feat(api): get any schema and namespace map

github.com/unigraph-dev/unigraph-dev - 19399670deebc98a3b1329a13ada311dca4aed88 authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #134 from unigraph-dev/outliner-feats

fix: unigraph update now wraps async

github.com/unigraph-dev/unigraph-dev - a5ce8928c2dc748204ca6144c9dd63e2788139a9 authored over 3 years ago by Sophia Xu <[email protected]>
fix: unigraph update now wraps async

github.com/unigraph-dev/unigraph-dev - b13f9754057d642369a6406c095728097a55ab1f authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #133 from unigraph-dev/refactor-data

feat: unigraph data object enhancement

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

github.com/unigraph-dev/unigraph-dev - 2a1a5779b19712ed0211ab76053539149c87eb62 authored over 3 years ago by Sophia Xu <[email protected]>
feat: unigraph data object enhancement

github.com/unigraph-dev/unigraph-dev - 92a16ed02ab4b5642e60d821433b5430d42f5c41 authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #132 from unigraph-dev/get-path-function

Get path function

github.com/unigraph-dev/unigraph-dev - 9064281b45c03ace6a4994521632da703d9b308d authored over 3 years ago by Sophia Xu <[email protected]>
feat: add get path function for objects

github.com/unigraph-dev/unigraph-dev - 8d25f49c736648837e4791be6515c3b52d5d153f authored over 3 years ago by Sophia Xu <[email protected]>
fix(GraphQL): optimize eq filter queries (#7895)

Fixes GQLSAAS-1236.
This PR optimizes `eq` filter GraphQL queries.
For ex:
The below DQL quer...

github.com/unigraph-dev/dgraph - 314091adb607d69aef451613ac498b593debc1e5 authored over 3 years ago by minhaj-shakeel <[email protected]>
fix: html default empty data

github.com/unigraph-dev/unigraph-dev - dbac8b44c1f0c209061e04b1bee0b7bb84826c37 authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #131 from unigraph-dev/query-fixes

Query fixes

github.com/unigraph-dev/unigraph-dev - b17f561f4f71fe63016f36469f7a0d8ba5c92b20 authored over 3 years ago by Sophia Xu <[email protected]>
fix: better delete item logic

github.com/unigraph-dev/unigraph-dev - d4cc87bfb1639492e91e35e36c1c5a99a995e974 authored over 3 years ago by Sophia Xu <[email protected]>
feat: optionally fetch hidden objects

github.com/unigraph-dev/unigraph-dev - 7f5e9aa1a9cef705c49959b0d4828a702c1aad7e authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #130 from unigraph-dev/qol-improvements-june

Qol improvements june

github.com/unigraph-dev/unigraph-dev - 1e6b6efcd01da7c4b7ffeb2e7ce822fe5e46bbaa authored over 3 years ago by Sophia Xu <[email protected]>
chore: fix lint

github.com/unigraph-dev/unigraph-dev - 70fc0898f370c1267565b5d2a8892247522c1106 authored over 3 years ago by Sophia Xu <[email protected]>
fix: correctly handle callbacks for todo

github.com/unigraph-dev/unigraph-dev - a82a1a6061fd4b363ef1c8cc3cc9ee6406a06898 authored over 3 years ago by Sophia Xu <[email protected]>
chore: better default query options

github.com/unigraph-dev/unigraph-dev - 54e459f8451671e78fcc9b2b7e75bc777fa83bf3 authored over 3 years ago by Sophia Xu <[email protected]>
fix: correct batched query

github.com/unigraph-dev/unigraph-dev - 81ede16f0bd91f0675a5e54dd9583006a8a48d79 authored over 3 years ago by Sophia Xu <[email protected]>
perf: big query performances & support for lots of rss feed

github.com/unigraph-dev/unigraph-dev - 545d1b23e0c75e0ef7e431b72404a68510bd2149 authored over 3 years ago by Sophia Xu <[email protected]>
misc: improved context menu

github.com/unigraph-dev/unigraph-dev - aa601d3825657cdbe8b43b359d025da6f5a8c8c9 authored over 3 years ago by Sophia Xu <[email protected]>
feat: auto delete items from inbox when open details

github.com/unigraph-dev/unigraph-dev - 67dd0091afb49e1627f90b3a71fbabf518cb3a4e authored over 3 years ago by Sophia Xu <[email protected]>
feat: placeholder node for block without children

github.com/unigraph-dev/unigraph-dev - 6ecb686a8ea6fedd1f58fac0a019b3c8fa72188a authored over 3 years ago by Sophia Xu <[email protected]>
fix: icon and title

github.com/unigraph-dev/unigraph-dev - 25d3a96f6e78b6fd6e8c7f630bafc04ff39cc270 authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #129 from unigraph-dev/subscriptions-perf

perf: poll subscriptions separately

github.com/unigraph-dev/unigraph-dev - 3bc7a1b49af47a7a9b71172cf4076fae9e1ecfd3 authored over 3 years ago by Sophia Xu <[email protected]>
perf: poll subscriptions separately

github.com/unigraph-dev/unigraph-dev - a65ecdec99501c65daf38b0506b9cca7d26a6b7a authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #128 from unigraph-dev/embedded-webview

github.com/unigraph-dev/unigraph-dev - 756961838cd502a84bc9a356f0bcc6e94f14d702 authored over 3 years ago by Sophia Xu <[email protected]>
feat: iframe-based html viewer

github.com/unigraph-dev/unigraph-dev - 28d633a1fd61213a99fe630d32cadd51260be8cc authored over 3 years ago by Sophia Xu <[email protected]>
feat: more robust and efficient query maker

github.com/unigraph-dev/unigraph-dev - 0689833f1ab729bd6b290e8dae9bc3390be0b1be authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #127 from unigraph-dev/note-outliner-feats

Note outliner feats

github.com/unigraph-dev/unigraph-dev - 8b828b16a6d9c8cea454ce949ea39011e3e675f5 authored over 3 years ago by Sophia Xu <[email protected]>
feat: full outliner support

github.com/unigraph-dev/unigraph-dev - c2ce9241e1d188f6cf79ee17fbd750d7b47b7cb4 authored over 3 years ago by Sophia Xu <[email protected]>
fix: add detection for empty array in upsertions

github.com/unigraph-dev/unigraph-dev - a9eb905347e9c02260023659f63c151f210d9ce3 authored over 3 years ago by Sophia Xu <[email protected]>
fix: better schema backend logic

github.com/unigraph-dev/unigraph-dev - 88d1f2e0e80fa7077c6440a8bd89a6a41e55c70b authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #126 from unigraph-dev/backend-fixes

Backend fixes

github.com/unigraph-dev/unigraph-dev - 08b18c0c81327e8c87931ae2b615462638df34b4 authored over 3 years ago by Sophia Xu <[email protected]>
fix: server query fetch entity only

github.com/unigraph-dev/unigraph-dev - 7d9e4d3abe044f9e36147a341b595c5b71e38f24 authored over 3 years ago by Sophia Xu <[email protected]>
fix: ref all unigraph.id

github.com/unigraph-dev/unigraph-dev - a88858e2d7f2e458bf7d1ce6df98e4b7cdb116da authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #125 from unigraph-dev/standardize-text-schemas

feat: use text formats for schema

github.com/unigraph-dev/unigraph-dev - dcfb7da3e8eabc35d2e1e24b1a32caf99580b7c4 authored over 3 years ago by Sophia Xu <[email protected]>
ci: ignore vendor files for linter

github.com/unigraph-dev/unigraph-dev - ff582e12b96df0e75216b731fb69d7b411ad3473 authored over 3 years ago by Sophia Xu <[email protected]>
feat: use text formats for schema

github.com/unigraph-dev/unigraph-dev - fc9f097f2b5b2c5e94d4130bf130b0b930b66801 authored over 3 years ago by Sophia Xu <[email protected]>
(docs) Update README - remove macOS build references #7685

github.com/unigraph-dev/dgraph - db6a01c3d34cdbc32c3601aa0b0bd778cb37f262 authored over 3 years ago by Damián Parrino <[email protected]>
Merge pull request #124 from unigraph-dev/prototype-objectmodel

feat: initial object prototype support

github.com/unigraph-dev/unigraph-dev - c0d5c2cff4c657e18d72dd4d339f419d681dfdb7 authored over 3 years ago by Sophia Xu <[email protected]>
fix: linter temporarily

github.com/unigraph-dev/unigraph-dev - a11bd7b2993ae2e98fbc2a9a856c0c748700c441 authored over 3 years ago by Sophia Xu <[email protected]>
feat: initial object prototype support

github.com/unigraph-dev/unigraph-dev - b5fdd612af93770394f60c083292dac981a4b116 authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #123 from unigraph-dev/electron-feats

Electron feats

github.com/unigraph-dev/unigraph-dev - 33a48c2a7388ed2afef0c96148b2670dba9e3746 authored over 3 years ago by Sophia Xu <[email protected]>
feat: add favorites bar in electron tray

github.com/unigraph-dev/unigraph-dev - f00ec339d0745a37d0b18fda70e5a76b63a69de6 authored over 3 years ago by Sophia Xu <[email protected]>
feat: persistent main window and optional server loading

github.com/unigraph-dev/unigraph-dev - 57e3fef223afdafa9840e9fa129cc1e188b53909 authored over 3 years ago by Sophia Xu <[email protected]>
fix: various performance fixes

github.com/unigraph-dev/unigraph-dev - d4c3ed7049e77792e6e44871a697a01b4e9e2339 authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #122 from unigraph-dev/notes-list-and-bugfixes

feat: basic notes list support

github.com/unigraph-dev/unigraph-dev - 8ccadcc6882989a89a45faffb582f260bc5a9909 authored over 3 years ago by Sophia Xu <[email protected]>
feat: basic notes list support

github.com/unigraph-dev/unigraph-dev - 5e669383ddb7fcba6723217b8560dd6f8c9dc863 authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #121 from unigraph-dev/alfred-integration

Alfred integration

github.com/unigraph-dev/unigraph-dev - b4894952f0dc05a21351654e45fff831001a6e18 authored over 3 years ago by Sophia Xu <[email protected]>
feat: initial alfred search integration

github.com/unigraph-dev/unigraph-dev - 43c7e7b7ba3f45a01d12719a1e35bb7e4fada4b9 authored over 3 years ago by Sophia Xu <[email protected]>
feat: add http api for easy queries

github.com/unigraph-dev/unigraph-dev - 2f1a218148a260886d9e6765ad3a1551c850a404 authored over 3 years ago by Sophia Xu <[email protected]>
feat: add reverse edge to types

github.com/unigraph-dev/unigraph-dev - fdb0508f3628078fb0612644661891182e520bfe authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #120 from unigraph-dev/skeletons-placeholders

feat: skeleton placeholders

github.com/unigraph-dev/unigraph-dev - cc7653b33950d3040bb1f1ba23cc4542dc276aee authored over 3 years ago by Sophia Xu <[email protected]>
feat: skeleton placeholders

github.com/unigraph-dev/unigraph-dev - 1e1ca91cbc059b0c9aaf0eaf3474954fde8a89b6 authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #119 from unigraph-dev/rss-imports

Rss imports

github.com/unigraph-dev/unigraph-dev - fbece283bf900258dcdd9e9c74b8dc69025326d1 authored over 3 years ago by Sophia Xu <[email protected]>
fix: tag alignment

github.com/unigraph-dev/unigraph-dev - a3521e1bdd4cda34913d977b26e7335313552a2d authored over 3 years ago by Sophia Xu <[email protected]>
feat: add rss subscriptions abstract

github.com/unigraph-dev/unigraph-dev - 83df9957027d34579ba63ae627744fe3cf145c7b authored over 3 years ago by Sophia Xu <[email protected]>