From 9b7e2790338b15041ae224cdc3c8f3439e63305d Mon Sep 17 00:00:00 2001 From: Mati Dastugue Date: Thu, 30 Jul 2020 19:56:03 -0300 Subject: [PATCH 1/8] Add CLA assistant --- .github/workflows/cla.yml | 24 ++++++++++++++++++++++++ GNOSISCLA.md | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 .github/workflows/cla.yml create mode 100644 GNOSISCLA.md diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml new file mode 100644 index 00000000..bdc3c8af --- /dev/null +++ b/.github/workflows/cla.yml @@ -0,0 +1,24 @@ +name: "CLA Assistant" +on: + issue_comment: + types: [created] + pull_request: + types: [opened,closed,synchronize] + +jobs: + CLAssistant: + runs-on: ubuntu-latest + steps: + - name: "CLA Assistant" + if: (github.event.comment.body == 'recheckcla' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request' + # Alpha Release + uses: cla-assistant/github-action@v1.4.2-alpha + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + path-to-signatures: 'signatures/version1/cla.json' + path-to-cla-document: 'https://github.com/gnosis/safe-react/blob/master/GNOSISCLA.md' + branch: 'master' + allowlist: lukasschor,rmeissner,apanizo,germartinez,fernandomg,Agupane,nicosampler,matextrem,gabitoesmiapodo,davidalbela,alongoni,Uxio0,dasanra,miguelmota,francovenica,tschubotz,pcowgill,luarx,#20giacomolicari,gnosis-info,bot* + empty-commit-flag: false + blockchain-storage-flag: false diff --git a/GNOSISCLA.md b/GNOSISCLA.md new file mode 100644 index 00000000..8a7f2a8b --- /dev/null +++ b/GNOSISCLA.md @@ -0,0 +1,33 @@ +### Gnosis Contributor License Agreement + +Thank you for your interest in contributing to open source software projects (“Projects”) made available by Gnosis Ltd or its affiliates (“Gnosis”). This Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to Gnosis in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact legal@gnosis.io. + + +You agree that the following terms apply to all of your past, present and future Contributions. Except for the licenses granted in this Agreement, you retain all of your right, title and interest in and to your Contributions. + + +**Copyright License.** You hereby grant, and agree to grant, to Gnosis a non-exclusive, perpetual, irrevocable, worldwide, fully-paid, royalty-free, transferable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, and distribute your Contributions and such derivative works, with the right to sublicense the foregoing rights through multiple tiers of sublicensees. + + +**Patent License.** You hereby grant, and agree to grant, to Gnosis a non-exclusive, perpetual, irrevocable, worldwide, fully-paid, royalty-free, transferable patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer your Contributions, where such license applies only to those patent claims licensable by you that are necessarily infringed by your Contributions alone or by combination of your Contributions with the Project to which such Contributions were submitted, with the right to sublicense the foregoing rights through multiple tiers of sublicensees. + + +**Moral Rights.** To the fullest extent permitted under applicable law, you hereby waive, and agree not to assert, all of your “moral rights” in or relating to your Contributions for the benefit of Gnosis, its assigns, and their respective direct and indirect sublicensees. + + +**Third Party Content/Rights.** If your Contribution includes or is based on any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that were not authored by you (“Third Party Content”) or if you are aware of any third party intellectual property or proprietary rights associated with your Contribution (“Third Party Rights”), then you agree to include with the submission of your Contribution full details respecting such Third Party Content and Third Party Rights. + + +**Representations.** You represent that, other than the Third Party Content and Third Party Rights identified by you in accordance with this Agreement, you are the sole author of your Contributions and are legally entitled to grant the foregoing licenses and waivers in respect of your Contributions. If your Contributions were created in the course of your employment with your past or present employer(s), you represent that such employer(s) has authorized you to make your Contributions on behalf of such employer(s) or such employer(s) has waived all of their right, title or interest in or to your Contributions. + + +**Disclaimer.** To the fullest extent permitted under applicable law, your Contributions are provided on an "as-is" basis, without any warranties or conditions, express or implied, including, without limitation, any implied warranties or conditions of non-infringement, merchantability or fitness for a particular purpose. You are not required to provide support for your Contributions, except to the extent you desire to provide support. + + +**No Obligation.** You acknowledge that Gnosis is under no obligation to use or incorporate your Contributions into any of the Projects. The decision to use or incorporate your Contributions into any of the Projects will be made at the sole discretion of Gnosis or its authorized delegates. + + +**Disputes.** This Agreement shall be governed by and construed in accordance with the laws of the State of New York, United States of America, without giving effect to its principles or rules regarding conflicts of laws, other than such principles directing application of New York law. The parties hereby submit to venue in, and jurisdiction of the courts located in New York, New York for purposes relating to this Agreement. In the event that any of the provisions of this Agreement shall be held by a court or other tribunal of competent jurisdiction to be unenforceable, the remaining portions hereof shall remain in full force and effect. + + +**Assignment.** You agree that Gnosis may assign this Agreement, and all of its rights, obligations and licenses hereunder. From 86bee9587d343ddecbbc9f75057e2fc5a6626fb3 Mon Sep 17 00:00:00 2001 From: Mati Dastugue Date: Thu, 30 Jul 2020 21:45:01 -0300 Subject: [PATCH 2/8] Delete GNOSISCLA.md --- GNOSISCLA.md | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 GNOSISCLA.md diff --git a/GNOSISCLA.md b/GNOSISCLA.md deleted file mode 100644 index 8a7f2a8b..00000000 --- a/GNOSISCLA.md +++ /dev/null @@ -1,33 +0,0 @@ -### Gnosis Contributor License Agreement - -Thank you for your interest in contributing to open source software projects (“Projects”) made available by Gnosis Ltd or its affiliates (“Gnosis”). This Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to Gnosis in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact legal@gnosis.io. - - -You agree that the following terms apply to all of your past, present and future Contributions. Except for the licenses granted in this Agreement, you retain all of your right, title and interest in and to your Contributions. - - -**Copyright License.** You hereby grant, and agree to grant, to Gnosis a non-exclusive, perpetual, irrevocable, worldwide, fully-paid, royalty-free, transferable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, and distribute your Contributions and such derivative works, with the right to sublicense the foregoing rights through multiple tiers of sublicensees. - - -**Patent License.** You hereby grant, and agree to grant, to Gnosis a non-exclusive, perpetual, irrevocable, worldwide, fully-paid, royalty-free, transferable patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer your Contributions, where such license applies only to those patent claims licensable by you that are necessarily infringed by your Contributions alone or by combination of your Contributions with the Project to which such Contributions were submitted, with the right to sublicense the foregoing rights through multiple tiers of sublicensees. - - -**Moral Rights.** To the fullest extent permitted under applicable law, you hereby waive, and agree not to assert, all of your “moral rights” in or relating to your Contributions for the benefit of Gnosis, its assigns, and their respective direct and indirect sublicensees. - - -**Third Party Content/Rights.** If your Contribution includes or is based on any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that were not authored by you (“Third Party Content”) or if you are aware of any third party intellectual property or proprietary rights associated with your Contribution (“Third Party Rights”), then you agree to include with the submission of your Contribution full details respecting such Third Party Content and Third Party Rights. - - -**Representations.** You represent that, other than the Third Party Content and Third Party Rights identified by you in accordance with this Agreement, you are the sole author of your Contributions and are legally entitled to grant the foregoing licenses and waivers in respect of your Contributions. If your Contributions were created in the course of your employment with your past or present employer(s), you represent that such employer(s) has authorized you to make your Contributions on behalf of such employer(s) or such employer(s) has waived all of their right, title or interest in or to your Contributions. - - -**Disclaimer.** To the fullest extent permitted under applicable law, your Contributions are provided on an "as-is" basis, without any warranties or conditions, express or implied, including, without limitation, any implied warranties or conditions of non-infringement, merchantability or fitness for a particular purpose. You are not required to provide support for your Contributions, except to the extent you desire to provide support. - - -**No Obligation.** You acknowledge that Gnosis is under no obligation to use or incorporate your Contributions into any of the Projects. The decision to use or incorporate your Contributions into any of the Projects will be made at the sole discretion of Gnosis or its authorized delegates. - - -**Disputes.** This Agreement shall be governed by and construed in accordance with the laws of the State of New York, United States of America, without giving effect to its principles or rules regarding conflicts of laws, other than such principles directing application of New York law. The parties hereby submit to venue in, and jurisdiction of the courts located in New York, New York for purposes relating to this Agreement. In the event that any of the provisions of this Agreement shall be held by a court or other tribunal of competent jurisdiction to be unenforceable, the remaining portions hereof shall remain in full force and effect. - - -**Assignment.** You agree that Gnosis may assign this Agreement, and all of its rights, obligations and licenses hereunder. From 1b71d5275e36411b83a346a9a5d6e18387b5819e Mon Sep 17 00:00:00 2001 From: Mati Dastugue Date: Fri, 31 Jul 2020 11:13:34 -0300 Subject: [PATCH 3/8] Typo in username --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index bdc3c8af..0953abf6 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -19,6 +19,6 @@ jobs: path-to-signatures: 'signatures/version1/cla.json' path-to-cla-document: 'https://github.com/gnosis/safe-react/blob/master/GNOSISCLA.md' branch: 'master' - allowlist: lukasschor,rmeissner,apanizo,germartinez,fernandomg,Agupane,nicosampler,matextrem,gabitoesmiapodo,davidalbela,alongoni,Uxio0,dasanra,miguelmota,francovenica,tschubotz,pcowgill,luarx,#20giacomolicari,gnosis-info,bot* + allowlist: lukasschor,rmeissner,apanizo,germartinez,fernandomg,Agupane,nicosampler,matextrem,gabitoesmiapodo,davidalbela,alongoni,Uxio0,dasanra,miguelmota,francovenica,tschubotz,pcowgill,luarx,giacomolicari,gnosis-info,bot* empty-commit-flag: false blockchain-storage-flag: false From 231a412fb84ebd199bc223cece4fd9b73345524b Mon Sep 17 00:00:00 2001 From: Mati Dastugue Date: Fri, 31 Jul 2020 13:38:18 -0300 Subject: [PATCH 4/8] Update branch --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 0953abf6..a3f05c32 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -18,7 +18,7 @@ jobs: with: path-to-signatures: 'signatures/version1/cla.json' path-to-cla-document: 'https://github.com/gnosis/safe-react/blob/master/GNOSISCLA.md' - branch: 'master' + branch: 'cla-signatures' allowlist: lukasschor,rmeissner,apanizo,germartinez,fernandomg,Agupane,nicosampler,matextrem,gabitoesmiapodo,davidalbela,alongoni,Uxio0,dasanra,miguelmota,francovenica,tschubotz,pcowgill,luarx,giacomolicari,gnosis-info,bot* empty-commit-flag: false blockchain-storage-flag: false From b5d8784e832e588e1b0915472711fd3296356b39 Mon Sep 17 00:00:00 2001 From: Mikhail Mikheev Date: Tue, 4 Aug 2020 14:19:19 +0400 Subject: [PATCH 5/8] adjust allowlist --- .github/workflows/cla.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index a3f05c32..0fd9f344 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -1,24 +1,24 @@ -name: "CLA Assistant" +name: 'CLA Assistant' on: issue_comment: types: [created] pull_request: - types: [opened,closed,synchronize] - + types: [opened, closed, synchronize] + jobs: CLAssistant: runs-on: ubuntu-latest steps: - - name: "CLA Assistant" + - name: 'CLA Assistant' if: (github.event.comment.body == 'recheckcla' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request' # Alpha Release uses: cla-assistant/github-action@v1.4.2-alpha - env: + env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: + with: path-to-signatures: 'signatures/version1/cla.json' path-to-cla-document: 'https://github.com/gnosis/safe-react/blob/master/GNOSISCLA.md' branch: 'cla-signatures' - allowlist: lukasschor,rmeissner,apanizo,germartinez,fernandomg,Agupane,nicosampler,matextrem,gabitoesmiapodo,davidalbela,alongoni,Uxio0,dasanra,miguelmota,francovenica,tschubotz,pcowgill,luarx,giacomolicari,gnosis-info,bot* + allowlist: lukasschor,rmeissner,germartinez,fernandomg,Agupane,nicosampler,matextrem,gabitoesmiapodo,davidalbela,alongoni,Uxio0,dasanra,miguelmota,francovenica,tschubotz,luarx,giacomolicari,gnosis-info,bot* empty-commit-flag: false blockchain-storage-flag: false From 94156166d26471f5c0fdd88f62ac6caa860e76fa Mon Sep 17 00:00:00 2001 From: Mikhail Mikheev Date: Tue, 4 Aug 2020 14:25:49 +0400 Subject: [PATCH 6/8] add comment about github token --- .github/workflows/cla.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 0fd9f344..902fbf89 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -13,6 +13,8 @@ jobs: if: (github.event.comment.body == 'recheckcla' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request' # Alpha Release uses: cla-assistant/github-action@v1.4.2-alpha + # GitHub token, automatically provided to the action + # (No need to define this secret in the repo settings) env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: From dcba16830c4c21cefc20cab475b8ed2463ad05be Mon Sep 17 00:00:00 2001 From: Mikhail Mikheev Date: Tue, 4 Aug 2020 14:58:44 +0400 Subject: [PATCH 7/8] use gnosis version of github_action for debugging --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 902fbf89..6b54d4b0 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -12,7 +12,7 @@ jobs: - name: 'CLA Assistant' if: (github.event.comment.body == 'recheckcla' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request' # Alpha Release - uses: cla-assistant/github-action@v1.4.2-alpha + uses: gnosis/github-action@master # GitHub token, automatically provided to the action # (No need to define this secret in the repo settings) env: From 59cb58b14af930529964f889d38096b542a87edd Mon Sep 17 00:00:00 2001 From: Mikhail Mikheev Date: Tue, 4 Aug 2020 15:34:18 +0400 Subject: [PATCH 8/8] allowlist adjustments --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 6b54d4b0..9e4b5091 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -21,6 +21,6 @@ jobs: path-to-signatures: 'signatures/version1/cla.json' path-to-cla-document: 'https://github.com/gnosis/safe-react/blob/master/GNOSISCLA.md' branch: 'cla-signatures' - allowlist: lukasschor,rmeissner,germartinez,fernandomg,Agupane,nicosampler,matextrem,gabitoesmiapodo,davidalbela,alongoni,Uxio0,dasanra,miguelmota,francovenica,tschubotz,luarx,giacomolicari,gnosis-info,bot* + allowlist: lukasschor,mikheevm,rmeissner,germartinez,fernandomg,Agupane,nicosampler,matextrem,gabitoesmiapodo,davidalbela,alongoni,Uxio0,dasanra,miguelmota,francovenica,tschubotz,luarx,giacomolicari,gnosis-info,bot* empty-commit-flag: false blockchain-storage-flag: false