Commit Graph

6976 Commits

Author SHA1 Message Date
Leigh fd9157c9b7 Merge pull request #1544 from leigh-johnson/JobsListFields
Job details / Jobs list feedback #1543 #1543
2016-04-18 18:37:06 -04:00
kensible 2d8b1443cb Merge pull request #1565 from kensible/1555-1554-SystemTracking
Demo feedback - breadcrumbs, capitalization, labels. Covers 1554 + 1555.
2016-04-18 16:00:12 -04:00
Matthew Jones d87213705b Adjust job launch blocking logic
Previously a job template would always block another job template launch
regardless of the details of the job template.   We now restrict that
blocking logic to only block in the case that the job template was
launched with the same inventory.   We keep the exclusion where if the
launch type is 'callback' and the limits differ then they won't be blocked
2016-04-18 15:57:31 -04:00
Leigh Johnson 2bc822f255 post-demo feedback #1542 2016-04-18 15:54:17 -04:00
Matthew Jones 226cb9acdf Protect job template and project template notifiers in the case where
the project or org may not be available.
2016-04-18 14:24:53 -04:00
Alan Rominger 33500f5816 Merge pull request #1431 from AlanCoding/1136_prompt_for_all_things3
Allow prompting for several new runtime variables
2016-04-18 14:04:11 -04:00
Matthew Jones 29875a428b Merge pull request #1558 from matburt/demo_data
Creating pre-loaded demo data
2016-04-18 13:54:40 -04:00
Matthew Jones ba7f48abf1 Updating tests around data preload 2016-04-18 11:27:39 -04:00
Ken Hoes 6d31136bfa Demo feedback - breadcrumbs, capitalization, labels. Covers 1554 + 1555. 2016-04-18 10:00:06 -04:00
kensible 4f2b245f71 Merge pull request #1470 from kensible/1045-systemTracking
1045 System Tracking restyle
2016-04-18 08:54:01 -04:00
kensible 3b765e8dda Merge pull request #1539 from kensible/1048-managementJobs
Management job modals restyled & shows correct modals.
2016-04-15 15:44:37 -04:00
Matthew Jones d1801bdf9f Demo data flake8 cleanup 2016-04-15 15:14:10 -04:00
AlanCoding e0bd906de8 fill in extra_vars to content box even if ask_for_vars false and survey enabled 2016-04-15 14:59:20 -04:00
Matthew Jones 8c4e4f4c0d Creating pre-loaded demo data
* Bootstrap some initial data if there is no default org
* Renamed default org script appropriately
2016-04-15 14:42:51 -04:00
Jared Tabor fdae63090f Changing verbage of notificaiton success/failure message 2016-04-14 15:23:52 -07:00
Leigh Johnson c3f1892d9b Job details / Jobs list UX feedback #1543 #1543 2016-04-14 15:07:26 -04:00
Ken Hoes 3067dfa144 Removing debug statement that slipped by. 2016-04-14 14:57:04 -04:00
Leigh b929628b58 Merge pull request #1536 from leigh-johnson/ScheduleExtraVars
Support extra_vars on job template schedules
2016-04-14 14:14:51 -04:00
Leigh 2621ea196d Merge pull request #1538 from leigh-johnson/PortalModeSearch
Fix blank search filters on /#/portal & extend search/filter with config lines for sizing
2016-04-14 14:14:41 -04:00
Leigh e006b14b75 Merge pull request #1467 from leigh-johnson/FinishJobDetails
Job Detail Tracking - finish outstanding tasks/bugs
2016-04-14 14:02:36 -04:00
Leigh Johnson 37d817c0ac remove debug line #1537 2016-04-14 13:57:31 -04:00
Leigh Johnson c6a137ae16 clean up schedulerForm.partial.html #1359 2016-04-14 13:56:06 -04:00
Ken Hoes dcb792f5a4 Management job modals restyled & shows correct modals. 2016-04-14 11:51:58 -04:00
Matthew Jones 6f79ec8830 Revert "Merge pull request #1534 from chrismeyersfsu/fix-config_performance"
This reverts commit 7cc144fa59f157a5e1789a913e0d9a31720141ec, reversing
changes made to 86af9950e754b06f40cb293a36ab365f589273db.
2016-04-14 11:40:07 -04:00
Leigh Johnson 83e976037c fix blank search filters on /#/portal & extend search/filter module to accept config line searchSize. Resolves #1527 2016-04-14 11:14:48 -04:00
Chris Meyers ae1e6943f4 Merge pull request #1528 from chrismeyersfsu/feature-migration_enforcement
fail early if not on 2.4.x
2016-04-14 10:27:45 -04:00
Chris Meyers 27a710c508 Merge pull request #1534 from chrismeyersfsu/fix-config_performance
fixes config endpoint performance issue
2016-04-14 10:25:19 -04:00
Leigh Johnson 21e73e5d1b support extra_vars on job template schedules, inherit schedule extra_data field from job template. Resolves #1359 2016-04-14 09:56:05 -04:00
Chris Meyers de1681663d fix flake8 and spelling 2016-04-14 08:55:56 -04:00
Jared Tabor d5f032acb8 updated org-add form controller with form obj 2016-04-13 17:54:38 -07:00
Chris Meyers 043f97fe35 fixes config endpoint performance issue 2016-04-13 17:28:38 -04:00
Michael Abashian d7f75ce130 Merge pull request #1524 from mabashian/jt-form-save-refactor
Refactor of job template formSave
2016-04-13 16:33:04 -04:00
Chris Meyers f0a761e889 Merge pull request #1517 from chrismeyersfsu/fix-scan_job_time
fix scan job timestamp
2016-04-13 15:49:13 -04:00
AlanCoding d196024155 fix problems with wording in template 2016-04-13 15:32:03 -04:00
AlanCoding dc37f00d0a use parent serializer method to avoid API browser job access check 2016-04-13 15:19:10 -04:00
Leigh Johnson bd806888b4 feedback on PR #1467, resolves 1522 && 1512 2016-04-13 14:57:14 -04:00
Michael Abashian 946cec2b7a Refactored formSave to remove old survey logic as well as remove unnecessary event emit. 2016-04-13 14:52:56 -04:00
Wayne Witzel III 90f9e5185a Merge pull request #1514 from wwitzel3/rbac-bug-1477
RBAC JobTemplate / Job Access Updates
2016-04-13 14:50:17 -04:00
Leigh fe3f01a6fc Merge pull request #1518 from leigh-johnson/UserTeamsEdit
Populate fields in users.edit & teams.edit, fix Organization lookup in team.edit
2016-04-13 13:57:51 -04:00
AlanCoding 914918b5ae update permission logic, update job runtime tests 2016-04-13 13:30:06 -04:00
Wayne Witzel III ee9b876959 Merge pull request #1479 from wwitzel3/rbac-bug-1432
read-only view /organization/<id>/projects
2016-04-13 13:07:27 -04:00
Wayne Witzel III c2e9237b14 adjusting access based on PR feedback 2016-04-13 13:06:08 -04:00
Wayne Witzel III e53c2bdfa5 Fixes #1477 2016-04-13 12:40:22 -04:00
Wayne Witzel III 4950db8ac9 remove tests that are no longer valid 2016-04-13 11:41:15 -04:00
Wayne Witzel III c0b5fafafe read-only view /organization/<id>/projects 2016-04-13 11:39:14 -04:00
Leigh Johnson b598fc41f5 job details - fix date formatting, remove $rootScope.setInterval() stuff & listen to socket events to update DOM, clean up Codemirror styles, responsive styles. Resolves #1438 && # #1245 && #1185
remove old code
2016-04-13 11:36:18 -04:00
Leigh Johnson 833f68dd7f responsive job details & extend GetBaseUrl with /api/v1/job_events endpoint. resolves #1263 2016-04-13 11:36:18 -04:00
Leigh Johnson 2a5a97fc35 refactor Event Summary view to resolve #1245 2016-04-13 11:36:18 -04:00
Leigh Johnson ae83934145 modularize host-summary and use socket.io/jobs/ endpoint 2016-04-13 11:36:18 -04:00
Leigh Johnson a8eaf8cd9c extend JobDetailService to process job_event host results, resolves #1410 2016-04-13 11:36:18 -04:00