zicklam
5b8fba58e8
Add "Disable SSL Verification" checkbox to webhook notification
...
This commit will add a checkbox which will disable SSL verification on
the generic webhook notification type. This is required when using
self-signed certificates.
2019-05-06 13:12:41 +02:00
softwarefactory-project-zuul[bot]
e5cf5be18d
Merge pull request #3815 from pmoravec/awx-pmoravec-tower-sos-plugin-improvements
...
sosreport plugin improvements
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-05-03 12:47:39 +00:00
softwarefactory-project-zuul[bot]
f26ae8ef13
Merge pull request #3714 from vismay-golwala/org_member_count
...
Show only member users for organization
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-05-03 12:36:29 +00:00
softwarefactory-project-zuul[bot]
755c3e89e2
Merge pull request #3801 from vismay-golwala/copy_credential
...
Copy credential bug - add owner too
Reviewed-by: Ryan Petrello
https://github.com/ryanpetrello
2019-05-03 12:31:59 +00:00
softwarefactory-project-zuul[bot]
2800e89fd2
Merge pull request #3783 from AlanCoding/passwords_and_relaunching
...
Allow relaunching other user jobs with public vars
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-05-03 12:03:26 +00:00
softwarefactory-project-zuul[bot]
17d2efde95
Merge pull request #3789 from AlanCoding/rm_fields
...
Remove job ask_ fields that reference JT
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-05-03 11:42:19 +00:00
Pavel Moravec
8909a8a8e4
sosreport plugin to stick on sos >= 3.0 API only
...
As sosreport 3.0 was released 5 years ago, older sos versions can
be ignored / not further supported.
Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
2019-05-03 10:38:34 +02:00
Pavel Moravec
29822ee140
don't collect data from other sosreport plugins
...
Tower plugin shouldn't collect data that other sosreport plugins collect.
Further, few code optimizations in calling sos API are made.
Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
2019-05-02 21:45:09 +02:00
softwarefactory-project-zuul[bot]
72fe6e400e
Merge pull request #3802 from AlanCoding/playbook_search
...
Include playbook as a default search field
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-05-02 16:54:21 +00:00
softwarefactory-project-zuul[bot]
fe3a2d1a4e
Merge pull request #3803 from ryanpetrello/matter-of-fact
...
remove references to the (now defunct) fact receiver
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-05-02 13:34:12 +00:00
Ryan Petrello
50f9c70afd
remove references to the (now defunct) fact receiver
2019-05-01 23:48:05 -04:00
softwarefactory-project-zuul[bot]
5ab7f888f1
Merge pull request #3800 from AlanCoding/event_children_list
...
Populate event children list via parent_uuid
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-05-02 00:37:03 +00:00
AlanCoding
7d692d08f9
include playbook as a default search field
2019-05-01 16:15:00 -04:00
softwarefactory-project-zuul[bot]
f3c023a11f
Merge pull request #3765 from beeankha/task_doc_update
...
Add Task Overview Details to tasks.md
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-05-01 20:02:15 +00:00
beeankha
a87c87b7c9
Add more runner-related details
2019-05-01 15:40:15 -04:00
AlanCoding
5f1aeb0f4e
remove ask_vars from job_start endpoint
2019-05-01 13:39:25 -04:00
Vismay Golwala
cc001c9892
Copy credential bug - add owner too
...
While copying a credentials, we should set the new owner to person
who copies it. There was a bug while trying to do so and this PR
tries to address it.
Link: #3750
Signed-off-by: Vismay Golwala <vgolwala@redhat.com>
2019-05-01 13:15:16 -04:00
softwarefactory-project-zuul[bot]
a68ab19e16
Merge pull request #3791 from AlanCoding/clean_up_test_tasks
...
Make test_tasks.py durable to changing Ansible versions
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-05-01 17:14:11 +00:00
AlanCoding
530a7ba51d
populate event children list via parent_uuid
2019-05-01 11:55:53 -04:00
beeankha
383fe278f5
Address a few more comments
2019-05-01 11:35:26 -04:00
beeankha
27ca5e1fd5
Add more details for several of the listed tasks
2019-04-30 15:32:52 -04:00
AlanCoding
4191b21052
make test_tasks.py durable to changing Ansible versions
2019-04-30 14:00:51 -04:00
AlanCoding
81f0662161
remove job ask_ fields that reference JT
2019-04-30 13:35:58 -04:00
AlanCoding
5720601a2e
allow relaunching other user jobs with public vars
2019-04-30 08:07:45 -04:00
Vismay Golwala
30d0130e79
Show only member users for organization
...
Signed-off-by: Vismay Golwala <vgolwala@redhat.com>
2019-04-29 14:20:57 -04:00
beeankha
4baecef866
Clean up references to Tower
2019-04-29 10:51:25 -04:00
softwarefactory-project-zuul[bot]
aaeb2d6fb9
Merge pull request #3740 from wenottingham/lets-re-compose-ourselves
...
Sync docker-compose dockerfile with the actual production image build.
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-26 19:05:43 +00:00
softwarefactory-project-zuul[bot]
c707e60bde
Merge pull request #3664 from vismay-golwala/pagination_cap_api
...
Cap page_size in pagination urls
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-26 17:55:51 +00:00
softwarefactory-project-zuul[bot]
44fcf2e0e4
Merge pull request #3766 from ryanpetrello/devel
...
merge in downstream changes
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-26 17:09:48 +00:00
softwarefactory-project-zuul[bot]
ddde669083
Merge pull request #3767 from ryanpetrello/cors-lite
...
document CORS middleware
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-26 15:32:35 +00:00
Ryan Petrello
586c3e4583
document CORS middleware
2019-04-26 11:00:33 -04:00
Ryan Petrello
d11dfd0a2b
Merge branch 'downstream' into devel
2019-04-26 08:02:04 -04:00
beeankha
cb7914dfa4
Make edits per first round of reviews.
2019-04-25 17:16:39 -04:00
beeankha
639e01e884
Remove unnecessary line
2019-04-25 16:26:58 -04:00
beeankha
e4d6d51cf5
Add further details/overview of AWX and Tower tasks into documentation
2019-04-25 16:14:49 -04:00
Ryan Petrello
27d74528c0
Merge pull request #3494 from rooftopcellist/analytics_csv
...
analytics table copies formatted as csv now
2019-04-25 14:48:59 -04:00
Ryan Petrello
0ada1e965f
Merge pull request #3508 from ryanpetrello/runner-134
...
pin runner 1.3.4
2019-04-25 10:16:05 -04:00
Ryan Petrello
2808a852eb
pin runner 1.3.4
2019-04-25 09:49:03 -04:00
Ryan Petrello
80393e9194
Merge pull request #3504 from wenottingham/im-not-going-to-be-ignored-dan
...
Kill the rabbitmq sos collection from our plugin.
2019-04-24 14:51:01 -04:00
Bill Nottingham
aa52e41c02
Kill the rabbitmq sos collection from our plugin.
...
It exists in upstream sosreport, and this can cause conflicts.
2019-04-24 14:15:17 -04:00
Ryan Petrello
d7cdec37f2
Merge pull request #3502 from ryanpetrello/metrics-license-counts
...
fix a few issues with license counts in /api/v2/metrics/
2019-04-24 12:37:03 -04:00
softwarefactory-project-zuul[bot]
f60857013e
Merge pull request #3754 from AlanCoding/gce_env_var
...
Simplify gce inventory plugin injector
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-24 16:25:09 +00:00
Ryan Petrello
c9424f9af8
fix a few issues with license counts in /api/v2/metrics/
...
- switched these to gauges so people can track them over time
- fixed a typo that caused `free_instances` to always be zero
2019-04-24 12:23:07 -04:00
Ryan Petrello
66f883befe
Merge pull request #3485 from wenottingham/aaaaaaaaaaaaaaaaaaaaaaazure
...
Update Azure requirements for Ansible stable-2.8 branch.
2019-04-24 12:05:58 -04:00
softwarefactory-project-zuul[bot]
fad0274373
Merge pull request #3686 from vismay-golwala/instance_group_delete
...
[WIP] Disallow deleting controller or isolated instance groups
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-24 15:19:19 +00:00
Michael Abashian
8c715fc6e1
Merge pull request #3497 from dsesami/e2e_backport_3.5.0
...
E2E testing: compatibility edit to work with diff versions of node
2019-04-24 10:03:53 -04:00
Daniel Sami
870ebb4b43
fix to work with diff versions of node
2019-04-24 09:44:41 -04:00
softwarefactory-project-zuul[bot]
e78ef82385
Merge pull request #3758 from ryanpetrello/dot-files
...
clean up some old dotfiles
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-24 13:06:20 +00:00
Matthew Jones
1eb565543c
Merge pull request #3495 from ansible/markerfiletest
...
Adding a markerfile for e2e runs
2019-04-24 09:06:03 -04:00
John Hill
082a819160
removing hyphen
2019-04-24 08:22:07 -04:00