Ryan Petrello
8c8713885b
fix a bug that breaks inv sync stdout within workflows
...
see: https://github.com/ansible/tower/issues/4068
2020-01-15 10:12:27 -05:00
Bill Nottingham
bc5ef7f1c8
Only warn when license is exceeded non-fatally
2020-01-15 10:05:20 -05:00
AlanCoding
b9b6dad0b3
Add test for deprecated vault_credential
2020-01-15 09:44:28 -05:00
Ryan Petrello
829e9054d6
update data migration instructions
2020-01-15 09:03:36 -05:00
Ryan Petrello
be68a199ec
reorder migrations after a rebase
2020-01-14 16:58:33 -05:00
Jake McDermott
44c0eb867b
Remove group status cols
...
Remove the status col from any group list that used the now-removed
computed fields.
2020-01-14 16:37:20 -05:00
Jake McDermott
773b976f8a
Remove dead code
2020-01-14 16:37:20 -05:00
Jake McDermott
1220847c27
Remove unused host status service
2020-01-14 16:37:20 -05:00
Jake McDermott
ec1c2a8391
Remove status icons from group nested groups
2020-01-14 16:37:19 -05:00
Jake McDermott
2bc6521eee
Use related hosts and group counts for delete modal
2020-01-14 16:37:19 -05:00
Jake McDermott
107d2da845
Remove status icons from host nested groups
2020-01-14 16:37:19 -05:00
Ryan Petrello
568606d2c8
remove computed inventory fields from Host and Group
2020-01-14 16:37:16 -05:00
softwarefactory-project-zuul[bot]
78e2cd7084
Merge pull request #5610 from thedoubl3j/canceled_jobs
...
Added canceled_on field to unified_jobs model
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-14 21:35:11 +00:00
Ryan Petrello
79b8e6b6f0
renumber migrations correctly
2020-01-14 16:00:33 -05:00
Jake Jackson
d72896f9a6
Added canceled_on field to unified_jobs model
...
- When a job is canceled, the canceled_on field will populate with date/time
2020-01-14 15:56:30 -05:00
softwarefactory-project-zuul[bot]
7b3d36ba53
Merge pull request #5639 from jlmitch5/searchLabelImprovement
...
update select-based search items to utilize labels, not just the api value
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-14 20:39:09 +00:00
softwarefactory-project-zuul[bot]
df5231f527
Merge pull request #5656 from ryanpetrello/pygments-minus-minus
...
remove some unnecessary callback receiver debugging code
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-14 19:55:01 +00:00
Ryan Petrello
8bd9233d2c
remove some unnecessary callback receiver debugging code
2020-01-14 14:21:53 -05:00
softwarefactory-project-zuul[bot]
4dfda92c69
Merge pull request #5655 from ryanpetrello/9-1-1-changes
...
update the CHANGELOG for 9.1.1
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-14 19:21:32 +00:00
John Mitchell
9ecb704e10
fix prettier issues
2020-01-14 13:28:53 -05:00
John Mitchell
1b726a1b2f
fix malformed search key column array on project lookup
2020-01-14 13:28:44 -05:00
Ryan Petrello
0d2ae47238
update the CHANGELOG for 9.1.1
2020-01-14 12:39:13 -05:00
softwarefactory-project-zuul[bot]
b12c2a142d
Merge pull request #5618 from ryanpetrello/callback-write-speed
...
heavily optimize the write speed of the callback receiver
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-14 17:37:19 +00:00
Ryan Petrello
306f504fb7
optimize the callback receiver to buffer writes on high throughput
...
additionaly, optimize away several per-event host lookups and
changed/failed propagation lookups
we've always performed these (fairly expensive) queries *on every event
save* - if you're processing tens of thousands of events in short
bursts, this is way too slow
this commit also introduces a new command for profiling the insertion
rate of events, `awx-manage callback_stats`
see: https://github.com/ansible/awx/issues/5514
2020-01-14 12:04:26 -05:00
Shane McDonald
862fafab86
Merge pull request #5637 from ansible/9-1-1
...
Bump version to 9.1.1
2020-01-13 18:48:14 -05:00
Keith Grant
1cc4e302f9
update tests to check for PF Select
2020-01-13 14:41:43 -08:00
Keith Grant
1289ca9103
update TagMultiSelect to use PF <Select>
2020-01-13 14:41:43 -08:00
Keith Grant
b18ca5ac1f
begin converting TagMultiSelect to usePFSelect
2020-01-13 14:41:43 -08:00
Keith Grant
193a041ef9
finish usePFSelect hook
2020-01-13 14:41:43 -08:00
Keith Grant
7219c17d30
start usePFSelect hook
2020-01-13 14:41:43 -08:00
Keith Grant
79f0f1940f
update LabelSelect to use PF Select component
2020-01-13 14:41:43 -08:00
softwarefactory-project-zuul[bot]
f923f07b79
Merge pull request #5645 from ryanpetrello/cha-cha-cha-cha-changes
...
update the CHANGELOG w/ historical notes from the mailing list
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-13 22:39:41 +00:00
softwarefactory-project-zuul[bot]
4112b20f1a
Merge pull request #5644 from ryanpetrello/lint-trap
...
fix linting failures
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-13 21:46:51 +00:00
Ryan Petrello
18e7b6ce04
update the CHANGELOG w/ historical notes from the mailing list
2020-01-13 16:40:55 -05:00
softwarefactory-project-zuul[bot]
ebc540a460
Merge pull request #5643 from wenottingham/we-underscored-the-importance-of-this
...
Fix collection of free_instances from /api/v2/config
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-13 21:37:44 +00:00
John Mitchell
edc65cdc36
update breakpoint for mobile-ifying search
2020-01-13 16:05:01 -05:00
John Mitchell
3684975ef9
remove todo label-ify search dropdown note
2020-01-13 16:04:15 -05:00
Ryan Petrello
b1f56df930
fix linting failures
2020-01-13 15:58:19 -05:00
Bill Nottingham
95960c8c14
Fix collection of free_instances from /api/v2/config
2020-01-13 15:31:21 -05:00
softwarefactory-project-zuul[bot]
488f52b82b
Merge pull request #5641 from shanemcd/pin-setuptools-in-setup-requires
...
Pin setuptools in requirements_setup_requires.txt
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-13 19:51:21 +00:00
Shane McDonald
b4a7cdbb60
Pin setuptools in requirements_setup_requires.txt
...
This is a file we use downstream to ensure that things under our dependencies'
`setup_requires` are available when we build offline.
2020-01-13 14:01:37 -05:00
Alex Corey
8bfcef01df
Fixes Breaedcrumb
2020-01-13 12:24:15 -05:00
John Mitchell
bbf9c13952
update select-based items to utilize labels
2020-01-13 12:10:36 -05:00
softwarefactory-project-zuul[bot]
04576af6a5
Merge pull request #5630 from jakemcdermott/fix-5586
...
Use summary `object_roles` to lookup admin role id
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-13 17:05:02 +00:00
Alex Corey
dfa578fcde
Utilizes React Router Hooks and removes No-op function
2020-01-13 11:28:31 -05:00
Alex Corey
33bc9e63c4
Addresses Console Errors related to functions and test data
...
Also Adds speecificity to link URLs by add /details for urls that should
redireect to details pages instead of them ending in /:id
2020-01-13 11:28:31 -05:00
Alex Corey
919475a4c7
Improves NestedTabs, Refactors PR, Adds Delete/DeleteError Functionality to HostDetail
2020-01-13 11:28:31 -05:00
Alex Corey
1db88fe4f6
Adds Toggle, Variables, user Link and Delete to Inventory Host and Host Details
...
If the user comes to Host details through Inventory Host they will get a
Return To Host tab in addition to the others. This PR allows Inventory Host
to share many of the same components with Host but does add some complexity
to the routing files in Host.jsx
2020-01-13 11:28:31 -05:00
Jake McDermott
cf9f00ab86
Use summary object_roles to lookup admin role id
...
To find the id of an org's admin role, use the `object_role` names
in the organization's summary_fields instead of filtering on
potentially translated role names.
2020-01-13 11:28:14 -05:00
softwarefactory-project-zuul[bot]
200be3297a
Merge pull request #5287 from jlmitch5/searchPlanning
...
update simple search
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-01-13 16:11:20 +00:00