Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revert back to the old way of calling flake8 linter | Christian Adams | 2020-04-20 | 1 | -0/+1 |
* | Merge pull request #6654 from AlexSCorey/4962-EnableWebhooksForJT | softwarefactory-project-zuul[bot] | 2020-04-20 | 11 | -3/+562 |
|\ | |||||
| * | adds test for new webhook component | Alex Corey | 2020-04-20 | 5 | -92/+260 |
| * | Adds webhooks to jt form | Alex Corey | 2020-04-17 | 10 | -4/+395 |
* | | Merge pull request #6752 from fherbert/job_template_notification | softwarefactory-project-zuul[bot] | 2020-04-20 | 2 | -0/+93 |
|\ \ | |||||
| * | | Support adding/removing notifications to job_templates | Francois Herbert | 2020-04-20 | 2 | -0/+93 |
* | | | Merge pull request #6730 from rooftopcellist/pyflake | softwarefactory-project-zuul[bot] | 2020-04-20 | 13 | -18/+19 |
|\ \ \ | |||||
| * | | | Fix new flake8 from pyflakes 2.2.0 release | Christian Adams | 2020-04-20 | 13 | -18/+19 |
* | | | | Merge pull request #6737 from ryanpetrello/da-queues | softwarefactory-project-zuul[bot] | 2020-04-20 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | rsyslogd: set some higher limits for disk-assisted queues | Ryan Petrello | 2020-04-17 | 1 | -0/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #6747 from chrismeyersfsu/fix-redis_logs | softwarefactory-project-zuul[bot] | 2020-04-20 | 3 | -16/+20 |
|\ \ \ | |_|/ |/| | | |||||
| * | | better broadcast websocket logging | chris meyers | 2020-04-17 | 2 | -8/+9 |
| * | | consistent wsbroadcast log messages | chris meyers | 2020-04-17 | 1 | -8/+11 |
|/ / | |||||
* | | Merge pull request #6745 from ryanpetrello/redis-tcp-port-- | softwarefactory-project-zuul[bot] | 2020-04-17 | 1 | -4/+0 |
|\ \ | |||||
| * | | don't expose redis port | Ryan Petrello | 2020-04-17 | 1 | -4/+0 |
| |/ | |||||
* | | Merge pull request #6739 from chrismeyersfsu/fix-redis_group_cleanup | softwarefactory-project-zuul[bot] | 2020-04-17 | 1 | -0/+9 |
|\ \ | |||||
| * | | cleanup group membership on disconnect | chris meyers | 2020-04-17 | 1 | -0/+9 |
* | | | Merge pull request #6687 from nixocio/ui_convert_user_to_be_function | softwarefactory-project-zuul[bot] | 2020-04-17 | 5 | -160/+174 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Update User component to be function based | nixocio | 2020-04-17 | 5 | -160/+174 |
|/ / | |||||
* | | Merge pull request #6738 from squidboylan/fix_collection_sanity_ansible2.9 | softwarefactory-project-zuul[bot] | 2020-04-17 | 1 | -0/+6 |
|\ \ | |||||
| * | | Collection: Ignore some sanity errors in ansible 2.9 | Caleb Boylan | 2020-04-17 | 1 | -0/+6 |
* | | | Merge pull request #6728 from chrismeyersfsu/fix-noisy_debug | softwarefactory-project-zuul[bot] | 2020-04-17 | 1 | -1/+0 |
|\ \ \ | |/ / |/| | | |||||
| * | | confidence in websocket group logic is high | chris meyers | 2020-04-16 | 1 | -1/+0 |
* | | | Merge pull request #6678 from nixocio/ui_issue_5983 | softwarefactory-project-zuul[bot] | 2020-04-17 | 2 | -7/+9 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fix List Navigation Pagination | nixocio | 2020-04-17 | 2 | -7/+9 |
|/ / | |||||
* | | Merge pull request #6736 from beeankha/fix_collection_readme_format | softwarefactory-project-zuul[bot] | 2020-04-17 | 1 | -11/+19 |
|\ \ | |||||
| * | | More bulleted list formatting changes | beeankha | 2020-04-17 | 1 | -9/+16 |
| * | | Fix collection README display | beeankha | 2020-04-16 | 1 | -2/+3 |
* | | | Merge pull request #6732 from domq/fix/rsync-EAGAIN-hazard | softwarefactory-project-zuul[bot] | 2020-04-17 | 2 | -0/+3 |
|\ \ \ | |||||
| * | | | [fix] Use rsync --blocking-io to work around EAGAIN hazard | Dominique Quatravaux | 2020-04-16 | 2 | -0/+3 |
* | | | | Merge pull request #6735 from wenottingham/true-is-relative | softwarefactory-project-zuul[bot] | 2020-04-16 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Flip CSRF_COOKIE_SECURE docs. | Bill Nottingham | 2020-04-16 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #6709 from marshmalien/6530-wf-node-wf | softwarefactory-project-zuul[bot] | 2020-04-16 | 11 | -26/+464 |
|\ \ \ \ | |||||
| * | | | | Separate prompted modal section with divider and fix user word-wrap | Marliana Lara | 2020-04-14 | 2 | -2/+8 |
| * | | | | Add webhook fields to wf node job template detail | Marliana Lara | 2020-04-14 | 4 | -19/+85 |
| * | | | | Add WF details to workflow node view | Marliana Lara | 2020-04-14 | 6 | -5/+371 |
* | | | | | Merge pull request #6723 from nixocio/ui_issue_6244 | softwarefactory-project-zuul[bot] | 2020-04-16 | 2 | -1/+72 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Fix Page Size toggle does not persist after a search | nixocio | 2020-04-16 | 2 | -1/+72 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #6681 from chrismeyersfsu/fix-cluster_stupid_bash | softwarefactory-project-zuul[bot] | 2020-04-16 | 1 | -1/+0 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | fix copy paste error in docker compose cluster | chris meyers | 2020-04-16 | 1 | -1/+0 |
|/ / / | |||||
* | | | Merge pull request #6713 from beeankha/awx_collection_deprecations | softwarefactory-project-zuul[bot] | 2020-04-16 | 5 | -3/+36 |
|\ \ \ | |||||
| * | | | Mark send, receive, and workflow_job_template modules as deprecated | beeankha | 2020-04-16 | 5 | -3/+36 |
* | | | | Merge pull request #6721 from shanemcd/dockerfile-cleanup | softwarefactory-project-zuul[bot] | 2020-04-16 | 2 | -10/+5 |
|\ \ \ \ | |||||
| * | | | | Dockerfile organization | Shane McDonald | 2020-04-15 | 2 | -10/+5 |
* | | | | | Merge pull request #6704 from ryanpetrello/11-0-0-release-version11.0.0 | softwarefactory-project-zuul[bot] | 2020-04-16 | 2 | -2/+16 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | bump version for 11.0.0 | Ryan Petrello | 2020-04-16 | 2 | -2/+16 |
|/ / / / | |||||
* | | | | Merge pull request #6724 from chrismeyersfsu/fix-redis_not_registering_discon... | softwarefactory-project-zuul[bot] | 2020-04-16 | 1 | -7/+4 |
|\ \ \ \ | |||||
| * | | | | reconnect when a vanilla server disconnect happens | chris meyers | 2020-04-16 | 1 | -7/+4 |
* | | | | | Merge pull request #6722 from wenottingham/over-the-ramparts-we-no-longer-watch | softwarefactory-project-zuul[bot] | 2020-04-15 | 3 | -3/+3 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Remove 'rampart' from a user-facing string. | Bill Nottingham | 2020-04-15 | 3 | -3/+3 |
| | |/ / | |/| | |