Bill Nottingham
c753324872
Move back to less frequent collections, and split large event tables
...
This should ensure we stay under 100MB at all times.
2020-09-09 17:42:40 -04:00
Bill Nottingham
9f67b6742c
Fail more gracefully if analytics.ship() is called with a bad path,
...
or it's deleted out from under us.
2020-09-09 17:42:40 -04:00
Bill Nottingham
1a15f18be3
Stop using the TowerAnalyticsState solo model
...
This is now tracked in the AUTOMATION_ANALYTICS_LAST_GATHER setting.
2020-09-09 17:42:40 -04:00
Bill Nottingham
40309e6f70
Ensure we do not send large bundles, or empty bundles
...
Collect expensive collectors separately, and in a loop
where we make smaller intermediate dumps.
Don't return a table dump if there are no records, and
don't put that CSV in the manifest.
Fix up unit tests.
2020-09-09 17:42:40 -04:00
Bill Nottingham
1c4b06fe1e
Refactor analytics collectors.
...
- Only have one registration class
- Add description fields
- Add automation collector information to /api/v2/config
2020-09-09 17:10:14 -04:00
softwarefactory-project-zuul[bot]
dff7667532
Merge pull request #7905 from AlexSCorey/6603-AdHocCommands
...
Add Ad Hoc Commands
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-09 20:21:41 +00:00
Daniel Sami
da58db7431
grammar fix
2020-09-09 15:42:02 -04:00
Alex Corey
3402e5db35
updates tooltip component, fixes formik configuration on ad hoc qizard
2020-09-09 15:20:18 -04:00
Daniel Sami
fe115fdd16
dropped translation tag
2020-09-09 14:39:54 -04:00
Alex Corey
678dcad437
updates tooltip component, fixes formik configuration on ad hoc qizard
2020-09-09 12:46:19 -04:00
Alex Corey
0e3fbb74d4
updates keys
2020-09-09 12:46:19 -04:00
Alex Corey
94469cc8c0
Adds Proptypes and updates tooltips to make them more translatable
2020-09-09 12:46:19 -04:00
Alex Corey
e6ae171f4b
Adds Ad Hoc Commands Wizard
2020-09-09 12:46:19 -04:00
softwarefactory-project-zuul[bot]
caa7b43fe0
Merge pull request #7817 from ryanpetrello/galaxy-credentials
...
Support Organization-scoped Galaxy installs
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-09 16:17:18 +00:00
softwarefactory-project-zuul[bot]
a3e08a3d09
Merge pull request #8072 from john-westcott-iv/get_one_fix
...
Modify get_one method to allow IDs in addition to names
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-08 21:30:59 +00:00
softwarefactory-project-zuul[bot]
3f63800f58
Merge pull request #7967 from keithjgrant/7876-notifications-form
...
Notifications form
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-08 20:56:21 +00:00
softwarefactory-project-zuul[bot]
800cf30d92
Merge pull request #8089 from rooftopcellist/update_analytics_job_test
...
Provide a distinct column name for inventory_name in unifiedjob analy…
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-08 20:04:31 +00:00
John Westcott IV
570251dc3d
Modifying get_item_name to handle a None object
2020-09-08 15:28:57 -04:00
John Westcott IV
faa33efdd2
Fixing registered name
2020-09-08 15:28:37 -04:00
John Westcott IV
09b8f82bbb
Fixing test issue and 'modornizing' test
2020-09-08 15:28:21 -04:00
softwarefactory-project-zuul[bot]
cd8c74e28f
Merge pull request #8094 from ryanpetrello/upgrade-django-libs
...
Update Django and channels_redis
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-08 17:46:35 +00:00
John Westcott IV
4c0e288fee
Touching up to missing sport of get_one returning multiple params
2020-09-08 13:38:44 -04:00
Keith Grant
13e6757666
add ids to CodeMirror FormGroup containers
2020-09-08 10:17:18 -07:00
softwarefactory-project-zuul[bot]
90c3bfc6ae
Merge pull request #8074 from fosterseth/fix-7655_task_manager_times_out
...
Prevent task manager timeout by limiting number of jobs to start
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-08 16:42:20 +00:00
Seth Foster
e09274e533
PR #8074 - limit how many jobs the task manager can start on a given run
2020-09-08 12:16:06 -04:00
John Westcott IV
c2cfaec7d1
Fixing name -> username
2020-09-08 11:52:53 -04:00
John Westcott IV
d6f35a71d7
Adding allow_unknown option for get_item_name
2020-09-08 11:51:47 -04:00
John Westcott IV
6467d34445
Touching up tower_inventory_source after rebase
2020-09-08 11:36:33 -04:00
Christian M. Adams
0681444294
Provide a distinct column name for inventory_name in unifiedjob analytics csv
2020-09-08 11:14:24 -04:00
John Westcott IV
0a8db586d1
Changing how get_one returns
2020-09-08 11:10:18 -04:00
John Westcott IV
106157c600
get_one now also returns the name field, and modifying modules for get_one and added in some IDs in a handful of unit tests
2020-09-08 11:06:01 -04:00
John Westcott IV
4c4d6dad49
Adding get_item_name and making static methods
2020-09-08 11:03:10 -04:00
John Westcott IV
24ec129235
Modifying credential for new get_one
2020-09-08 11:03:10 -04:00
John Westcott IV
5042ad3a2b
Updating user module for new get_one
2020-09-08 11:03:10 -04:00
John Westcott IV
51959b29de
Adding name_or_id to get_one to make module more uniform
2020-09-08 11:03:10 -04:00
Ryan Petrello
c862b3e5a2
Revert "work around a memory leak in channels_redis"
...
This reverts commit e25da217e851849f51da27ca3cbdc5266858e6f3.
2020-09-08 10:40:47 -04:00
Ryan Petrello
f81560b12c
update Django and channels_redis
...
see: https://github.com/ansible/tower/issues/4439
also, addresses CVE-2020-24583 and CVE-2020-24584
2020-09-08 10:39:26 -04:00
softwarefactory-project-zuul[bot]
68265ea9b5
Merge pull request #8092 from nixocio/ui_issue_8091
...
List jobs for container groups
Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
https://github.com/jakemcdermott
2020-09-08 14:33:57 +00:00
softwarefactory-project-zuul[bot]
6e6aa1fdab
Merge pull request #8033 from beeankha/update_inv_src_module
...
Add New tower_inventory_source_update Module
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-08 14:04:32 +00:00
beeankha
c7114b2571
Add specific lookup data to error message
2020-09-07 11:43:44 -04:00
softwarefactory-project-zuul[bot]
127ca4bc54
Merge pull request #7975 from AlexSCorey/7973-DisableTemplateFormFields
...
Disables template and workflow template fields.
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-06 21:26:23 +00:00
Alex Corey
b51f013880
disables prompt on launch checkbox
2020-09-05 08:32:15 -04:00
Alex Corey
fc4060778b
Disables template and workflow template fields for users that do not have permissions for those fields.
2020-09-05 08:32:15 -04:00
Keith Grant
40d3e4ee8b
handle error string in FormSubmitError
2020-09-04 16:24:09 -07:00
beeankha
a0b8f6a25d
Make org an optional parameter for both inv source and inv source update modules
2020-09-04 18:56:58 -04:00
Keith Grant
9711c33675
fix multiple notification form bugs
2020-09-04 15:50:04 -07:00
Keith Grant
b119bc475f
convert http headers field to string for codemirror
2020-09-04 15:50:04 -07:00
Keith Grant
055abd57cd
fix new test from rebase
2020-09-04 15:50:04 -07:00
Keith Grant
95c4b6c922
trying to force tests to re-run
2020-09-04 15:50:04 -07:00
Keith Grant
7ab9d899e4
mark text for translation
2020-09-04 15:49:11 -07:00