mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* Allow to deprecate options and aliases by date instead of only by version. * Update display.deprecate(). * Adjust behavior to conform to tested behavior, extend tests, and improve C# style. * Parse date and fail on invalid date. This is mainly to make sure that people start using invalid dates, and we eventually have a mess to clean up. * C# code: improve validation and update/extend tests. * Make sure that deprecate() is not called with both date and version. * Forgot to remove no longer necessary formatting. * Adjust order of warnings in C# code. * Adjust unrelated test. * Fix grammar (and make that test pass). * Don't parse date, and adjust message to be same as in #67684. * Sanity tests: disable date in past test. * Validate-modules: validate ISO 8601 date format. * Validate-modules: switch schema declaration for deprecated_aliases to improve error messages for invalid dates. * Use DateTime instead of string for date deprecation. * Validate that date in deprecated_aliases is actually a DateTime. * Fix tests. * Fix rebasing error. * Adjust error codes for pylint, and add removed_at_date and deprecated_aliases.date checks to validate-modules. * Make deprecation date in the past error codes optional. * Make sure not both version and date are specified for AnsibleModule.deprecate() calls. * Stop using Python 3.7+ API. * Make sure errors are actually reported. Re-add 'ansible-' prefix. * Avoid crashing when 'name' isn't there. * Linting. * Update lib/ansible/module_utils/csharp/Ansible.Basic.cs Co-authored-by: Jordan Borean <jborean93@gmail.com> * Adjust test to latest change. * Prefer date over version if both end up in Display.deprecated(). Co-authored-by: Jordan Borean <jborean93@gmail.com> |
6 years ago | |
|---|---|---|
| .. | ||
| platforms | 6 years ago | |
| shared_snippets | 7 years ago | |
| style_guide | 6 years ago | |
| testing/sanity | 6 years ago | |
| debugging.rst | 6 years ago | |
| developing_api.rst | 7 years ago | |
| developing_collections.rst | 6 years ago | |
| developing_core.rst | 7 years ago | |
| developing_inventory.rst | 6 years ago | |
| developing_locally.rst | 7 years ago | |
| developing_module_utilities.rst | 6 years ago | |
| developing_modules.rst | 7 years ago | |
| developing_modules_best_practices.rst | 6 years ago | |
| developing_modules_checklist.rst | 6 years ago | |
| developing_modules_documenting.rst | 6 years ago | |
| developing_modules_general.rst | 6 years ago | |
| developing_modules_general_aci.rst | 6 years ago | |
| developing_modules_general_windows.rst | 6 years ago | |
| developing_modules_in_groups.rst | 6 years ago | |
| developing_plugins.rst | 6 years ago | |
| developing_program_flow_modules.rst | 6 years ago | |
| developing_python_3.rst | 6 years ago | |
| developing_rebasing.rst | 7 years ago | |
| index.rst | 6 years ago | |
| migrating_roles.rst | 6 years ago | |
| module_lifecycle.rst | 7 years ago | |
| overview_architecture.rst | 7 years ago | |
| testing.rst | 6 years ago | |
| testing_compile.rst | 6 years ago | |
| testing_documentation.rst | 6 years ago | |
| testing_httptester.rst | 7 years ago | |
| testing_integration.rst | 6 years ago | |
| testing_integration_legacy.rst | 7 years ago | |
| testing_pep8.rst | 7 years ago | |
| testing_running_locally.rst | 6 years ago | |
| testing_sanity.rst | 6 years ago | |
| testing_units.rst | 6 years ago | |
| testing_units_modules.rst | 6 years ago | |
| testing_validate-modules.rst | 6 years ago | |