Skip to content
Snippets Groups Projects
  1. May 11, 2020
  2. May 01, 2020
  3. Apr 24, 2020
  4. Apr 12, 2020
  5. Mar 30, 2020
  6. Feb 24, 2020
  7. Feb 05, 2020
  8. Dec 04, 2019
  9. Aug 26, 2019
  10. Jul 23, 2019
  11. Jul 17, 2019
  12. Jul 15, 2019
  13. Jul 13, 2019
  14. Jun 07, 2019
  15. Feb 01, 2019
  16. Sep 24, 2018
  17. Sep 17, 2018
  18. Sep 12, 2018
  19. Sep 05, 2018
  20. Sep 03, 2018
  21. Aug 29, 2018
  22. Jul 26, 2018
  23. Jul 09, 2018
  24. 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
  25. May 16, 2018
  26. May 09, 2018
  27. May 06, 2018
  28. May 01, 2018
  29. Apr 18, 2018
  30. Apr 01, 2018
  31. Mar 27, 2018
  32. Mar 20, 2018
Loading