Commit Graph
100 Commits
Author SHA1 Message Date
Alan Rominger 64fed4d360 Merge pull request #1768 from AlanCoding/all_the_search_fields
Enforce consistently setting view search_fields
2018-05-15 08:32:44 -04:00
Alan Rominger 6a0966d456 Merge pull request #1761 from AlanCoding/project_save_diff
Update project if certain params changed
2018-05-14 11:13:46 -04:00
AlanCoding ec7f1c2540 enforce consistently setting view search_fields 2018-05-14 10:12:49 -04:00
AlanCoding b79606d9d3 update project if certain params changed 2018-05-11 13:59:15 -04:00
Alan Rominger 1b64e52f64 Merge pull request #1749 from AlanCoding/fix_team_parents
Fix team parentage being removed
2018-05-11 07:19:17 -04:00
AlanCoding 949895d0bc fix team parentage being removed 2018-05-10 11:13:09 -04:00
Alan Rominger db776feea9 Merge pull request #1666 from AlanCoding/handlers_everywhere
Send our oddball loggers to external logger too
2018-05-10 08:38:31 -04:00
Alan Rominger 5643505a31 Merge pull request #1664 from AlanCoding/more_wfjt_cred_fixes
Correctly check credential permission on WFJT copy
2018-05-10 07:42:49 -04:00
Alan Rominger 1b69f7a376 Merge pull request #1716 from AlanCoding/sinfo
Include full stack trace for DB settings error
2018-05-09 20:04:41 -04:00
AlanCoding bbfabd2779 include full stack trace for DB settings error 2018-05-09 11:37:40 -04:00
Alan Rominger b50bddbc93 Merge pull request #1719 from AlanCoding/dragon_lair
Allow unicode queue names via CLI
2018-05-08 14:11:52 -04:00
Alan Rominger 2450a3ecd4 Merge pull request #1708 from AlanCoding/namespace_explosions
Accurate 400 messages for undefined filename namespaces
2018-05-08 14:04:55 -04:00
AlanCoding 3bd54ab837 allow unicode queue names via CLI 2018-05-08 12:43:39 -04:00
AlanCoding 1e38abff91 accurate 400 messages for undefined filename namespaces 2018-05-07 15:39:10 -04:00
Alan Rominger 459362daa5 Merge pull request #1706 from ansible/AlanCoding-patch-1
Fix syntax error in docs
2018-05-07 14:42:09 -04:00
Alan Rominger ea2ddd3bba Fix syntax error in docs 2018-05-07 14:14:09 -04:00
Alan Rominger f4aaabaae7 Merge pull request #1698 from AlanCoding/transactions_gone_crazy
do not check for migration version if not migrating
2018-05-07 11:06:05 -04:00
Alan Rominger 0015df148b Merge pull request #1696 from AlanCoding/lock_wait
Add log message when locks are holding up jobs
2018-05-07 09:59:52 -04:00
Alan Rominger f4a946f228 Merge pull request #1697 from AlanCoding/tower_json_err
Fix error-handling bug for tower inventory source
2018-05-07 09:47:57 -04:00
AlanCoding e099c455d2 do not check for migration version if not migrating 2018-05-07 08:56:24 -04:00
AlanCoding b275d13da2 fix error-handling bug for tower inventory source 2018-05-07 08:38:44 -04:00
AlanCoding 5a37184e7c add log message when locks are holding up jobs 2018-05-07 07:44:08 -04:00
Alan Rominger 8067113368 Merge pull request #1689 from AlanCoding/error_error
Avoid error in templating error
2018-05-04 10:43:49 -04:00
Alan Rominger 0fae43fc70 Merge pull request #1687 from AlanCoding/cannot_find_org
Avoid DB action in signal, confusing logs
2018-05-04 10:42:55 -04:00
AlanCoding c5d49be2c1 avoid error in templating error 2018-05-04 08:39:09 -04:00
AlanCoding 6d7f772e98 avoid DB action in signal, confusing logs 2018-05-04 08:12:40 -04:00
AlanCoding ec1e94376c correctly check credential permission on WFJT copy 2018-05-03 07:42:59 -04:00
AlanCoding 59744e421f send our oddball loggers to external logger too 2018-05-02 15:33:58 -04:00
Alan Rominger b62dfa3e49 Merge pull request #1658 from AlanCoding/check_wfjt_creds
Check WFJT credentials fix
2018-05-02 13:52:30 -04:00
AlanCoding 902b1af417 fix access check for wfjt node copy 2018-05-02 13:24:57 -04:00
Alan Rominger 65b342ae73 Merge pull request #1654 from AlanCoding/pluralize_again
Update access check to plural creds
2018-05-02 13:08:04 -04:00
AlanCoding 652f837622 update access check to plural creds 2018-05-02 11:37:38 -04:00
Alan Rominger 72655961e4 Merge pull request #1630 from AlanCoding/no_restart_try2
Replace service restart with new handler changing dynamically with settings
2018-05-02 10:32:57 -04:00
AlanCoding ac20aa954a Replace logging-related restart with dynamic handler
refactor existing handlers to be the related
  "real" handler classes, which are swapped
  out dynamically by external logger "proxy" handler class

real handler swapout only done on setting change

remove restart_local_services method
get rid of uWSGI fifo file

change TCP/UDP return type contract so that it mirrors
  the request futures object
add details to socket error messages
2018-05-02 09:47:22 -04:00
Alan Rominger f122fb4e1d Merge pull request #1321 from AlanCoding/order_field_validate
Use field validation in both filter classes
2018-04-27 14:34:07 -04:00
Alan Rominger 22e763a44c Merge pull request #1595 from AlanCoding/revert_team
Revert allowing org members to see teams
2018-04-26 14:02:27 -04:00
AlanCoding c88303ca67 revert change to allow org members to see teams 2018-04-26 13:37:08 -04:00
AlanCoding dff0f2f9ed Revert "update tests for org members seeing teams"
This reverts commit fe04f69e89.
2018-04-26 12:21:50 -04:00
Alan Rominger 074302b573 Merge pull request #1588 from AlanCoding/notification_update_fields
Avoid unrelated errors saving notification
2018-04-26 10:19:40 -04:00
Alan Rominger 144e89f0a9 Merge pull request #1587 from AlanCoding/workflow_job_log
Add corresponding log for WorkflowJob submission
2018-04-26 09:50:05 -04:00
AlanCoding 52d8d851fe avoid unrelated errors saving notification 2018-04-26 09:36:43 -04:00
AlanCoding 84d9273012 add corresponding log for WorkflowJob submission 2018-04-26 09:30:19 -04:00
AlanCoding 6306ac2825 use field validation in both filter classes 2018-04-26 07:23:20 -04:00
Alan Rominger 4919198c1d Merge pull request #1561 from AlanCoding/event_missing_stuff
Add handling for missing related items of events
2018-04-25 10:51:31 -04:00
Alan Rominger c966492222 Merge pull request #1340 from AlanCoding/more_ig_validation
More Instance Group validation
2018-04-25 10:40:52 -04:00
AlanCoding b7f280588c add handling for missing related items of events 2018-04-25 10:33:43 -04:00
AlanCoding c691d16b11 validate instance group host list 2018-04-25 09:45:30 -04:00
Alan Rominger 8765de732e Merge pull request #1546 from AlanCoding/named_words
use named formatting in error messages
2018-04-24 13:43:48 -04:00
Alan Rominger 7c0fdd5f05 Merge pull request #1540 from AlanCoding/modified_by_alice
Do not update modified_by for system fields
2018-04-24 12:25:03 -04:00
AlanCoding 13550acb91 fix cross-talk between JT-proj due to arg mutability 2018-04-24 11:29:33 -04:00
AlanCoding 7c621a91ee use named formatting in error messages 2018-04-24 11:26:36 -04:00
Alan Rominger 3b129d784a Merge pull request #1526 from AlanCoding/network_logs
Add more logs for network canvas activity
2018-04-24 11:14:22 -04:00
AlanCoding 68975572f3 do not update modified_by for system fields 2018-04-24 10:48:23 -04:00
AlanCoding 405a936544 add more logs for network canvas activity 2018-04-23 15:29:13 -04:00
Alan Rominger cdb7e16e6d Merge pull request #1463 from AlanCoding/update_supervisor
Update the dev supervisor file to match recent change
2018-04-20 16:51:08 -04:00
AlanCoding 4036f64cc4 update the dev supervisor file to match recent change 2018-04-20 14:53:21 -04:00
Alan Rominger 996cf550f2 Merge pull request #1443 from AlanCoding/start_anyway
Minor tweak to WFJT can_start launch field
2018-04-20 13:04:42 -04:00
Alan Rominger a916bf07bb Merge pull request #1238 from AlanCoding/licenses
Licenses
2018-04-20 13:03:35 -04:00
Alan Rominger 2c917f876f Merge pull request #1455 from AlanCoding/event_of_the_century
Fix event querysets for non superusers
2018-04-20 13:02:54 -04:00
AlanCoding 129701d825 minor tweak to WFJT can_start launch field 2018-04-20 12:49:38 -04:00
AlanCoding 6cb237d5d9 fix event querysets for non superusers 2018-04-20 11:44:52 -04:00
Alan Rominger 81234986b4 Merge pull request #1435 from AlanCoding/dragon_riddle
Add relative location to CT schema errors
2018-04-19 16:01:18 -04:00
AlanCoding fb43538333 add relative location to CT schema errors 2018-04-19 14:58:40 -04:00
Alan Rominger 60e3dfe22c Merge pull request #1432 from AlanCoding/dragon_born_again
Fix server error with unicode in template
2018-04-19 14:49:11 -04:00
AlanCoding 9f6a4e135f fix server error with unicode in template 2018-04-19 14:25:59 -04:00
Alan Rominger 3798decafc Merge pull request #1429 from AlanCoding/invalid_dragon
prevent server error with CT unicode keys
2018-04-19 13:51:58 -04:00
AlanCoding f78037c0f3 prevent server error with CT unicode keys 2018-04-19 13:27:25 -04:00
Alan Rominger a7ecc306e1 Merge pull request #1328 from AlanCoding/job_del_protect
make deletion protection mixin work with inventories
2018-04-19 13:18:31 -04:00
Alan Rominger c0fd56c654 Merge pull request #1381 from AlanCoding/test_docker
Run ansible tests separately
2018-04-19 13:04:14 -04:00
Alan Rominger cbe3bc3f2a Merge pull request #1337 from AlanCoding/not_negative_no
never show negative remaining capacity values
2018-04-18 16:33:09 -04:00
Alan Rominger 5cd53142a6 Merge pull request #1341 from AlanCoding/AND_help
Clarify help text on AND searches
2018-04-18 16:19:18 -04:00
Alan Rominger 63b3cc84c4 Merge pull request #1414 from AlanCoding/job_add
avoid server error adding job
2018-04-18 12:04:07 -04:00
Alan Rominger 18a7e86e0c Merge pull request #1175 from AlanCoding/protect_hosts
Add deletion protection to hosts
2018-04-18 10:06:05 -04:00
AlanCoding 13c483e463 avoid server error adding job 2018-04-18 08:27:08 -04:00
AlanCoding c397cacea5 add protection for job-compatible vars 2018-04-18 07:14:02 -04:00
Alan Rominger 283132cd08 Merge pull request #1393 from AlanCoding/no_cred_pass
Fix API browser server error on relaunch
2018-04-17 15:28:35 -04:00
Alan Rominger 4e4dabb7f1 Merge pull request #1391 from AlanCoding/crusty_setting
Remove setting corresponding to removed tests
2018-04-16 20:36:37 -04:00
AlanCoding d234b71fd8 fix API browser server error on relaunch 2018-04-16 15:03:44 -04:00
AlanCoding 4ff2f3e061 remove setting corresponding to removed tests 2018-04-16 14:49:54 -04:00
Alan Rominger a03316cdb9 Merge pull request #1388 from AlanCoding/dep_warn
Fix deprecation warning for project update
2018-04-16 14:26:56 -04:00
AlanCoding affaf23a6b fix deprecation warning for project update 2018-04-16 13:22:58 -04:00
AlanCoding 5eaffb3520 run ansible tests separately 2018-04-16 10:32:51 -04:00
Alan Rominger 88e2741836 Merge pull request #1370 from AlanCoding/backport_with_items
[3.2.4] with_items no_log fix
2018-04-16 09:57:25 -04:00
Alan Rominger 8a55b7f296 Merge pull request #1378 from AlanCoding/fix_unit_test
Fix conditional LDAP test fail
2018-04-16 09:13:59 -04:00
AlanCoding 9bd64fd490 never show negative remaining capacity values 2018-04-16 08:05:16 -04:00
AlanCoding 52416188e2 clarify help text on AND searches 2018-04-16 08:04:07 -04:00
AlanCoding 8ea323895a fix conditional LDAP test fail
Previously, if the main unit tests, test_common.py was
run before running this test, it would fail.
By clearing the cache at the start of the test, we
make its behavior consistent and predictable no
matter what other tests are also being ran,
and the assertion is adjusted to match.
2018-04-16 07:53:44 -04:00
Alan Rominger 900ea14883 Merge pull request #1286 from AlanCoding/remove_user_roles
Remove the "user admin role" entirely
2018-04-16 07:33:55 -04:00
AlanCoding 77aab65f57 fix no_log leaking with_items values 2018-04-13 15:41:57 -04:00
Alan Rominger 684091f4f3 Merge pull request #1367 from AlanCoding/another_lib_fail
Fix test so that playbook runs to completion
2018-04-13 13:39:07 -04:00
AlanCoding ddc8871e12 fix test so that playbook runs to completion 2018-04-13 13:21:38 -04:00
Alan Rominger e5165f152a Merge pull request #1351 from AlanCoding/loop_log_fix
[fixes test fail] Fix no_log leaking with_items values
2018-04-13 13:02:28 -04:00
Alan Rominger fb53bc95db Merge pull request #1358 from AlanCoding/fix_lib
fix PATH hack used in test
2018-04-13 09:21:18 -04:00
AlanCoding 6f9ff54430 fix PATH hack used in test 2018-04-13 08:44:39 -04:00
AlanCoding 0c2a621a4e fix no_log leaking with_items values 2018-04-13 07:16:44 -04:00
Alan Rominger 8f6688a84b Merge pull request #1355 from AlanCoding/rm_test
[fixes test fail] Remove test for behavior going away in Ansible 2.5
2018-04-12 17:40:14 -04:00
AlanCoding e3984cb89b remove test for behavior going away in Ansible 2.5 2018-04-12 15:34:58 -04:00
AlanCoding 4995ee7a60 remove admin_role for users 2018-04-12 13:18:49 -04:00
Alan Rominger 4cc84d020d Merge pull request #1169 from AlanCoding/filterability
Add tip in OPTIONS for fields that cannot be filtered
2018-04-11 14:35:37 -04:00
Alan Rominger 7ad42161fc Merge pull request #1331 from AlanCoding/show_me_your_exceptions
Always log uncaught task exceptions
2018-04-11 14:26:09 -04:00