Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 89cc2a8

Browse files
committed
more cleanup
1 parent 2101dcb commit 89cc2a8

File tree

3 files changed

+0
-82
lines changed

3 files changed

+0
-82
lines changed

CHANGELOG

Lines changed: 0 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +0,0 @@
1-
f25da66 (HEAD, origin/minor-fixes, minor-fixes) updated version to 0.1.2 and updated readme
2-
2c8149e (origin/master, origin/HEAD, master) Merge branch 'master' of github.com:cloudify-cosmo/repex
3-
465ae01 updated version to 0.1.1
4-
d0f2e51 Merge pull request #8 from cloudify-cosmo/add-validator-option
5-
42c41df (origin/add-validator-option) Merge branch 'master' into add-validator-option
6-
3c217a8 sudo false dude
7-
5c21688 updated version to 0.1.1
8-
880b839 readme fixes
9-
730af2c reamde update
10-
82fb1e9 a more robust validator test
11-
dd9ecab added validator feature
12-
ebd89d4 minor stuff
13-
3b6d7c5 Merge pull request #7 from cloudify-cosmo/some-fixes
14-
8d03ede now supporting python 2.6. bah!
15-
6f0eb98 tox is now verbose
16-
3d33f19 minor stuff and documentation
17-
22ef4f1 (tag: 3.2m7, tag: 3.2m6) Merge pull request #6 from cloudify-cosmo/add-shields-to-readme
18-
e25f6ce (tag: 3.2m5, tag: 3.2m4) flake8 fixes
19-
8b4081b Merge pull request #5 from cloudify-cosmo/support-in-config-variables
20-
fab1107 some tox modifications and added in config variables support
21-
4804f52 (tag: 3.2m3) hardcode coverage version
22-
c08333f (tag: 3.2m2) Update .gitignore
23-
ebe95f9 Merge pull request #4 from cloudify-cosmo/replace-raises-with-exits
24-
bed0c3b Test fixes
25-
b121739 more user oriented error printing and error code mapping
26-
f45a450 more user oriented error printing and error code mapping
27-
b78c961 Merge pull request #3 from cloudify-cosmo/file-not-found-error-handling
28-
e2d36bc done
29-
410e56d added shields
30-
4043e44 (tag: 3.2m1) Merge pull request #2 from cloudify-cosmo/handle-path-not-found
31-
e8ef013 merge fixes
32-
ff56b7e Merge pull request #1 from cloudify-cosmo/expand-more-attributes
33-
38878c4 Merge branch 'master' into expand-more-attributes
34-
64b21d6 Merge branch 'master' of github.com:cloudify-cosmo/repex
35-
2e08d5f Update setup.py
36-
a0afa61 doc fix
37-
6b5f25a Even some more docs
38-
4ae2008 oops
39-
1a97455 some more documentation
40-
ce768c0 expanded the docs a tad
41-
856666e fixed must_include test. Now more attributes can receive variables
42-
4c197ad some doc fixes
43-
2c24096 added a more elaborate description
44-
3087bd7 (tag: 3.1rc2, tag: 3.1) Update README.md
45-
4c10f8e (tag: 3.1rc1) Update README.md
46-
3728173 Update README.md
47-
4f55fee added path-not-found handling and some tests
48-
c020e8b Merge branch 'master' of github.com:cloudify-cosmo/repex
49-
8c79efc (tag: 3.1m5) fixed flake8 errors
50-
6e8d9e9 Added support for matching files by regular expression Added support for excluding files based on regular expression
51-
86ed804 added verbose mode to get_all_files
52-
5062bf2 added some tests
53-
ca327f7 fixed directory exclusion
54-
9ac772d added verbose mode to get_all_files
55-
c5336ab added exclusion option, testing base_dir setup from cmd, and more..
56-
ed54d96 removed much too verbose logging
57-
8fba75b now not forcing pattern and match in file, not configurable yet
58-
0625ef3 added missing terms report, py26 tests and some cleanup
59-
b69e970 EESHK2!
60-
5338a12 EESHK!
61-
125afa6 cleanup and documentation
62-
9d230a4 fixed problem with identifying regex groups
63-
ba5881d removed docs env from tox
64-
a47f076 removed docs env
65-
0d2f3b0 fixed tsts
66-
d61e34c Removed docs
67-
24e5337 fixed variable extension bug
68-
04ad130 fixed variable extension bug
69-
fc91a1b more user friendly logging
70-
4eab0cf removed content printing
71-
476a3b6 fix for multiple occurences
72-
2e75e95 some fixes
73-
a3ba058 err. done?
74-
a5c7563 added tests
75-
4ed3b65 MOAR!
76-
2be65a9 oi

TODO.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
- repex/logger.py:60: # TODO: (IMPRV) only perform file related actions if file handler is
2-
- repex/logger.py:61: # TODO: (IMPRV) defined.
3-
- repex/repex.py:27: # TODO: (IMPRV) only raise exceptions in verbose mode
4-
- repex/repex.py:161: # TODO: Handle cases where var is referenced
5-
- repex/repex.py:162: # TODO: but not defined

dev-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
coverage==3.7.1
22
nose
33
nose-cov
4-
testfixtures
54
testtools

0 commit comments

Comments
 (0)