Commit Graph
60 Commits
Author SHA1 Message Date
kialam 9e7808f2c9 Restore Date Picker field in Scheduler template. 2018-10-24 14:29:46 -04:00
kialam 19f9a3f918 Merge pull request #2970 from kialam/fix/2969-empty-stdout
Detect if `stdout` field is null or undefined.
2018-09-04 14:11:44 -04:00
kialam 146590d0c2 Detect if stdout field is null or undefined. 2018-09-04 11:05:13 -04:00
kialam 8280aff612 Merge pull request #2909 from kialam/fix/2836-part2
Fix Job Detail Stats Panel Title and Badge Whitespace with CSS modifier
2018-08-23 12:41:18 -04:00
kialam c67e9143fb Contain margins for stats panel with modifier
- Create CSS `—inline` modifier so that other areas where
`at-Panel-headingTitleBadge` are not affected.
2018-08-22 11:51:27 -04:00
kialam 4119c1dd0b Adjust title and badge spacing on job output stats section. 2018-08-21 10:51:31 -04:00
kialam 42f01b7f05 Use latest version of nvd3 instead
- Replace forked version in favor of latest version from NOVUS.
2018-08-13 14:49:25 -04:00
kialam 6cf1fb3c10 Update node and nom to LTS version 2018-08-13 14:46:00 -04:00
kialam 49222d5e72 Merge pull request #2821 from kialam/fix/2797
Fix missing Prompt button for Extra Vars in WF Visualizer
2018-08-10 11:06:43 -07:00
kialam 686e5ac545 Handle extra vars case for "Prompt" button in WF visualizer. 2018-08-10 13:33:43 -04:00
kialam 4800b4455f Merge pull request #2753 from kialam/fix/1475-long-label-error
Client-side validation of Label field in Job Template form
2018-08-06 13:54:49 -04:00
kialam 64caeeff36 Restore missing API form errors for selects. 2018-08-06 13:27:59 -04:00
kialam b0586cc197 Remove unused CSS. 2018-08-06 12:26:43 -04:00
kialam 6e49c25cfd Adjust error message copy. 2018-08-06 12:24:05 -04:00
kialam efc8991aa8 Move error message to underneath form field for consistent UI. 2018-08-06 11:48:18 -04:00
kialam 0fb98642d4 Only show the character limit if the user exceeds it 2018-08-06 11:48:18 -04:00
kialam 7207d7caf4 Validate JT add and edit forms client-side
- Use form generator to add new `helperText` field to show the
character limit next to the label in the UI
- Style helper text like the checkbox text
- Update both `add` and `edit` controllers to handle client-side
validation for the `labels` field.
2018-08-06 11:48:18 -04:00
kialam 21c364d14c Adjust edit template controller to handle deferred promise errors 2018-08-06 11:48:18 -04:00
kialam 9e164b41a6 Shrink-wrap dev dependencies as well 2018-07-25 11:46:13 -04:00
kialam a04d3f817a Merge pull request #2615 from kialam/fix/1444-fix-auto-close-modal
Fix prompt modal closing prematurely on JT list page
2018-07-20 11:47:00 -04:00
kialam eabdda92b3 Show "working" message before view refresh 2018-07-20 10:52:52 -04:00
kialam c893e467c5 Send emit message sooner from prompt controller 2018-07-19 14:30:45 -04:00
kialam ac01eab0f1 Merge pull request #2525 from kialam/fix/1067-workflow-status-pending
Update labels and tooltips whenever the websocket emits status change
2018-07-16 10:36:09 -04:00
kialam 90ad104391 Update labels and tooltips whenever the websocket emits status change
Since the translated workflow status copy is a result of a function; it
does not auto-update when `workflow.status` is updated. We should call
it whenever the web socket lets us know that a job status has changed.
2018-07-16 09:50:36 -04:00
kialam bf0469faad Merge pull request #2470 from kialam/fix/2388-fix-activity-stream
Adjust `schedule` route params for activity stream functionality
2018-07-10 13:23:43 -04:00
kialam fe16579f88 Adjust schedule route params for activity stream functionality 2018-07-10 11:41:04 -04:00
kialam 9c653cb603 Merge pull request #2455 from kialam/fix/2193-workflow-status
Account for canceled workflow status in chart and results section
2018-07-09 16:58:44 -04:00
kialam 5a338c5f9b Account for canceled workflow status in chart and results section 2018-07-09 13:34:52 -04:00
kialam 1feb81f20c Merge pull request #2402 from kialam/fix/2308-network-ui-device
Update the canvas element’s scale factor upon initialization.
2018-07-03 15:24:42 -04:00
kialam 26360f8852 Update the canvas element’s scale factor upon initialization.
And fix initial value of `$scope.current_scale`.
2018-07-03 15:03:09 -04:00
kialam 404fdb474c Merge pull request #2130 from kialam/fix/2106-job-view-pagination
Broadcast `updateDataset` for job template controller
2018-06-12 15:06:06 -04:00
kialam 9ef301f25a Broadcast updateDataset for job template controller
So it knows to call the `refreshJobs ()` method and update the model
accordingly.
2018-06-11 17:43:13 -04:00
kialam 4391f14da9 Merge pull request #2097 from kialam/fix/2028-session-timeout
Fix placement of network ui `select2` dropdowns
2018-06-07 14:47:59 -04:00
kialam 1b45e8b825 Merge pull request #2034 from kialam/fix/1884-scm-creds-filter
Fix Project SCM cred lookup
2018-06-07 14:15:20 -04:00
kialam 7ecef3ee5e Fix placement of network ui select2 dropdowns
Render them in the correct parent container in the DOM.
2018-06-07 13:50:04 -04:00
kialam 6fee8c699d Fix SCM credential list for Projects add and edit views 2018-06-07 11:44:08 -04:00
kialam b344eb9af0 Fix failing test by only preserving credential_type
- Reset `defaults` object’s own `credential_type` value to that of
`queryset`’s.
2018-06-07 11:44:07 -04:00
kialam 99ea28c3fd Check defaults against query set to make sure credential_type does not get overwritten
- We want to preserve the existing `credential_type` param that already
exists in `queryset` and not have `defaults
` overwrite it. We first loop through the `defaults` object keys and
check it against the the keys of `queryset` and if the keys match, then
set the value to `queryset[key]`.
2018-06-07 11:44:07 -04:00
kialam cc1cd38ddd Merge pull request #2009 from kialam/fix/1063-multiple-creds-tags
View More Component with Credential Tags in Template List View
2018-06-06 16:06:13 -04:00
kialam d6ca943d23 Remove TagService 2018-06-06 11:17:09 -04:00
kialam b16854898b Refactor Toggle Tag Component
This refactor includes the following things:
- Offload credential tag formatting to the parent controller, e.g.
`TemplateListController`.
- Initialize the `Toggle Tag` component in the parent view instead of
the List Item component view.
- Rename some variables for better comprehension.
2018-06-06 11:17:09 -04:00
kialam 6ca4c7de9d Offload tag formatting logic to templateList controller 2018-06-06 11:17:09 -04:00
kialam b8404abb26 Rename credential tooltip component string
- For better legibility
2018-06-06 11:17:09 -04:00
kialam 2ee361db5d Rename toggle component to toggle-tag for better clarity. 2018-06-06 11:17:09 -04:00
kialam 22ddf7883a Adjust template to account for more than one tag type. 2018-06-06 11:17:09 -04:00
kialam cc91729f72 Account for default tags as well 2018-06-06 11:17:09 -04:00
kialam 8373d89c92 Duplicate ns.tooltips CREDENTIALS string to ComponentStrings to avoid using OutputStrings 2018-06-06 11:17:08 -04:00
kialam e66b00eb64 Translate VIEW MORE and VIEW LESS into component strings 2018-06-06 11:17:08 -04:00
kialam 265554accb Add link to credentials tag in template 2018-06-06 11:17:08 -04:00
kialam f49b61ecfa Create TagService
This new Service can be used anywhere that needs a credentials tag and
can be expanded upon to include other helpful tag methods as needed.
2018-06-06 11:17:08 -04:00
kialam 62f4beddb2 Reduce height of tags in job list page 2018-06-06 11:17:08 -04:00
kialam 63f3a38ceb Add more functionality to Toggle Tag Component
- Remove existing `switch` logic in favor of Toggle Tag Component, now
with comments!

- Slight adjustment to icons to center vertically; account for
non-standard credential `kind` attributes so icons display as they
should.

- Style the `View More/Less` button accordingly

- Update Toggle Tag directive template to include icons
2018-06-06 11:17:08 -04:00
kialam de6167a52c Create basic toggle tag component 2018-06-06 11:17:08 -04:00
kialam 8acb57f43a Merge pull request #1954 from kialam/fix/1880-tag-component
Create Tag Component for Job Search
2018-05-25 13:45:09 -04:00
kialam 376a763cc0 vertically center CLEAR ALL "button" using newly created mixin and resolve merge conflict 2018-05-25 13:32:43 -04:00
kialam a9bdac0d53 use newer variables 2018-05-25 12:26:44 -04:00
kialam d8dcac9158 small cleanup 2018-05-25 12:26:44 -04:00
kialam edada76050 Pixel pushing 2018-05-25 12:26:44 -04:00
kialam d83fa5a031 change 5px down to 3px per design feedback. 2018-05-25 12:26:44 -04:00
kialam 7292e00158 create componentized tags 2018-05-25 12:26:44 -04:00