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

Copy forward hot-fix changes from production #198

Merged
merged 2 commits into from
Jul 15, 2019

Conversation

HebaruSan
Copy link
Contributor

@HebaruSan HebaruSan commented Jul 14, 2019

The code on production currently doesn't match the master branch. It needs to, to make the future envisioned alpha/beta/master server setup work:

https://github.com/KSP-SpaceDock/SpaceDock/wiki/Migration-notes-and-tasks

The commits in this PR are the missing ones from the server. If this is merged, then they'll be synched up again.

NOTE: This includes changes that we do not think should be retained long-term: redirect() calls with relative paths are changed to hard code a "https://spacedock.info" prefix. If these changes are deployed on a third-party server attempting to re-use the SpaceDock code, that server would break.

These changes are included so we can get an exact match between prod and master. We will then create the alpha and beta branches for testing changes, so that all three servers would be starting from an identical code base, and then remove that hard coding via the new PR→alpha→beta→master work flow.

Added the Need Feedback label since this is just one possible way to approach this, and other ideas are welcome.

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.

None yet

3 participants