Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Templatize dataUrl and footer #251

Open
IAmHughes opened this issue Sep 30, 2022 · 0 comments
Open

Feature Request: Templatize dataUrl and footer #251

IAmHughes opened this issue Sep 30, 2022 · 0 comments

Comments

@IAmHughes
Copy link

IAmHughes commented Sep 30, 2022

Problem Statement

When running Hubble on-prem, we have to manually update two places in the code every time we pull the latest from this repository into our own private fork, either rebasing this change onto the head of the official Autodesk/hubble repo or submitting an additional commit every time to update our files below.

  1. In hubble/docs/_config.yml to update our dataUrl:
dataURL: https://autodesk.github.io/hubble/demo-data
  1. In hubble/docs/_includes/footer.html for the support footer information:
Statistics are maintained by the <a href="mailto:[email protected]?Subject=Hubble%20Enterprise%20Feedback" target="_top"">Source Control Solutions team</a>.

Is it possible that the solution is as simple as this repository providing a _config.yml.example so that it doesn't replace our local _config.yml every time we fetch the latest from this repository and merge it to our local copy on prem? Another possible option may be leveraging the GET repository secrets API.


@larsxschneider @pluehne as I know you're familiar with the problem statement I'm calling out above, perhaps this can be a good pair session to hack out together?

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

No branches or pull requests

1 participant