softwarefactory-project-zuul[bot]
d1bc013da9
Merge pull request #3292 from kialam/fix-dummy-data-generator-script-errors
...
Fix various errors when trying to run `make bulk_data`.
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-22 18:30:06 +00:00
Kia Lam
d2c345a374
Fix API lint error.
2019-02-22 13:06:20 -05:00
softwarefactory-project-zuul[bot]
22677029e1
Merge pull request #3282 from AlexSCorey/2261-LimitHelper
...
Add helper text to the limit field prompt modal
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-22 17:55:08 +00:00
Kia Lam
0943f989ce
Fix various errors when trying to run make bulk_data.
...
- Properly import PrimoridialModel.
- Use floor division operator for range() method to avoid float vs int errors.
2019-02-22 11:59:18 -05:00
softwarefactory-project-zuul[bot]
c1698fff8e
Merge pull request #3264 from kialam/status-service-on-success
...
Call `this.sync` when we receive a ws complete message.
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-21 21:16:33 +00:00
Alex Corey
0cae612159
Add helper text to the limit field prompt modal
2019-02-21 16:06:18 -05:00
softwarefactory-project-zuul[bot]
5584f6a98b
Merge pull request #3279 from mabashian/prompt-extra-var-wf
...
Add prompt for extra vars to wfjt
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-21 18:36:11 +00:00
softwarefactory-project-zuul[bot]
e5acf93c66
Merge pull request #3265 from mabashian/socket-time-band
...
Prevent jobs/templates lists from refreshing list data more than once every 5 seconds
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-21 18:06:41 +00:00
mabashian
01b4b47087
Fixes unit test failure after adding ui support for extra var prompting on workflows
2019-02-21 12:55:30 -05:00
mabashian
0ce70c08bd
Add prompt for extra vars to wfjt
2019-02-21 11:37:53 -05:00
mabashian
e3c9a42741
Hook up status update sockets on completed jobs routes and project templates
2019-02-21 11:24:37 -05:00
mabashian
d5d45e644d
Prevent jobs/templates lists from refreshing list data more than once every 5 seconds
2019-02-21 11:24:37 -05:00
softwarefactory-project-zuul[bot]
09684e2c41
Merge pull request #3269 from ryanpetrello/dep-update
...
remove redbaron and update minor dependencies
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-21 15:56:02 +00:00
Ryan Petrello
04622d5786
remove redbaron and update dependencies
2019-02-21 10:08:24 -05:00
softwarefactory-project-zuul[bot]
ca043d9bfd
Merge pull request #3275 from AlanCoding/i_love_caches
...
Clear the test cache at end of every test
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-20 20:19:16 +00:00
AlanCoding
711937b104
fix some patches that were never unapplied
2019-02-20 14:40:25 -05:00
softwarefactory-project-zuul[bot]
a9a2c1fa7b
Merge pull request #3245 from wenottingham/we-meet-again-for-the-last-login-time
...
[WIP] Show last login along with the badges on the user view screen.
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-20 19:38:07 +00:00
kialam
ec8a452f1d
Call this.sync when we receive a ws complete message.
...
- There can be a race condition where a job run finishes event processing before sending off a "successful/failed" websocket message. In this instance, we would miss gathering known artifacts for a job. The proposed fix is to do a manual detection of when a job status updates to "successful/failed/unknown" and perform a GET request to the job endpoint.
2019-02-20 14:11:13 -05:00
AlanCoding
07def62373
clear the test cache at end of every test
2019-02-20 14:02:36 -05:00
softwarefactory-project-zuul[bot]
30352e375f
Merge pull request #3271 from kialam/compact-expand-lists-responsive
...
Fix Compact/Expand Lists responsive issues
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-20 16:59:40 +00:00
softwarefactory-project-zuul[bot]
6abe9d5c0f
Merge pull request #3270 from saito-hideki/issue/tower_3344
...
Add action to output login failure event to logfile
Reviewed-by: Ryan Petrello
https://github.com/ryanpetrello
2019-02-20 16:01:31 +00:00
softwarefactory-project-zuul[bot]
9b04e93765
Merge pull request #3262 from ryanpetrello/openstack_cred_verify_ssl
...
add verify_ssl to OpenStack credential type
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-20 15:35:10 +00:00
kialam
728fb1aaef
Fix hidden relaunch dropdown in new lists.
2019-02-20 10:05:21 -05:00
kialam
2596ad26b9
Make compact rows responsive.
2019-02-20 09:35:22 -05:00
Hideki Saito
ef3b1ee195
Add action to output login failure to logger
...
Signed-off-by: Hideki Saito <saito@fgrep.org>
2019-02-20 14:27:44 +00:00
Ryan Petrello
b1a33869dc
convey OpenStack verify_ssl defaults in the CredentialType schema
2019-02-20 09:02:48 -05:00
Hideki Saito
9f04fbe4a4
Add verify_ssl to OpenStack credential type
...
To avoid verification failures when using a self-signed certificate file,
Added "Verify SSL" check box to the openstack credential type edit page.
Signed-off-by: Hideki Saito <saito@fgrep.org>
2019-02-19 12:53:13 -05:00
softwarefactory-project-zuul[bot]
1ece764547
Merge pull request #3257 from ryanpetrello/native_credential_types
...
define native CredentialType inputs/injectors in code, not in the DB
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-19 17:27:19 +00:00
softwarefactory-project-zuul[bot]
2358e306c1
Merge pull request #3261 from elyezer/resize-window
...
Resize window to avoid breaking the UI
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-19 17:21:12 +00:00
Elyézer Rezende
82b9f8ebb0
Resize window to avoid breaking the UI
...
Update test-jobs-portal-list-actions to resize the browser window and
avoid a flake test because of broken layout.
2019-02-19 13:53:12 -03:00
Ryan Petrello
43ca4526b1
define native CredentialType inputs/injectors in code, not in the DB
...
This has a few benefits:
1. It makes adding new fields to built-in CredentialTypes _much_
simpler. In the past, we've had to write a migration every time we
want to modify an existing type (changing a label/help text,
changing options like the recent become_method changes) or
when adding a new field entirely
2. It paves the way for third party credential plugins support, where
importable libraries will define their own source code-based schema
2019-02-19 10:22:26 -05:00
softwarefactory-project-zuul[bot]
4174fc22b0
Merge pull request #3254 from vismay-golwala/job_host_count
...
Fixed # of hosts - job details UI
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-18 21:16:32 +00:00
Vismay Golwala
16e135249c
Fixed # of hosts - job details UI
...
In the UI job details page, the number of hosts for any job was always displayed '1'
irrespective of the actual count. This was caused because of a faulty initialization
of variable followed by unreachable code. It has been fixed by updating init value.
Signed-off-by: Vismay Golwala <vgolwala@redhat.com>
2019-02-18 13:57:58 -05:00
softwarefactory-project-zuul[bot]
889dae357b
Merge pull request #3235 from ryanpetrello/sql-profiling
...
add a custom DB backend that provides system-level SQL profiling
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-15 21:56:28 +00:00
softwarefactory-project-zuul[bot]
0063668582
Merge pull request #3247 from ryanpetrello/fix-serial-display-error
...
fix a bug in the display of playbooks using serial or free strategy
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-15 21:51:54 +00:00
Ryan Petrello
1e4cd9ea8f
document the SQL profiler
2019-02-15 16:34:34 -05:00
Ryan Petrello
954ccccbc5
fix a bug in the display of playbooks using serial or free strategy
2019-02-15 16:13:12 -05:00
Ryan Petrello
6f43875e80
record profile data in /var/log/tower, not /var/lib/awx
2019-02-15 14:34:55 -05:00
Christian Adams
80cccab919
Merge pull request #3244 from e-tienne/fix_wording_wf
...
Fix ambiguous workflow vizualizer 5000 wording
2019-02-15 11:23:58 -05:00
softwarefactory-project-zuul[bot]
088673ceb0
Merge pull request #3246 from Klaas-/Klaas--patch-2
...
Avoid pg password ending up in syslog/shell output
Reviewed-by: awxbot
https://github.com/awxbot
2019-02-15 15:48:39 +00:00
Klaas Demter
8f36e21c97
Avoid pg password ending up in syslog/shell output
...
Currently if an error occurs the pgpassword would be exposed to syslog / shell during playbook backup.yml
2019-02-15 16:15:33 +01:00
Bill Nottingham
6a11281355
Show last login along with the badges on the user view screen.
2019-02-14 20:25:50 -05:00
Etienne Simard
df4e4f80ad
Fix ambiguous workflow vizualizer wording
...
Resolves : #2998
Signed-off-by: Etienne Simard <etienne@redhat.com>
2019-02-14 18:01:23 -05:00
softwarefactory-project-zuul[bot]
5682fb1503
Merge pull request #3243 from mabashian/more-strings-to-translate
...
Translate job status in smart status tooltip. Mark strings for translation in project form
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-14 22:46:25 +00:00
mabashian
640d2a2797
Fix linting error
2019-02-14 16:32:54 -05:00
softwarefactory-project-zuul[bot]
b173880766
Merge pull request #3240 from wenottingham/when-last-we-met
...
Add django last_login information to user object.
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-14 21:32:09 +00:00
mabashian
30ce85b80a
Translate job status in smart status tooltip. Mark strings for translation in project form
2019-02-14 16:20:33 -05:00
softwarefactory-project-zuul[bot]
003ec64413
Merge pull request #3241 from ryanpetrello/workflow-convergence-i18n
...
mark a workflow convergence error message for i18n
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-14 21:16:54 +00:00
softwarefactory-project-zuul[bot]
eda6d729d6
Merge pull request #3239 from wenottingham/did-this-ever-work
...
Remove `awx-manage user_info` command.
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-14 21:12:50 +00:00
Ryan Petrello
4f83d44142
mark a workflow convergence error message for i18n
2019-02-14 15:55:20 -05:00