9804 Commits

Author SHA1 Message Date
Chris Meyers
5d205f1e1b remove deprecated mongo fact code and deps
* We have the requirements that users with Tower < 3.0.x must upgrade to
3.0.x before > 3.0.x. Thus, we are save to delete all mongo migration
code and deps.
2016-11-09 16:25:27 -05:00
Chris Meyers
766e4af38e low hanging fruit requirements spring cleaning
* django-jsonfield PR accepted upstream
* django-rest-framework-mongoengine legacy system tracking dep
* python-social-auth PR accepted upstream
2016-11-09 16:12:27 -05:00
Leigh Johnson
0d3eb67bd0 Fixes namespace collision & allows command-line options to be passed to UI build system (#3876)
* Fixes BrowserSync window.name namespace collision #3872

* Allow command-line arguments to be passed to development UI builds.
Add support for --ng-debug and --router-debug flags to turn on Angular's
$log service and ui-router's trace utility.
Cleans up development debug settings & defunct websocket configuration.

Resolves lingering issues raised by trying read asynchronously-loaded config file during AngularJS config phase. #3872

* shrinkwrap updated minimist

* update CONTRIBUTING.md to include UI build options

* feedback/review
2016-11-09 12:49:18 -05:00
Shane McDonald
fe24d0fe0f Merge pull request #3920 from shanemcd/bubblewrap-ppa
Bubblewrap ppa
2016-11-09 11:52:09 -05:00
Leigh Johnson
3706cc9337 Switch Grunt jshint to stdout output #3845 2016-11-09 11:41:09 -05:00
Leigh Johnson
38e40c7eba Hook up npm script target for jshint (#3916)
* Hook up npm script target for jshint

* Shrinkwrap ui dependencies
2016-11-09 09:53:58 -05:00
Chris Meyers
930b3651a0 Merge pull request #3917 from chrismeyersfsu/task-manager_prov_callback_inv_sync_dedup
on host callback, upate dynamic inv only once
2016-11-08 15:45:38 -05:00
Chris Meyers
adcf0af2a0 on host callback, upate dynamic inv only once
* During a job template launch via the host callback launch feature,
when the host launching the job template is not found; we try to launch
associated dyn inv updates to pick up the host. Then the inv is searched
again for the host. If the host is found, then the jt is launched. This
fix carries forward the feature that prevents the dyn inv update with
cache timeout of 0 from being re-launched with the new task manager.
2016-11-08 15:06:47 -05:00
Alan Rominger
78acab168c Merge pull request #3899 from AlanCoding/wf_survey
Workflow surveys
2016-11-08 14:17:11 -05:00
AlanCoding
105175b6b4 Fix errors in workflow surveys found through tests 2016-11-08 13:51:29 -05:00
AlanCoding
a1c17a7243 Fix issue where unified_job method overrode the SurveyMixin methods 2016-11-08 13:39:11 -05:00
AlanCoding
76eb0bb866 bump workflow survey migration number 2016-11-08 13:39:10 -05:00
AlanCoding
7f41f16509 passwords in WFJT surveys working correctly 2016-11-08 13:39:10 -05:00
AlanCoding
a87a56f518 workflow JT survey and launch serializer in functional state 2016-11-08 13:39:10 -05:00
AlanCoding
64b5e2ba5b bump migration 2016-11-08 13:39:10 -05:00
AlanCoding
1bd8bd245b bump migrations, and enable survey license check 2016-11-08 13:39:09 -05:00
AlanCoding
8ff671bfd6 finish editing the WFJT launch validate method 2016-11-08 13:39:09 -05:00
AlanCoding
9b7d046cec move job tests to new survey testing file 2016-11-08 13:39:09 -05:00
AlanCoding
21c6dd6b1e move survey models to mixins, start WFJT launch endpoint 2016-11-08 13:39:09 -05:00
AlanCoding
020144d1ee add surveys on workflow models 2016-11-08 13:39:08 -05:00
Aaron Tan
05790c5b5c Merge pull request #3848 from jangsutsr/3528_workflow_job_cancel_endpoint
Implement workflow job cancel endpoint
2016-11-08 12:16:39 -05:00
Aaron Tan
a8a3835308 Apply immediate reschedule. 2016-11-08 11:54:06 -05:00
Chris Meyers
2d3ab2b796 Merge pull request #3914 from chrismeyersfsu/fix-test_settings
fixes test_settings unit tests
2016-11-08 11:39:58 -05:00
Chris Meyers
258fd52ef2 Merge pull request #3912 from chrismeyersfsu/bug-allow_simulataneous
fix job blocking job with allow simultaneous
2016-11-08 11:39:23 -05:00
Aaron Tan
9e244b640b Simplify internal node job cancel mechanism. 2016-11-08 11:32:33 -05:00
Aaron Tan
3c0d60075c Fix bug by using cancel_flag. 2016-11-08 11:32:33 -05:00
Aaron Tan
3778914aa9 Implement recursive spawned job cancel. 2016-11-08 11:31:06 -05:00
Aaron Tan
1a960229d7 Basic architecture added. 2016-11-08 11:31:06 -05:00
Chris Meyers
b66256eb98 fixes test_settings unit tests 2016-11-08 11:10:52 -05:00
Shane McDonald
fdfce0bc73 Print flake8 results to stdout and output to file
I think?
2016-11-08 11:06:48 -05:00
Alan Rominger
5a78095e05 Merge pull request #3913 from AlanCoding/reimplement_sjta
Remerge: only allow superusers to start a job from a SystemJobTemplate
2016-11-08 11:06:36 -05:00
Chris Meyers
dcb8789fd9 fix job blocking job with allow simultaneous
related to #3911
2016-11-08 11:00:52 -05:00
Wayne Witzel III
ed64d4521c Remerge: only allow superusers to start a job from a SystemJobTemplate 2016-11-08 10:52:07 -05:00
Alan Rominger
549274f97b Merge pull request #3909 from AlanCoding/un_db_ify
Remove db access from unit test
2016-11-08 10:21:11 -05:00
Chris Meyers
1fc34a9f41 mock capacity 2016-11-08 10:19:14 -05:00
James Laska
90fff3da29 Add fontconfig testjs dependency
Also cleaned up some whitespace for consistency.
2016-11-08 10:18:53 -05:00
AlanCoding
c49200a024 remove db access from unit test 2016-11-08 10:12:53 -05:00
Alan Rominger
5a3fa395d6 Merge pull request #3908 from AlanCoding/indent_comment
flake8 fix
2016-11-08 09:42:47 -05:00
AlanCoding
74a118b447 flake8 fix 2016-11-08 09:37:07 -05:00
Alan Rominger
3c60e254b9 Merge pull request #3877 from AlanCoding/related_access
[RBAC] Refactor of ForeignKey access checks
2016-11-08 09:30:15 -05:00
Chris Meyers
1aa6ab72d6 fixes multiple proj updates running for single job
related to #3906
2016-11-08 09:07:27 -05:00
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
AlanCoding
9c30058abe improvements to related access unit tests 2016-11-07 17:01:22 -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