11303 Commits

Author SHA1 Message Date
Michael Abashian
80313779b2 Fixed bug where deleting search tags was not removing the equivalent state param for lists in modals. Also did some cleanup on pagination directive. 2017-02-06 16:53:14 -05:00
Michael Abashian
e0d4f5dc8e ng-if will destroy/append the directive over and over again. Using ng-show instead to handle hiding/showing tabs 2017-02-06 15:06:58 -05:00
Michael Abashian
bb6ac88a15 Make sure that that the type also matches up before setting isSelected to true on a particular row 2017-02-06 14:25:23 -05:00
Michael Abashian
c9a5163ab0 Fixed permissions multi-select issues 2017-02-01 13:12:16 -05:00
Wayne Witzel III
eada4ce83f Merge pull request #5095 from jaredevantabor/remove-token-from-sockets
removing token from websocket connection url
2017-02-01 09:27:22 -05:00
Wayne Witzel III
d6ac673b3f Merge pull request #5101 from wwitzel3/issue-4978
users from the http_session and /websocket RBAC
2017-02-01 09:27:01 -05:00
Ryan Petrello
fde4d5c1f6 Merge pull request #5083 from ryanpetrello/fix-5030
don't stringify source_vars['private'] for Openstack inventory updates
2017-02-01 08:53:17 -05:00
Jared Tabor
e9f22be216 Merge pull request #5082 from jaredevantabor/smart-search
fix for #4969, can't call trim of undefined
2017-01-31 22:37:15 -08:00
Jared Tabor
bae60c7ffd Merge pull request #5090 from jaredevantabor/schedules-list-module
renaming SchedulesList module to SchedulesList
2017-01-31 21:29:50 -08:00
Wayne Witzel III
9e7ae673b6 rework authentication to respect all possible backends using DRF auth_token 2017-02-01 00:21:18 -05:00
kensible
a9a8c34315 Merge pull request #5044 from kensible/5002-ctint-i18n-strings
Updated strings for i18n
2017-01-31 20:45:34 -05:00
kensible
279c1ce834 Update configuration.route.js 2017-01-31 20:31:10 -05:00
Wayne Witzel III
36c06020b4 Get users from the http_session, authorize job, workflow, and adhoc event access against RBAC 2017-01-31 20:19:45 -05:00
jaredevantabor
1e1c428e43 renaming SchedulesList module to SchedulesList
it was accidentally named the StreamList in another PR
2017-01-31 14:34:01 -08:00
jaredevantabor
5355a802c3 removing token from websocket connection url 2017-01-31 14:23:32 -08:00
Michael Abashian
a1363e92e4 Merge pull request #5078 from mabashian/4588-sort-permissions-jts
Properly set the basepath for job templates list when adding permissions
2017-01-31 16:54:03 -05:00
Michael Abashian
10116ec94a Merge pull request #5076 from mabashian/4185-templates-v2
Navigate to Job Template/Workflow Job Template specific resource streams
2017-01-31 16:53:39 -05:00
Michael Abashian
cf6dc42417 Merge pull request #5064 from mabashian/4782-permissions-lists
Fixed permissions list sorting across app
2017-01-31 16:53:10 -05:00
Alan Rominger
967f8b4c65 Merge pull request #5072 from AlanCoding/no_inv_cred
Corner-case verbose message with workflow spawned jobs
2017-01-31 16:12:24 -05:00
Shane McDonald
b9d5e89ead Update en-us django po file 2017-01-31 16:05:59 -05:00
Shane McDonald
696353f77e Update django pot file 2017-01-31 16:05:59 -05:00
Alan Rominger
b6a665e482 Merge pull request #5066 from AlanCoding/cred_list
apply some speedups to credential list
2017-01-31 16:04:08 -05:00
Alan Rominger
b23686d84d Merge pull request #5071 from AlanCoding/safer_host_summaries
Make job host summaries slightly safer for large data sets
2017-01-31 16:02:48 -05:00
Alan Rominger
242f769f7e Merge pull request #5059 from AlanCoding/yaml_extra_data
consume YAML extra_data on schedule spawn
2017-01-31 16:00:48 -05:00
Alan Rominger
c2898ce01d Merge pull request #5051 from AlanCoding/up_a_hill_to_prefetch_a_pail_of_water
Adjusted prefetches from time test results
2017-01-31 16:00:09 -05:00
Alan Rominger
7fffd937b1 Merge pull request #5054 from AlanCoding/sys_aud_sys_job
Follow the same validate_license kwarg pattern with system jobs
2017-01-31 15:58:56 -05:00
Jared Tabor
cd10b12fd8 Merge pull request #5058 from fujiwarat/i18n-5
Fix i18n typo
2017-01-31 12:54:06 -08:00
Matthew Jones
e389084298 Add a periodic celery task to clean up local stdout files
This works in tandem with the on-demand stdout file generator and
decouples stdout locally from the persistent database representation
ob the job itself
2017-01-31 15:52:45 -05:00
Alan Rominger
85f5e08cfe Merge pull request #5081 from AlanCoding/updated_stdout_processing
update stdout cleaner to use current job passwords
2017-01-31 15:49:08 -05:00
AlanCoding
bdc04723b0 deal with case that can cause memory errors 2017-01-31 15:31:30 -05:00
AlanCoding
f377da0ecb update stdout cleaner to use current job passwords 2017-01-31 15:04:13 -05:00
Ryan Petrello
f4a21a2650 don't stringify source_vars['private'] for Openstack inventory updates
shade's OS_CLIENT_CONFIG_FILE expects the generated YAML value to be
a boolean, not a stringified boolean

Addresses #5030
2017-01-31 14:57:12 -05:00
Matthew Jones
a544e322fd Merge pull request #5080 from ansible/generate_stdout_files
Generate stdout files from job events
2017-01-31 14:46:30 -05:00
jaredevantabor
c6d799f481 fix for #4969, can't call trim of undefined 2017-01-31 11:39:32 -08:00
Shane McDonald
b9f6368299 Update po files 2017-01-31 14:34:42 -05:00
Shane McDonald
94a03b640d Update pot files 2017-01-31 14:34:42 -05:00
Matthew Jones
4c61449f89 Generate stdout from database if not present on disk
Useful for download stdout when not available on all cluster nodes
2017-01-31 14:29:08 -05:00
Matthew Jones
4a015da982 Purge old mongo Makefile targets, update psql target for new docker 2017-01-31 14:28:48 -05:00
Michael Abashian
a8ff179dc2 Properly set the basepath for job templates list when adding permissions 2017-01-31 13:56:52 -05:00
Michael Abashian
8ea36adb19 Merge pull request #5073 from mabashian/4349-workflow-node-status
Fixed pulsing status bug when you refresh during a run
2017-01-31 13:41:22 -05:00
Michael Abashian
e939fe276a Merge pull request #5068 from mabashian/4503-wf-edit-lists-default-sort
Added order_by default params to the workflow add/edit lists
2017-01-31 13:40:57 -05:00
Michael Abashian
2128d34d50 Navigate to Job Template/Workflow Job Template specific resource streams 2017-01-31 13:28:52 -05:00
Shane McDonald
ece5299a74 Add gcc-c++ to development container 2017-01-31 13:09:59 -05:00
Michael Abashian
1ea73cad4b Fixed pulsing status bug when you refresh during a run 2017-01-31 13:02:27 -05:00
Bill Nottingham
b57f96d172 Merge pull request #4904 from wenottingham/lets-touch-selinux-what-could-go-wrong
Remove most SELinux policy.
2017-01-31 13:00:38 -05:00
AlanCoding
b54de150db corner-case verbose message for users who do not provide an inventory for their job 2017-01-31 12:49:26 -05:00
AlanCoding
1e195d2fae Make job host summaries slightly safer for large data sets 2017-01-31 12:42:39 -05:00
AlanCoding
2223901028 apply some speedups to credential list 2017-01-31 11:55:18 -05:00
Alan Rominger
06e7bd01a7 Merge pull request #5069 from AlanCoding/no_update_for_manual
block users from setting update options for manual projects
2017-01-31 11:47:11 -05:00
jlmitch5
3e23641908 Merge pull request #5052 from jlmitch5/disableScheduleToggle
RBAC Hide the things for schedules
2017-01-31 11:38:13 -05:00