Commit Graph
100 Commits
Author SHA1 Message Date
John Mitchell ac70945071 Merge pull request #1657 from jlmitch5/jobsNewListUi
implement new style jobs list in ui
2018-03-26 11:07:56 -04:00
John Mitchell 01982e7eab utilize transation for instance groups jobs sub panels titles
and fix a few linting errors
2018-03-26 10:07:47 -04:00
John Mitchell f3329c8cce fix instance groups sub jobs lists 2018-03-23 17:00:41 -04:00
John Mitchell babad0b868 move all jobs views to using new view 2018-03-23 14:53:20 -04:00
John Mitchell 95f80ce512 implement new style jobs list in ui 2018-03-23 09:35:41 -04:00
John Mitchell a9e13cc5f4 Merge pull request #1580 from jlmitch5/usersAppCrudUi
implement users tokens sub list
2018-03-19 13:23:29 -04:00
John Mitchell cbc20093d7 move users tokens to features folder 2018-03-16 17:15:28 -04:00
John Mitchell 8babac49a6 update users token crud list to utilize string file 2018-03-16 15:56:30 -04:00
John Mitchell cf20943434 update .gitignore to include tower license dir 2018-03-16 15:33:18 -04:00
John Mitchell e7a0bbb5db implement users tokens sub list 2018-03-15 14:53:49 -04:00
John Mitchell 5eed816c4d Merge pull request #1558 from ansible/jlmitch5-patch-2
encode username and password when sending login POST from ui
2018-03-14 11:29:34 -04:00
John Mitchell 17cdbef376 encode username and password when sending login POST from ui
fixes #1553
2018-03-14 11:12:50 -04:00
John Mitchell ea5ab2df7f Merge pull request #1453 from jlmitch5/licenseInSettingsUi
[Tower only] Make pendo license settings opt out whenever license is added
2018-03-14 10:26:08 -04:00
John Mitchell 04bc044340 Merge pull request #1437 from jlmitch5/appCrudUi
implements application crud ui
2018-03-13 18:07:10 -04:00
John Mitchell c65342acc9 make call to pendo setting and set check box based on that when license already exists 2018-03-13 15:41:45 -04:00
John Mitchell f8c6187007 add back in comments describing license type payload 2018-03-13 13:34:03 -04:00
John Mitchell d9f5eab404 add separator above checkbox 2018-03-13 13:34:03 -04:00
John Mitchell 8b10d64d73 update code formatting based on feedback 2018-03-13 13:34:02 -04:00
John Mitchell 2b4a53147e turn pendo tracking off in settings when checkbox is unchecked 2018-03-13 13:34:02 -04:00
John Mitchell 5f4f4a2fb9 make pendo license settings opt out whenever license is added 2018-03-13 13:34:00 -04:00
John Mitchell 9d6fab9417 update edit controller to PUT app instead of POST
remove old applications tokens code
2018-03-12 17:40:08 -04:00
John Mitchell 80db90b34c reduce delete prompting cruft for app ui 2018-03-12 14:35:03 -04:00
John Mitchell 3cf447c49b remove N_ dependency in favor strings files 2018-03-12 13:31:19 -04:00
John Mitchell a22f1387d1 adjust user tokens list labeling 2018-03-12 13:31:19 -04:00
John Mitchell 8a28d7c950 remove permissions subview code from applications ui crud 2018-03-12 13:31:18 -04:00
John Mitchell 8031337114 add applications.edit.organization route 2018-03-12 13:31:18 -04:00
John Mitchell 8d2c0b58e1 remove unnecessary conditional 2018-03-12 13:31:18 -04:00
John Mitchell f4ad9afc5e add app crud ui 2018-03-12 13:31:18 -04:00
John Mitchell 09efc03163 update incorrect logic for auth service rootscope/cookie logged in status vars 2018-02-22 15:18:12 -05:00
John Mitchell db748775c8 make auth function convert values from cookies to boolean 2018-02-22 15:18:12 -05:00
John Mitchell 88bc4a0a9c ui auth works on 8013 now 2018-02-22 15:18:12 -05:00
John Mitchell 976766e4a3 excise token-based auth from ui 2018-02-22 15:18:12 -05:00
John Mitchell 7e400413db Merge pull request #625 from jlmitch5/fixXSS
fix xss vulnerabilities
2018-02-01 11:49:35 -05:00
John Mitchell 28596b7d5e fix xss vulnerabilities
- on host recent jobs popover
- on schedule name tooltip
2018-01-30 16:30:00 -05:00
jlmitch5 1a98cedc0f Merge pull request #993 from ansible/jlmitch5-patch-1
update css so that scroll bar doesn't take padding from main content area
2018-01-16 14:28:14 -05:00
jlmitch5 db974d4fd4 update css so that scroll bar doesn't take padding from main content area 2018-01-16 14:22:08 -05:00
jlmitch5 5a5e5bc121 Merge pull request #898 from jlmitch5/newTemplateList
implementation for expanded template list
2018-01-11 11:23:56 -05:00
John Mitchell aea37654e2 updated template list to using new components 2018-01-11 11:20:12 -05:00
jlmitch5 cb4a38d7a7 Merge pull request #566 from ansible/click-to-close
Add close logic to clicking outside of the bounds of a lookup modal
2017-11-02 13:33:03 -04:00
John Mitchell 9518c38bb8 add close logic to clicking outside of the bounds of a lookup modal 2017-11-02 12:20:53 -04:00
jlmitch5 54e76b2534 Merge pull request #565 from ansible/no_placeholder_select2_typeahead
munge placeholder from select2 typeahead search bar
2017-11-01 12:45:29 -04:00
jlmitch5 b8ed41fa82 munge placeholder from select2 typeahead search bar 2017-10-31 14:39:25 -04:00
jlmitch5 b61fdaf721 Merge pull request #526 from jlmitch5/hideWorkflowAndSurveyButtons
hide workflow and survey buttons from non-detail tabs
2017-10-11 11:35:35 -04:00
John Mitchell 1603106cb4 include workflow editor when showing buttons' 2017-10-11 10:58:38 -04:00
John Mitchell 54640dbca0 hide workflow and survey buttons from non-detail tabs
since the two are basically sub-states of the edit form (detail tab), they should only show up when that tab is selected
2017-10-10 17:08:04 -04:00
jlmitch5 06210624ce Merge pull request #486 from jlmitch5/fixModalOnModalBS
fix workflow maker lookup issues
2017-09-29 19:55:20 -04:00
John Mitchell 713c9614a9 fix workflow maker lookup issues 2017-09-29 19:50:17 -04:00
John Mitchell c57d39dcd9 fix rounding of capacity percentage 2017-09-28 11:18:55 -04:00
jlmitch5 e877651a1e Merge pull request #476 from jlmitch5/fixIGPercentage
fix instance group percentage
2017-09-27 17:11:17 -04:00
John Mitchell b05925cc0e move percentage capacitty to variable 2017-09-27 16:53:31 -04:00
John Mitchell 32920739ef fix instance group percentage 2017-09-27 15:56:36 -04:00
John Mitchell a6e6298575 remove notice from unnecessary partials 2017-09-25 18:08:58 -04:00
John Mitchell 82b2fd102c add disassociate message to other modals 2017-09-25 12:24:39 -04:00
John Mitchell 0bb7b0700d changed popover help text for overwrite sources 2017-09-22 17:31:28 -04:00
jlmitch5 851bccccee Merge pull request #256 from Zokormazo/fix-cutoff-days
Fix text visibility on cleanup facts modal
2017-09-22 14:36:14 -04:00
jlmitch5 b2b45ddeda Merge pull request #443 from jlmitch5/instanceCapacityBarOffline
update instance capacity bar to be grey when instance or group is off…
2017-09-22 13:46:52 -04:00
jlmitch5 904cb4af34 Merge pull request #247 from Zokormazo/fix-chrome-survey-dnd
Set bigger dropping zone after last item on survey drag and drop list
2017-09-22 13:39:24 -04:00
John Mitchell 46eb1727ad add tooltip 2017-09-22 10:07:51 -04:00
John Mitchell 25e503219f tweaks to styling of capacity bar 2017-09-21 11:07:50 -04:00
John Mitchell 2306c34689 update instance capacity bar to be grey when instance or group is offline 2017-09-20 17:49:02 -04:00
jlmitch5 e4fa0e8a39 Merge pull request #215 from Zokormazo/license-info-from-config
Move license checking logic to /api/v2/config
2017-09-19 16:39:50 -04:00
jlmitch5 37487b2427 Merge pull request #412 from jlmitch5/fixFormSaveEnterpriseDisabling
fix config forms from having save button disabled when no license is …
2017-09-18 09:37:30 -04:00
John Mitchell 8c2b9905d1 fix config forms from having save button disabled when no license is given 2017-09-14 13:59:58 -04:00
jlmitch5 8a282030a1 Merge pull request #401 from jlmitch5/fixSyncAll
always start sync all updates
2017-09-12 15:51:09 -04:00
John Mitchell 5009f283d5 always start sync all updates 2017-09-12 12:01:06 -04:00
John Mitchell 11b06a2e5e add disassociation disclaimer 2017-09-08 17:55:41 -04:00
jlmitch5 37c2d01260 Merge pull request #16 from jlmitch5/newNav
new navigation in UI
2017-09-06 17:54:21 -04:00
John Mitchell ea91fabba0 implement componenitized navigation and remove old nav and layout code 2017-09-06 17:32:32 -04:00
jlmitch5 986f2c0941 Merge pull request #390 from jlmitch5/fixCtitLoggingToggle
Fix ctit logging toggle
2017-09-05 16:59:13 -04:00
John Mitchell 1238c788e1 fix to console error of conditional toggle showing 2017-09-05 16:56:00 -04:00
John Mitchell 86a6e5ee63 fix ctit logging toggle from being showed for log types other than https 2017-09-05 12:29:07 -04:00
jlmitch5 69c12aa9e3 Merge pull request #362 from mabashian/7541-autopopulate
Fixed autopopulate for a few fields
2017-08-29 16:57:11 -04:00
jlmitch5 a3b29a196c Fix revert of log aggregator protocol 2017-08-29 11:02:40 -04:00
jlmitch5 2b1df7ba63 Merge pull request #344 from jlmitch5/fixStdout
fix stdout ordering
2017-08-28 15:20:12 -04:00
John Mitchell a5321179ac fix stdout ordering missing event issue 2017-08-28 15:06:58 -04:00
John Mitchell e6d4de301b fix stdout ordering 2017-08-25 16:26:07 -04:00
John Mitchell 813a66cafe hide run commands for related host, groups nested hosts lists if user does not have permission 2017-08-22 16:07:55 -04:00
jlmitch5 9007965a8e Merge pull request #316 from jlmitch5/fixInvRecentJobsPopover
Fix inv recent jobs popover
2017-08-22 13:11:31 -04:00
John Mitchell 59fcf4b8ca update which jobs are shown in recent jobs popover 2017-08-21 15:40:39 -04:00
jlmitch5 ee4364996d Merge pull request #302 from jlmitch5/scheduleTogglesDisabledCtit
Schedule toggles disabled ctit
2017-08-21 15:25:18 -04:00
John Mitchell 08574428f1 add disabled toggle to job templte diff mode 2017-08-18 14:28:25 -04:00
John Mitchell d2595944fc make sure all toggles on ctit form are disabled 2017-08-18 14:01:12 -04:00
John Mitchell 3957797815 fix scheduler inner panel border 2017-08-17 12:16:21 -04:00
jlmitch5 9b27bc193f Merge pull request #246 from jlmitch5/fixStdOutOrdering
make skeleton lines check ordering as well as non-skeleton lines
2017-08-11 10:31:23 -04:00
John Mitchell fbbc41e0cb make skeleton lines check ordering as well as non-skeleton lines 2017-08-10 15:17:51 -04:00
jlmitch5 2eaa00b633 Merge pull request #195 from jlmitch5/colorAuditFixes32
fix input colors
2017-08-07 11:17:09 -04:00
John Mitchell 1638752339 fix input colors 2017-08-04 15:47:10 -04:00
jlmitch5 278e0335ca Merge pull request #183 from jlmitch5/fixIScriptsActivityStream
Fix i scripts activity stream
2017-08-04 10:21:53 -04:00
John Mitchell 4c0c2391f8 fix inv scripts activity stream access on list view 2017-08-03 17:51:57 -04:00
jlmitch5 430473f01e Merge pull request #160 from jlmitch5/linkOutInvSrcStdout
fix link out to inventory source on standard out page
2017-08-03 13:56:57 -04:00
John Mitchell 8c5ae5733b fix link out to inventory source on standard out page 2017-08-02 15:37:49 -04:00
John Mitchell 9ad9b95d5b add translate directive to about modal 2017-08-02 11:43:13 -04:00
jlmitch5 0fe88a8deb Merge pull request #122 from jlmitch5/credentialTypeActivityStream
Credential type activity stream
2017-08-01 10:42:03 -04:00
jlmitch5 9b7032709b Merge pull request #129 from jlmitch5/fixSourceVars
Fix source vars
2017-08-01 10:41:47 -04:00
John Mitchell 5f02b9269c fix source vars population 2017-07-31 16:41:45 -04:00
John Mitchell 0673e21e4b make activity stream cred types work 2017-07-31 13:37:10 -04:00
John Mitchell d678e34a27 update border color from b7 to d7 2017-07-28 12:50:23 -04:00
John Mitchell 8f9b7597ae fix ng-class syntax 2017-07-27 16:56:30 -04:00
jlmitch5 62a1a4b785 Merge pull request #91 from jlmitch5/additionalColorsAndBugs
fix color of schedule forms and bugs found in color audit
2017-07-27 16:02:57 -04:00
John Mitchell 5f58f500cc fix color of schedule forms and bugs found in color audit 2017-07-27 14:49:09 -04:00