mabashian
|
42a6757a10
|
Pass params in object to request function
|
2017-11-10 16:14:40 -05:00 |
|
gconsidine
|
aa38c1123c
|
Check for null resource and update e2e model usage
|
2017-11-10 15:59:38 -05:00 |
|
gconsidine
|
5fcff09aae
|
Update string-related component tests
|
2017-11-10 12:33:27 -05:00 |
|
Ryan Petrello
|
bc705ad8ce
|
Merge pull request #574 from ryanpetrello/fix-7764
properly perform validation on encrypted survey defaults
|
2017-11-10 12:07:54 -05:00 |
|
mabashian
|
5e2ecda413
|
Define type in delete jt unit test
|
2017-11-10 11:55:41 -05:00 |
|
mabashian
|
25dc3f8778
|
Update delete modals and fixed unit test failures
|
2017-11-10 11:31:11 -05:00 |
|
Michael Abashian
|
2957f5bc7f
|
Merge pull request #1 from gconsidine/275-delete-warnings
275 delete warnings
|
2017-11-10 11:28:33 -05:00 |
|
Ryan Petrello
|
78961c8037
|
properly perform validation on encrypted survey defaults
see: https://github.com/ansible/ansible-tower/issues/7764
|
2017-11-10 10:52:09 -05:00 |
|
gconsidine
|
8713e38c44
|
Update the base model to use string service instead of each sub model
|
2017-11-10 10:42:05 -05:00 |
|
Wayne Witzel III
|
96904968d8
|
Fix migration issues, tests, and templates
|
2017-11-09 17:29:48 -05:00 |
|
Wayne Witzel III
|
6d6bbbb627
|
Update URL strucuture, fixed string based calls
|
2017-11-09 17:24:04 -05:00 |
|
Wayne Witzel III
|
14c5123fda
|
Update celery environ and tasks
|
2017-11-09 17:21:19 -05:00 |
|
Wayne Witzel III
|
de376292ba
|
Update management commands
|
2017-11-09 17:18:18 -05:00 |
|
Wayne Witzel III
|
8faf588775
|
Update package versions, settings, and tooling
|
2017-11-09 17:17:30 -05:00 |
|
gconsidine
|
e8fd40ace0
|
Update model request interface and references
|
2017-11-09 17:01:32 -05:00 |
|
Bill Nottingham
|
a2b18a9f6e
|
Add test to short-circuit checkout if revision is already checked out.
Move role checkout to a separate play, to work with this.
|
2017-11-08 18:29:59 -05:00 |
|
Jake McDermott
|
8f6289707b
|
Merge pull request #596 from jakemcdermott/stored-xss-test
add test suite for stored xss
|
2017-11-08 16:47:03 -05:00 |
|
mabashian
|
4cd2f93c31
|
Updated delete warnings to indicate resources that may be invalidated as a result of deletion
|
2017-11-08 16:38:34 -05:00 |
|
Alan Rominger
|
e22486ada8
|
Merge pull request #573 from AlanCoding/7765
[3.2.2] fix bug of system auditor 404 viewing job
|
2017-11-08 11:16:28 -05:00 |
|
AlanCoding
|
0051da95c9
|
fix bug of system auditor 404 viewing job
|
2017-11-08 10:44:41 -05:00 |
|
Ryan Petrello
|
122142c040
|
Merge pull request #572 from ryanpetrello/isolated-debug-toolkit
add some useful tools for isolated connectivity debugging
|
2017-11-08 10:08:05 -05:00 |
|
Ryan Petrello
|
91ad0a9f89
|
add a useful tool for isolated connectivity debugging
|
2017-11-08 09:27:33 -05:00 |
|
Jake McDermott
|
79f450df8e
|
add stored xss test suite
|
2017-11-07 13:43:20 -05:00 |
|
Jake McDermott
|
aab66b8ce8
|
add namespacing, schedules, and sources to fixtures
|
2017-11-07 13:43:05 -05:00 |
|
Jake McDermott
|
0afe94c4d4
|
add navigateTo command
|
2017-11-07 13:42:41 -05:00 |
|
Ryan Fitzpatrick
|
6ea3ecbb26
|
Merge pull request #567 from rmfitzpatrick/tower_inv_source_filter_wording
Provide more specificity to Tower inventory filter help text
|
2017-11-07 10:55:30 -05:00 |
|
Chris Church
|
6c1919273b
|
Merge pull request #551 from cchurch/🥓
Include JSON string in temporary inventory script with %r
|
2017-11-06 17:46:12 -05:00 |
|
Alan Rominger
|
1ed3a8f0e9
|
Merge pull request #566 from AlanCoding/no_can_read
Fix bug where system gets 404 viewing job detail view
|
2017-11-06 15:23:30 -05:00 |
|
Michael Abashian
|
7dc30ab866
|
Merge pull request #554 from mabashian/274-right-click-new-tab
Fixed most lists so that name links can be opened in a new tab
|
2017-11-06 15:18:11 -05:00 |
|
mabashian
|
8f82fc26a2
|
Removed commented line from schedule list config
|
2017-11-06 14:46:31 -05:00 |
|
Jared Tabor
|
e87dce023b
|
Merge pull request #568 from jaredevantabor/source-deletion
When deleting a source, delete the source's groups too
|
2017-11-06 11:27:46 -08:00 |
|
Matthew Jones
|
89a05e9bbc
|
Handle json decoder errors from tower inventory source
|
2017-11-06 14:15:53 -05:00 |
|
Matthew Jones
|
74c9b9cf6a
|
Adding pycrypto distro package
Without this a lot of things break and it's no longer marked as a
dependency for the ansible core project
|
2017-11-06 11:18:45 -05:00 |
|
Jared Tabor
|
96fbc9ea27
|
Merge pull request #571 from jaredevantabor/6551
Band aid for rapidly deleting groups
|
2017-11-03 16:28:22 -07:00 |
|
Jared Tabor
|
e70d377a53
|
feedback from PR: launch both DELETE calls at the same time
for both groups and hosts.
|
2017-11-03 16:26:00 -07:00 |
|
Jared Tabor
|
f65ef9f75c
|
prolong removing the delete modal until after the list refreshes, post-delete
|
2017-11-03 15:25:39 -07:00 |
|
Bill Nottingham
|
632ff959ff
|
Merge pull request #573 from wenottingham/going-up-for-some-headers
Preformatted text doesn't actually work in our popovers; don't try to use it.
|
2017-11-03 15:23:05 -04:00 |
|
Bill Nottingham
|
19d093f7aa
|
Preformatted text doesn't actually work in our popovers; don't try to use it.
|
2017-11-03 13:25:58 -04:00 |
|
Wayne Witzel III
|
7149c41804
|
Merge pull request #570 from wwitzel3/release_3.2.2
Handle ProgrammingError in squashed helpers
|
2017-11-03 10:45:09 -04:00 |
|
Wayne Witzel III
|
1a5b5c32b8
|
Handle ProgrammingError in squashed helpers
|
2017-11-03 10:34:25 -04:00 |
|
Wayne Witzel III
|
1b44ca8ef4
|
Merge pull request #569 from wwitzel3/release_3.2.2
Handle programming error when evaluating the replaces list for 320
|
2017-11-03 09:02:58 -04:00 |
|
Wayne Witzel III
|
d7f4707044
|
Handle programming error when evaluating the replaces list for 320
|
2017-11-03 08:53:53 -04:00 |
|
AlanCoding
|
270a41443c
|
fix bug of system auditor 404 viewing job
|
2017-11-03 08:20:15 -04:00 |
|
Jared Tabor
|
9d39ac83f9
|
When deleting a source, delete the source's groups too
|
2017-11-02 15:59:09 -07:00 |
|
Wayne Witzel III
|
ce393da6fd
|
Merge pull request #564 from wwitzel3/squashbillies
Squashbillies - Fixing direct upgrades from 3.0/3.1 bug fix revisions.
|
2017-11-02 16:19:26 -04:00 |
|
Wayne Witzel III
|
2f86774006
|
3.2.0 should not have any replacements defined unless 0005a or 0005b migrations have been run previously
|
2017-11-02 16:11:45 -04:00 |
|
Jake McDermott
|
8666512d99
|
Merge pull request #550 from jakemcdermott/run_both_unit_test_suites
run both ui unit test suites and linting tasks, collect results for shippable
|
2017-11-02 15:40:30 -04:00 |
|
Ryan Fitzpatrick
|
e2c63c41e7
|
Provide more specificity to Tower inventory filter help text
|
2017-11-02 15:01:03 -04:00 |
|
Bill Nottingham
|
c827e73dac
|
Update comments and task names.
|
2017-11-02 14:11:48 -04:00 |
|
Wayne Witzel III
|
f9685717b8
|
Move post 3.0 migrations to pre 3.1 position in migration files
|
2017-11-02 14:06:36 -04:00 |
|