index
:
awx
devel
awx
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revive the logstash container for testing (#15654)
Alan Rominger
8 days
3
-14
/
+14
*
feat: install awx collection from source (#15617)
Peter Braun
2024-11-11
1
-1
/
+2
*
Install awx collection from branch for operator ci
Chris Meyers
2024-11-07
1
-0
/
+40
*
3rd party auth removal cleanup
Hao Liu
2024-10-15
1
-1
/
+1
*
Remove SAML authentication (#15568)
jessicamack
2024-10-15
2
-57
/
+0
*
Remove OIDC (#15569)
jessicamack
2024-10-15
2
-8
/
+0
*
Remove Keycloak (#15567)
jessicamack
2024-10-15
5
-2072
/
+0
*
Remove TACACS+ authentication (#15547)
Djebran Lezzoum
2024-10-15
4
-72
/
+0
*
Remove LDAP authentication (#15546)
Djebran Lezzoum
2024-10-15
13
-458
/
+1
*
Replace `pkg_resources` with `importlib.metadata` (#15441)
Sviatoslav Sydorenko (Святослав Сидоренко)
2024-09-13
1
-3
/
+2
*
Unpin OpenSSL (#15498)
Hao Liu
2024-09-09
1
-4
/
+0
*
catch harakiri graceful signal in middlware and log debug info
Elijah DeLee
2024-08-29
1
-0
/
+5
*
Remove old UI (#15414)
Hao Liu
2024-08-22
6
-23
/
+18
*
Update editable deps docs (#15451)
Jake Jackson
2024-08-20
1
-7
/
+6
*
Make ui_next the default UI (#15405)
Seth Foster
2024-07-29
3
-20
/
+38
*
Replaced all references of downstream docs to upstream docs (#15388)
TVo
2024-07-24
1
-1
/
+1
*
Fix depends_on for awx devel when editable dependencies is enabled (#15393)
Hao Liu
2024-07-22
1
-4
/
+5
*
Remove links from docker-compose template (#15386)
Hao Liu
2024-07-19
1
-11
/
+1
*
Fix test_url_base_defaults_to_request to reference local host instead… (#15...
Lila Yasin
2024-07-18
1
-3
/
+3
*
Fix minor docker build warning (#15362)
Hao Liu
2024-07-15
1
-1
/
+1
*
Check for admin_role in role_check.py (#15283)
Seth Foster
2024-06-20
2
-10
/
+29
*
This should deal correctly with the ancestor list mismatches
Jeff Bradberry
2024-06-10
1
-3
/
+4
*
Guard against the role field not being populated
Jeff Bradberry
2024-06-10
1
-2
/
+3
*
Add a new test scenario
Jeff Bradberry
2024-06-10
1
-0
/
+26
*
Mark and rebuild the implicit_parents field for all affected roles
Jeff Bradberry
2024-06-10
1
-8
/
+25
*
Wait until the end of the fix script to clean up orphaned roles
Jeff Bradberry
2024-06-10
1
-13
/
+12
*
Add output of the update and deletion counts to fix.py
Jeff Bradberry
2024-06-10
1
-3
/
+15
*
Do not throw away the container of cross-linked parents
Jeff Bradberry
2024-06-10
1
-2
/
+2
*
Add a readme file with instructions
Jeff Bradberry
2024-06-10
1
-0
/
+36
*
Fix another instance where a bad resource->Role fk could throw a traceback
Jeff Bradberry
2024-06-10
1
-2
/
+7
*
Adjusted foreignkeys.sql for correctness
Jeff Bradberry
2024-06-10
1
-5
/
+8
*
Split the foreign key sql script into an 'into' and 'from' portion
Jeff Bradberry
2024-06-10
1
-13
/
+35
*
Filter out the relations within the known topology tables
Jeff Bradberry
2024-06-10
1
-2
/
+6
*
First cut at detecting which foreign keys enter and exit the topology tables
Jeff Bradberry
2024-06-10
1
-0
/
+9
*
Move the "test" files into their own directory
Jeff Bradberry
2024-06-10
3
-0
/
+0
*
Remove the role_chain.py module
Jeff Bradberry
2024-06-10
1
-54
/
+0
*
Attempt to correct any crosslinked parents
Jeff Bradberry
2024-06-10
1
-0
/
+6
*
Exclude more files in the .gitignore
Jeff Bradberry
2024-06-10
1
-0
/
+5
*
Modify the role parent check logic to stay in the roles as much as possible
Jeff Bradberry
2024-06-10
1
-11
/
+35
*
Exclude the team grant false positives
Jeff Bradberry
2024-06-10
1
-2
/
+5
*
Attempt to more thoroughly check the parents of each Role
Jeff Bradberry
2024-06-10
1
-0
/
+15
*
First cut at checking the role hierarchy
Jeff Bradberry
2024-06-10
1
-0
/
+13
*
Set up a scenario where IG.use_role_id points to something no longer there
Jeff Bradberry
2024-06-10
1
-0
/
+28
*
Handle the case where a resource points to a Role which isn't in the db
Jeff Bradberry
2024-06-10
1
-1
/
+7
*
Graph out only the parent/child chains from a given Role
Jeff Bradberry
2024-06-10
1
-4
/
+36
*
Check for a broken ContentType -> model and log and skip
Jeff Bradberry
2024-06-10
1
-0
/
+3
*
Make the role_chain.py script emit a Graphviz file
Jeff Bradberry
2024-06-10
1
-4
/
+12
*
Start a new script that can be used to examine a Role's ancestry
Jeff Bradberry
2024-06-10
1
-0
/
+14
*
Treat resources with null role fks differently
Jeff Bradberry
2024-06-10
1
-9
/
+9
*
Set up an enhanced version of Seth's bad role scenario
Jeff Bradberry
2024-06-10
1
-0
/
+20
[next]