20 Commits

Author SHA1 Message Date
Qixiang Wan
90d110efb8 Remove mbspoller for fedmsg-hub 2020-03-03 14:48:47 -05:00
mprahl
66c3f82160 Format the coding style across the codebase using "black" and manual tweaks
The main benefit of this commit is that the use of double quotes
is now consistent.
2019-04-26 00:32:13 -04:00
mprahl
ea1fc93325 Remove the Docker development environment
This development environment has not been maintained in a long time
and it doesn't work anymore. Let's remove it for now and reintroduce
containers when we start using OpenShift for development.
2018-04-03 09:58:57 -04:00
Filip Valder
7ef2975984 PEP8 fixes 2017-07-17 18:29:10 +02:00
Ralph Bean
8238ab81df Make the scheduler more quiet in development.
It may be nice to have the scheduler be more quiet when run inside
docker.  Our DEBUG output level is very spammy.

/cc @mjia
2017-02-20 20:14:39 -05:00
Filip Valder
5ea74fec20 fix scheduler (ensure existing entry points, fix mbsproducer->mbspoller) 2017-01-11 15:23:52 +01:00
Filip Valder
7762fb7adb communication with pdc-updater devel + docs 2016-12-16 12:42:16 +01:00
Matt Prahl
261549c8c2 Migrate scheduler to be run by fedmsg-hub 2016-12-15 16:27:15 -05:00
Ralph Bean
d13c7991ed Cleanup in preparation for package review.
I'm taking on #235.  This is all stuff that came up while doing a
cursory package review myself.

- The source files all state that they are MIT, but the specfile and
  repo claimed to be GPL.  I switched everything to MIT (even though I
  favor GPL.. the source was MIT first before it was incorrectly
  labelled GPL).
- There are various bugs and lint issues in the specfile fixed here.
- Notably, the systemd service file is missing from the 1.0.0 tarball on
  PyPI, so I'll need to do a new release after this.
2016-12-12 15:09:58 -05:00
Ralph Bean
cb050b92c8 Use a less hacky way to determine if we're running inside Docker. 2016-10-31 10:47:50 -04:00
Ralph Bean
77b5e93d6f Another try at portable fedmsg-relay dev config. 2016-10-31 09:38:21 -04:00
Ralph Bean
77a01a3b33 Adjustments to the dev config.
This should make it easier to have a common configuration between local
docker-compose environments and the config for the modularity.fic.org
cloud node.
2016-10-29 16:21:09 -04:00
Ralph Bean
2eb03ca32e Silence one really noisy logger from python-requests. 2016-10-28 10:11:28 -04:00
Ralph Bean
3a18e156ed Adjust fedmsg config to work in our docker-compose environment. 2016-10-28 10:11:28 -04:00
Matt Prahl
b4082dc551 Rename module from rida to module_build_service
Rename routes from /rida/1/module-builds/ to /module-build-service/1/module-builds/
2016-10-24 10:30:23 -04:00
Ralph Bean
320957ef68 Add the fedmsg-relay inbound endpoint, for Jenkins. 2016-10-19 13:17:57 -04:00
Ralph Bean
325a09d721 Add an empty endpoints config value, just for Jenkins. 2016-10-19 09:14:31 -04:00
Ralph Bean
1b53951dfe Set fedmsg in active mode, just like we have in our dev environment. 2016-10-18 13:32:21 -04:00
Matt Prahl
d86374f360 Add documentation on how to setup fedmsg signing in development 2016-09-27 16:40:03 -04:00
Ralph Bean
c691973601 Basics of messaging. 2016-06-30 12:30:01 -04:00