9755 Commits

Author SHA1 Message Date
Alan Rominger
6bcd0f5259 Merge pull request #3907 from AlanCoding/rename_migraiton
Rename migration file to use the v prefix
2016-11-08 08:27:43 -05:00
AlanCoding
2d88d9a573 rename migration file to use the v prefix 2016-11-08 08:25:15 -05:00
Chris Church
5760654671 Fix warning from v2_playbook_on_task_start with ad hoc commands. 2016-11-07 21:42:39 -05:00
Graham Mainwaring
62caaa728c Merge pull request #3903 from ghjm/deb_nginx
3.1 deb build, not including bubblewrap
2016-11-07 17:56:02 -05:00
Graham Mainwaring
93ef8f7240 3.1 deb build, not including bubblewrap 2016-11-07 17:54:24 -05:00
Bill Nottingham
e02ab1940b Merge pull request #3875 from wenottingham/pids-in-namespaaaaaaaaace
Unshare PID namespace when using bubblewrap.
2016-11-07 17:11:47 -05:00
Aaron Tan
428447a22a Merge pull request #3891 from jangsutsr/3517_implement_workflow_schedules
Implement workflow JT schedule
2016-11-07 16:31:03 -05:00
Aaron Tan
cd14b62b23 typo fix. 2016-11-07 16:16:13 -05:00
Aaron Tan
581d6c5996 Merge pull request #3892 from jangsutsr/3874_project_update_missing_timeout
Fix project serializer timeout field misplacement
2016-11-07 15:28:46 -05:00
Leigh Johnson
951906408e Fix username links in Users > List view, kickback on #3805 (#3893) 2016-11-07 15:17:47 -05:00
Matthew Jones
343966f744 Implement gathering overall task capacity
For use when running/planning jobs
2016-11-07 13:45:01 -05:00
Aaron Tan
91986d904a Fix project serializer timeout field misplacement. 2016-11-07 11:58:56 -05:00
Aaron Tan
a80c8077d2 Update _get_unified_job_field_names. 2016-11-07 11:51:35 -05:00
Aaron Tan
45df199703 Implement workflow JT schedule. 2016-11-07 11:37:11 -05:00
Jake McDermott
db5ffa7e03 Update task_manager_system.md 2016-11-07 11:29:05 -05:00
Bill Nottingham
c350d8f9bf Update websockets.md 2016-11-07 10:08:07 -05:00
Matthew Jones
0fa4600f79 Merge pull request #3864 from wwitzel3/websocket-docs
added some documentation about channels/websockets
2016-11-07 10:06:56 -05:00
Jared Tabor
a9170b5e47 Merge pull request #3885 from jaredevantabor/jtabor-ctit2
Rebased CTiT
2016-11-07 07:01:15 -08:00
Bill Nottingham
bc98548b57 Merge pull request #3873 from wenottingham/req-fu
Sort requirements
2016-11-07 09:58:15 -05:00
Bill Nottingham
51321b30f0 Unshare PID namespace when using bubblewrap.
This prevents some potential nastiness with playbooks running as the awx user.
2016-11-04 22:49:34 -04:00
Leigh Johnson
7167fd7c6b Target correct view in portal mode & activity stream route definitions #3851 (#3869) 2016-11-04 16:51:06 -04:00
Bill Nottingham
eab6511682 Sort requirements 2016-11-04 16:48:18 -04:00
Matthew Jones
88a8810815 Merge pull request #3729 from sundeep-co-in/STAGE
enable django i18n
2016-11-04 15:52:33 -04:00
Aaron Tan
7348acdcfc Merge pull request #3796 from jangsutsr/3526_prevent_job_deletion_during_workflow_run
Add destory sanity checks to prevent UJ deletion during underlying workflow run
2016-11-04 14:03:34 -04:00
Aaron Tan
d7682ed913 Merge pull request #3862 from jangsutsr/workflow_test_typo_fix
Fix typo in workflow functional test
2016-11-04 14:03:11 -04:00
jaredevantabor
8c7a4b56f7 putting form-generator.inject() back into the app
for backwards compatibility with features that relied on that function. see: ctit
2016-11-04 10:56:13 -07:00
Matthew Jones
fa0780b9d0 Optimize uwsgi launching in dev container and prod
* Set --master flag so we have a preforking master process to manage
  subprocs
* Set max-requests to 1000 so uwsgi will recycle processes after 1000
  requests
* Set --no-orphans so uwsgi will track child processes and clean them up
  in order to respawn children
* Turn stats on in the container and install uwsgitop in dev
  requirements so we can track uwsgi stats
2016-11-04 13:38:23 -04:00
Ken Hoes
ee035cbb99 Configure Tower in Tower 2016-11-04 10:28:14 -07:00
Wayne Witzel III
ad56325993 added some documentation about channels/websockets 2016-11-04 09:58:24 -04:00
Aaron Tan
4068d4aaeb Change text in workflow functional test to be consistant with the latest version. 2016-11-03 17:55:58 -04:00
Matthew Jones
06dd5bb5d2 Fix an invalid database backend in unit test settings 2016-11-03 16:09:17 -04:00
Matthew Jones
b0e40b6c29 Remove proot from dev base image in favor of bubblewrap
Remove python utils from base system, they are included with the venvs
2016-11-03 16:06:03 -04:00
Leigh Johnson
b279474d0e Submit search on enter - #resolves #3855 (#3857) 2016-11-03 13:50:33 -04:00
Leigh Johnson
14562d9ab6 Project list - make names links, resolves #3805 (#3858) 2016-11-03 13:49:52 -04:00
Matthew Jones
8e77deea27 Push celery queue stats to memcached periodically
We'll piggyback off the task that checks for inconsistent jobs between
celery and Tower itself. These are read off via /api/v1/ping
2016-11-03 12:10:38 -04:00
Leigh Johnson
08b4364211 Remove old search code reintroduced by 3.0.3 backmerge 2016-11-03 11:24:41 -04:00
Michael Abashian
00982dfe2d Merge pull request #3853 from mabashian/create-credential-quickfix
Quick fix for creating a credential
2016-11-03 10:57:45 -04:00
Michael Abashian
bc45c04c44 Quick fix for creating a credential. This addresses a bug where a javascript error would be thrown when creating a machine credential with no password prompt (and probably other types of credentials). 2016-11-03 10:23:48 -04:00
Matthew Jones
e01c86e88f Fix missing import for failure signal handler 2016-11-03 09:43:18 -04:00
Leigh Johnson
f5ba29ba46 Enables cloud credential lookup modal 2016-11-02 19:47:23 -04:00
Shane McDonald
793ce37a07 Get unit-test container working
node_modules was being overwritten by the bind-mount when the container started. This is kind of hacky, but it’s the only way to do this without changing everything.
2016-11-02 19:30:37 -04:00
Leigh Johnson
2084999e78 Fixes errors thrown when saving groups add / edit forms
Fixes incorrect ng-required statement affecting group form validity
2016-11-02 18:56:00 -04:00
Leigh Johnson
9a3902b2b6 Fixes list results display after clearing invalid set of results, resolves #3828 (#3846) 2016-11-02 18:04:17 -04:00
Leigh Johnson
22bf717f2f Add missing organization lookup config to inventory scripts form spec 2016-11-02 18:01:53 -04:00
Aaron Tan
a2adc7f413 Merge pull request #3782 from jangsutsr/3518_graph_topology_validation
Add graph topology validations to workflow JT nodes
2016-11-02 16:14:54 -04:00
Leigh Johnson
d67bc0654c Fixes: inconsistent form validity & failing redirect after saving a
project
2016-11-02 15:40:36 -04:00
Alan Rominger
eaca67af18 Merge pull request #3811 from AlanCoding/ctit_timeout_second_try
Move timeout settings into 3 different settings vars
2016-11-02 15:12:33 -04:00
AlanCoding
aaf3a89a64 fixed typo in project timeout setting 2016-11-02 14:59:51 -04:00
AlanCoding
83e31b8618 remove timeout settings example, attach minimum timeout values 2016-11-02 14:59:51 -04:00
AlanCoding
de66318381 move timeout settings into 3 different settings vars 2016-11-02 14:59:51 -04:00