Ryan Petrello
be5ff0a088
clarify some Sat6 verbiage in the license screen
2020-10-22 14:32:03 -04:00
Ryan Petrello
d8514851bf
remove unnneeded licenses
2020-10-22 14:29:34 -04:00
Ryan Petrello
849079316a
change rhsm candlepin crt location
2020-10-22 14:08:19 -04:00
Ryan Petrello
f266325fb0
remove some entitlements config we no longer need
2020-10-22 13:46:36 -04:00
Christian M. Adams
f812d2e318
Fallback to RH Candlepin Verify setting for OCP
2020-10-22 13:33:41 -04:00
Ryan Petrello
0c63e6a624
clarify messaging and behavior when subscription-manager isn't installed
2020-10-22 13:20:55 -04:00
Christian M. Adams
23f365786c
Add error handling for missing rhsm.conf
2020-10-22 12:29:29 -04:00
Chris Meyers
7baf681b55
Merge pull request #4623 from chrismeyersfsu/enhancement-db_application_name_3_8_0
...
fill in postgres application_name on connection
2020-10-22 12:04:41 -04:00
Ryan Petrello
fcf56b4ba6
cleanup up some unused code/comments, and simplify the license migration
2020-10-22 11:56:47 -04:00
Ryan Petrello
afc028147a
remove Organization label from RHSM/Sat6 license form
2020-10-22 11:56:47 -04:00
Ryan Petrello
a7c7ac714f
change license uploading to parse RHSM manifests
...
Co-authored-by: Christian Adams <chadams@redhat.com>
2020-10-22 11:56:41 -04:00
Ryan Petrello
ffab48c77f
reimplement licensing to work with RHSM and entitlement uploads
...
Co-authored-by: Christian Adams <chadams@redhat.com>
2020-10-22 11:10:28 -04:00
Ryan Petrello
a26d20cbf2
Merge pull request #4631 from ryanpetrello/galaxy-creds-cli
...
allow the CLI to associate Galaxy credentials to Organizations
2020-10-21 10:40:55 -04:00
Ryan Petrello
c373d5307f
allow the CLI to associate Galaxy credentials to Organizations
...
$ awx organizations associate Default --galaxy_credential "Ansible Galaxy"
2020-10-21 09:39:33 -04:00
Jake McDermott
36abc9b123
Merge pull request #4630 from jakemcdermott/current-date
...
[3.8] Use current year in about modal
2020-10-20 15:31:31 -04:00
Jake McDermott
7bc7cb00ac
Use current year in about modal
2020-10-20 15:13:58 -04:00
Jake McDermott
f85548abeb
Merge pull request #4628 from mabashian/4310-license-string
...
Replace SETTINGS > SYSTEM with SETTINGS > SYSTEM to get around issue with translating this string
2020-10-20 12:34:19 -04:00
Rebeccah
a929e82060
replacing capabilities prefetch definition with empty braces and removing the dunder. Explanation: Originally _capabilities_prefetch was populated with: ['admin', 'execute', {'copy': ['jobtemplate.project.use', 'jobtemplate.inventory.use', 'organization.workflow_admin']}]
...
This was problematic because it was overwriting the original values that had been defined in the other serializers. Additionally, there are no other dunders for other capabilities prefetch
this was likely added because UnifiedJobTemplateSerializer does not have it's own capabilities, but rather derives them from JTSerializer and WFJTSeralizer, but it worked better without the dunder once I removed the data that was overwriting the data from the WFJT and JT serializers.
2020-10-20 11:58:53 -04:00
mabashian
7a9b55c21b
Replace SETTINGS > SYSTEM with SETTINGS > SYSTEM to get around issue with translating this string
2020-10-20 10:31:30 -04:00
Chris Meyers
84cb7be079
fill in postgres application_name on connection
...
* Tried to fill in application_name in awx/__init__.py but I think that
is too late
* Fill in database application_name with enough information to easily
trace the connection from postgres back to the node and pid that
initiated the connection.
* Set application_name in django settings so that application_name is
set _before_ the first postgres connection is established.
2020-10-20 08:32:09 -04:00
Chris Meyers
11cc6362b5
reduce per-job database query count
...
* Do not query the database for the set of Instance that belong to the
group for which we are trying to fit a job on, for each job.
* Instead, cache the set of instances per-instance group.
2020-10-19 11:01:11 -04:00
Chris Meyers
bdabe36029
reduce parent->child lock contention
...
* We update the parent unified job template to point at new jobs
created. We also update a similar foreign key when the job finishes
running. This causes lock contention when the job template is
allow_simultaneous and there are a lot of jobs from that job template
running in parallel. I've seen as bad as 5 minutes waiting for the lock
when a job finishes.
* This change moves the parent->child update to OUTSIDE of the
transaction if the job is allow_simultaneous (inherited from the parent
unified job). We sacrafice a bit of correctness for performance. The
logic is, if you are launching 1,000 parallel jobs do you really care
that the job template contains a pointer to the last one you launched?
Probably not. If you do, you can always query jobs related to the job
template sorted by created time.
2020-10-19 11:01:05 -04:00
softwarefactory-project-zuul[bot]
cd72bb6cb2
Merge pull request #8393 from mabashian/remove-mathjs
...
Remove mathjs as a dependency
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-14 18:36:01 +00:00
softwarefactory-project-zuul[bot]
26616a409f
Merge pull request #8386 from john-westcott-iv/issue_8338
...
Fixing resetting of variables and adding unit test for condition
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-14 18:11:46 +00:00
Jake McDermott
3c71ab1bd7
Remove math licenses
2020-10-14 14:07:53 -04:00
softwarefactory-project-zuul[bot]
47cffd3c02
Merge pull request #8392 from mabashian/upgrade-angular-1.8.1
...
Upgrade angular to 1.8.1
Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
https://github.com/jakemcdermott
2020-10-14 17:17:29 +00:00
softwarefactory-project-zuul[bot]
63249dc241
Merge pull request #8351 from nixocio/ui_issue_7721
...
Update AddDropDownButton to show down caret
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-14 17:13:13 +00:00
John Westcott IV
0d8b1d172c
Fixing linting and spelling
2020-10-14 12:39:15 -04:00
mabashian
851c802ea8
Remove mathjs as a dependency
2020-10-14 12:18:51 -04:00
mabashian
1d65b8cd53
Upgrade angular to 1.8.1
2020-10-14 11:16:51 -04:00
John Westcott IV
f0449adcf8
Fixing resetting of variables and adding unit test for condition
2020-10-13 16:46:05 -04:00
softwarefactory-project-zuul[bot]
1ecd38a4ee
Merge pull request #8369 from nixocio/ui_issue_5685
...
Add general updates for User screen
Reviewed-by: Kersom
https://github.com/nixocio
2020-10-13 18:56:53 +00:00
softwarefactory-project-zuul[bot]
defb65d3d5
Merge pull request #8319 from asohh/devel
...
Added Groups/Hosts/Sources count to inventory list rows #7674
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-13 15:10:36 +00:00
softwarefactory-project-zuul[bot]
f283a6ef68
Merge pull request #8382 from ryanpetrello/cli-docs-clarification
...
clarify the instructions for building CLI docs
Reviewed-by: Christian Adams <rooftopcellist@gmail.com>
https://github.com/rooftopcellist
2020-10-13 13:44:11 +00:00
softwarefactory-project-zuul[bot]
f9e8c03ec6
Merge pull request #7090 from jladdjr/updates_to_same_inv_should_happen_serially
...
Updates to a given inventory should happen serially
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-13 13:28:01 +00:00
Ryan Petrello
77d0958490
clarify the instructios for building CLI docs
2020-10-13 09:04:35 -04:00
softwarefactory-project-zuul[bot]
058049aa1b
Merge pull request #8376 from ryanpetrello/15-0-0-galaxy-note
...
Clarify behavioral changes from content syncing behavior in 15.0.0+
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-12 20:22:37 +00:00
softwarefactory-project-zuul[bot]
bad064b577
Merge pull request #8370 from ryanpetrello/fix-bad-extra-vars-warning
...
fix a confusing error message when extra vars aren't valid JSON/YAML
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-12 20:17:15 +00:00
Ryan Petrello
faf0fa9040
Clarify behavioral changes from content syncing behavior in 15.0.0+
...
see: https://github.com/ansible/awx/issues/8341
2020-10-12 15:51:08 -04:00
Ryan Petrello
0cdcbdfea6
fix a confusing error message when extra vars aren't valid JSON/YAML
...
see: https://github.com/ansible/awx/issues/8359
2020-10-12 12:56:13 -04:00
Jim Ladd
05ac2c1ec2
Updates to a given inventory should happen serially
2020-10-12 09:34:37 -07:00
nixocio
1dd7651d49
Add general updates for User screen
...
* Add type of login used as part of UserListItem.
* Add type of login used as part of UserDetail.
* Hide password field, UserForm, in case login method is LDAP or Social.
* Make username field, UserForm, not required in case login is LDAP or
Social.
See: https://github.com/ansible/awx/issues/5685
2020-10-12 12:03:31 -04:00
softwarefactory-project-zuul[bot]
49c0b77c60
Merge pull request #8326 from wenottingham/param-a-lot
...
Fix 500 when required LDAP group parameters aren't set.
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-12 15:58:27 +00:00
softwarefactory-project-zuul[bot]
119c907279
Merge pull request #8353 from jbradberry/zedr-wfjt-inventories
...
Zedr wfjt inventories
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-12 15:55:01 +00:00
Adrian Sorge
8f37afeec4
Changed Listgroup to div
2020-10-10 14:21:19 +01:00
Jeff Bradberry
a07dabae9e
Attempt to infer related pages on export when the link is missing
2020-10-09 14:06:28 -04:00
softwarefactory-project-zuul[bot]
e6c124962b
Merge pull request #8352 from nixocio/ui_issue_6857
...
Mark missing words for translation
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-09 16:01:40 +00:00
softwarefactory-project-zuul[bot]
bb15132031
Merge pull request #8306 from thedoubl3j/sanity_ignore
...
fixing quotes to not fail smart quotes sanity test
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-09 15:16:13 +00:00
softwarefactory-project-zuul[bot]
0d4226a903
Merge pull request #8342 from AlexSCorey/8283-InventoryHelperMisalignment
...
Fixes invalid text location
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-08 19:49:43 +00:00
nixocio
d149e23170
Mark missing words for translation
...
Add missing words for translation.
`...more`, and `Show Less` were already marked for translation in a
previous PR, since this code is shared as part of the `ChipGroup` code.
See: https://github.com/ansible/awx/issues/6857
2020-10-08 11:25:24 -04:00