Skip to content

Conversation

@etes
Copy link

@etes etes commented Feb 20, 2019

GitHub Enterprise supports self-hosted GitHub server. It should be possible to provide a custom Gist API URL as opposed to GitHub's default API,

var gistFile = {};
gistFile[serviceOptions.gistFilename || 'usercatalog.json'] = { content: body };

gistAPI = serviceOptions.gistAPI || githubGistAPI;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe gistAPI is undeclared. Add a var in front.

@kring
Copy link
Contributor

kring commented Feb 21, 2019

Thank for the PR @etes! It looks good other than that one comment. Could you please also create a pull request in TerriaJS adding yourself to https://github.com/TerriaJS/terriajs/blob/master/CONTRIBUTORS.md and sign the Contributors License Agreement (CLA)?

@kring
Copy link
Contributor

kring commented May 16, 2019

Hey @etes thanks again for this pull request! Any chance we can get you to sign the CLA so that we can merge it? The purpose of the CLA is just to ensure that we (and other users of terriajs-server) are allowed to use your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants