-
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>