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

Add AIMMO_DJANGO_BASE_URL to settings #310

Merged
merged 4 commits into from
Oct 16, 2023
Merged

Conversation

faucomte97
Copy link
Contributor

@faucomte97 faucomte97 commented Aug 22, 2023

This change is Reviewable

@faucomte97 faucomte97 self-assigned this Aug 22, 2023
@faucomte97 faucomte97 temporarily deployed to dev August 22, 2023 12:14 — with GitHub Actions Inactive
@faucomte97 faucomte97 temporarily deployed to dev August 22, 2023 17:04 — with GitHub Actions Inactive
@faucomte97 faucomte97 temporarily deployed to dev August 31, 2023 17:04 — with GitHub Actions Inactive
@faucomte97 faucomte97 temporarily deployed to dev August 31, 2023 18:26 — with GitHub Actions Inactive
@faucomte97 faucomte97 temporarily deployed to dev August 31, 2023 19:42 — with GitHub Actions Inactive
@faucomte97 faucomte97 temporarily deployed to dev September 1, 2023 08:26 — with GitHub Actions Inactive
@faucomte97 faucomte97 temporarily deployed to dev September 4, 2023 11:09 — with GitHub Actions Inactive
@faucomte97 faucomte97 marked this pull request as ready for review September 4, 2023 11:58
@faucomte97 faucomte97 temporarily deployed to dev September 5, 2023 12:59 — with GitHub Actions Inactive
@faucomte97 faucomte97 temporarily deployed to dev September 7, 2023 04:11 — with GitHub Actions Inactive
@faucomte97 faucomte97 temporarily deployed to dev September 14, 2023 22:07 — with GitHub Actions Inactive
Copy link
Contributor

@SKairinos SKairinos left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 3 files at r1, all commit messages.
Reviewable status: 1 of 3 files reviewed, 2 unresolved discussions (waiting on @faucomte97)


clusters_setup/deploy.py line 98 at r2 (raw file):

    """
    for rs in apps_api_instance.list_namespaced_replica_set("default").items:
        if rs.metadata.name == "aimmo-game-creator":

since we're no longer creating an aimmo-game-creator replica set in K8s, do we need to have this step of deleting it?


django_site/settings.py line 219 at r2 (raw file):

    CSRF_COOKIE_SECURE = True

    AIMMO_DJANGO_BASE_URL = f"https://{os.getenv('GAE_SERVICE')}-dot-decent-digit-629.appspot.com"

where/why is this variable used?

Copy link
Contributor Author

@faucomte97 faucomte97 left a comment

Choose a reason for hiding this comment

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

Reviewable status: 1 of 3 files reviewed, 2 unresolved discussions (waiting on @faucomte97 and @SKairinos)


clusters_setup/deploy.py line 98 at r2 (raw file):

Previously, SKairinos (Stefan Kairinos) wrote…

since we're no longer creating an aimmo-game-creator replica set in K8s, do we need to have this step of deleting it?

Done.


django_site/settings.py line 219 at r2 (raw file):

Previously, SKairinos (Stefan Kairinos) wrote…

where/why is this variable used?

In the aimmo PR:
image.png

Copy link
Contributor

@SKairinos SKairinos left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r2, 1 of 1 files at r3, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @faucomte97)

@faucomte97 faucomte97 temporarily deployed to dev October 13, 2023 16:57 — with GitHub Actions Inactive
@faucomte97 faucomte97 temporarily deployed to dev October 13, 2023 18:34 — with GitHub Actions Inactive
@faucomte97 faucomte97 merged commit bb175e7 into master Oct 16, 2023
2 checks passed
@faucomte97 faucomte97 deleted the add_aimmo_base_url_new branch October 16, 2023 15:53
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