Skip to content

Commit

Permalink
Release 0.2.5
Browse files Browse the repository at this point in the history
Changelog:
* Add community projects repository
* Add support for gravatar service
* Fixed bugs and css styles

See merge request polemarch/ce!110
  • Loading branch information
onegreyonewhite committed Dec 14, 2018
2 parents 642e569 + ae9d80f commit b3e02d6
Show file tree
Hide file tree
Showing 92 changed files with 464 additions and 91 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ index.html
/polemarch.egg-info/
/polemarch/projects/
doc/_build
/polemarch/doc
test_screenshot.png
.coverage.*
7 changes: 4 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ code_style:
- issue_building
only:
changes:
- polemarch/**/*.{py,pyx}
- polemarch/main/**/*
- polemarch/api/**/*
- requirements.txt
- Makefile
- tox.ini
Expand Down Expand Up @@ -124,7 +125,7 @@ py36-install:
image: onegreyonewhite/tox:ubuntu
script:
- cat /etc/hosts
- tox ${TOX_ARGS} -e deb RELEASE=${CI_BUILD_ID} RELOCATE_BIN=/usr/local/bin/venvctrl-relocate INSTALL_PY=python3
- tox ${TOX_ARGS} -e deb RELEASE=${CI_BUILD_ID} RELOCATE_BIN=/usr/local/bin/venvctrl-relocate
- echo "echo 'hello'" > /bin/systemctl
- sudo apt update
- sudo apt install ./dist/*.deb -y -q
Expand Down Expand Up @@ -227,7 +228,7 @@ release_deb:
- $PYPI_UPLOAD_PASSWORD
image: onegreyonewhite/tox:ubuntu
script:
- make test ENVS=deb INSTALL_PY=python3
- make test ENVS=deb
allow_failure: false
artifacts:
name: "release-deb-${CI_BUILD_REF_NAME}.${CI_BUILD_ID}"
Expand Down
6 changes: 3 additions & 3 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ unsafe-load-any-extension=no
# A comma-separated list of package or module names from where C extensions may
# be loaded. Extensions are loading into the active Python interpreter and may
# run arbitrary code
extension-pkg-whitelist=
extension-pkg-whitelist=vstutils.custom_model

# Allow optimization of some AST trees. This will activate a peephole AST
# optimizer, which will apply various small optimizations. For instance, it can
Expand Down Expand Up @@ -277,13 +277,13 @@ ignore-mixin-members=yes
# (useful for modules/projects where namespaces are manipulated during runtime
# and thus existing member attributes cannot be deduced by static analysis. It
# supports qualified module names, as well as Unix pattern matching.
ignored-modules=vstutils.urls,vstutils.api.base,vstutils.api.views,vstutils.gui.views,vstutils.api.permissions,vstutils.api.filters,vstutils.middleware,vstutils.environment,vstutils.utils,vstutils.exceptions,vstutils.models,vstutils.api.decorators,vstutils.api.swagger,vstutils.api.serializers,
ignored-modules=vstutils.custom_model,vstutils.urls,vstutils.api.base,vstutils.api.views,vstutils.gui.views,vstutils.api.permissions,vstutils.api.filters,vstutils.middleware,vstutils.environment,vstutils.utils,vstutils.exceptions,vstutils.models,vstutils.api.decorators,vstutils.api.swagger,vstutils.api.serializers,
# ignored-modules=vstutils

# List of class names for which member attributes should not be checked (useful
# for classes with dynamically set attributes). This supports the use of
# qualified names.
ignored-classes=optparse.Values,thread._local,_thread._local
ignored-classes=optparse.Values,thread._local,_thread._local,vstutils.custom_model

# List of members which are set dynamically and missed by pylint inference
# system, and so shouldn't trigger E1101 when accessed. Python regular
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NAME = $(NAMEBASE)
VER = $(shell $(PY) -c 'import $(NAME); print($(NAME).__version__)')
PROJECT_CTL = $(NAME)ctl
MAIN_APP = main
VSTUTILS_REQ = $(shell cat requirements.txt | grep vstutils | sed 's/\[.*\]/[doc]/')
VSTUTILS_REQ = $(shell cat requirements-doc.txt | grep vstutils | sed 's/\[.*\]/[doc]/')
VSTUTILS = $(VSTUTILS_REQ)
PIPARGS = $(shell echo -n "--cache-dir=$$(pwd)/.pip-cache")
ARCHIVE = $(NAME)-$(VER).tar.gz
Expand Down
4 changes: 2 additions & 2 deletions deb.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ Source: $(NAME)
Section: unknown
Priority: optional
Maintainer: $(VENDOR)
Build-Depends: debhelper (>= 9), python3-virtualenv, python3-pip, python3-dev, gcc, libffi-dev, libssl-dev, libyaml-dev, libkrb5-dev, libssl-dev, libsasl2-dev, libldap2-dev
Build-Depends: debhelper (>= 9), python-virtualenv, python-pip, python-dev, gcc, libffi-dev, libssl-dev, libyaml-dev, libkrb5-dev, libssl-dev, libsasl2-dev, libldap2-dev
Standards-Version: 3.9.5
Homepage: https://gitlab.com/vstconsulting/polemarch
Vcs-Git: git@gitlab.com:vstconsulting/polemarch.git
Vcs-Browser: https://gitlab.com/vstconsulting/polemarch.git

Package: $(NAME)
Architecture: amd64
Depends: $${shlibs:Depends}, $${misc:Depends}, python3-virtualenv, libffi6, libssl-dev, sshpass, libpython3.5, git, libyaml-dev, libkrb5-dev, libssl-dev, libsasl2-dev, libldap2-dev, mime-support
Depends: $${shlibs:Depends}, $${misc:Depends}, python-virtualenv, libffi6, libssl-dev, sshpass, libpython2.7, git, libyaml-dev, libkrb5-dev, libssl-dev, libsasl2-dev, libldap2-dev, mime-support
Description: $(SUMMARY)
$(DESCRIPTION)
endef
Expand Down
2 changes: 1 addition & 1 deletion doc/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Here is how to proceed:

.. sourcecode:: bash

git clone https://gitlab.com/cepreu/polemarch.git
git clone https://gitlab.com/vstconsulting/polemarch.git

6. Create a branch for your work named with number of issue:

Expand Down
Loading

0 comments on commit b3e02d6

Please sign in to comment.