Skip to content
Snippets Groups Projects
  1. Jun 11, 2018
  2. Jun 08, 2018
  3. Jun 06, 2018
  4. Jun 04, 2018
  5. Jun 01, 2018
  6. May 28, 2018
  7. May 23, 2018
  8. May 21, 2018
  9. May 19, 2018
    • Marco Massarotto's avatar
      Feat/allow ghe changelog (#1981) · 929231b4
      Marco Massarotto authored
      This PR follows up and fixes #1968
      
      The previous PR didn't behave correctly as it was expecting Github Enterprise to ALWAYS been configured and that the github.com token was available in the `GITHUB_COM_TOKEN` env variable.
      But for non GHE project `GITHUB_COM_TOKEN` is not defined and github.com token is available at the `GITHUB_TOKEN` env variable instead.
      
      This updated PR fix this issue and avoid further problems by prioritising `github.com` over GHE.
      Now the code is NOOP if no `GITHUB_ENDPOINT` is configured.
      
      If it's configured, instead, now the codes assumes that, by DEFAULT, a dependency is hosted on `github.com` so it removes `GITHUB_ENDPOINT` and use `GITHUB_COM_TOKEN` as Github token immediately.
      They are restored only if needed, when a dependency is hosted on the provided GithubEnterprise.
      929231b4
  10. May 18, 2018
  11. May 16, 2018
  12. May 15, 2018
  13. May 14, 2018
  14. May 13, 2018
  15. May 12, 2018
  16. May 11, 2018
  17. Apr 18, 2018
  18. Apr 02, 2018
  19. Mar 27, 2018
  20. Mar 25, 2018
  21. Mar 22, 2018
  22. Mar 20, 2018
  23. Feb 27, 2018
  24. Feb 09, 2018
  25. Feb 02, 2018
  26. Jan 26, 2018
  27. Jan 25, 2018
  28. Jan 21, 2018
Loading