- Apr 30, 2021
-
-
- Apr 23, 2021
-
-
Update all current scripts to use Winston rather than console logging. This allows for additional information in the log, and concurrent writing to file as well as console. Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
- Mar 15, 2021
-
-
Martin Lowe authored
* Fix insecure/vulnerable plugins according to Github Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org> * Add missing gitlab_repos field in dev static Eclipse project API data Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
- Oct 15, 2020
-
-
Christopher Guindon authored
* Remove unused client.js entry point Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org> * Fix file name conventions Renamed files to have consistent naming, updated package.json to reflect changes in scripts names. Fixes #80 Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org> * Fix brittle test that causes build timeouts #95 Add option to bypass pagination for EclipseAPI. While this isn't useful for production, this allows for safer testing. Update EclipseAPI tests to use new pagination param to byass pagination when testing. Include test for gitlab repos that was previously missed. Fixes #95 Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org> * Centralize Kubernetes secret reading functionality #83 Fixes #83 Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org> * Upgrade to newest stable version of Octokit REST.js #77 Added verbose method entry level logging, and updated to v18 of rest.js for Octokit. Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org> * ability to define teams via a static file #89 Fixes #89 Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org> * Investigate Strongloop eslint config #88 Fixes #88 Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org> * Fixes for STM from code review Added admin permission level (gives Maintainer level on GL as we don't want to give owner permissions) in STM permissions set. Updated URL regex for STM to check for optional 'www.' in URL. Added notice to top of file in regards to removing teams/expiration. Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org> * Fix pagination in EclipseAPI to retrieve at least one set of results Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org> * Added custom Eclipse Staff team Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org> * Fix triage permissions Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org> * Finish migrating EclipseAPI functionality Fixes #81 Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org> * Add dev mode functionality to the Eclipse API. (#103) Adds flag to scripts to enable 'dev mode' in applicable scripts. This allows developers to more easily test live functionality while not impacting production. Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org> * Updates for logging, split HttpWrapper into a class + export (#104) * Split HTTPWrapper into its own ECMA2015 class export Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org> * Improve logging within all scripts (part 1) Improve logging in HTTPWrapper, SecretReader, TimeCache, EclipseAPI, and GitlabSync. Added verbose variables where they were missing. Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org> * Fix broken quality/test measures Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org> * Update EclipseAPI.js Added queryStringParams to eclipseAPI trace statement. * Add more verbose logging Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org> * Do not reset contributor team's permissions if it's set to "triage" #50 (#106) Use no overwrite option for adding repo to team access permissions, with default permissions of pull. Fixes #50 Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org> * Feature Request for GitHub Sync script - Give every project lead ...#41 (#108) Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org> * Update team to include additional users (#109) Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org> Co-authored-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
- Jul 23, 2020
-
-
Null !== undefined. Replaced equalities surrounding null/undefined values to be looser to reflect that. Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
Used preset configs from strongloop as base for linting strategy. Fixed issues such as duplicate vars, unused variables, and some equation checks. Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
- Jul 21, 2020
-
-
Added default value for conig constructor arg of empty object. This allows empty param constructors to build an unauthorized wrapper object. Upgraded from node v10 -> v12 to support private variables. Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
Fixes #56. Added oauth module to npm package. Updated EclipseAPI class to obfuscate client secrets after being set through constructor. Authentication for users fetch added, to retrieve email. Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
- Jun 22, 2020
-
-
Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
- Jun 17, 2020
-
-
Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
- Jun 16, 2020
-
-
Initial work done for GitLab sync script. Contains 95% of work needed for GitLab syn script to function. Requires secret setup + Jenkins/travis/k8s setup to make use of multiple/chained jobs. Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-