AlanCoding
e0173a5ca2
bump migration file number
2016-10-25 09:16:09 -04:00
AlanCoding
10c847e804
docs feedback for fojf incorporated
2016-10-25 09:14:55 -04:00
AlanCoding
48fc9eb773
update workflow model unit tests
2016-10-25 09:14:55 -04:00
AlanCoding
56a9978d56
Introduce workflow failure condition
2016-10-25 09:14:52 -04:00
AlanCoding
7da6d2978a
remove test imports
2016-10-24 21:30:03 -04:00
AlanCoding
3b4b1412fc
fix tests for project playbook mocking
2016-10-24 21:04:01 -04:00
Wayne Witzel III
ced3c41df9
add auth_token verification to websocket
2016-10-24 19:42:53 -04:00
Wayne Witzel III
04bfdf8617
Merge branch 'devel' of https://github.com/ansible/ansible-tower into channels-fixups
2016-10-24 19:42:16 -04:00
AlanCoding
bb34ca662f
update job unit tests to HA project update changes
2016-10-24 16:45:37 -04:00
Matthew Jones
088e9c0291
Merge pull request #3763 from ansible/performance_postgres_config
...
Adding customized postgres.conf to setup
2016-10-24 16:32:46 -04:00
AlanCoding
3c24105271
update JT playbook validation for HA
2016-10-24 16:31:33 -04:00
Graham Mainwaring
a59b226a68
Merge pull request #3764 from ghjm/packaging_3.1
...
RPM and setup playbook fixes for 3.1
2016-10-24 15:57:46 -04:00
Leigh Johnson
5dfd9d4ec9
Merge pull request #3762 from leigh-johnson/3750
...
Resolves 404 when assigning resources/users to organizations in card view
2016-10-24 15:25:56 -04:00
Graham Mainwaring
b143f53888
Fix RPM builds and setup for 3.1
2016-10-24 14:51:53 -04:00
Leigh Johnson
a3123011ad
Resolves 404 when assigning resources/users to organizations in card view. Sidesteps a bug in the Refresh() utility, where pagination calculations
...
are not made against filtered results.
Resolves #750
2016-10-24 13:49:37 -04:00
Matthew Jones
cd48427189
Merge pull request #3757 from ansible/AlanCoding-patch-1
...
Only fill scm_revision env var if project for job exists
2016-10-24 13:27:19 -04:00
Matthew Jones
3eddc1f770
Merge pull request #3761 from AlanCoding/proj_update_death
...
Hack and slash of project directory checks
2016-10-24 13:13:56 -04:00
AlanCoding
18cb20ebb6
remove code that checks for local project directory to give status
2016-10-24 12:42:04 -04:00
Matthew Jones
7c7d2e37ed
Fix some issues syncing playbooks
...
* Build a list of playbooks and store it in the database at sync time
* Fix an issue running playbook sync on jobs for scan jobs
* Remove a TODO that was unneeded
2016-10-24 11:32:21 -04:00
Aaron Tan
5ca25b924e
Add missing always_node check in bfs
2016-10-24 11:06:25 -04:00
Alan Rominger
3121839704
only fill scm_revision var if project for job exists
2016-10-24 09:43:17 -04:00
Chris Meyers
0f0d9953b3
bump os-client-config for shade
2016-10-22 09:51:12 -04:00
Chris Meyers
7050c4e09e
Revert "no one knows wtf the files in this dir a for, so don't serve them"
...
This reverts commit b3cccea70368ba1550366380e583751df1df061b.
2016-10-21 10:04:50 -04:00
Matthew Jones
3d8eb48986
Test for HA license before allowing cluster job start
2016-10-20 16:50:49 -04:00
Matthew Jones
4d792bef9d
Merge pull request #3755 from ansible/cluster_project_sync
...
Rearchitect project sync for standalone and clusters
2016-10-20 16:04:03 -04:00
jaredevantabor
6bd20c6433
Adding the token to the socket url
2016-10-20 12:58:45 -07:00
Matthew Jones
73b5b47e94
flake8 cleanup
2016-10-20 15:27:59 -04:00
Matthew Jones
6e22460f1e
Add scm revision to the job model
...
This also cleans up flake8 issues
2016-10-20 15:18:05 -04:00
Matthew Jones
ca32c5fd21
scm_revision should be used for job_type run
2016-10-20 14:56:15 -04:00
Matthew Jones
4562faa858
Pass scm revision in env and extra var for job run
2016-10-20 14:42:28 -04:00
Matthew Jones
2a504ff040
Shift migration files around for conflict
2016-10-20 14:42:12 -04:00
Alan Rominger
88409bcc3e
Merge pull request #3713 from AlanCoding/job_can_read
...
Add can_read method to JobAccess
2016-10-20 14:20:54 -04:00
Alan Rominger
56c8ddd9cb
Merge pull request #3724 from AlanCoding/3669
...
Get node-node sublists to show for Workflow job nodes
2016-10-20 14:18:05 -04:00
Bill Nottingham
5b45f5b6b9
Merge pull request #3753 from wenottingham/azure-oops
...
Sync azure changes to Tower virtual environment
2016-10-20 13:49:04 -04:00
Matthew Jones
e77b9b877a
Merge pull request #3710 from wwitzel3/release_3.0.3
...
filter internal User.admin_roles from the /roles API list view
2016-10-20 13:45:25 -04:00
Matthew Jones
03ca8a571a
Update clustering acceptance docs
2016-10-20 13:37:22 -04:00
Matthew Jones
ba469a8c13
Remove spurious workflow job class
2016-10-20 13:34:10 -04:00
Matthew Jones
0f93b875ca
Add migrations for execution node and project upds
2016-10-20 13:30:44 -04:00
Matthew Jones
e6bcc039f2
Rearchitect project update strategy
...
* Instead of using a fanout for project updates initial project
updates will sync the latest commit hash
* Prior to a node running a job it will ensure that the latest project
is synced
2016-10-20 13:30:44 -04:00
Matthew Jones
b906469b40
Add execution node information
2016-10-20 13:27:36 -04:00
Matthew Jones
e8669b0cbf
Support celeryd autoreloading for dev environment
2016-10-20 13:27:36 -04:00
jaredevantabor
d84912bb2a
potentially adding token to websocket url
2016-10-20 10:02:28 -07:00
jaredevantabor
bc1561fc67
Removing front end double parsing of socket messages
...
previously the socket messages were double encoded w/ quotations
2016-10-20 09:17:50 -07:00
Bill Nottingham
cced987862
Merge pull request #3751 from wenottingham/OH-IO
...
Add new AWS regions.
2016-10-20 10:14:31 -04:00
Wayne Witzel III
af82273948
don't double encode channel messages
2016-10-20 09:37:06 -04:00
Alan Rominger
532ee059ea
Merge pull request #3746 from AlanCoding/uwsgi_reload
...
Hopefully get uwsgi to auto reload
2016-10-20 09:08:34 -04:00
Aaron Tan
22329e5b72
Merge pull request #3502 from jangsutsr/2363_implement_job_timeout
...
Implement job timeout
2016-10-19 23:54:51 -04:00
Leigh Johnson
6080ecceca
Merge pull request #3749 from leigh-johnson/3737
...
If a job template has a survey, copy it too
2016-10-19 16:26:06 -05:00
Bill Nottingham
40fdd3eba5
Sync azure changes to Tower virtual environment
2016-10-19 16:49:49 -04:00
Bill Nottingham
94b20d4fc6
Also bump boto for new regions, per ryansb.
2016-10-19 16:16:05 -04:00