Ecosyste.ms: OpenCollective

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

github.com/chaoss/grimoirelab-sortinghat

A tool to manage identities
https://github.com/chaoss/grimoirelab-sortinghat

Migrate SortingHat 0.7 schema on Docker startup

This commits includes a new command in sortinghat-admin command
to migrate the old database sche...

f2a5d00a72d4c2dae62e7090c07adc5803133da2 authored almost 2 years ago
Merge branch 'recs-all-individuals' of 'https://github.com/evamillan/grimoirelab-sortinghat'

Merges #727
Closes #727

d830a80758d44f6a0d7b6b8b1f45719a4027ab94 authored almost 2 years ago
Fix recommendation bug

This commit fixes a bug that caused recommendations
for certain individuals to be partial.

Sign...

f780bf13fbc703a08e38b3c3fd148d299f7a5926 authored almost 2 years ago
[jobs] Recommend matches for all individuals

If no source UUIDs are provided, generates matching recommendations for
all the individuals in t...

ad36523cc56b97d52548e62555722fbc9cadfa33 authored almost 2 years ago
[ui] Generate match recommendations

Adds the option to recommend matches on the Jobs view.

Signed-off-by: Eva Millán <evamillan@bit...

10784075517992ab95d0192a9fd01206000fb076 authored almost 2 years ago
[schema] Allow empty source_uuids in unify and recommendMatches

Makes the 'source_uuids' field not required in the 'unify' and
'recommendMatches' mutations.

Si...

3eb847aedcdb2f554605524ec66061d1362ebb60 authored almost 2 years ago
[jobs] Run unify job for all individuals

Runs the unify process for all individuals if no source UUIDs
are specified. It also fixes a bug...

1a6f85ac4e0b644d88773b1a6f8d2b6952a0771f authored almost 2 years ago
Release 0.8.0-rc.8

fd4a4264144c6b288ca5b0cd11ca26a4f0fdcbc9 authored almost 2 years ago
Update Poetry dependencies

b4edd5a2a06773007937c4dafeb709951af659c8 authored almost 2 years ago
Release 0.8.0-rc.7

9a8d2444ea195f0112a665674d76efda0a0cc8aa authored about 2 years ago
Update Poetry dependencies

849b7e21c6327a77e89f1d0a5e40012dabaabee6 authored about 2 years ago
Release 0.8.0-rc.6

bd3b96a1e6f3612499bcb23498b853f417570797 authored about 2 years ago
Merge branch 'update-setuptools' of 'https://github.com/chaoss/grimoirelab-sortinghat'

Merges #725
Closes #725

cd2d676b47586fd62977973d0896863f553869af authored about 2 years ago
Update setuptools version to >65.5.0

This commit updates the version of setuptools without restrictions
to be compatible with other p...

c54e08de1922f0a3675d725a626bfe60d868a721 authored about 2 years ago
Release 0.8.0-rc.5

d6b6a32c9d3db8ffa8135d87bd082cb7a41d2593 authored about 2 years ago
Update Poetry dependencies

bd8ace0855a20a90d37c6530de4298055b187043 authored about 2 years ago
Merge branch 'rq-error' of 'https://github.com/jjmerchante/grimoirelab-sortinghat'

Merges #724
Closes #724

82562f14545826c2b3c1df051c0d5f7292cb4352 authored about 2 years ago
[tests] Fix rq version and update fakeredis

This commit fixes the version of rq to <1.12 because at
1.12.0 it raises the following error in ...

b6a6c03d4d6521d0f5f7f521aebd5b7eb8ec9d91 authored about 2 years ago
Merge branch 'integration' of 'https://github.com/evamillan/grimoirelab-sortinghat'

Merges #723
Closes #723

531690b13c84d50526b5a577b49e75fbfcd44175 authored about 2 years ago
[gha] Include integration tests in GitHub actions

Signed-off-by: Eva Millán <[email protected]>

4f9d7d36aa0286233a825feaaddb3992441e6335 authored about 2 years ago
[ui] Fix isBot error

Fixes the error raised in ProfileModal when the 'isBot'
value is not set.

Signed-off-by: Eva Mi...

1bb0f2d2046942922816a10102903a0dc6dd507d authored about 2 years ago
[ui] Fix Cypress tests

- Reloads the page if the app did not load.
- Adds individuals to workspace using local storage....

63dbb6f273cb4acdba8152c9d3c2de2d7af79b3d authored about 2 years ago
Merge branch 'update-headers' of 'https://github.com/jjmerchante/grimoirelab-sortinghat'

Merges #720
Closes #720

a21a162346a82aaf493a9908055302845e953c74 authored about 2 years ago
[client] Update SortingHat client headers

This commit includes Referer and Host headers in all the graphQL
queries to fix an issue with CS...

6f2d8adafb3e3033fc9acedde1fca0f106999864 authored about 2 years ago
Merge branch 'fix-warnings' of 'https://github.com/evamillan/grimoirelab-sortinghat'

Merges #722
Closes #722

602ab97c6e2dcf60e7534b59bf2e9ffa9c38e078 authored about 2 years ago
[ui] Fix lint warnings

Fixes the warnings reported by 'yarn lint'.

Signed-off-by: Eva Millán <[email protected]>

06f8d025efe6fd02d85af62e244f7d6814ef36c3 authored about 2 years ago
Merge branch 'fix-tests' of 'https://github.com/evamillan/grimoirelab-sortinghat'

Merges #721
Closes #721

6839ce9d3d29c23c5570f70f73eadc3fe835676d authored about 2 years ago
[ui] Auto-fix lint errors

Fix lint errors and warnings using 'yarn lint'.

Signed-off-by: Eva Millán <[email protected]>

43062826d536802bda00b11d4ecaeaa96ff15c96 authored about 2 years ago
[ui] Fix unit tests

Installs the Storyshots addon to manage the snapshots and replaces
the broken Jest spies on real...

94810f711878eaf0cf7df74710df796066db4a6f authored about 2 years ago
Merge branch 'storybook' of 'https://github.com/evamillan/grimoirelab-sortinghat'

Merges #719
Closes #719

cddf3dd918065a43206b6637a3c1ba51318c5e02 authored about 2 years ago
[ui] Install Storybook

Adds Storybook as a dev dependency.

Signed-off-by: Eva Millán <[email protected]>

4eb583a33d1544b18e0a6d28cbf7e422ef41f301 authored about 2 years ago
Release 0.8.0-rc.4

b0af16ea7c2d2b6c8bd2747b8e2a6273b009a930 authored about 2 years ago
Release 0.8.0-rc.3

8717cba7b101452b606a5ae64d741a5ec47f0dae authored about 2 years ago
Release 0.8.0-rc.2

cf3500416718fa51f4ea3c681304d7a8386b9cf4 authored about 2 years ago
Update Poetry dependencies

c0273eb48deadab7927c70b00b2a54b1202477d7 authored about 2 years ago
Release 0.8.0-rc.1

97957a98fb2d3f6c676b08d6d19d1e1d405cda07 authored about 2 years ago
Update Poetry dependencies

9f54e433fcf5d2236ad8a5a32922ee34f428b8ad authored about 2 years ago
Merge branch 'jwt-allow-any' of 'https://github.com/chaoss/grimoirelab-sortinghat'

Merges #711
Closes #711

ea0e963c0cc1302244583aba71063b5db65a9420 authored about 2 years ago
[middleware] Fix 'NoneType' object has no attribute 'fields'

Fix allow_any function from django-graphene-jwt.
Solution from https://stackoverflow.com/a/71296...

b8a164d4ada9823d2cf9dbf2ffdf4e877e110c3e authored about 2 years ago
Merge branch 'dependabot/npm_and_yarn/ui/minimatch-3.1.2' of 'https://github.com/chaoss/grimoirelab-sortinghat'

Merges #718
Closes #718

3b20fac82eb2bb93eb9a37954e136631f65dd644 authored about 2 years ago
Bump minimatch from 3.0.4 to 3.1.2 in /ui

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](ht...

33f1fd43265629407b1b7dd993e534ee4e3dae8f authored about 2 years ago
Merge branch 'dependabot/npm_and_yarn/ui/hosted-git-info-2.8.9' of 'https://github.com/chaoss/grimoirelab-sortinghat'

Merges #716
Closes #716

4d32ee31a4f282f45f5297ac51dc2baea8792ca6 authored about 2 years ago
Bump hosted-git-info from 2.8.8 to 2.8.9 in /ui

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release ...

484389d34c01501dadb276dbc48a0a4a3d7decaa authored about 2 years ago
Merge branch 'thenify' of 'https://github.com/evamillan/grimoirelab-sortinghat'

Merges #708
Closes #708

051d27dd2b8b0c42282da4a1d04a6b2f7923a6c6 authored about 2 years ago
[ui] Bump thenify to 3.3.1

Resolves the nested thenify dependency to 3.3.1.

Signed-off-by: Eva Millán <evamillan@bitergia....

cfd19277bb4a95aa60bb840f136950ede2e0e6b2 authored about 2 years ago
Merge branch 'loader-utils' of 'https://github.com/evamillan/grimoirelab-sortinghat'

Merges #717
Closes #717

920b8e76bd63ef82636a54e6a9cc7532a7898f32 authored about 2 years ago
[ui] Bump loader-utils to 2.0.4

Resolves the nested loader-utils dependencies to 2.0.4.

Signed-off-by: Eva Millán <evamillan@bi...

3b1f52e7f1881e8925fb7d7e421116bb9819aa20 authored about 2 years ago
Merge branch 'dependabot/npm_and_yarn/ui/ajv-6.12.6' of 'https://github.com/chaoss/grimoirelab-sortinghat'

Merges #715
Closes #715

cb966e877ef53f6812b59ad986e844fe5254d3f1 authored about 2 years ago
Bump ajv from 6.12.2 to 6.12.6 in /ui

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6.
- [Release notes](https...

1dca8462a21a125e1ff133975a13a57e9e31454f authored about 2 years ago
Merge branch 'dependabot/npm_and_yarn/ui/path-parse-1.0.7' of 'https://github.com/chaoss/grimoirelab-sortinghat'

Merges #712
Closes #712

eed3699411a94c8ae535030383f7a979112499e3 authored about 2 years ago
Bump path-parse from 1.0.6 to 1.0.7 in /ui

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release no...

7e7f99bf79240301de82630e6fe3ef1545b92419 authored about 2 years ago
Merge branch 'dependabot/npm_and_yarn/ui/ini-1.3.8' of 'https://github.com/chaoss/grimoirelab-sortinghat'

Merges #710
Closes #710

1d70f22930ea00f275f25d8eeec13af0dd1225a5 authored about 2 years ago
Bump ini from 1.3.5 to 1.3.8 in /ui

Bumps [ini](https://github.com/npm/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.co...

8911fc7177f225cc68bd99698fb164aac952d281 authored about 2 years ago
Merge branch 'dependabot/npm_and_yarn/ui/postcss-7.0.39' of 'https://github.com/chaoss/grimoirelab-sortinghat'

Merges #707
Closes #707

e1645223aeb2088890e2ec3fa522b23dfebffc16 authored about 2 years ago
Bump postcss from 7.0.28 to 7.0.39 in /ui

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.28 to 7.0.39.
- [Release notes](htt...

86377189191f953bf7f82959722b68b02708d7bb authored about 2 years ago
Merge branch 'dependabot/npm_and_yarn/ui/browserslist-4.21.4' of 'https://github.com/chaoss/grimoirelab-sortinghat'

Merges #714
Closes #714

9d65f87ac9b538d16395d861b236574af5df7196 authored about 2 years ago
Bump browserslist from 4.12.0 to 4.21.4 in /ui

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.12.0 to 4.21.4.
- [Rel...

e5b7be2708f5884a6e9b6e9eb528558ad5aeaa8c authored about 2 years ago
Merge branch 'dependabot/npm_and_yarn/ui/websocket-extensions-0.1.4' of 'https://github.com/chaoss/grimoirelab-sortinghat'

Merges #713
Closes #713

03346be70d7358946e5f8abdd2ae076a84de8643 authored about 2 years ago
Bump websocket-extensions from 0.1.3 to 0.1.4 in /ui

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0....

7cb110f897e69ab4a3aabb5487c40e0319e48f08 authored about 2 years ago
Merge branch 'dependabot/npm_and_yarn/ui/tmpl-1.0.5' of 'https://github.com/chaoss/grimoirelab-sortinghat'

Merges #706
Closes #706

c64b33365feafdba5e8fa9b218227261f22b182e authored about 2 years ago
Bump tmpl from 1.0.4 to 1.0.5 in /ui

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https:...

8770b97c9d21a0444d4a3d57c84a32f65f7edcf9 authored about 2 years ago
Merge branch 'dependabot/npm_and_yarn/ui/shelljs-0.8.5' of 'https://github.com/chaoss/grimoirelab-sortinghat'

Merges #702
Closes #702

a1107d227ba90665475b62904cbe9e343db9b06d authored about 2 years ago
Bump shelljs from 0.8.4 to 0.8.5 in /ui

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5.
- [Release notes](https...

4f979d1e89e4d1272324bedfbcbac920ed053a09 authored about 2 years ago
Merge branch 'dependabot/npm_and_yarn/ui/shell-quote-1.7.4' of 'https://github.com/chaoss/grimoirelab-sortinghat'

Merges #698
Closes #698

bc4b90ad8a0a02efefa42c629c5eef212acc936d authored about 2 years ago
Bump shell-quote from 1.7.2 to 1.7.4 in /ui

Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.7.2 to 1.7.4.
- [Release notes...

ae5081038f75821d1b102fd2a80fbb4635e215ad authored about 2 years ago
Merge branch 'dependabot/npm_and_yarn/ui/glob-parent-5.1.2' of 'https://github.com/chaoss/grimoirelab-sortinghat'

Merges #709
Closes #709

668ca8afc84527f825f2f1f5318ceb63a2224867 authored about 2 years ago
Bump glob-parent from 5.1.1 to 5.1.2 in /ui

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes...

bd2c11b7a8a0573a81cfd3a5693455ab65340d11 authored about 2 years ago
Merge branch 'dependabot/npm_and_yarn/ui/minimist-1.2.7' of 'https://github.com/chaoss/grimoirelab-sortinghat'

Merges #699
Closes #699

b34c00983d6791585523247cffb24801ba5fa8e1 authored about 2 years ago
Bump minimist from 1.2.5 to 1.2.7 in /ui

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.7.
- [Release notes](...

81e99ebc32f53261c9fcedd6ab196350294a3d97 authored about 2 years ago
Merge branch 'dependabot/npm_and_yarn/ui/follow-redirects-1.15.2' of 'https://github.com/chaoss/grimoirelab-sortinghat/'

Merges #703
Closes #703

d9f3a0b8642365675eeaf1c20357dcd9faca5303 authored about 2 years ago
Bump follow-redirects from 1.11.0 to 1.15.2 in /ui

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.11.0 to 1....

62d3094b5792c31b34f12506cd01e3be16cc3c4c authored about 2 years ago
Merge branch 'dependabot/npm_and_yarn/ui/loader-utils-1.4.2' of 'https://github.com/chaoss/grimoirelab-sortinghat'

Merges #701
Closes #701

23809dbe018dc07af59681308dc58ecbfc659e75 authored about 2 years ago
Bump loader-utils from 1.4.0 to 1.4.2 in /ui

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2.
- [Release no...

539b8f3a794a159105a5fecd1bf4ce8be8f83446 authored about 2 years ago
Merge branch 'dependabot/npm_and_yarn/ui/ansi-regex-3.0.1' of 'https://github.com/chaoss/grimoirelab-sortinghat'

Merges #704
Closes #704

4c3d545e31c84fbb6aadd84ce57db10af973e4c2 authored about 2 years ago
Bump ansi-regex from 3.0.0 to 3.0.1 in /ui

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1.
- [Release notes](h...

6661ae63d16a096848212d4c7406fbc5f9df7f9c authored about 2 years ago
Merge branch 'dependabot/npm_and_yarn/ui/lodash-4.17.21' of 'https://github.com/chaoss/grimoirelab-sortinghat'

Merges #705
Closes #705

cfa992ee141ff15eae09cf5ff1793beabe8561ba authored about 2 years ago
Bump lodash from 4.17.15 to 4.17.21 in /ui

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](http...

5e0fb87a0ff99b2dfb04eb54afcd98f0770abb9d authored about 2 years ago
Merge branch 'dependabot/npm_and_yarn/ui/vuetify-2.6.10' of 'https://github.com/chaoss/grimoirelab-sortinghat'

Merge #689
Closes #689

f60c3cfed0df77ddf1fac10ca70dbbfcfeffb9b8 authored about 2 years ago
Bump vuetify from 2.3.19 to 2.6.10 in /ui

Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 2.3.19 to ...

198ebdc306584259da22ebe5fca6c35f2ec76f36 authored about 2 years ago
Merge branch 'squash-migrations' of 'https://github.com/sduenas/sortinghat'

Merges #694
Closes #694

d2bb5545317db536a85b11b5058bce6de5bda5d7 authored about 2 years ago
[core:migrations] Squash migrations for SortingHat 0.8

In order to clean the migrations directory, this commit
squashes all the migrations into one.

S...

d30486acc20504c6aa79ed655f72e5d39facbbe6 authored about 2 years ago
Merge branch '5' of 'https://github.com/evamillan/grimoirelab-sortinghat'

Merges #700
Closes #700

4a244b8d0e02c964c5e99a3b6ff9ad5cce348721 authored about 2 years ago
[ui] Upgrade vue-cli to 5.0.8

Signed-off-by: Eva Millán <[email protected]>

94dbaa04b190547523e1cb5abe0c661eb779aec2 authored about 2 years ago
Merge branch 'remove-storybook' of 'https://github.com/evamillan/grimoirelab-sortinghat'

Merges #697
Closes #697

f42ae0f5a39b09f8d75d9b98deab311b794c5c29 authored about 2 years ago
[ui] Remove Storybook

Removes all Storybook packages and the GitHub action
test that uses Storybook snapshots.

Signed...

83f5107b59f8046633fa0a314f4c1ee9a41c4677 authored about 2 years ago
Merge branch 'vue-cli-service' of 'https://github.com/evamillan/grimoirelab-sortinghat'

Merges #696
Closes #696

7f4461a671ebcdc3b8f16d45250f975addcb4a4e authored about 2 years ago
[ui] Upgrade vue-cli and Storybook dependencies

Upgrades all vue-cli dependecies to 4.5.15 and
Storybook to 5.3.22.

Signed-off-by: Eva Millán <...

8b2414058528aad63f7ed77c08716bd8e4b37f1b authored about 2 years ago
Merge branch 'changelog-entry' of 'https://github.com/jjmerchante/grimoirelab-sortinghat'

Merges #695
Closes #695

43119d82535ed3bc7c9c990491f0c92efd166a7d authored about 2 years ago
[release] Include files required for release

This commit includes the required _version.py file for release-tools
to execute and the version ...

aa54daafddee444852941a29d6ae62bf1e5f98b7 authored about 2 years ago
Merge branch 'include-js' of 'https://github.com/jjmerchante/grimoirelab-sortinghat'

Merges #682
Closes #682

2de5d01fe7d8e47c9055c255c24187fb2ee91353 authored about 2 years ago
Include static files in Python package

This commit includes the JS files and templates generated with
yarn build in the Python package ...

99d07b709c227c68f67630b2226ab14471766dd2 authored about 2 years ago
Merge branch 'bump-pyjwt' of 'https://github.com/jjmerchante/grimoirelab-sortinghat'

Merges #693
Closes #693

9bff82d76ef18965635155830383b2682cd9446d authored about 2 years ago
Bump PyJWT version to ^2.4

This commit udpates the PyJWT version to ^2.4 and graphene to ^2.15

Signed-off-by: Jose Javier ...

7bb630f8d331731987c20f705f9514d12e60d0e5 authored about 2 years ago
Merge branch 'remove-docs' of 'https://github.com/jjmerchante/grimoirelab-sortinghat'

Merges #691
Closes #691

db0de35920cf97cb4b9b2a8d351bce46ce539eb6 authored about 2 years ago
Remove outdated documentation

This commit removes read-the-docs documentation that is outdated
and not maintained that include...

3eca315fe494aca1d86849623045b08bc59ac089 authored about 2 years ago
Merge branch 'django-3.2.16' of 'https://github.com/jjmerchante/grimoirelab-sortinghat'

Merges #690
Closes #690

2a0ed7c23ee918c566579cf76e77e1739f3b7934 authored about 2 years ago
Bump Django from 3.2 to 3.2.16

This updates the Django version in Poetry to ^3.2.16 to use
the latest version of Django.

It al...

4fcbce8f938ffd792da72e8aeb8a765abb74bc47 authored about 2 years ago
Merge branch 'dependabot/npm_and_yarn/ui/express-4.18.2'

Merges #688
Closes #688

Bump express from 4.17.1 to 4.18.2 in /ui

c7033c6d641490674bf1d8b05b896378a2c0e7a5 authored about 2 years ago
Bump express from 4.17.1 to 4.18.2 in /ui

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2.
- [Release notes](h...

6410d3ffdee4c918623b46a528fdc393e3283dfd authored about 2 years ago
Merge branch 'dependabot/npm_and_yarn/ui/qs-6.5.3'

Merges #687
Closes #687

Bump qs from 6.5.2 to 6.5.3 in /ui

1abbf16d9b066cec566bb50a9f87f58fc2c95d1d authored about 2 years ago