Commit graph

22 commits

Author SHA1 Message Date
Marcin Kuzminski
fcc027c282 license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
Marcin Kuzminski
e3d352749c packaging: restructured setup.py file.
- added inclusion of configs
- some cleanups
- use pytest runner as other projects do
2016-12-13 11:54:43 +01:00
Marcin Kuzminski
94dc4195e2 dependencies: organized test requirements.
- introduced requirements_test.txt file to store test requirements.
- add  parsing into setup.py of requirement files and passing it automatically.
2016-12-07 00:19:15 +01:00
Marcin Kuzminski
33ad4d47b8 libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1 2016-11-10 17:29:46 +01:00
Martin Bornhold
f5a84e0461 nix: Add subprocess32 to build inputs.
From the python 2 docs: POSIX users (Linux, BSD, etc.)
are strongly encouraged to install and use the much
more recent subprocess32 module instead of the version
included with python 2.7. It is a drop in replacement
with better behavior in many situations.
2016-10-14 09:23:41 +02:00
Martin Bornhold
b6edbc7c40 nix: Remove flake8 from test requirements. 2016-09-30 16:45:52 +02:00
Martin Bornhold
0e71efebfd nix: Add pytest-sugar to our development environment 2016-09-27 16:42:11 +02:00
Marcin Kuzminski
b70466f693 packaging: added channelstream and gevent back into CE.
- re-generated packages using pip2nix
2016-08-02 12:21:45 +02:00
Daniel Dourvaris
9dd0674b39 forms: add deform for integration settings forms 2016-07-27 11:39:23 +03:00
Martin Bornhold
cb6fc8a3c1 dev-env: Remove locustio from dependencies and nix-shell 2016-07-21 14:21:01 +02:00
Martin Bornhold
f178c4826e dev-env: Add locustio to the nix-shell. 2016-07-12 20:36:11 +02:00
Daniel Dourvaris
7ff09cda95 integrations: add integration support
* added db migration for integration table, version 55
* added integrations views/templates/models
* added slack integration
* added h.url.current() support for pyramid only contexts
* added issues extractor for commit messages
* renamed repo-deleted/repo-created to repo-delete/repo-create
* removed marshmallow
* added serialization for events to static dicts of data
* added lazy_ugettext for translation of start time string
2016-07-10 06:43:20 +03:00
Daniel Dourvaris
23d7a947f5 events: add serialization .to_dict() to events based on marshmallow 2016-07-06 12:21:03 +03:00
Marcin Kuzminski
83b9fcd4da release: merge back stable branch into default 2016-07-04 12:38:32 +02:00
Marcin Kuzminski
3db34079bd setup:added missing py-gfm 2016-07-01 17:49:01 +02:00
Marcin Lulek
8abd31cc4f setup: require dogpile.cache and core 2016-07-01 17:29:36 +02:00
Marcin Kuzminski
2fa4556f4a i18n: added JS extractors to work with the standard extract_messages command. 2016-07-04 00:02:14 +02:00
Johannes Bornhold
966561a1f4 authn: Add rhodecode token auth plugin to setup.py 2016-06-03 11:24:29 +02:00
Johannes Bornhold
284957a394 authn: Renamed auth_container -> auth_headers 2016-05-30 15:26:26 +02:00
Johannes Bornhold
d593bef27b authn: Add container authentication plugin again. 2016-05-27 19:31:30 +02:00
Johannes Bornhold
8b9d673143 dependencies: Add gunicorn
Adding gunicorn into the default environment so that we have it available when
dunning nix-shell as well.
2016-05-24 23:47:50 +02:00
Marcin Kuzminski
9a0d8c0b77 project: added all source files and assets 2016-05-24 15:56:53 +02:00