Ecosyste.ms: OpenCollective

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

CHAOSS Project

CHAOSS is focused on creating analytics and metrics to help define community health
Collective - Host: opensource - https://opencollective.com/chaoss - Website: https://chaoss.community - Code: https://github.com/chaoss

[templates] Add end blank line to some teamplates

This proceduces a prettier output.

github.com/chaoss/grimoirelab-sortinghat - 626ab3ce2df61b955abbdefa8734bd8a6c228196 authored over 10 years ago by Santiago Dueñas <[email protected]>
[sortinghat] Add 'mv' command

github.com/chaoss/grimoirelab-sortinghat - a932de15603c5f7691df1fc331c1b335ecd799ac authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:move] Add run() method to Move command class

github.com/chaoss/grimoirelab-sortinghat - b406c3df0bb21a229b62711d11a7eacd316aa05b authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:move] Add Move command class

github.com/chaoss/grimoirelab-sortinghat - 3fc7ff20b3d74ff20ce367b0620a13107cbd1035 authored over 10 years ago by Santiago Dueñas <[email protected]>
[sortinghat] Add 'merge' command

github.com/chaoss/grimoirelab-sortinghat - e8b987ed163c71fa6683beb6c3561f17576bb33c authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:merge] Add run() method to Merge class

github.com/chaoss/grimoirelab-sortinghat - 60f99877253bc690dabd24463c34e3826a39e96c authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:merge] Add Merge command class

This class allows to merge one unique identity into another one.

github.com/chaoss/grimoirelab-sortinghat - 8eb796ba5460be55b7f79639c6cc91d38fcafa99 authored over 10 years ago by Santiago Dueñas <[email protected]>
[api] Add move_identity() function

This funtion allows to move an identity to a unique identity

github.com/chaoss/grimoirelab-sortinghat - 1cbbdf21e247690011c1f406a20b3db3fcbc8d6e authored over 10 years ago by Santiago Dueñas <[email protected]>
[api] Support case on merging identities when both uuids are equal

github.com/chaoss/grimoirelab-sortinghat - 6863c60cbad452462fea9d4b8009304d9902f03c authored over 10 years ago by Santiago Dueñas <[email protected]>
[api] Add merge_unique_identities() function

This function joins one unique identity into another.

github.com/chaoss/grimoirelab-sortinghat - 656c02dfa6c9bf4a905ca63acabeea7f22f2a310 authored over 10 years ago by Santiago Dueñas <[email protected]>
[sortinghat] Add 'rm' command

github.com/chaoss/grimoirelab-sortinghat - bb081c73db9da2d54d946027a316eaae6be38b54 authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:remove] Add run() method to Remove command

This also includes description() and usage() methods.

github.com/chaoss/grimoirelab-sortinghat - 3d9b38fc1d05e74343c36fb9e1356b02fb70eb22 authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:remove] Add Remove command class

This command removes exinting unique identities or identities
from the registry.

github.com/chaoss/grimoirelab-sortinghat - 6d5543ecc0d5e62230b0486af57586e51882364d authored over 10 years ago by Santiago Dueñas <[email protected]>
[tests] Add missed joins to some queries

github.com/chaoss/grimoirelab-sortinghat - 59f73da7851df52d52ce2721c9552b28f67be10b authored over 10 years ago by Santiago Dueñas <[email protected]>
[api] Update documentation

github.com/chaoss/grimoirelab-sortinghat - 6d8175c05289f81f5c5d967a4eb1ff26315493ee authored over 10 years ago by Santiago Dueñas <[email protected]>
[api] Add delete_identity() function

This function removes the given identity from the registry.

github.com/chaoss/grimoirelab-sortinghat - e776f4412941d6a1432275e04b872941995fd7b9 authored over 10 years ago by Santiago Dueñas <[email protected]>
[model] Assign unique identifiers to identities

Identities will have two ids, a unique identifier based on SHA-1
and the uuid which the identity...

github.com/chaoss/grimoirelab-sortinghat - 6d0d8d4261facb91652de2f8f9e94919013a3223 authored over 10 years ago by Santiago Dueñas <[email protected]>
[tests] Fix typo in test name

github.com/chaoss/grimoirelab-sortinghat - 30a303c6e03c00195372eb674426b6bb74e8919c authored over 10 years ago by Santiago Dueñas <[email protected]>
[model] Use uuid as primary key in UniqueIdentity class

github.com/chaoss/grimoirelab-sortinghat - 3f95ec05c2d908201ad765c0caffdd4f04f4fd91 authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd] Add error() and warning() methods

With these two new methods, commands will print error and warning
messages to stderr.

github.com/chaoss/grimoirelab-sortinghat - 003fc2ccb6c0aee71e4cd8f4d129981c624021b7 authored over 10 years ago by Santiago Dueñas <[email protected]>
[tests] Use REGISTRY_EMPTY_OUTPUT in test_add_without_args()

github.com/chaoss/grimoirelab-sortinghat - 7171e2e92f18003ad81560b3f3d8c863e96fd20f authored over 10 years ago by Santiago Dueñas <[email protected]>
[tests] Ignore jinja2 import warnings

Ignore jinja2 warnings when it tries to import its 'tests' module
using relative imports.

github.com/chaoss/grimoirelab-sortinghat - 7dbe877eb4191f7f95666ff14ee80532239a6d41 authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:load] Use display() method to print the output

github.com/chaoss/grimoirelab-sortinghat - 53a61c219dc7ae4108ada938900155fbca6165f8 authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd] Improve commands output

github.com/chaoss/grimoirelab-sortinghat - 230075f7464f27cf1133385ed598dfa35c462f00 authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd] Add display() method to print command output

This method uses templates to print the output of each command.
The template library used to do ...

github.com/chaoss/grimoirelab-sortinghat - 6cf1812a198429c502954d198cb105a59ce2ea0f authored over 10 years ago by Santiago Dueñas <[email protected]>
[sortinghat] Add 'show' command

github.com/chaoss/grimoirelab-sortinghat - c8414378abe714c2ee3471027d6108ae6b3377af authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:show] Add Show class command

This class shows the relatated information to unique identities
available in the registry.

To p...

github.com/chaoss/grimoirelab-sortinghat - dc1e1bec3a070fa9dec7cabb0950d2297711c9bf authored over 10 years ago by Santiago Dueñas <[email protected]>
[model] Set 'joined' load to unique identities

github.com/chaoss/grimoirelab-sortinghat - 649ebe46f410ab4d016db8faa8b483f843a9d420 authored over 10 years ago by Santiago Dueñas <[email protected]>
[database] Fix 'Too many connections' error

In SQLAlchemy, when a session is closed using close() method, it
is not really closed. It is sen...

github.com/chaoss/grimoirelab-sortinghat - 693837f49ce9aba6eb018e344725e10f73c9ad36 authored over 10 years ago by Santiago Dueñas <[email protected]>
[api] Add unique_identities() function

This funtion list the unique identities available on the registry

github.com/chaoss/grimoirelab-sortinghat - f3359d9f6cac37ad3e9b96d1cd3476aab01710a9 authored over 10 years ago by Santiago Dueñas <[email protected]>
[sortinghat] Add 'add' command

github.com/chaoss/grimoirelab-sortinghat - b78aa8c0f21146fc80133b130da869409061dc5d authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:add] Add run() method to Add command

This also includes description() and usage() methods.

github.com/chaoss/grimoirelab-sortinghat - b30c6c4777d3808bb54b2ce2f6d736fcf19b9c99 authored over 10 years ago by Santiago Dueñas <[email protected]>
[tests] Check whether ids are also removed on delete_unique_identity()

github.com/chaoss/grimoirelab-sortinghat - 3960d930444f1d03736ad37e52772d3b2379c3a4 authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:add] Add Add command class

This command adds new identities into the registry.

github.com/chaoss/grimoirelab-sortinghat - 487d0d410c4aee5e0945f26315ecf86d52db07d8 authored over 10 years ago by Santiago Dueñas <[email protected]>
[api] Add add_identity() function

This function allows to add new identities to the registry and
assign them to unique identities....

github.com/chaoss/grimoirelab-sortinghat - a015a7fd24e7f563c3aa0eb94b108b3a72ec0919 authored over 10 years ago by Santiago Dueñas <[email protected]>
[utils] Use SHA-1 to generate UUIDs

github.com/chaoss/grimoirelab-sortinghat - e068c205b0e72012a22dff8fac6e965a272f94b5 authored over 10 years ago by Santiago Dueñas <[email protected]>
[utils] Move uuid() function to utils module

github.com/chaoss/grimoirelab-sortinghat - 55bf60ab0a9e9c9a11ae165c655b3fd8ec64b129 authored over 10 years ago by Santiago Dueñas <[email protected]>
[api] Add uuid() method to generate universal unique identifiers

At this moment, the UUID will be the given email, name or username,
following that order. Future...

github.com/chaoss/grimoirelab-sortinghat - 0c5f012c11a78964993d3d0659b9591f7e9343f0 authored over 10 years ago by Santiago Dueñas <[email protected]>
[model] Add unique constraint to 'uuid' field in UniqueIdentity

github.com/chaoss/grimoirelab-sortinghat - 8a9a7ed452ce2ebe205196d76db537d15449c4cc authored over 10 years ago by Santiago Dueñas <[email protected]>
[model] Add Identity class to the model

This class will be used to model the different set of identities
that a unique identitiy could h...

github.com/chaoss/grimoirelab-sortinghat - 4b031f5006bf8f96e3d4c467e9b7fa30c19abda7 authored over 10 years ago by Santiago Dueñas <[email protected]>
[model] Change 'upeople' by 'uidentity' table

github.com/chaoss/grimoirelab-sortinghat - bf9e3dbfcb2ba369ab3982d221476d2ea7d1ba73 authored over 10 years ago by Santiago Dueñas <[email protected]>
[sortinghat] Improve help documentation

github.com/chaoss/grimoirelab-sortinghat - f4fae5755a7d23c06a0b60f6ecfffa651c32587f authored over 10 years ago by Santiago Dueñas <[email protected]>
[model] Change 'upeople_companies' by 'enrollments' table

github.com/chaoss/grimoirelab-sortinghat - bd5008f4e5a39337ecf4434773bcb2730f3112bb authored over 10 years ago by Santiago Dueñas <[email protected]>
[model] Change 'company' by 'organization' term

github.com/chaoss/grimoirelab-sortinghat - a23a07fd7ad3097166df97decc1b8aa843df5d8c authored over 10 years ago by Santiago Dueñas <[email protected]>
[api] Order enrollments by end date too

github.com/chaoss/grimoirelab-sortinghat - ee4d21d1c3560e4796854a64dc020738a4849fe4 authored over 10 years ago by Santiago Dueñas <[email protected]>
[sortinghat] Add 'log' command

github.com/chaoss/grimoirelab-sortinghat - 3d7bea4cbf79a0415d3a88c6aebcc0564fe9783b authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:log] Add run() method to Log command

This also includes description() and usage() methods and
parses arguments using argparse library.

github.com/chaoss/grimoirelab-sortinghat - c6b36d115b4edba3b6f20dbbb461870da26c99c9 authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:log] Add Log command class

This command lists enrollments from the registry.

github.com/chaoss/grimoirelab-sortinghat - d8822962e90b0261281e4dd1dee420797d2c9297 authored over 10 years ago by Santiago Dueñas <[email protected]>
[tests] Add test to check 'from_date' <= 'to_date' in 'enrollmets'

github.com/chaoss/grimoirelab-sortinghat - 179fcbe549a0e8359d58e4b947ed2329ee2ac11c authored over 10 years ago by Santiago Dueñas <[email protected]>
[sortinghat] Use SORTINGHAT_COMMANDS dict to manage available commands

github.com/chaoss/grimoirelab-sortinghat - 84280023404ed74d9d4ddca4886a8349aeff8aba authored over 10 years ago by Santiago Dueñas <[email protected]>
[sortinghat] Add 'withdraw' command

github.com/chaoss/grimoirelab-sortinghat - bd128385c02412dd8b267f83e84fdd2770336358 authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:withdraw] Add run() method to Withdraw command

This also includes description() and usage() methods and
parses arguments using argparse library.

github.com/chaoss/grimoirelab-sortinghat - 08937c5048e2e4eda407fefde970ded120c0fd09 authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:withdraw] Add Withdraw command class

This command removes exinting enrollments from the registry.

github.com/chaoss/grimoirelab-sortinghat - de6e92f00cfaba9ae22545ef4bc5519842aa316a authored over 10 years ago by Santiago Dueñas <[email protected]>
[tests] Fix typos

github.com/chaoss/grimoirelab-sortinghat - 6b4914e093895a48d0422d4f878bbb51057c51b6 authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:enroll] Support --from and --to parameters

Enrollment duration can be set using these parameters.

github.com/chaoss/grimoirelab-sortinghat - 88605fc1e18f3455b9a1363f7b2f3445e0f70d0d authored over 10 years ago by Santiago Dueñas <[email protected]>
[utils] Add str_to_datetime() function.

This function formats strings into datetime objects.
In addition, InvalidDateError exception has...

github.com/chaoss/grimoirelab-sortinghat - abd0f4c4065fe34bb998bb370507a0e642cfd229 authored over 10 years ago by Santiago Dueñas <[email protected]>
[sortinghat] Add 'enroll' command

github.com/chaoss/grimoirelab-sortinghat - 36e01e9a9e4e1ca4314afbc1774e1b2df4a3671a authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:enroll] Add run() method to Enroll command

This also includes description() and usage() methods and
parses arguments using argparse library.

github.com/chaoss/grimoirelab-sortinghat - 6b0fa67291ab93c0c29d419e7b974a790d87c70a authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:enroll] Add Enroll command class

This command adds a new relationships between a identities
and organizations.

github.com/chaoss/grimoirelab-sortinghat - 1ee400ae6ec333443c33e44b4d981a124e6a62d5 authored over 10 years ago by Santiago Dueñas <[email protected]>
[api] Support date ranges in enrollments function

github.com/chaoss/grimoirelab-sortinghat - ad3189af66e4e0af25b6f94476692e29099ecf69 authored over 10 years ago by Santiago Dueñas <[email protected]>
[api] Add enrollments() function

This function a list of enrollments, filtered by uuids or
organizations.

github.com/chaoss/grimoirelab-sortinghat - 568ef74805b4894578d2ac4e345c263c6c4336ea authored over 10 years ago by Santiago Dueñas <[email protected]>
[model] Change 'lazy' load to 'joined' on Enroll class

This change allows to access to related objects when instances
are detached from the current dat...

github.com/chaoss/grimoirelab-sortinghat - b90d359bbcf1ace3135d50cdc9c4c38e26730cdf authored over 10 years ago by Santiago Dueñas <[email protected]>
[tests] Fix typos

github.com/chaoss/grimoirelab-sortinghat - 75200367d009aa93ede2f02db37de951987a61fb authored over 10 years ago by Santiago Dueñas <[email protected]>
[api] Add delete_enrollment() function

github.com/chaoss/grimoirelab-sortinghat - 6242e6dd9c7f590984c0b88bfa389c864e3e0e9e authored over 10 years ago by Santiago Dueñas <[email protected]>
[api] Rename add_enrollment() date parameters

github.com/chaoss/grimoirelab-sortinghat - d210c532b96a4b35e83bde617b0f913f47b1fb1a authored over 10 years ago by Santiago Dueñas <[email protected]>
[tests] Modify api import call

github.com/chaoss/grimoirelab-sortinghat - 96b80e0e21d38c99432b7d91a85d869ddf4d77dd authored over 10 years ago by Santiago Dueñas <[email protected]>
[api] Update class documentation

github.com/chaoss/grimoirelab-sortinghat - fb8c0b919e992a42fbaf289ee89bd668ae96b6db authored over 10 years ago by Santiago Dueñas <[email protected]>
[tests] TestBaseCase for api tests

This class defines common setUp and tearDown methods that will be
used by api tests.

github.com/chaoss/grimoirelab-sortinghat - eedd433ab2b24679b52cda57aa994ac2d8bded23 authored over 10 years ago by Santiago Dueñas <[email protected]>
[api] Add delete_unique_identity() function

This function deletes a unique identity from the registry.
If the identity is not found, a NotFo...

github.com/chaoss/grimoirelab-sortinghat - 481997fec59e9a7915fb64a76a73daf752585f41 authored over 10 years ago by Santiago Dueñas <[email protected]>
[tests] Check delete on cascade when removing organizations

github.com/chaoss/grimoirelab-sortinghat - 3144eeea828cbe1a818677ab7932e8ec1733b4db authored over 10 years ago by Santiago Dueñas <[email protected]>
[api] Add add_enrollment() function

The function adds a new relationship between the unique identity
identified by 'uuid' and the gi...

github.com/chaoss/grimoirelab-sortinghat - f25253e7817f80545baddcf3786d8cd15d000339 authored over 10 years ago by Santiago Dueñas <[email protected]>
[model] Add 'delete on cascade' action

github.com/chaoss/grimoirelab-sortinghat - 7df1d39b197580723eefbc4cb592111dba694a79 authored over 10 years ago by Santiago Dueñas <[email protected]>
[model] Define default period dates using datetime objects

github.com/chaoss/grimoirelab-sortinghat - 71ad38a8b8fc656c1ec84b90e9f3f2174d7be5ee authored over 10 years ago by Santiago Dueñas <[email protected]>
[model] Change the name of the identity relationship on Enrollment

The name of the relationship between unique identities and
enrollment was set to 'user'. The nam...

github.com/chaoss/grimoirelab-sortinghat - 45042b1fb3c5a9c2d6b8e21657b6685e91cfb0bd authored over 10 years ago by Santiago Dueñas <[email protected]>
[api] Add add_unique_identity() method

Method that creates a new unique identity in the registry.
If the identity already exists, it ra...

github.com/chaoss/grimoirelab-sortinghat - d8dd9eef2424a2024990c87d4716945eafd47521 authored over 10 years ago by Santiago Dueñas <[email protected]>
[model] Fix typo in UniqueIdentity class

github.com/chaoss/grimoirelab-sortinghat - 8258076d7a039981344fbf46946b9e9fd697cc82 authored over 10 years ago by Santiago Dueñas <[email protected]>
[tests] TestBaseCase for model tests

This class defines common setUp and tearDown methods that will be
used by model tests.

github.com/chaoss/grimoirelab-sortinghat - aab39775e89d7c119870c9540b768242ec94ded6 authored over 10 years ago by Santiago Dueñas <[email protected]>
[model] Add UniqueIdentity and Enrollment models

github.com/chaoss/grimoirelab-sortinghat - 078009e1cb9d2c064f0885d70690732cd872fbd7 authored over 10 years ago by Santiago Dueñas <[email protected]>
[sortinghat] Add config command

github.com/chaoss/grimoirelab-sortinghat - f63340c0a817b4234c9de61a9fb3ec7319e600f1 authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:config] Implement run() method

github.com/chaoss/grimoirelab-sortinghat - bbfe31bf6daa9d51ff86dc958600c1341ffcc0ef authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:config] Command to read and write configuration parameters

Nowadays, this command support get() method, to read parameters
from a configuration file and, s...

github.com/chaoss/grimoirelab-sortinghat - 17c3eec76725ed7b9ed36f11b18885fe856e283d authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd] Command __init__() does not set up database connection anymore

Database connection has to be established calling _set_database()
method during the initializati...

github.com/chaoss/grimoirelab-sortinghat - ebecab2ead3dda070a33721edb1640dd32ce31ca authored over 10 years ago by Santiago Dueñas <[email protected]>
[sortinghat] Print runtime error messages

github.com/chaoss/grimoirelab-sortinghat - deee1e12f5b07f510d90fc8d1eeaed6b0c63aaa8 authored over 10 years ago by Santiago Dueñas <[email protected]>
[database] Manage database connection errors

Database class raises a 'DatabaseError' exception when
an error occurs connecting to the given d...

github.com/chaoss/grimoirelab-sortinghat - f41ccf3eaa0802f2145d20b86a16dcd93e4dd565 authored over 10 years ago by Santiago Dueñas <[email protected]>
[sortinghat] Read parameters from a configuration file

github.com/chaoss/grimoirelab-sortinghat - bb7ed68c27b0c74f2b7f20c41ddc90a6c927b4f6 authored over 10 years ago by Santiago Dueñas <[email protected]>
[sortinghat] Add script used to run the tool

github.com/chaoss/grimoirelab-sortinghat - f0538a9264a02d52e59fb72d20dc72a5d1eed472 authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:load] Support inline comments on domains-companies files

github.com/chaoss/grimoirelab-sortinghat - 93d94253fd5c47057554942d765af06cb075e2b8 authored over 10 years ago by Santiago Dueñas <[email protected]>
[database] Force connections and tables to use UTF-8 encoding

github.com/chaoss/grimoirelab-sortinghat - 817b1b13c9f3549b8b049e2942814fadef9e82fc authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:load] Update regex to allow any character on company names

This allows to have companies with characters like &, /, \, ",
and so on. This excludes format c...

github.com/chaoss/grimoirelab-sortinghat - 1da04e88f64fc46e0576363c1ae47229d8d3603f authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:load] Fix error parsing unicode strings

github.com/chaoss/grimoirelab-sortinghat - 0bf4fb221606cf8ab9079ebfd0471486ada6e763 authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:load] Improve command documentation

github.com/chaoss/grimoirelab-sortinghat - 8cc1c442e03898561e05a8db452757265519c48f authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:load] Add run() method to Load command class

This method add domains and companies to the registry.
Domains are read from the standard input ...

github.com/chaoss/grimoirelab-sortinghat - 52541d9836a03730a010d411da739ad75ec5acef authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:load] Improve output feedback while adding domains

github.com/chaoss/grimoirelab-sortinghat - 8c8a5bf393ef88624538d3ae4da8778f661809d4 authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:orgs] Raise RuntimeError when invalid files are given

github.com/chaoss/grimoirelab-sortinghat - 6ac375d781e15b5932a860e913266f933a6718b0 authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:orgs] Improve help messages

github.com/chaoss/grimoirelab-sortinghat - 5c95eff4106ee7399b86853f3f1c8f6f8f368a7c authored over 10 years ago by Santiago Dueñas <[email protected]>
[tests] Unit tests for load command

github.com/chaoss/grimoirelab-sortinghat - fab5eb609fbdeb386d016b9066a25513ad05980d authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:load] Add Load command class

This command will import on the registry a set of organizations and domains
from an input file.
...

github.com/chaoss/grimoirelab-sortinghat - f8082477d5858a76240936b7150671891c819e94 authored over 10 years ago by Santiago Dueñas <[email protected]>
[exceptions] Add BadFileFormatError exception

github.com/chaoss/grimoirelab-sortinghat - 40937fdc40dfff2dbadf8e6806acb86944259ac2 authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:orgs] Support '--ovewrite' option on '--add' action

This option allows to overwrite existing relationships between
organizations and domains.

Unit ...

github.com/chaoss/grimoirelab-sortinghat - 0a170f0d9605711b6778c9072122fd243bf4e3e9 authored over 10 years ago by Santiago Dueñas <[email protected]>
[cmd:orgs] Update documentation

github.com/chaoss/grimoirelab-sortinghat - 84893872e5b57166e3e5feddbc59975af764d7bb authored over 10 years ago by Santiago Dueñas <[email protected]>