mabashian
28fa5077d5
Fixed jt admin edit bug
...
Signed-off-by: mabashian <mabashia@redhat.com>
2017-09-13 11:38:56 -04:00
Steve Wills
f0cf325831
Add whitespace around arithmetic operator
...
Signed-off-by: Steve Wills <steve@mouf.net>
2017-09-13 11:37:57 -04:00
Steve Wills
b8651bfd72
Make get_system_task_capacity portable
...
Signed-off-by: Steve Wills <steve@mouf.net>
2017-09-13 11:15:09 -04:00
Matthew Jones
7e754e20ae
Merge pull request #404 from ansible/sys_auditor_can_set_pass
...
Allow System Auditor to set password
2017-09-13 06:32:10 -07:00
Matthew Jones
2dda863baf
Merge pull request #155 from ansible/add_missing_svn
...
Add missing subversion to image
2017-09-13 06:27:47 -07:00
Matthew Jones
10a3959f52
Merge pull request #400 from ansible/taskman_dep_update_improve
...
Fix an issue where dependent updates weren't sorted correctly
2017-09-13 06:17:56 -07:00
Matthew Jones
309577f3ef
Add missing subversion to image
2017-09-13 08:57:14 -04:00
Greg Dahlman
39756e6dc4
Fix issue with python virtual environments and localhost.
2017-09-12 18:45:18 -07:00
Ryan Petrello
66d78bca8a
Merge pull request #405 from ryanpetrello/fix-7568
...
defer UnifiedJob.result_stdout_text for improved performance
2017-09-12 19:04:37 -04:00
Ryan Petrello
bd42dfe474
defer UnifiedJob.result_stdout_text for improved performance
...
result_stdout_text can be _very_ large - some customers have 5MB+ per
job; querying for this in list contexts results in _very_ large datasets
being read from the database which is very slow. It's very uncommon to
actually need this column outside of the context of job details, so
defer it.
see: https://github.com/ansible/ansible-tower/issues/7568
2017-09-12 16:35:49 -04:00
Wayne Witzel III
50e3a9dee6
Merge pull request #142 from wwitzel3/devel
...
Update ISSUES.md and bot metadata
2017-09-12 16:19:38 -04:00
Ryan Petrello
bd088d31ca
Merge pull request #334 from ryanpetrello/fix-7506
...
add process isolation to project updates
2017-09-12 16:15:37 -04:00
Matthew Jones
d308946360
Allow system auditor to set their own password
2017-09-12 16:07:47 -04:00
jlmitch5
8a282030a1
Merge pull request #401 from jlmitch5/fixSyncAll
...
always start sync all updates
2017-09-12 15:51:09 -04:00
Shane McDonald
de2a77adec
Merge pull request #140 from eikef/delegate_sdist_localhost
...
Make sure sdist builder image and AWX distribution are built locally
2017-09-12 15:34:35 -04:00
gconsidine
87eab79f70
Add support for quoted values containing spaces in search
2017-09-12 14:57:07 -04:00
Matthew Jones
9827a4b758
Merge pull request #129 from stephenpc/bugfix/postgres_container_perms
...
Update selinux context for postgres volume
2017-09-12 11:49:13 -07:00
Jared Tabor
18fa0d5057
Merge pull request #402 from jaredevantabor/org-save-error-catching
...
catching org save error
2017-09-12 11:24:24 -07:00
Wayne Witzel III
c2b4756a4f
Merge pull request #10 from wwitzel3/botdoc
...
Update ISSUES.md with bot doc
2017-09-12 14:07:18 -04:00
Wayne Witzel III
8e22bc2ce5
Update ISSUES.md with bot doc
2017-09-12 13:58:35 -04:00
Wayne Witzel III
2882ac4da8
extend api maintainers folder to main
2017-09-12 13:40:17 -04:00
Wayne Witzel III
b0d7a16f49
Add docs and PR labels
2017-09-12 13:37:57 -04:00
Jared Tabor
ae5b309de0
catching org save error
...
the org PUT was missing a .catch, however the edit controller already had it.
2017-09-12 10:21:52 -07:00
Eike Frost
96156f148e
Make sure sdist builder image and AWX distribution are built on localhost even when deploying the final image remotely
...
Signed-off-by: Eike Frost <ei@kefro.st>
2017-09-12 19:04:15 +02:00
John Mitchell
5009f283d5
always start sync all updates
2017-09-12 12:01:06 -04:00
Wayne Witzel III
c695234ed1
Merge pull request #134 from wwitzel3/devel
...
Add PR template and tweak `make VERSION` output to be pastable
2017-09-12 11:32:41 -04:00
Ryan Petrello
d9e50ab6d5
Merge pull request #132 from richlv/setup_licence
...
- list the licence as Apache License 2.0 everywhere
2017-09-12 10:56:27 -04:00
richlv
644dc9f4a2
- list the licence as Apache License 2.0 everywhere
...
Signed-off-by: richlv <richlv@nakts.net>
2017-09-12 17:49:47 +03:00
Wayne Witzel III
f1c9d5a8f4
Add PR template and tweak make VERSION
output to be pastable
2017-09-12 09:56:35 -04:00
Matthew Jones
9f3a0c0716
Fix an issue where dependent updates weren't sorted correctly
...
When considering previous / current Project Updates we weren't
properly sorting the previous runs.
We also make sure we filter down to just "check" style project updates
and don't consider 'run' style standalone project updates when
deciding what are potentially related project updates
2017-09-12 09:42:50 -04:00
Stephen Clayton
87472484d6
Update selinux context for postgres volume
...
Signed-off-by: Stephen Clayton <sclayton@tweddle.com>
2017-09-12 08:52:30 -04:00
Matthew Jones
c7f498fd01
Merge pull request #125 from wwitzel3/devel
...
fix issue template section, component => component name
2017-09-12 04:48:37 -07:00
Matthew Jones
f44dcd7c02
Merge pull request #120 from shanemcd/fix-docker-volume-issue-selinux
...
Fix selinux issue w/ docker volume in sdist builder
2017-09-12 04:48:06 -07:00
Wayne Witzel III
e00c65072b
fix issue template section, component => component name
2017-09-11 18:15:56 -04:00
Matthew Jones
6dbbd7d605
Merge pull request #122 from gconsidine/ui/move-install-template-to-prod-build
...
Move install.template.ejs to be built for prod only
2017-09-11 14:46:57 -07:00
Ryan Petrello
4213960ec3
write the scm_revision_output to the project path instead of /tmp
...
see: https://github.com/ansible/ansible-tower/issues/7558
2017-09-11 17:44:53 -04:00
gconsidine
054710e1a2
Move install.template.ejs to be built for prod only
2017-09-11 16:12:09 -04:00
Ryan Petrello
a9c9ecb5ea
bind ansible and awx virtualenvs readonly so that jobs can't modify them
...
see: https://github.com/ansible/ansible-tower/issues/7558
2017-09-11 15:57:35 -04:00
Ryan Petrello
a2ca0e6012
add process isolation to project updates
...
see: https://github.com/ansible/ansible-tower/issues/7506
2017-09-11 15:57:28 -04:00
Jared Tabor
6068eafeb6
Merge pull request #384 from jaredevantabor/job_explanation_label
...
showing job explanation if it wasn't "Previous Task Failed..."
2017-09-11 12:37:03 -07:00
Shane McDonald
f2ddf2af95
Fix selinux issue w/ docker volume in sdist builder
...
See https://www.projectatomic.io/blog/2015/06/using-volumes-with-docker-can-cause-problems-with-selinux/
2017-09-11 15:11:03 -04:00
Wayne Witzel III
3118092e51
Merge pull request #113 from matburt/waiting_install_screen
...
Integrate a migration-detector middleware
2017-09-11 12:55:10 -04:00
Ryan Petrello
434d115fb3
Merge pull request #398 from ryanpetrello/release_3.2.0
...
fix busted conf unit tests
2017-09-11 08:45:59 -07:00
mabashian
d38264660e
Updated error message when can_update comes back false on an inventory source update GET
...
Signed-off-by: mabashian <mabashia@redhat.com>
2017-09-11 11:40:35 -04:00
Ryan Petrello
4cc58a221b
fix busted conf unit tests
2017-09-11 11:28:43 -04:00
Ryan Petrello
e5043093eb
Merge pull request #393 from jangsutsr/7587_remove_cred_type_id_in_api_v1
...
Remove credential_type_id in API v1
2017-09-11 08:22:10 -07:00
Matthew Jones
b39db745d4
Integrate a migration-detector middleware
...
This attempts to detect if there are migrations in-progress and will
force display an interstitial page in the process that attempts to
load the index page every 10s until it succeeds.
This is only attached in production settings so the development
environment can proceed even if the migrations haven't been applied yet
2017-09-11 11:09:45 -04:00
Matthew Jones
0e04b8e4d4
Merge pull request #112 from gconsidine/ui/remove-generated-html
...
Remove generated index.html file
2017-09-11 08:08:00 -07:00
Ryan Petrello
6f26f88bbd
Add a TODO for 3.3 cleanup
2017-09-11 10:48:32 -04:00
Ryan Petrello
2f14dc7e5d
Merge pull request #388 from ryanpetrello/fix-7470
...
bump azurerm dependencies to support Ansible 2.4
2017-09-11 07:45:51 -07:00