Fixes #6556 Expose SOCIAL_AUTH_USERNAME_IS_FULL_EMAIL#13641
Conversation
|
for the django migration errors, just kill the containers and rerun |
2120b44 to
00a7aa5
Compare
Ah that would also explain why it's working now and it may be unrelated to my rebase on devel :) |
00a7aa5 to
89c0685
Compare
|
I think I fixed the tests |
|
@Klaas- also, can you please move the setting up toward the top? maybe under "Allow anonymous users to poll metrics" |
I would if I understood how that gets there :) The allow anonymous users stuff is not in the js details. So I am assuming they get build automatically from settings somehow? :) I was assuming the sorting comes from here: but the allow metrics is not included there :) Greetings |
89c0685 to
39e7eac
Compare
|
Also the last failed test https://github.com/ansible/awx/actions/runs/4388506123/jobs/7772953312 I am not sure how to correct that one, or is it expected to fail if I add something to the api? |
39e7eac to
65f53d2
Compare
|
@Klaas- the schema test is expected to fail since we add this new field to the API. It won't block merging |
|
@Klaas- a QE engineer will sign off and merge this soon, and the changes will go into the next AWX release. thanks for your contribution! |
|
@Klaas- could you rebase your branch? Thanks! |
Signed-off-by: Klaas Demter <Klaas-@users.noreply.github.com>
65f53d2 to
9da0b82
Compare
@jay-steurer done |
1 failed and 3 flaky tests on run #14709 ↗︎Details:
|
|||||||||||||||||||||||||||||||||
| Test | Artifacts | |
|---|---|---|
| Job Templates- Create > can create a job template from project job template tab and see the template appear in that list |
Output
Screenshots
Video
|
|
job-templates/job-template-crud.cy.js • 1 flaky test
| Test | Artifacts | |
|---|---|---|
| Job Templates- Create > can create a job template but not if a JT with the same name already exists |
Output
Screenshots
Video
|
|
inventories/inventory-sources.cy.js • 1 flaky test
user-journeys/normal-user-journey.cy.js • 1 flaky test
| Test | Artifacts | |
|---|---|---|
| Activity stream > a normal user should be able to see only allowed events |
Output
Screenshots
|
|
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.
|
I don't think those test failures are related to my change |
SUMMARY
Hi, this should fix #6556 - with that change you are able to set the setting that allows to force new social accounts to use email as username.
This change exposes a current default setting
awx/awx/settings/defaults.py
Line 493 in a47cfc5
ISSUE TYPE
COMPONENT NAME
AWX VERSION
ADDITIONAL INFORMATION
After rebasing on latest devel the local testing seems to work for me, I can see the setting in awx api and change it through ui