SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for coala-0.12.0.dev0+git2.1549350243.acb2341a-3.7.noarch.rpm :

* Thu Apr 25 2019 jayvdbAATTgmail.com- Update to version 0.12.0.dev0+git.1549350243.acb2341a:
* Setting.py: Add end line number of setting
* Sync moban
* .moban.yaml: Add CI check scripts
* Globbing.py: Fix docstring typo
* Newcomers_Guide.rst: Fix docstring typo
* Bear.py: Remove warning when debug is enabled
* Review.rst: Add a note to the reviewers
* coalib/: Support Python 3.4.2 and 3.4.3
* Writing_Good_Commits.rst: Fix grammar
* Setting.py: Fix docstring typo
* .coafile: Fix typo in docstring
* Adding_CI.rst: Fix docstring typo
* Formatting.py: Fix typo
* Add language naming format note to bear doc
* setup.cfg: Raise AppVeyor timeout
* Remove backslash line continuation
* languages: Add a Text language
* languages: Import SCSS in __init__.py
* Add language definition for Dart
* .moban.yaml: Use repository requires
* test-requirements.txt: Sync
* Linter: Log warning when linter has non-zero exit
* Linter: Avoid processing empty streams
* LinterTest: Split into several classes
* Add language definition for Verilog
* DOT.py: Adds dot language definition
* Development_Setup.rst: Add command for Windows
* Newcomers_Guide.rst: Commands to Send Changes
* coalaTest: Add test preventing unknown warnings
* Add .editorconfig to moban sync & moban sync
* FileTest.py: Remove the word factory
* File: Rename from FileFactory
* FileFactory: Remove unnecessary string operation
* FileFactoryTest: Remove duplicated asserts
* LocalBearTestHelper.py: Add deprecation warning
* collecting: Fix incorrect trailing \'
*
*\' warning
* Python.py: Add line_continuation
* __init__.py: Arrange imports alphabetically
* Setting.py: Add SourcePosition to Setting.origin
* Review.rst: Add review confirmation policy to doc
* TinyBasic.py: Add language definition of TinyBasic
* Newcomers_Guide.rst: Single PR for an issue
* Result.py: Add docstrings
* requirements.txt: Use hyphens for package names
* .gitignore: Sync
* ConsoleInteraction.py: Modifies the docstring
* Newcomers_Guide.rst: Explain newcomer issues
* Add language file definition for D
* Writing_Good_Commits.rst: Use better examples
* GraphQL.py: Add language definition for GraphQL
* antlr.py: Add g4 file
* Globbing: Fix misleading note in docstring
* Revert \"Globbing.py: Return False if globs are...\"
* ExternalBearWrapTest: Set PYTHONPATH
* coala: Ignore autopep8 for import workaroun
* Writing_Native_Bears.rst: Fix typo
* ConfigurationGathering.py: Change COAFILE_OUTPUT
* Writing_Good_Commits.rst: Add issue reference
* OpenEditorAction.py: Add VSCode in known editors
* FileFactory: Add missing magic methods
* Processing: Return empty list for empty file
* Processing: Remove empty FileDict override methods
* Writing_Good_Commits.rst: Fix 2nd example typo
* SectionFilling: Make targets optional
* CachingUtilities.py: Fix description
* Git_Basics.rst: Change commit body limit to 72
* moban: Sync moban templates
* ConfParserTest.py: Fix typos in comments
* docs: Update Newcomers_Guide.rst
* Release Notes: Publish in api docs
* default.py: Remove erroneous mention of docstrings
* Haskell.py: Add Haskell.py file
* docs: Add short URL for newcomers guide
* Writing_Documentation.rst: Modify a command
* CPP.py: Remove blank line
* Writing_Good_Commits: Change Fixes to Closes
* SCSS.py: Add SCSS.py file
* coalib: Rename variable default_coafile
* setup.cfg: Raise Appveyor timeout limit
* Create language definitions
* .travis.yml: Disable install on unsupported
* .ci/appveyor.yml: Add Python 3.6 jobs
* .coafile: Remove trailing globstars
* LocalBearTestHelper: Decommission timeout
* Newcomers_Guide.rst: Mention \"Adding CI\"
* Collectors.py: Discard trailing
*
* in ignore glob
* core/__init__.py: Add module docstrings
* FilterHelper.py: Rewrite filters
* JavaScript.py: Add alias \'node\' to language
* JSON.py: Add language definition for JSON
* Sync templates
* Git_Basics.rst: Mention XCode
* Processing.py: Fix file dict logging
* appveyor.yml: Install test requirements first
* PersistentHash: Preserve Order
* Processing: Modify tests
* Processing: Add middleware
* FileFactory: Add line endings
* language: Add `string_delimiter_escape` to lang
* coalib/parsing/: Fix variable typo
* processes.Processing: Drop local logging
* FileProxies: Support FileProxies
* FileProxies: Add FileProxy and related classes
* deprecate_settings: Support splitting setting
* Formatting: Add taste `min_file_length`
* Newcomers_Guide.rst: Add meta-review process
* SectionTagsFilter: Add SectionTagsFilter
* filters: Update filters to new API
* filters: Add support for Section Filtering
* setup.cfg: Allow non-coverage of sys.exit(main())
* coala: Set exit code from main()
* coala_delete_orig: Set exit code from main()
* Sync templates
* Diff.py: Modify docstring of split_diff function
* XML.py: Add language definition for XML
* coala_main.py: Change variable name and value
* .coafile: Change in pycodestyle_ignore list
* Profile_Bears: Add Profiling Interface doc
* Add: Profiler Interface
* BearRunning: Remove pragma no cover
* BearRunningTest: Test exceptions
* LocalBearTestHelper: Modify for `aspects` testing
* Bear: Remove debugger from init
* .coafile: Modify circleci config file location
* CacheUtilities.py: Remove unused variables
* Meta-review.rst: Add meta-review docs
* setup.cfg: Use template
* requirements.txt: Add versions to VCS egg names
* .circleci/: Install test-requirements.txt first
* setup.py: Sync
* VisualBasic: Add `max_line_length`
* Debug_bears.rst: Add Debugger Settings docs
* Bears.py: Add Debugger Setting toolset
* Constants: Move USER_DATA_DIR to CachingUtilities
* DefaultArgParser: Restructure argcomplete support
* coalaTest: Remove unnecessary second patch
* aspects: Default languages=all when using aspects
* languages: Implement `get_all_languages()`
* languages: Add missing language imports
* Collectors.py: Sort bear list
* Collectors.py: Document functions
* ConfigurationGathering.py: Document functions
* TestUtilities: Add sorted test bear list
* test-requirements.txt: Moban Sync
* Smell.py: Fix docstring typo
* Update ConsoleInteraction.py
* Update Writing_Tests.rst: Remove unwanted quotes
* coala_modes.py: Warn for log_printer param
* setup.cfg: Ignore vcs requirements
* test-requirements.txt: Use custom pytest-reqs
* requirements.txt: Use package_manager master
* requirements.txt: Use coala-utils master
* appveyor.yml: Sync moban
* CliParsing.py: Throw error for conflicting args
* ConsoleInteraction.py: Improve error message
* test-requirements.txt: Add pytest-travis-fold
* check_unsupported.sh: Use template
* requirements.txt: Remove testfixtures
* .moban.yaml: Add cached_property
* .travis.yml: Use bears master
* aspects: Rename class `docs` to follow CapWords
* Testing_Bears.rst: Add self to run method
* tests: Replace httpstat with Google teapot
* NextGen_Core.rst: Add link to IO docs
* IO.rst: Add FileFactory docs
* NextGen_Core.rst: Update caching section
* FileFactory: Use cached_property
* VisualBasic: Create language file for Visual Basic
* Useful_Links.rst: Change Basic rST link
* io: Add memoized_property
* .gitignore: Sync moban
* Linter: Add option to remove 0 number
* languages: Allow more than one comment delimiter
* Debug_Bears.rst: Add Debug bears docs
* Newcomers_Guide.rst: Add GitLab newcomers group
* PowerShell: Create language file for PowerShell
* DebugBears: Add Debugging Interface
* Processing.py: Remove `filter_raising_callables`
* m4: Create basic language file for m4
* Tcl: Create basic language file for tcl
* CI: Check man page without altering $MANPATH
* Development_Setup.rst: Fix Broken Links
* Review.rst: Rename `Github` to `GitHub`
* Sync moban
* test-requirements.txt: Use pytest 3.6
* setup.cfg: Deactivate pytest 3.3 logging plugin
* ResultAction.py: Fix docstring typo
* Linter.py: Replace range with different name
* Add pytest-profiling
* aspects: Create `map_ambiguous_setting_to_aspect`
* TypeScript.py: Change aliases to type tuple
* Language: Change `TrumpScript` aliases
* .travis.yml: Add sentinel job
* .gitignore: Use moban template
* CI: Add man page test
* Add Directory class
* Add FileFactory.py
* Newcomers.rst: Add a command pytest to the guide
* Writing_Native_Bears.rst: Add correct syntax
* aspects.root: Override `Formatting` aspect
* Formatting: Describe `preferred_quotation`
* test-requirements.txt: Use moban template
* test-requirements.txt: Bump pytest plugin versions
* appveyor.yml: Sync moban template
* setup.py: Sync moban template
* test-requirements.txt: Pin pytest-timeout to <1.3
* BaseTestHelper.py: Add `BaseTestHelper` class
* Update TypeScript keywords
* Testing_Bears.rst: Change check_validity docs
* Shell: Use sys.executable in doctest
* .travis.yml: Add separate moban job
* Remove W605 and fix invalid escape sequence
* .moban.yaml: Sync Moban
* PHP.py: Update php definition
* .moban.yaml: Add Netlify docs
* appveyor.yml: Run pip install as Python module
* Writing_Linter_Bears: Modify global bear\'s example
* Executing_Tests.rst: Mention codecov
* FilterTest.py: Import `available_filters` directly
* setup.py: Sync moban
* ConfigurationGatheringTest.py: Preserve coafile
* Formatting.py: Fix a typo in aspect file
* CachingUtilities.py: Removes Unnecessary imports
* Jinja2.py: Add support for ignore comments
* setup.py: Sync moban
* tests: Replace httpbin.org with httpstat.us
* CollectorsTest.py: Remove unnecessary parameters
* DocumentationComment: Parse references from docstr
* docs: Adds NextGen-Core docs
* Constants.py, GatheringTest.py: Fix typo
* Collectors.py: Add support to ignore directories
* linter: Correct unified-diff format spelling
* linter: Add new parameters to normalize numbers
* TextPosition.py: Raise exception for zero offset
* linter: Fix strip_ansi on stdout and stderr use
* Linter_Bears_Advanced.rst: Update tutorial
* .circleci/config.yml: Place .local first in PATH
* test-requirements.txt: Require pip 9
* Review.rst: Add detail on good reviewing
* CI: Remove coala -B --json
* Collectors.py: Use bear names without suffix
* LanguageTest.py: Add contains test
* Language.py: Fix __contains__ method
* .coafile: Use RSTcheckBear and update .coafile
* docs/Developers/External_Bears: Fix indentation
* ConsoleInteraction.py: Fix coala -B --json
* Newcomers_Guide.rst: Add reference to GitLab repo
* AspectTests: Validate Error messages
* ConsoleInteraction.py: Apply the DoNothingAction
* Newcomers_Guide: Improve emphasis of material
* coafile: Remove E252 from ignore list
* FilterHelper.py: Add docstring
* FilterHelperTest.py: Add `FilterHelperTest` class
* ConfigurationGathering.py: Refactor targets list
* Git_Basics.rst: Incorporate http://ohshitgit.com/
* .coafile: E241 check is being enforced
* Linter.py: Support colorised output from linters
* ConsoleInteractionTest: Remove check_logs usage
* tests/coalaTest.py: Add test case for ignore flag
* ConsoleInteraction: Fix a typo
* Build setup.py and requirements.txt using moban
* .travis.yml: Prevent npm modifying package.json
* Linter_Bears_Advanced.rst: Fix indentation
* bearlib/languages/__init__.py: Import Markdown
* Development_Setup.rst: Rephrase instructions
* tests/: Fix typos
* config.yml: Change cached paths
* .coafile: Ignore new pycodestyle\'s checks
* .coafile: Add ShellCheckBear
* .misc: Modify shell scripts to two space indents
* .misc/: Remove `check_maintainership.sh`
* .travis.yml: Add python 3.4.3 check
* circle.yml: Update CircleCI syntax
* setup.py: Remove man pages on Windows
* Markdown.py: Add new language definition
* OpenEditorAction: Add notepadqq to known editors
* Writing_Good_Commits.rst: Rephrase the sentence
* requirements.txt: Upgrade to colorlog 3.1
* ShowAppliedPatchesAction.py: Success Message
* .travis.yml: Skip unsupported on pull requests
* Matlab.py: Add comment delimiter
* ConsoleInteraction.py: Change error message
* Writing_Good_Commits.rst: Add No WIP prefix
* Review.rst: Update review docs
* Writing_Linter_Bears.rst: Remove wrong sentence
* Development_Setup: Change cd -
* Fortran.py: Add support for ignore comments
* Remove rultor, update Review.rst and .gitignore
* .coafile: Add YAML linter and fix YAML files
* PULL_REQUEST_TEMPLATE.md: Change cobot to corobo
* setup.py: Revert use of invalid classifier
* RELEASE_NOTES.rst: Correct typos
* This fixes the typo and changes
* Development_Setup.rst: Update docs generation
* ExceptionsTest.py: Clang code removed
* Globbing.py: Return False if globs are absent
* Core.py: Remove section from docstring
* Result.py: Compare diffs
* Writing_Documentation.rst: Fix url
* .travis.yml: Skip unsupported except on master
* Linter.py: Correct docstring
* core: Don\'t offer implicit dependency results
* coalaCITest.py: Add --bear-dirs test
* Writing_Linter_Bears.rst: Improve quotes style
* Writing_Linter_Bears.rst: Fix typo
* appveyor.yml: Remove LLVM artifacts
* requirements.txt: Unpin packaging
* core: Make bear dependencies instance bound
* CoreTest: Replace MultiTaskBear
* CoreTest: Remove wrong comment in MultiTaskBear
* core: Clear ambiguity between tasks and futures
* core: Make DependencyBear support caching
* core: Make ProjectBear support caching
* core: Make FileBear support caching
* core: Implement caching
* coala: Raise minimum Python version to 3.4.4
* core: Add persistent_hash function
* coala: Add support for section ordering
* Linter_Bears_Advanced.rst: Fix typo
* requirements.txt: Remove libclang
* SourceRange: Remove from_clang_range
* Diff: Remove from_clang_fixit
* .gitignore: Add names to ignore tag files in vim
* FunctionMetadata.py: Fix a typo
* LocalBearTestHelper: Add ``check_order`` in doc
* FilterHelper.py: Inline code from Filter.py
* .editorconfig: Correct typo
* setup.py: Fix the location of Man Page
* package.json: Remove extra spacing
* Newcomers_Guide.rst: Add smart question link
* from_clang: Report useful error
* Linter_Bears_Advanced.rst: Explains return `None`
* LocalBearTestHelper: Add ``assertObjectsEqual``
* Ignore additional parameters if section disabled
* LocalBearTestHelper.py: Display command line
* ConsoleInteractionTest.py: Remove argparser import
* ConsoleInteraction.py: Deprecate 2 parameters
* requirements.txt: Update coala-utils
* DeprecationUtilities.py: Add a utility function
* Testing_Bears.rst: Add param filename
* Review.rst: Replace a word
* Writing_Native_Bears.rst: Update to new logging
* ConfigurationGathering.py: Correct docstring
* Newcomers_Guide.rst: Correct grammatical mistake
* .coafile: Change glob of default_actions
* Git_Basics.rst: Correct formatting for git status
* Fix --apply-patches not working
* Executing_Tests.rst: Fix a grammatical mistake
* .coafile: Fix Wrong Command
* Newcomers_Guide.rst: Mention smart questions
* ConsoleInteraction.py: Fix a Typo
* Support unidiff 0.5.5
* FilterTest.py: Remove unused import
* Writing_Good_Commits.rst: Clear disambiguation
* docs-requirements: Fix CI break
* Linter.py: Fix GlobalBear example in docstring
* Change instances of re.escape() with PathArg()
* DefaultArgParser: Add type=PathArg to FILE args
* requirements.txt: Limit unidiff version
* Development_Setup.rst: Change redirecting link
* Development_Setup.rst: Change link address
* test.py: Add variable a in the second line
* Change default_coafile naming convention
* Git_Basics.rst: Update git installation
* coalaCITest.py: Remove unused code
* ConsoleInteraction: Enhance require_setting doc
* Formatting.py: Change indent taste type to str
* DefaultArgParser: Uni(xi)fy directory separators
* Newcomers_Guide.rst: Fix step number typo
* definitions/shell.py: Add shell definition
* Newcomers_Guide.rst: Allow only one newcomer issue
* Newcomers_Guide.rst: Fix typo in documentation
* Compatibility.py: Add comment
* Development Setup: Mention GitLab
* Formatting.py: Add indentation aspect
* coala_modes.py: Add docstring for mode_normal
* Newcomers_Guide.rst: Fix promotion link markup
* Linter.py: Replace double quotes
* index.rst: Add links to the API Documentation page
* Writing_Good_Commits.rst: Add commit example
* ConsoleInteraction: Disable message with --json
* coalaCITest.py: Add --limit-files test
* DefaultArgParser: Add show-settings option
* .gitignore: Add .vscode
* coala: Remove parentheses in import statement
* coala: Allow users to print selected bears
* Interactions.py: Remove section parameter
* SectionFilling.py: Deprecate section parameter
* Review.rst: Change cobot to corobo
* TypeScript.py: Add TypeScript language definition
* InvalidFilterException: Change base class
* filters/: Add available_filters
* InvalidFilterException.py: Add constructor
* Review.rst: Clarify difficulty/low review process
* ImportersTest: Add detailed assertions
* Newcomers_Guide.rst: Collect requests in a form
* Ignore Action: Remove action after comment added
* Interactions.py: Deprecate section parameter
* InteractionsTest.py: Remove section parameter
* ConsoleInteractionTest: Fix method name used twice
* Fix FilterTest.test_filter_by_unknown
* .coafile: Add docs/conf.py to linted files
* Add .editorconfig file
* core: Add DependencyBear
* core: Move no-tasks-condition for scheduling up
* core: Do not close event loop too early
* ConfigurationGathering.py: Add missing whitespace
* Testing_Bears.rst: Correct the formatting
* Updates: Writing_Native_Bears.rst
* core: Explicitly shutdown executor
* coalaJSONTest: Add output file overwriting test
* FilterHelper.py: Correct parameter reference
* coalaJSONTest: Delete output file immediately
* Write output to empty file instead of appending
* coala: Add filter-by option for json and format
* DocstyleDefinition.py: Align init docstring
* Testing_Bears.rst: Update settings snippet
* DefaultArgParser.py: Update coala help
* Adding_CI.rst: Update CircleCI recommendation
* requirements: Increase minimum setuptools version
* Newcomers_Guide: Forbid mentioning unrelated users
* core: Immediately return without bears to run
* core: Add ProjectBear
* core: Add FileBear
* core: Introduce CoreTestBase
* core: Remove obsolete FIXME
* Newcomers_Guide.rst: Add command to label PR
* Writing_Linter_Bears.rst: Add regex links
* Testing_Bears: Add Glossary
* docs: Add regex links to useful-links
* Git_Basics.rst: Rename \'coala/coala-bears\'
* Newcomer_Guide.rst: Improve push command
* Setting.py: Add shortcuts for typed_list
* DecoratorsTest.py: Import LocalBear
* DocumentationComment.py: Refactor docstring
* HiddenResult.py: Improve help for `contents` param
* DocumentationExtraction: Add file-level docstring
* Newcomers_Guide.rst: Complement note
* FilterHelper: Inline get_all_filters_str()
* Interactions.py: Correct docstring param name
* Newcomers_Guide: Fix link to myfork
* LocalBearTestHelper.py: Remove redundant return
* README.rst: Update Get Involved URL
* Travis: Fix setuptools version problem
* dep.sh: Enforce only two containers in Circle CI
* coalaTest: Repair unsupported-version-tests
* Result: Enclose SourceRange in double backticks
* searchbox.html: Use docsearch instead of default
* CachingUtilities: Use single quotes for strings
* Add docs on writing aspect bear
* Bear.py: Fix typo in docstring
* FilterHelper: Move functions into module scope
* HiddenResult: Add all parameters of Result
* Language: Add definition into default import
* Language: Fix missing or wrong aliases
* Language: Add PHP and Fortran language stub
* Language: Add various language definition stub
* Bear: Add `language` for non_optional params
* extract_aspects_from_section: Change key delimiter
* Result.py: Fill additional_message from aspect.docs
* Section: Rename `aspect` to `aspects`
* Section: Add `aspects` attribute
* Validate and cache `language` setting into Section
* ConfigurationGathering: Refactor aspect validation
* Setting: Create ``language`` type hint
* coalaTest: Add running with aspect test
* BearTest: Make ``check_message`` could check regex
* AspectTestBear: Fix return result
* Add Action: Generate Patches
* Aspect: Create ``map_setting_to_aspect`` decorator
* Bear.py: Promote log entry from warning to error
* ConfigurationGathering: Remove args with defaults
* LogPrinter: Deprecate LogPrinter
* Redundancy: Add remove_non_standard_import taste
* Add line number inside \"[ ]\" in diffs
* Fix colors from the output
* Collectors: Warn unfulfilled aspects
* warn_config_absent: Check either configs present
* Make \"Chain Actions\" default
* ConfigurationGathering: Fix typo in docstring
* Language: Create UnknownLanguageError
* setup.cfg: Add doctest +IGNORE_EXCEPTION_DETAIL
* doctest: Remove unnecessary +ELLIPSIS
* Rename DoNothinActionTest.py
* DocumentationAPI: Add `padding` and `type`
* DocumentationAPI: Add `MalformedComment`
* Revert \"DocBaseClass: Fix java docstyle bug\"
* ConfigurationGathering: Silence warnings
* Add Do (N)othing Action
* Add line number in \"[ ]\" for the line diff
* Merge Severity line output
* ShowPatchAction: Change no_color
* DefaultArgParser.py: Improve filter-by usage
* DocumentationAPI: Ignore triple quote strings
* Revert \"DocumentationAPI: Ignore triple quote strings\"
* Processing: Reorder api doc
* Development_Setup.rst: Remove target \"dev-notes\"
* Add \"Executing section
...\"
* ConfigurationGathering.py: Update docstring
* Introduce `isinstance(cls, LinterClass)`
* coalib/abstractions: Add LinterClass.py
* DocBaseClass.py: Move class to new file
* FilterHelper: Rename params of filter functions
* FilterHelper: Reorder params of apply_filters
* FilterHelper: Rename filter functions
* Filter: Move filtering logic into FilterHelper
* LocalBearTestHelper: Add
*
*process_output_kwargs
* ConfigurationGathering: Correct docstring param
* Git_Basics.rst: Correct RST Syntax
* rultor: Fix maintainership check logic
* rultor: Check maintainership pre-merge
* rultor_secrets.sh.asc: Change key
* gitignore: Add rultor_secrets.sh
* Collectors: Stabilise bear order
* Smell: Change max_class_length default
* Add Root.Formatting aspect
* Spelling: Improve Root.Spelling aspect
* Smell: Improve Smell aspect
* Smell: Fix Dataclump\'s docs
* Show `stdout` and `stderr` for linter bears
* Collectors: Create basic bear collector by aspect
* aspects: Create ``get_leaf_aspects`` method
* Test: Add AspectTestBear
* coalaJSONTest: Revert wrong variable usage
* Bear.py: Make ``languages`` JSON compliant
* Add Show Applied Patches
* DocumentationComment.py: Add blankline padding
* Apply_single: Add documentation for param
* DocBaseClass: Fix java docstyle bug
* AspectList: Connect with holder bear
* meta: Add Languages to bears
* TestUtillites: Add TEST_BEARS_COUNT
* CoreTest.py: Replace generator statements
* SectionFilling: Allow custom fill_section method
* Restore functions removed in bear filter rewrite
* core: Execute all tests also with Python threads
* Core: Allow custom executor to run session
* Core: Port core functions to class
* Make Language pickle-able
* Extract and initialize aspects in section
* Aspect: Include AspectList in ``__all__``
* gitignore: Track developers docs
* BearTest: Remove urllib3\'s ProtocolError
* .travis.yml: Add csslint to PATH
* DocBaseClass: Add DocBaseClass
* Replace pip with pip3
* DefaultArgParser: Add generic filter-by option
* Detect BOM encoding in all file operations
* test.py: Remove print(...)
* Add apply-single-action
* Newcomers_Guide.rst: Gitter login using GitHub
* HiddenResult: Add generate_repr, generate_ordering
* Newcomers_Guide.rst: Prohibit deleting forks
* CLI: Fix output
* Add (C)hain Actions
* DocstyleDefinition: Renew parser foreach
*.coalang
* Revert \"Linter: Use super check_prerequisites\"
* circle: Increase timeout
* Linter: Use super check_prerequisites
* AspectList: Add ``exclude`` attribute
* aspectbase: Implement ``get`` from instance
* aspectbase: Recursively instance aspect children
* LocalBearTestHelper: Remove `check_order`
* Newcomers_Guide.rst: Remove bolding from heading
* Git_Basics.rst: Explain branches better
* Newcomers_Guide.rst: Change `cobot` to `corobo`
* Newcomers_Guide: Correct the sign-up instructions
* Newcomers_Guide: Improve English flow and grammar
* Linter.py: Stop TypeError raised on debug logging
* Review.rst: Add review queue link
* Bear_Installation_Tool.rst: Add warning
* test-requirements.txt: Allow requests-mock 1.3
* LocalBearTestHelper: Add get dependency mechanism
* Bear: Check dependency_results kwargs in execute()
* Writing_Native_Bears.rst: Add explained outputs
* typed_...: Create converter class instead of func
* CI: Remove workaround pip install docutils==0.13.1
* Update sphinx versions in docs-requirements
* README.rst: Add OpenHub badge to README
* Language.py: Fix typo
* Bear aspects: Add Statistics in CAN_DETECT
* LinterTest.py: Update regex for more flexibility
* Newcomers_Guide.rst: Reason to work on a branch
* execute_bear: Improve ``AssertionError`` message
* Newcomers_Guide.rst: Fix inline code
* Git_Basics: Add link to Mid-Rebase conflict guide
* aspectModule: Add ``get()`` method
* AspectList: Add ``get()`` method
* aspectbase: Add ``get()`` method
* aspect test: Add SubSubAspect fixture
* Change the input: Numbers to letters
* Change numbers to letters
* DocumentationComment: Fix missing ending colon
* AspectList: Overload __init__ to accept strings
* Aspects: Create exception for aspects lookup
* AspectTypeError: Move and rename class
* DocumentationComment.py: Accept `position`
* DocumentationComment: Add conditional for `None`
* DocumentationComment.py: Pass `indent`
* AspectList: Follow class name convention
* DocumentationAPI: Ignore triple quote strings
* .rultor.yml: Do not install pip3
* Change the coafile warning/output
* Smell: Quick fixes
* Add ``Root.Security`` aspect
* MethodSmell aspect: Correct typo
* CLI: Improve results output
* LinterTest: Run test_process_directory on Windows
* .travis.yml: Move unsupported check to a script
* test-requirements.txt: Fix coverage on Python 2.7
* Compatibility.py: Require coverage on Python 3.4
* Newcomers_Guide.rst: Link style guidelines
* CI: Cache Sphinx build directory
* Processing: Allow Bears to use raw files
* CI: Use pytest-reqs to verify requirements
* CI: Use coverage-env-plugin to set markers
* Fix pytest warnings
* root: Add docs missing fields
* Spelling: Add docs missing fields
* Metadata: Add docs missing fields
* Redundancy: Add docs missing fields
* Add test for aspects\' docs
* aspects/Smell: Add Smell aspect
* coalib: Replace \'binary\' with \'executable\'
* DocumentationComment.py: Add in-line comment
* DocumentationAPI: Support for :raises xyz:
* DocumentationComment.py: Improve `assemble()`
* circle.yml: Install docs-requirements
* aspects/Spelling: Add coalaCorrect aspect
* tests: Avoid exception in test logic
* Store Language.versions as Version instances
* Diff.py: Add linebreaks to unified diff
* Diff.py: Swap change_line for modify_line
* Diff.py: Add linebreaks to modified and original
* Diff.py: Add funcs to append linebreaks to lines
* Documentation: Clarify repository install
* README.rst: Fix Link to Travis CI for macOS Build
* README.rst: Add waffle.io graph
* CI: Revert requests breakage workaround
* Add --debug flag and internal debug arguments
* BearTest: Directly import urllib3
* LocalBearTestHelper: Add check_validity settings
* CI: Workaround sphinx error with docutils 0.14rc1
* CI: Workaround requests un-vendoring of chardet
* BearTest: Allow extra exception class
* DocumentationExtraction.py: Diff cut-off fix
* Logging.py: Fix coloring bug in --no-color option
* Newcomers_Guide.rst: Add Introduction to Gitter
* tests: Get rid of all the time.sleeps
* .coafile: Disable E303 for PycodeStyleBear
* html.py: Add HTML Language
* Writing_Good_Commits: Improve why we limit length
* Codestyle.rst: Rephrase sentence
* Diff.py: Remove has_changes and fix __bool__
* Diff.py: Convert incoming \"file_list\" on __init__
* Globbing.py: Add appropriate whitespace
* Add LocalBearTestHelper.check_line_result_count()
* TestBear: Change run() parameter order
* TestBear: Yield lines if there\'s a file provided
* ConsoleInteractionTest.py: Mock subprocess
* Merge CicularDependencyError classes
* OpenEditorAction.py: Add NeoVim as Editor
* core: Add dependency support
* core: Add initialize_dependencies
* set_default_section: Handle casing properly
* test-requirements.txt: Add argcomplete
* Setting: Enforce signature
* SectionTest: Remove use of Setting with int origin
* Writing_Tests: Fix typos
* docs: Replace py.test with pytest
* Globs: Change Glob-not-found warning
* core: Add group function
* docs-requirements.txt: Update sphinx
* Writing_Linter_Bears.rst: Add API link for AATTlinter
* Diff.py: Add new property has_changes
* DependencyTracker: Add __iter__
* DependencyTracker: Add dependencies property
* DependencyTracker: Add dependants property
* check_setuptools.py: Add format to pip list
* LocalBearTestHelper: Remove pragma no cover
* LocalBearTestHelper: Add check_invalidity
* LocalBearTestHelper: Use check_results
* Processing: Use os.cpu_count()
* Remove three unnecessary pragma no cover
* Shell: Remove unused get_shell_type
* Remove unnecessary default max workers
* docs: Add attribute to Bear development doc
* VERSION: Bump to 0.12 dev
* Tue Feb 05 2019 John Vandenberg - Initial spec for coala (dev)
 
ICM