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
Adds a space after the text if there isn't one
when adding a filter with the selector in the
Sea...
Merges #646
Closes #646
Replaces all instances of simple inputs to enter
an organization's name with the OrganizationsSe...
Adds a component to select from a list of organizations.
The list is loaded only when the input ...
Merges #647
Closes #647
Resizes the search bar on the individual's table
to take up all available space and reorders the...
Merges #643
Closes #643
Shows the unlock icon when you hover over a
locked individual on the table.
Signed-off-by: Eva ...
96240706780cd2b12fe0523f0a9772c6578d43e6 authored over 2 years ago
Merges #630
Closes #630
Emits the updated individual data after affiliating
in TeamEnrollModal. The data is then formatt...
Removes the editable fields for an individual's name
and email from the individual's entry. The ...
Adds a new EnrollModal component, which allows users
to enroll an individual in an organization....
Updates the test snapshots to reflect the
latest changes.
Signed-off-by: Eva Millán <evamillan@...
a817343346d85507e4e1423385694a6eac6530be authored over 2 years ago
Adds a link to the individual's view in each
table entry.
Signed-off-by: Eva Millán <evamillan@...
2f149ae3f386d595bd3605db4518af456ae7a5f9 authored over 2 years ago
Extracts the identities list from ExpandedIndividual
into a new component to make it reusable.
...
8590aca4cb9cb8cb9e5771448b18669cab9e98a2 authored over 2 years ago
Disables all buttons in EnrollmentList when the
individual is locked.
Signed-off-by: Eva Millán...
2dc511b8e08d8ef4a2b339717ce47ec1e9ca3da2 authored over 2 years ago
Adds a view at /individuals/uuid to show an
individual's profile, identities and enrollments.
S...
42ca63a305dcb25b5f23cf9b4fcd6db7139236ac authored over 2 years ago
Merges #629
Closes #629
This commit updates the dependencies for this package and includes
the `allow-prerelease` option...
Merges #627
Closes #627
Shows the number of individuals affiliated to each team
on the expanded organization. When the n...
Merges #626
Closes #626
This commit updates the way Poetry is installed using
the official version for future releases.
...
Merges #625
Closes #625
Fixes #624
Shows the number of individuals enrolled in an organization
instead of the number of enrollments...
Fixes the 'enrollment', 'isEnrolled' and 'source' filters
returning duplicates in 'resolve_indiv...
Merges #623
Closes #623
Fixes #619
Fixes the pagination on the Organization table
overflowing and the "items per page" label
being ...
Merges #620
Closes #620
Fixes #616
Retrieves the individual's email on the enroll, merge
and withdraw mutations, which is used to g...
Adds integration test to check that the data
in the workspace is updated when identities are
mer...
Adds all the split identities to the workspace
instead of just the first one.
The 'addSavedIndiv...
Emits the updated data when individuals are merged
in the workspace to keep the dashboard and
wo...
Merges #622
Closes #622
Fixes #618
Replaces the read-only date inputs in ProfileModal with
the DateInput component. The enrollment ...
- Sets the date for the Vuetify picker in the right
format (YYYY-MM-DD)
- Adds a help text wit...
Emits the uuids of the deleted individuals to
update the workspace.
Signed-off-by: Eva Millán <...
bafb38c465492268fa70e757b264415e840dd9e7 authored over 2 years ago
Merges #621
Closes #621
In the Dashboard component, clears the previous
enrollment filter and waits for Vue to update it...
Retrieves the individual's uuid (mk) on whe
enroll and withdraw mutations. The uuid is
needed to...
Emits the 'updateWorkspace' event when an
individual's identities are unmerged.
Signed-off-by: ...
5d26f6cdae680f878be31beba4d27848e1c42bb4 authored over 2 years ago8b1d466476add5ef6979e8f7970ea9c097670a65 authored over 2 years ago
Merges #615
Closes #615
This change skips invalid formatting lines instead of raising an
error. This way it will keep ex...
Merges #613
Closes #613
This commit adds the release github action which generates
a package, tests it with different py...
Markupsafe has released a new version and Jinja 2.11.3
throws an error when instaling the packag...
Python 3.6 reached its end of life at the end of 2021.
Remove its support from actions and Poetr...
Merges #612
Closes #612
This commit adds a new GitHub Action to create the
release whenever a new tag with a release num...
Signed-off-by: Quan Zhou <[email protected]>
39f6201985d4ec45dc6af0b572e5c254b5ea0250 authored almost 3 years ago
Merges #611
Closes #611
This commit includes the missing sortinghat
command when building the package with bdist.
Signe...
990a51916761fe09222bc858308191cc09999c7b authored almost 3 years ago
Merges #610
Closes #610
This commit updates the GitHub actions tests to
use Poetry. It runs the tests and also flake8 te...
This commit fixes all the warnings that flake8 reported using
the same configuration as in other...
Merges #609
Closes #609
Signed-off-by: Jose Javier Merchante <[email protected]>
f8cf8160ffa9a711dfb2b2450fe894be13b03279 authored almost 3 years ago
Merges #608
Closes #608
This commit updates the version of numpy to <1.21.0
in requirements.txt file and setup.py.
For ...
ea6cdbf551eedbdee47acd1d77383577c523481c authored almost 3 years ago
Merges #607
Closes #607
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.3 to 1.21.0.
- [Release notes](https://g...
Merges #606
Closes #606
Merges #596
Closes #596
This commit removes Python 3.6 support
because the support ended on 23 Dec 2021.
Python 3.7 and...
ee15049303d12ce15fc010170ea2930f1556881c authored almost 3 years ago
This commit adds a github action workflow to check if a
changelog file was included in the pull ...
Merges #601
Closes #601
Merges #605
Closes #605
This commit adds a github action workflow to check if a
changelog file was included in the pull...
Merges #602
Closes #602
This commit adds the files required to add Poetry
support to SortingHat. For installing and buil...
This commit adds the support for sortinghat commands
to work as entrypoint. This is needed to ma...
Merges #604
Closes #604
Moves the enrollments template and logic from 'ExpandedIndividual'
to a new 'EnrollmentList' com...
Markup has release a new version and Jinja 2.11.3
throws an error.
Pin the version to <3.1.0 sin...
Adds a button in 'ExpandedIndividual' to add
the individual to a team belonging to the
selected ...
Adds a modal component to enroll individuals in teams.
Signed-off-by: Eva Millán <evamillan@bit...
fc3c1bf72307aff1960170102246c7c47dc075ea authored almost 3 years ago
Adds the 'parentOrg' parameter to the mutation
and functions that update the enrollment dates
to...
Updates the withdraw mutation and functions to
allow removing enrollments in teams.
Signed-off-...
1491faf028c8d19792fbfab714db3c99faff67f0 authored almost 3 years ago
Merges #600
Closes #600
Adds support for enrolling, withdrawing and updating
enrollments from teams.
Signed-off-by: Eva...
4a0bd6c7c3c4dc68f5e3933730afa7c697b82369 authored almost 3 years ago
Renames the instances of 'organization' in enrollments
to 'group' to match the backend.
Signed-...
b21ce19e91f0273407352c81adefa215883bf714 authored almost 3 years ago
Changes the name of the 'organization' field on the
Enrollment model to 'group' to match the fie...
Merges #599
Closes #599
This code allows the script to create a fixture JSON file
according to the new 'organization' sc...
Merges #598
Closes #598
Renames the 'organization' field in the 'Group'
model to 'parent_org' to make its function clear...
Moves the organizations data to the 'group' table and
removes the 'organizations' and 'teams' ta...
Adds a 'Group' model that can be used to represent
both organizations and teams. Its objects can...
Merges #595
Closes #595
Adds the 'isGroup' props to request the expanded item's teams accordingly.
Signed-off-by: Eva M...
2e955408bb89344ab2ee3146cb671eb290dfbaf7 authored almost 3 years agoAdds the 'isGroup' prop to manage the table items accordingly.
Signed-off-by: Eva Millán <evami...
8d8ff5e0d4f72ca8842d6b6643595ad9f987df88 authored almost 3 years ago
Adds the 'isGroup' prop to 'TeamsModal', which allows
the component to fetch, add and delete tea...
Signed-off-by: Quan Zhou <[email protected]>
24d68961c70e2d1a3571128b1da18517f1fbc7e3 authored about 3 years ago
Adds a GQL query to fetch a list of teams that
are not affiliated to any organization.
Signed-o...
94e3b140a203dbc19e8ad02e2c19b0146ae6e5eb authored about 3 years ago
Merges #592
Closes #592
Fixes #591
Using `ubuntu-latest` we get this error when install
`mysql-client`.
```
mysql-client : Depends:...
Merges #593
Closes #593
This code allows connecting to a Redis with password.
Signed-off-by: Quan Zhou <[email protected]>
c8132dae3a2eb2016b6af923a3cb1ce24b8a4863 authored about 3 years ago
This code fixes when the `start` and `end` dates are equal.
The current behavior returns this da...