Jake McDermott
75a27f2457
issue 401 on invalid login
2018-02-28 02:02:52 -05:00
Jake McDermott
ee20fc478b
add test for invalid login
2018-02-28 02:02:39 -05:00
Jake McDermott
01ee2adf30
Merge pull request #1382 from jakemcdermott/cookie-settings
...
adding in default session cookie setting for docker stand alone
2018-02-27 20:42:46 -05:00
Jake McDermott
877cde9a7f
add default cookie settings
2018-02-27 20:40:41 -05:00
Jake McDermott
f9129aefba
Merge pull request #1361 from mabashian/1279-preview-credentials
...
Put credentials on their own line in the launch preview
2018-02-27 13:42:00 -05:00
Jake McDermott
7430856ac9
Merge pull request #1344 from jakemcdermott/e2e-updates
...
e2e / nightwatch updates
2018-02-26 11:58:29 -05:00
Jake McDermott
350f25c6e5
Merge pull request #1343 from jakemcdermott/oauth_n_session
...
ui tooling fixes / updates for oauth changes
2018-02-26 10:42:04 -05:00
Jake McDermott
c786736688
add setup step for org lookup check
2018-02-25 19:40:22 -05:00
Jake McDermott
01a8b2771a
add worker file push command
2018-02-25 19:40:19 -05:00
Jake McDermott
a23e4732b6
bump nightwatch and chromedriver versions
2018-02-25 19:40:15 -05:00
Jake McDermott
24fd4a360e
use updated project when checking copy
2018-02-25 19:40:11 -05:00
Jake McDermott
8bf31600b0
stabilize local test runs
2018-02-25 19:40:08 -05:00
Jake McDermott
0e7db2a816
do searchability check last
...
This fixes a small race condition that sometimes occurs when running
locally by ensuring that the delayed paged scrolling that happens
from using search doesn't put the password reset button out of view
when the test runner is trying to find and click it.
2018-02-25 19:40:02 -05:00
Jake McDermott
59e278a648
ensure correct url is built for inventory hosts page
2018-02-25 19:39:38 -05:00
Jake McDermott
44acecf61e
use basic auth by default for data setup
2018-02-25 14:28:09 -05:00
Jake McDermott
6bdcba307c
fix missing comma
2018-02-24 13:59:55 -05:00
Jake McDermott
2b4e631838
Merge pull request #1339 from jakemcdermott/use-navbar-in-smoke-test
...
use navbar when accessing project and template views
2018-02-23 15:36:46 -05:00
Jake McDermott
b0e0b8f0e3
use navbar when accessing project and template views
2018-02-23 15:08:44 -05:00
Jake McDermott
ae1167ab15
Merge pull request #1282 from ansible/jakemcdermott-patch-1
...
fix last run job variable reference
2018-02-16 16:35:35 -05:00
Jake McDermott
5b5411fecd
fix last run job variable reference
2018-02-16 16:32:13 -05:00
Jake McDermott
c1b6595a0b
Merge pull request #1201 from jakemcdermott/item_copy_ui
...
api-backed copy ui
2018-02-13 17:42:00 -05:00
Jake McDermott
d4e46a35ce
get exact match on ids
2018-02-13 17:15:59 -05:00
Jake McDermott
bf0683f7fe
replace usage of all and spread
2018-02-13 17:15:56 -05:00
Jake McDermott
0ff94c63f2
use edit capability for showing copy on most views
2018-02-13 17:15:52 -05:00
Jake McDermott
16153daa14
add e2e test for inventory script copy
2018-02-13 17:15:48 -05:00
Jake McDermott
a680d188c0
implement model based copy for inventory scripts
2018-02-13 17:15:44 -05:00
Jake McDermott
d56f1a0120
add e2e test for credential copy
2018-02-13 17:15:41 -05:00
Jake McDermott
50d95ddc3f
implement model-based credential copy
2018-02-13 17:15:37 -05:00
Jake McDermott
21a32f90ce
add e2e test for notification template copy
2018-02-13 17:15:34 -05:00
Jake McDermott
09d3e6cd98
implement model-based copy for notification templates
2018-02-13 17:15:30 -05:00
Jake McDermott
29f1d695ae
add NotificationTemplate model
2018-02-13 17:15:26 -05:00
Jake McDermott
e0f3e4feb7
add e2e test for inventory copy
2018-02-13 17:15:20 -05:00
Jake McDermott
e9ce9621f2
implement model-based copy for inventories
2018-02-13 17:15:16 -05:00
Jake McDermott
a02eda1bea
add e2e test for project copy
2018-02-13 17:15:12 -05:00
Jake McDermott
779385ddb6
implement model based copy for projects
2018-02-13 17:15:05 -05:00
Jake McDermott
e5fd483d06
implement model-based copy for job templates and workflow templates
2018-02-13 17:15:01 -05:00
Jake McDermott
8679651d4c
add e2e test for template copy and delete warnings
2018-02-13 17:14:57 -05:00
Jake McDermott
4c988fbc02
add WorkflowJobTemplate model
2018-02-13 17:14:48 -05:00
Jake McDermott
c40feb52b7
add base model unit test
2018-02-13 17:14:43 -05:00
Jake McDermott
78b975b2a9
add copy to base model
2018-02-13 17:14:38 -05:00
Jake McDermott
cfba11f8d7
slight cleanup of templates list controller
...
lint / fix all of the indentation issues
smaller functions
use a variable for any string a user sees
2018-02-13 17:14:30 -05:00
Jake McDermott
73fa8521d0
add e2e test for job and workflow template copy
2018-02-13 17:14:18 -05:00
Jake McDermott
894f0cf2c5
update current workflow copy implementation to be compatible with recent api changes
2018-02-13 17:13:54 -05:00
Jake McDermott
605a2c7e01
Merge pull request #1189 from jakemcdermott/fix-multivault-select
...
fix recent multi-vault select breakage
2018-02-09 13:47:17 -05:00
Jake McDermott
484caf29b6
fix recent multi-vault select breakage
2018-02-09 12:52:16 -05:00
Jake McDermott
b2b519e48d
Merge pull request #1096 from mabashian/169-v1
...
UI support for prompting on job template schedules
2018-02-09 11:34:25 -05:00
Jake McDermott
e8e6f50573
Merge branch 'devel' into 169-v1
2018-02-09 11:32:40 -05:00
Jake McDermott
6cb6c61e5c
Merge pull request #1176 from jakemcdermott/stabilize-xss
...
use project details view to check permissions list
2018-02-08 17:32:39 -05:00
Jake McDermott
67e5d083b8
use project details view to check permissions list
2018-02-08 17:26:54 -05:00
Jake McDermott
8475bdfdc4
Merge pull request #1170 from shanemcd/fix_standalone_docker_wait_fors
...
Fix wait_fors in standalone Docker installs
2018-02-08 16:08:31 -05:00
Jake McDermott
90f555d684
always return schema from get_default_schema
2018-02-07 13:42:01 -05:00
Jake McDermott
8cd0870253
Merge pull request #1135 from chrismeyersfsu/tests-recent_jobs_xss
...
xss test for per-host recent jobs popup
2018-02-06 11:51:05 -05:00
Jake McDermott
3d421cc595
Merge pull request #1078 from jakemcdermott/saml-ldap-updates
...
update configuration views for multiple LDAP servers, SAML 2FA, and SAML attribute mapping
2018-02-02 12:15:44 -05:00
Jake McDermott
f39fa35d86
Merge pull request #1103 from mabashian/1091-status-icons
...
Tweaked smart status icon styling to prevent overlap with action buttons
2018-02-01 23:03:37 -05:00
Jake McDermott
ecacf64c28
Merge pull request #1105 from mabashian/1023-activity-stream-inv-link
...
Fixed inventory links in activity stream
2018-02-01 18:23:54 -05:00
Jake McDermott
d01e6ab8b6
Merge pull request #1106 from mabashian/1014-team-link-user-permissions
...
Fixed team links in users permissions tab
2018-02-01 18:23:00 -05:00
Jake McDermott
5653b47aa3
Merge pull request #1112 from mabashian/994-empty-list-text
...
Updated empty list text
2018-02-01 18:22:11 -05:00
Jake McDermott
5a1ae9b816
Update ldap.md
2018-02-01 13:57:07 -05:00
Jake McDermott
3e98363811
Merge pull request #1104 from ansible/doc-formatting
...
Update saml.md
2018-02-01 11:55:46 -05:00
Jake McDermott
e43879d44e
Merge pull request #1092 from dovshap/patch-1
...
Update INSTALL.md
2018-01-31 14:11:11 -05:00
Jake McDermott
a2e274d1f9
Merge pull request #623 from jakemcdermott/fix-ansible-tower-7871
...
bump templates form credential_types page limit
2018-01-30 14:48:36 -05:00
Jake McDermott
4cd6a6e566
add fields for saml + 2fa
2018-01-30 00:28:13 -05:00
Jake McDermott
ed138fccf6
add forms + select for additional ldap servers
2018-01-30 00:28:02 -05:00
Jake McDermott
44d223b6c9
add fields for team and organization saml attribute mappings
2018-01-30 00:27:51 -05:00
Jake McDermott
4c79e6912e
bump templates form credential_types page limit
2018-01-28 21:50:30 -05:00
Jake McDermott
7e829e3a9d
use selenium hub / node container image version '3.8.1-erbium'
2018-01-28 16:05:29 -05:00
Jake McDermott
546f88c74d
add minimum git version
2018-01-24 15:12:58 -05:00
Jake McDermott
afa1fb489c
Merge pull request #1044 from jakemcdermott/fix-948
...
bump templates form credential_types page limit
2018-01-24 09:35:43 -05:00
Jake McDermott
3571abb42b
bump templates form credential_types page limit
2018-01-23 18:28:59 -05:00
Jake McDermott
21425db889
Merge pull request #1041 from jakemcdermott/fix-multicred-bugs
...
Fix multicred bugs
2018-01-23 13:34:35 -05:00
Jake McDermott
cc64657749
use correct handle for modal tag deselect
2018-01-23 10:32:13 -05:00
Jake McDermott
7300c2ccc1
fix unexpected deselect when selecting no-vault-id vault credentials
2018-01-23 10:19:19 -05:00
Jake McDermott
7c596039c5
fix modal exit button close
2018-01-23 09:39:59 -05:00
Jake McDermott
b96e33ea50
fix navbar / breadcrumb issue
2018-01-19 13:52:11 -05:00
Jake McDermott
5a21783013
Merge pull request #976 from jakemcdermott/multivault-templates-form
...
multivault select for templates form
2018-01-17 23:20:44 -05:00
Jake McDermott
e33604de71
show credential kind icon on credential tags
2018-01-17 23:07:34 -05:00
Jake McDermott
c50c63a9ff
default to machine credential type
2018-01-17 23:07:23 -05:00
Jake McDermott
916d91cbc7
use updated credentials endpoint
2018-01-17 23:07:10 -05:00
Jake McDermott
79bd8b2c72
show vault id
2018-01-17 22:02:54 -05:00
Jake McDermott
5939116b0a
update e2e and smoke tests for multivault select
2018-01-17 22:02:43 -05:00
Jake McDermott
6759e60428
add working multivault select for templates form
2018-01-17 22:02:30 -05:00
Jake McDermott
ef8af79700
load multiselect list when vault kind is selected
2018-01-17 22:02:16 -05:00
Jake McDermott
e699402115
Merge pull request #979 from mabashian/template-list-actions
...
Added old schedule/copy logic to template list
2018-01-12 20:19:31 -05:00
Jake McDermott
fb414802fa
Merge pull request #970 from ansible/smoketest-fixes-for-lists
...
update test selector for add button dropdown arrow
2018-01-11 16:13:51 -05:00
Jake McDermott
0afdca3674
update test selector for add button dropdown arrow
2018-01-11 13:48:03 -05:00
Jake McDermott
ed7d7fcf00
add dialog and slider vendor imports
2018-01-04 14:46:42 -05:00
Jake McDermott
f7259a1e78
Merge pull request #844 from jakemcdermott/fix-package-json-backmerge-issue
...
package.json updates / restore ui watch functionality
2017-12-18 17:03:03 -05:00
Jake McDermott
987cdc6802
Bump versions of angular-codemirror, jquery-ui, and moment
2017-12-18 16:21:29 -05:00
Jake McDermott
c4ccfa1b27
restoring ui watch functionality
2017-12-14 14:23:46 -05:00
Jake McDermott
07cfa6cba5
Merge pull request #834 from AlanCoding/jump-the-start-line
2017-12-13 22:43:54 -05:00
Jake McDermott
ad70754b6a
Merge pull request #832 from mabashian/linting-error-cleanup
...
Fixed linting/leftover merge errors
2017-12-13 19:46:02 -05:00
Jake McDermott
3b791609cd
fix merge issue with inventory source service
2017-12-13 13:23:15 -05:00
Jake McDermott
4b86815275
fix arg name clash in hosts list controller
2017-12-13 13:01:11 -05:00
Jake McDermott
6b6e898882
fix missing comma in package.json
2017-12-13 12:45:26 -05:00
Jake McDermott
40d1f2671f
Merge pull request #811 from AlanCoding/i_wont_be_ignored
...
Fix bug creating inventory source schedules
2017-12-12 18:32:54 -05:00
Jake McDermott
526bcc4a68
Merge pull request #785 from jakemcdermott/stored-xss-test-update
...
fix lint error and stabilize stored xss test case
2017-12-10 12:07:46 -05:00
Jake McDermott
9dcdf20fb0
stabilize template form stored xss test case
2017-12-10 11:41:41 -05:00
Jake McDermott
be0f66fd94
fix linting error in stored xss test
2017-12-10 11:39:13 -05:00
Jake McDermott
13d84b8d35
Merge pull request #768 from tchia04/fix_typo_credential_types
...
Fix typo: Failed to get credential tpyes
2017-12-04 22:26:52 -05:00
Jake McDermott
ee0aa40542
Merge pull request #743 from jakemcdermott/gcp-service-file
...
fix submit when no input object defined
2017-11-29 20:50:24 -05:00