- Jun 28, 2022
-
-
Rajmund Hruška authored
-
Rajmund Hruška authored
-
Rajmund Hruška authored
Run tests in multiple Python versions See merge request 709/warden/idea!6
-
- Jun 27, 2022
-
-
Rajmund Hruška authored
-
Rajmund Hruška authored
-
Rajmund Hruška authored
-
Rajmund Hruška authored
-
- Jun 21, 2022
-
-
Rajmund Hruška authored
Use nose2 See merge request 709/warden/idea!4
-
Rajmund Hruška authored
-
Rajmund Hruška authored
Show deprecation warnings See merge request 709/warden/idea!3
-
Rajmund Hruška authored
-
- Jun 01, 2022
-
-
Rajmund Hruška authored
-
Rajmund Hruška authored
-
- Apr 17, 2022
-
-
Rajmund Hruška authored
CI/CD See merge request 709/idea/idea!1
-
Rajmund Hruška authored
-
Rajmund Hruška authored
-
- Apr 06, 2018
-
-
Pavel Kácha authored
-
- Apr 04, 2018
-
-
Pavel Kácha authored
-
- Sep 08, 2017
- Sep 07, 2017
-
-
Jan Mach authored
-
Jan Mach authored
This is very usefull both for unit testing and for readability.
-
Jan Mach authored
-
Jan Mach authored
Out automated build system currently requires, that each project contains master makefile called MMakefile and that file must provide particular set of make targets. This commit introduces all necessary changes to enable automated package builds. Following is a list of required make targets: * pyflakes * pylint * test * docs * buildbot Part of this patch is a facelift of make output style and formating.
-
Jan Mach authored
Changed the setup.py script to include and use the actual package version directly from Python module in local directory. This change really simplifies package versioning, because value of only one __version__ variable needs to be updated and it will be used as version identifier of generated Python packages (wheels). Previous commit, that introduced automated package documentation already used this approach.
-
Jan Mach authored
The implementation is almost complete, the only thing missing is make target, which will be part of big makefile update in one of the next commits. Documentation itself is still work in progress, only the generation process itself is ready.
-
Jan Mach authored
This commit deprecates old Perl library for handling IDEA messages, which will not be supported anymore. It also features restructuralization of the whole repository, because typedcols and ipranges libraries were moved into separate git repositories. Another reason for restructuralization is support of our automated build system.
-
- Aug 30, 2017
-
-
Pavel Kácha authored
-
- Jul 31, 2017
-
-
Pavel Kácha authored
-
- May 05, 2017
-
-
Pavel Kácha authored
-
- Apr 28, 2017
-
-
Jan Mach authored
For the purpose of better reusability the whole project was divided into following PyPI packages: * ipranges * typedcols * idea-format Each of these packages resides in separate subdirectory with it`s own makefile, readme file and setup.py.
-
Jan Mach authored
Added separate Pythonic version information into each future package, bumped up version after previous refactoring.
-
Jan Mach authored
Before publishing packages on PyPI, it was necessary to perform refactoring of module names to better options. * iprange.py => ipranges.py * typedcol.py => typedcols.py
-
- Apr 20, 2017
-
-
Pavel Kácha authored
-
Pavel Kácha authored
-
- Apr 19, 2017
-
-
Pavel Kácha authored
-
Pavel Kácha authored
-