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

[WIP] Configure custom domains #8

Merged
merged 36 commits into from
Apr 2, 2024
Merged

[WIP] Configure custom domains #8

merged 36 commits into from
Apr 2, 2024

Conversation

tarteo
Copy link
Member

@tarteo tarteo commented Mar 1, 2024

image
image

@tarteo tarteo requested a review from a team March 5, 2024 12:41

_onKeyDown: function () {
this.$input.removeClass("is-invalid");
this.$input.removeClass("is-valid");
Copy link
Contributor

Choose a reason for hiding this comment

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

you can include both the classes at once separated by space removeClass("is-invalid is-valid")

argocd_sale/tests/test_invoice_to_application.py Outdated Show resolved Hide resolved

if (!domain) {
self.$input.removeClass("is-invalid");
self.$input.removeClass("is-valid");
Copy link
Contributor

Choose a reason for hiding this comment

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

you can include both the classes at once separated by space removeClass("is-invalid is-valid")

@tarteo
Copy link
Member Author

tarteo commented Mar 9, 2024

I want to add A record support

@tarteo tarteo changed the title Configure custom domains [WIP] Configure custom domains Mar 9, 2024
MrGigSolutions and others added 10 commits April 2, 2024 10:20
- Renamed is_master_deployment to is_master
- added domain YAML overrides to application tags to be more flexible with changes in YAML layout in different application sets
- application now has an is_deployed field that's True when both it and its application set are deployed
- application now has an is_application_set_deployed field to indicate whether its application set is deployed
- added nice colors to the lists of applications and application sets to indicate they are deployed
- Added various jumbotron warnings to applications and application sets
- Added a setting to disable direct deployment
- Added a delay to application set destruction when calling through the job queue
- It's now only possible to destroy application sets with deployed applications through the job queue
Copy link
Contributor

@MrGigSolutions MrGigSolutions left a comment

Choose a reason for hiding this comment

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

Approved for testing.

@tarteo tarteo merged commit e547733 into 16.0 Apr 2, 2024
2 of 3 checks passed
@tarteo tarteo deleted the 16.0-custom-domain branch April 2, 2024 09:11
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.

3 participants