Jeff Bradberry
9383512772
Remove no longer needed check for override of WSGIHandler
2019-07-12 15:11:22 -04:00
Jeff Bradberry
2d81923e22
Fix up changes in fields in the migrations
...
Particularly the now-required on_delete parameter for ForeignKey and
OneToOneField.
2019-07-12 15:11:22 -04:00
Jeff Bradberry
1093a662f1
Fix a problem with a change in results from User.has_usable_password
2019-07-12 15:11:22 -04:00
Jeff Bradberry
210517eeb1
Fix a couple of tests trivially affected by the upgrades
...
- is_anonymous may no longer be called as a method, so no need to mock it
- the message on uniqueness constraint failures has apparently changed
2019-07-12 15:11:22 -04:00
Jeff Bradberry
2ffe3d9a85
Give the 4xx error handler views the correct positional arguments
2019-07-12 15:11:22 -04:00
Jeff Bradberry
6737bd4c19
Replace {} as field default values with the callable dict
2019-07-12 15:11:22 -04:00
Jeff Bradberry
29ad847544
Deal with a change in truncation of strings in Django
...
which now uses a proper ellipsis character instead of 3 dots.
2019-07-12 15:11:22 -04:00
Jeff Bradberry
b3ef2c928a
Remove the custom add and remove methods from OrderedManyToManyDescriptor
2019-07-12 15:11:22 -04:00
Shane McDonald
7936dff188
Change the devel containers to be based on Fedora instead of CentOS
...
since we need a more recent version of sqlite.
2019-07-12 15:11:22 -04:00
Jeff Bradberry
43c552c7c6
Some flake8 changes
2019-07-12 15:11:21 -04:00
Jeff Bradberry
e0357d53f5
Bump Django to 2.2.2
2019-07-12 15:11:21 -04:00
Jeff Bradberry
beb1dd5ae7
Replace use of the deprecated staticfiles template library with static
2019-07-12 15:11:21 -04:00
Jeff Bradberry
d464df557b
Fix another direct assignment of a sequence to a related manager
2019-07-12 15:11:21 -04:00
Jeff Bradberry
5e9f790554
Bump to Django 2.1.9
2019-07-12 15:11:21 -04:00
Jeff Bradberry
47b325896d
Remove the django_db mark from TransactionTestCase classes
...
pytest-django's documentation indicates that it isn't necessary, and
it turns out in Django 2.0+ that this double application of the
transaction machinations was causing the Django ContentType table to
lose its items.
2019-07-12 15:11:21 -04:00
Jeff Bradberry
c85d58e28d
The interactive flag for management commands doesn't seem to be a thing anymore
2019-07-12 15:11:21 -04:00
Jeff Bradberry
bcbb768dd3
Remove the use of the deprecated Field.rel attribute
...
Also, rename a number of variables named `rel` for ease of searching.
2019-07-12 15:11:21 -04:00
Jeff Bradberry
e0693d3746
is_anonymous and is_authenticated no longer support being called as methods
2019-07-12 15:11:21 -04:00
Jeff Bradberry
a6edc46cc3
Field.from_db_value no longer supports the context param in 2.0
2019-07-12 15:11:21 -04:00
Jeff Bradberry
f24b08316d
Django's url resolver and pattern classes have been renamed in 2.0+
...
They are now URLResolver and URLPattern, respectively. The API has
changed as well, but fortunately it looks like what we are doing here
doesn't depend on anything that was changed.
2019-07-12 15:11:21 -04:00
Jeff Bradberry
25c14382db
Update the monkey patch of Django's column name digest to work with 2.0+
...
BaseDatabaseSchemaEditor no longer has a `_digest` classmethod,
instead there is a call out to a new `names_digest` utility function.
2019-07-12 15:11:21 -04:00
Jeff Bradberry
796d7bf67f
Replace the use of the 3rd party jsonbfield library
...
which was just a backport of Django's built-in JSONField. Also, bump
the version of django-jsonfield.
2019-07-12 15:11:21 -04:00
Jeff Bradberry
ddef41d394
Bump Django to 2.0.13
...
This is _very_ broken.
2019-07-12 15:11:21 -04:00
softwarefactory-project-zuul[bot]
c626f51dae
Merge pull request #4319 from AlanCoding/azure_template_errors
...
Ignore Azure templating errors
Reviewed-by: Alan Rominger <arominge@redhat.com>
https://github.com/AlanCoding
2019-07-12 19:00:36 +00:00
softwarefactory-project-zuul[bot]
a9bb1eba02
Merge pull request #4320 from jdekoning/ssh-machine-creds-fix
...
Insert signed public key in artifact_dir, fix for issue #4139
Reviewed-by: Ryan Petrello
https://github.com/ryanpetrello
2019-07-12 18:37:57 +00:00
Keith Grant
b1c87c1793
fix listed resources in delete tooltip
2019-07-12 09:43:40 -07:00
AlanCoding
612205d56d
Ignore Azure templating errors
2019-07-12 08:11:27 -04:00
Jaap de Koning
94b1455f40
Insert signed public key in artifact_dir, hacky fix for issue #4139
...
Signed-off-by: Jaap de Koning <jaap.de.koning@bigdatarepublic.nl>
2019-07-12 14:10:14 +02:00
softwarefactory-project-zuul[bot]
b26bd11924
Merge pull request #4315 from AlanCoding/old_migration_methods
...
Remove unused migration methods
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-12 02:11:08 +00:00
AlanCoding
287159296a
remove unused migration methods
2019-07-11 16:09:38 -04:00
softwarefactory-project-zuul[bot]
23100094dc
Merge pull request #4313 from ryanpetrello/fix-4162
...
Remove tooltips from host events in output
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-11 18:29:35 +00:00
softwarefactory-project-zuul[bot]
b2275c0490
Merge pull request #4312 from wenottingham/check-one-check-two
...
Add some minimal sanity checking before running the updater script.
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-11 16:55:56 +00:00
softwarefactory-project-zuul[bot]
d6dba784b1
Merge pull request #4285 from olia-dev/issue-4274
...
related #4274 - added option to verify server certificate with a specific CA
Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
https://github.com/jakemcdermott
2019-07-11 16:50:26 +00:00
Bill Nottingham
2a68ff49c1
Add some minimal sanity checking before running the updater script.
2019-07-11 12:12:22 -04:00
mabashian
0f8c59523a
Remove tooltips from host events in output
2019-07-11 12:07:28 -04:00
softwarefactory-project-zuul[bot]
de02df4907
Merge pull request #4201 from beeankha/helper_method_in_serializer
...
Add Helper Method in Serializer for get_summary_fields
Reviewed-by: Yanis Guenane
https://github.com/Spredzy
2019-07-10 14:28:04 +00:00
olia-dev
522dcf5ed3
related #4274 - moved function 'create_temporary_fifo' to 'awx/main/utils/common.py' and referenced it in other plugins (fixed errors)
2019-07-10 12:40:26 +02:00
olia-dev
b2d84a5d89
related #4274 - moved function 'create_temporary_fifo' to 'awx/main/utils/common.py' and referenced it in other plugins (fixed errors)
2019-07-10 12:39:57 +02:00
olia-dev
7b390fa2fc
related #4274 - moved function 'create_temporary_fifo' to 'awx/main/utils/common.py' and referenced it in other plugins
...
Signed-off-by: olia-dev <olia-dev@ktah.net>
2019-07-10 11:41:21 +02:00
softwarefactory-project-zuul[bot]
557ec27303
Merge pull request #4251 from AlexSCorey/JTLaunchButton
...
Add Launch Button to Job Template Details
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-09 20:58:46 +00:00
softwarefactory-project-zuul[bot]
f47a37a96b
Merge pull request #4259 from AlexSCorey/4216-OrgGetRequestDuplication
...
Removes duplicated GET request in Org.
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-09 18:44:09 +00:00
softwarefactory-project-zuul[bot]
74d8fca673
Merge pull request #4296 from pebbledavec/patch-1
...
Removed forwardslash that was breaking paginated workflow node requests.
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-09 18:40:34 +00:00
Alex Corey
7039f82d15
Only reload details whe navigating to details from another tab
2019-07-09 13:43:09 -04:00
softwarefactory-project-zuul[bot]
e34833c8cb
Merge pull request #4300 from jakemcdermott/output-updown
...
get more events on page down or up when needed
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-09 17:12:27 +00:00
softwarefactory-project-zuul[bot]
f22314caaf
Merge pull request #4257 from marshmalien/skeleton-template-add-form
...
Skeleton template add form
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-09 17:06:46 +00:00
Marliana Lara
fb0c82598f
Address PR feedback
2019-07-09 12:37:50 -04:00
Jake McDermott
90f7e9375f
get more events on page down or up when needed
...
when we page up or down, check if we've moved into the upper or lower
threshold of the scrollbar and request more events to show if we have.
2019-07-09 10:21:48 -04:00
softwarefactory-project-zuul[bot]
ccea920ea3
Merge pull request #4263 from fantashley/easy-custom-venvs
...
Add dynamic custom venv setup
Reviewed-by: Shane McDonald <me@shanemcd.com>
https://github.com/shanemcd
2019-07-09 13:23:37 +00:00
softwarefactory-project-zuul[bot]
2d636806db
Merge pull request #4123 from clushie/update_openstacksdk_dependencies
...
Fix outdated openstacksdk version and add pip-compile helper script
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-09 13:04:12 +00:00
softwarefactory-project-zuul[bot]
bda42332b7
Merge pull request #4295 from JakobP/bug/3857-improve-error-message
...
Fix #3857 . More informative error message for job templates
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-07-09 13:00:05 +00:00