Martin Curlej
dfe7660519
Removed PDC dependency from MBS and replaced it with MBS prod instance.
...
Signed-off-by: Martin Curlej <mcurlej@redhat.com >
Removed pdc from comments.
Signed-off-by: Martin Curlej <mcurlej@redhat.com >
Adding missing files.
Signed-off-by: Martin Curlej <mcurlej@redhat.com >
Updated PR according to review.
Signed-off-by: Martin Curlej <mcurlej@redhat.com >
Local modules builds now
Signed-off-by: Martin Curlej <mcurlej@redhat.com >
Removed copr from config
Signed-off-by: Martin Curlej <mcurlej@redhat.com >
Fixed bugs
Signed-off-by: Martin Curlej <mcurlej@redhat.com >
2018-07-04 10:13:18 +02:00
Jan Kaluza
9503e4624e
Support local build of modules with MSE.
2018-04-03 09:58:57 -04:00
Jan Kaluza
6fc8c646de
Add 'mbs-manager import_module'.
2018-04-03 09:58:57 -04:00
Yash Nanavati
1d3fd2af64
Minor changes towards Python 3 Compatability
2018-02-28 09:01:51 -05:00
Martin Curlej
a1fd9daa73
Moved skiptests cli option
2017-11-21 09:07:32 +01:00
Martin Curlej
11a51a0404
mbs-buil local now builds only from yaml files
2017-11-10 12:33:42 -05:00
Martin Curlej
03cff80e4a
Streamlined cmd line options for local builds
...
Signed-off-by: Martin Curlej <mcurlej@redhat.com >
2017-11-10 12:33:42 -05:00
Martin Curlej
60b3d97c97
flake8 cleanup
...
Signed-off-by: Martin Curlej <mcurlej@redhat.com >
removed some noqa tags
2017-10-25 12:13:59 +02:00
Ralph Bean
0e9ccb1895
Remove old SSL config options.
...
We used to do x509 authn a long time ago. We have since stopped doing
that, but we kept all of thise confusing SSL/TLS support stuff.
This removes all that, and fixes #685 .
2017-10-04 11:37:17 +02:00
Ralph Bean
3431379c8a
Only pull values from config at runtime, not import-time.
...
This fixes a bug @mikeb ran into.
Not sure how/when it got introduced.
2017-09-20 13:25:14 -04:00
mprahl
24c5468cb1
Modify generatelocalhostcert in manage.py to use a random serial number to prevent errors in the browser
2017-09-11 16:31:48 -04:00
mprahl
2ce4201206
Simplify _establish_ssl_context in manage.py
2017-09-11 15:55:47 -04:00
mprahl
e8061aec79
Remove unused command in manage.py
2017-09-11 15:47:32 -04:00
Igor Gnatenko
99a6c03507
manager: skiptests is not positional argument
...
mbs-build adds --skiptests option, but mbs-manager thinks that skiptests
is positional argument.
Fixes: aac4227eb8
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org >
2017-09-03 13:20:37 +02:00
Jan Kaluza
aac4227eb8
Add 'mbs-build local [[--add-local-build n:s:v], ...]' to use local builds as dependency.
2017-08-17 10:00:19 +02:00
Filip Valder
31b0e525c4
Fix #620 : Support for log flags in mbs-manager and mbs-build
2017-08-04 15:27:23 +02:00
Filip Valder
7ef2975984
PEP8 fixes
2017-07-17 18:29:10 +02:00
Jan Kaluza
1621c1e4fd
Create app_context before database session.
2017-07-11 09:41:55 +02:00
Jan Kaluža
646775d14d
Merge #588 Fix #580 : add --skiptests option to mbs-build and manage.py build_module_locally
2017-06-16 06:39:41 +00:00
Filip Valder
5391e7c9af
add --skiptests option to mbs-build and manage.py build_module_locally
2017-06-09 15:20:30 +02:00
Jan Kaluza
4b16cf9a64
Fix various bugs in 'mbs-build local'
2017-06-07 13:16:26 +02:00
Jan Kaluza
6abe36f90d
Add support for 'mbs-build local' and allow 'manage.py build_module_locally' to handle branch name as second argument.
2017-04-03 08:42:21 +02:00
Ralph Bean
141ffa8a17
Delete get_module_runtime_dependencies
...
It isn't really in use anywhere.
Fixes #378 .
2017-03-14 12:58:12 -04:00
Jan Kaluza
b569fa6c21
Fix #405 - Fix num_consecutive_builds.
2017-03-09 08:59:09 +01:00
Filip Valder
6b343896dd
s/rida/mbs/
2017-02-28 17:59:02 +01:00
Jan Kaluza
8b83e78394
Fix build_module_locally.
2017-02-23 10:42:34 +01:00
Jan Kaluza
d7b2b3ad52
Adjust the module ID in build_module_locally, because the fake base-runtime is not in DB anymore.
2017-01-12 13:43:40 +01:00
Jan Kaluza
0f797c2917
Remove fake base-runtime module from DB and old resolve_profiles method because they are not used anymore. Fix the tests to work with remove fake base-runtime.
2017-01-10 15:58:26 +01:00
Filip Valder
a62f2dae18
func wrapper for console scripts (command aliases); fix/add docstrings for proper conversion Flask-Script -> help2man
2017-01-06 16:57:44 +01:00
Ralph Bean
4b39eda44f
Move the moksha.hub.main code out into its own main function again.
2016-12-15 16:27:16 -05:00
Ralph Bean
f11caf32e5
Get the basic framework for local module builds working again with hub/consumer.
2016-12-15 16:27:15 -05:00
Matt Prahl
c4091aff92
Remove in-memory messaging
2016-12-15 16:27:15 -05:00
Matt Prahl
261549c8c2
Migrate scheduler to be run by fedmsg-hub
2016-12-15 16:27:15 -05:00
Jan Kaluza
d06c13d973
Fix the bug when module build freezes when all the components in batch have been already built by builder.
2016-12-12 21:03:44 +01:00
Filip Valder
184c73cae9
rely on {conf,module_build_service}/config.py and 'debug' conf item value
2016-12-09 17:32:20 +01:00
Filip Valder
e1fcc1f457
new command: mbs-manager (Flask command manager)
2016-12-09 13:31:50 +01:00
Filip Valder
2eda23233e
implement MODULE_BUILD_SERVICE_DEVELOPER_ENV functionality
2016-12-09 13:30:57 +01:00
Matt Prahl
15b5cf11b9
Fix default path for pki_dir
2016-12-07 09:24:33 -05:00
Filip Valder
8c7e631cac
Merge #241 Fix frontend's context
2016-12-07 10:28:41 +00:00
Filip Valder
3d4cc41c27
use just once during upgradedb otherwise frontend's request processing
...
is out of application context
From docs: Setting a SERVER_NAME also by default enables URL generation
without a request context but with an application context.
2016-12-06 14:21:25 +01:00
Jan Kaluza
b45905cbd0
Add 'in_memory' messaging backend and use it during build_module_locally to drop dependency on fedmsg-relay for local builds.
2016-12-06 10:21:42 +01:00
Filip Valder
8c09742b8b
went to module_build_service/manage.py few commits ago, just forgot to delete it during rebase
2016-12-05 15:18:26 +01:00
Filip Valder
c06bf7c7be
fix & rename ... perhaps might be configurable?
2016-12-05 15:17:37 +01:00
Filip Valder
4a78d4ece9
test whether it works like this
2016-12-05 15:17:37 +01:00
Filip Valder
b00a34f1f2
let's try this fix for 'RuntimeError: working outside of application context'
2016-12-05 15:17:37 +01:00
Filip Valder
316dd43778
better use conf items/vars
2016-12-05 15:17:37 +01:00
Filip Valder
d9976818a4
change security bits for cert_key_file
2016-12-05 15:17:37 +01:00
Filip Valder
56a2004320
not very smart...
2016-12-05 15:17:37 +01:00
Filip Valder
77cd112275
move & lint
2016-12-05 15:16:41 +01:00
Filip Valder
d166b7e213
move & lint
2016-12-05 15:16:41 +01:00