Dan Yeaw
385d249b7a
Correct wrong short license on each source file
...
Signed-off-by: Dan Yeaw <dan@yeaw.me>
2018-01-13 18:33:50 -05:00
Dan Yeaw
daf01c6b9d
Remove gitlab CI configuration
2018-01-13 16:06:31 -05:00
Dan Yeaw
20cae01533
Add Code of Conduct
2018-01-13 16:03:19 -05:00
danyeaw
210a1cf473
Fixed license preamble header.
2017-05-12 22:07:22 -04:00
danyeaw
68cb1d3229
Added license preamble and copyright, closes #10 .
2017-05-12 22:03:34 -04:00
danyeaw
a0e13c7c7c
Added license preamble and cleaned up formatting, #5 and #10
2017-05-10 22:02:59 -04:00
danyeaw
e93655df43
Changed from assert to assertEqual and assertTrue to get more information about unittests failing
2017-05-10 21:28:22 -04:00
danyeaw
9a8a2c7162
Fixed nosetest error caused by moving docs module
2017-05-09 22:11:27 -04:00
danyeaw
ee5a735891
Fixed TypeError on string formatting in error logging
2017-05-09 22:04:21 -04:00
danyeaw
ca2dd3a624
Add vext.pygtk to tox to attempt pygtk warning fix.
2017-05-09 20:17:30 -04:00
danyeaw
dce043f488
Merge remote-tracking branch 'origin/master'
2017-05-08 21:55:01 -04:00
danyeaw
fe98784265
Attempt to fix pygtk errors and get python 2.7 CI working.
2017-05-08 21:54:43 -04:00
danyeaw
7951eb7fc1
Updated module description.
2017-05-08 21:45:24 -04:00
Dan Yeaw
67d04be073
Fixed build status and coverage indicators
2017-05-07 04:19:57 +00:00
Dan Yeaw
4ee1016580
Add build status and coverage report.
2017-05-07 04:15:18 +00:00
danyeaw
4addb9b46f
Fix CI error for pygtk not available attempt #2
2017-05-07 00:07:34 -04:00
danyeaw
eeb45dc281
Fix CI error for pygtk not available
2017-05-06 23:55:30 -04:00
danyeaw
dba14e47c7
Fix python:alpine docker images not available.
2017-05-06 23:50:54 -04:00
danyeaw
9d5bb67a69
Fix for apk command not found in python docker image
2017-05-06 23:44:51 -04:00
danyeaw
0a2a2ba5cf
Initial setup of CI using tox
2017-05-06 23:29:25 -04:00
danyeaw
2b5e9f52ee
Formatting #5 , copyright and copying permission #10
2017-05-05 23:37:10 -04:00
Dan Yeaw
28a10a1c5e
Merge branch 'gh-0cd1f404/44/encolpe/patch-1' into 'master'
...
Fix "LookupError: unknown encoding: CHARSET"
See merge request !44
2017-05-05 01:33:03 +00:00
danyeaw
240f12ef1b
0.17.2 Release
2017-05-03 22:26:42 -04:00
danyeaw
7db71d5073
Sample docs index file no longer needed
2017-05-03 22:13:39 -04:00
danyeaw
a686dac575
ez_setup no longer needed for pip / wheel distribution
2017-05-03 22:12:27 -04:00
danyeaw
f92f636914
Updated Help About screen
2017-05-03 22:11:15 -04:00
danyeaw
e5aa0cc4a9
Preparing to release new version to PyPi
2017-05-03 21:23:10 -04:00
danyeaw
9e4de90998
Added current maintainer
2017-05-02 22:10:56 -04:00
danyeaw
8caeaaa9b5
Moved contents.txt to index.txt
2017-05-02 22:05:11 -04:00
danyeaw
cea0ac3059
Moved main documentation page to index.html and updated copyright.
2017-05-02 22:01:52 -04:00
danyeaw
1e0779e3a2
Moved doc index to docs folder, deleted extra Sphinx files.
2017-05-02 21:14:18 -04:00
danyeaw
7b0d3521aa
Resolved error with mv command during CI.
2017-05-02 21:01:51 -04:00
danyeaw
81bf2654ba
Attempt #2 to point GitLab Pages to docs/ folder.
2017-05-02 20:55:46 -04:00
danyeaw
9e7173c651
Updated CI Config to point GitLab Pages to docs folder.
2017-05-02 20:45:32 -04:00
danyeaw
bb50e25b94
Moved doc to docs to match a more standard project structure. Added default GitLab Pages Sphinx documentation installation, issue #3 . Changed CONTRIBUTING to MarkDown. Moved license information to LICENSE.txt. Updated README. Updated setup.py and setup.cfg to start to move from easy_install to pip, issue #2 .
2017-05-01 22:17:22 -04:00
Dan Yeaw
b67d4afca9
Delete HACKING, replaced by Contributing.md
2017-05-01 01:58:14 +00:00
Dan Yeaw
b2bdd33c46
Add contribution guide, closes #7
2017-05-01 01:56:11 +00:00
danyeaw
43e96f826a
Fixed more Python3 compatibility, issue #1
2017-04-30 21:53:24 -04:00
danyeaw
b5246d06a0
Formatting cleanup.
2017-04-30 21:24:58 -04:00
danyeaw
ffabc82351
Ran python-modernize on files outside of gaphor. Updated formatting.
2017-04-30 21:23:46 -04:00
danyeaw
4b5e44b5dc
Updating formatting per PEP8.
2017-04-30 21:18:19 -04:00
danyeaw
68e485f41b
Fixed invalid path to icons.xml
2017-04-29 23:02:08 -04:00
danyeaw
88383d3b20
build_uml replaced the uml2 module, fixed recursive imports using constrained import definitions instead of trying to copy the Diagram class from diagram to uml2.
2017-04-29 22:51:06 -04:00
danyeaw
2eb31e5379
Reformatted per PEP8.
2017-04-29 22:37:47 -04:00
danyeaw
c2fb84888e
Ran python-modernize on examples, doc, and utils.
2017-04-29 22:26:39 -04:00
danyeaw
e919f92040
Cleaned up imports and reformatted per PEP8.
2017-04-29 22:18:58 -04:00
danyeaw
a8503d7b20
Optimized imports and cleanup formatting
2017-04-29 22:17:43 -04:00
danyeaw
10462376df
Fixed global name "parse" not defined.
2017-04-29 22:00:00 -04:00
danyeaw
b705df38d6
Revert "Reformatted all code to match PEP8, optimized imports."
...
This reverts commit 244be6b6472b6ad9a9b27a32267e4d4a093d56bb.
2017-04-29 21:58:43 -04:00
danyeaw
d4bf556bdb
Revert "PEP8 formatting"
...
This reverts commit f5a6ff44189497ed06a7863ed488716fa4e40234.
2017-04-29 21:57:04 -04:00