Commit Graph

4949 Commits

Author SHA1 Message Date
Jake McDermott
fed729f101 rewrite output scrolling service 2018-08-08 15:15:58 -04:00
Jake McDermott
4c3370bd34 move constants to a file 2018-08-08 15:15:58 -04:00
Jared Tabor
86a1f9c0ad Merge pull request #2779 from jaredevantabor/fix-2778
Sanitizes text in toast message for copying resources
2018-08-08 10:40:32 -07:00
John Mitchell
dc9f3b2b51 Merge pull request #2784 from jlmitch5/fixClusterLicenseInfo
use post response if config get request erroneously doesnt have licen…
2018-08-08 10:38:36 -04:00
Jared Tabor
33fa75ea89 Sanitizes ng-toast message for copy resources (via string file) 2018-08-07 19:03:05 -07:00
Michael Abashian
7b9f01aaec Merge pull request #2783 from mabashian/2774-workflow-labels
Propagate label length validation to workflow form
2018-08-07 16:54:11 -04:00
Michael Abashian
c7cc05747f Merge pull request #2787 from mabashian/fix-e2e-tests
Fixes e2e test failure checking copy wf warning title
2018-08-07 16:53:55 -04:00
mabashian
273754dc79 Removes redundant maxCount declaration 2018-08-07 16:24:51 -04:00
Michael Abashian
a9b6d42af5 Merge pull request #2776 from mabashian/2669-instance-list-search
Remove page_size from instance list search params
2018-08-07 16:15:05 -04:00
mabashian
7f6ab4f60b Fixes e2e test failure checking copy wf warning title 2018-08-07 15:59:46 -04:00
John Mitchell
df42a65504 use post response if config get request erroneously doesnt have license_info 2018-08-07 15:52:09 -04:00
mabashian
c7466ce449 Wraps label count validation in function 2018-08-07 14:27:04 -04:00
mabashian
eb8c1d2c78 Fix comment 2018-08-07 13:55:15 -04:00
mabashian
f548e36ad7 Propagate label length validation to workflow form 2018-08-07 13:53:12 -04:00
Jared Tabor
cd177501b9 Adds catch block to catch 404 case on applications form page 2018-08-07 10:23:15 -07:00
Jared Tabor
b9e95b1158 Expands the error handling capabilities for __all__ errors 2018-08-07 10:14:53 -07:00
John Mitchell
d7a9d76d25 Merge pull request #2775 from jlmitch5/fixInstanceGroups404
Fix instance groups 404
2018-08-07 12:58:55 -04:00
Haokun-Chen
412d87239c add headerState to status icon in job-list page 2018-08-07 11:39:18 -04:00
mabashian
2b3a61226b Remove page_size from instance list search params 2018-08-07 11:18:14 -04:00
John Mitchell
768d737153 fix 404 for instance groups 2018-08-07 10:53:53 -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
Jared Tabor
1986efebda More Translations 2018-08-03 11:32:02 -07:00
mabashian
bc49c879b4 Fix linting error 2018-08-02 12:48:32 -04:00
mabashian
8523b56707 Adds id's to all form groups and new forms 2018-08-02 12:28:45 -04:00
Jared Tabor
45c067b599 Merge pull request #2722 from YunfanZhang42/search-filter
Add AND filter to related search
2018-08-02 09:10:30 -07:00
John Mitchell
9131577355 Merge pull request #2721 from jlmitch5/fixJTSaveCompletedDeferring
make credential association cause deferral of jt promise chain
2018-08-02 09:45:19 -04:00
Jared Tabor
f6a960d8f4 Changes the encodeQuerysetObject function for the job details search widget
With this change, the stdout search will perform a search like search=A,B
instead of search=A&search=B
2018-08-01 20:59:37 -07:00
Yunfan Zhang
b191f6cfc3 Add AND filter to related search.
Signed-off-by: Yunfan Zhang <yz322@duke.edu>
2018-08-01 19:43:57 -07:00
Jared Tabor
6b64ef8f64 Changes a related search w/ two search params.
Changes from using a pattern like "search=A&search=B" to "search=A,B".
2018-08-01 19:43:41 -07:00
John Mitchell
54422d74d0 make credential association cause deferral of jt promise chain 2018-07-31 13:26:59 -04:00
Ryan Petrello
cc574be657 Merge pull request #2708 from ryanpetrello/remove-network-ui
remove the network UI
2018-07-31 08:18:13 -04:00
Michael Abashian
55d1f5c11c Merge pull request #2706 from mabashian/2692-empty-search-list
Disable search submit until a search string is present
2018-07-30 15:16:18 -04:00
Marliana Lara
77334af55a Fix instance modal pagination and search 2018-07-30 11:33:26 -04:00
Ryan Petrello
6f5259d017 remove the network UI 2018-07-30 11:03:53 -04:00
mabashian
ba075ce5dd Disable search submit until a search string is present 2018-07-30 10:23:12 -04:00
Jake McDermott
dce50304f3 Merge pull request #2699 from jakemcdermott/fix-2698
fix portal mode job list
2018-07-27 14:14:00 -04:00
John Mitchell
d025f5ed2b Merge pull request #2693 from jlmitch5/fixAppTokensListRowItems
remove org and last used, fix expired datetime on app token list
2018-07-27 12:34:49 -04:00
Jake McDermott
9e71760af7 add jobs portal relaunch test 2018-07-27 01:06:13 -04:00
Jake McDermott
61d1cb46ac fix job portal list dependency reference error 2018-07-27 00:54:12 -04:00
Jake McDermott
93c18fb40a Merge pull request #2694 from mabashian/2652-job-id
Display job id along with name in jobs list
2018-07-26 18:49:05 -04:00
Jake McDermott
c715f73160 Merge pull request #2684 from jakemcdermott/fix-2958
handle finished job runs with incomplete status info
2018-07-26 17:58:52 -04:00
Jake McDermott
2ba0319e79 handle finished job run with incomplete status info 2018-07-26 17:40:43 -04:00
Michael Abashian
3caeb91419 Merge pull request #2689 from mabashian/2676-jobs-pagination
Fixes pagination on IG/Instance jobs lists
2018-07-26 14:49:05 -04:00
mabashian
fa414d5569 Display job id along with name in jobs list 2018-07-26 14:46:53 -04:00