Filip Valder
7fcfe05f85
Fix issue #251 :
...
- support for mupltiple SCM URLs (logic was broken when there were more
than one SCM URL in SCMURLS conf. var)
- unsplit-brain handling of SCM URLs between frontend and backend
2016-12-12 13:05:27 +01:00
Jan Kaluza
8cb4e0de5d
Use OIDC to auth the users, replace submit-build.sh by submit-build.py which does hackish way of OIDC just to test things.
2016-12-02 14:52:04 +01:00
Matt Prahl
91af4a1840
Change cancel build API to be a PATCH instead
2016-11-30 15:00:32 -05:00
Jan Kaluža
bb5dd5f75c
Merge #227 Fix #105 - Add new cancel API call which can be used to cancel the module build.
2016-11-30 15:56:34 +00:00
Jan Kaluza
1e4e1be91e
Fix #105 - Add new cancel API call which can be used to cancel the module build.
2016-11-30 12:20:50 +01:00
Jan Kaluza
f7350a395f
Allow file:// URLs when building modules locally
2016-11-30 10:33:20 +01:00
Filip Valder
f8496379eb
cosmetic changes
2016-11-21 22:54:18 +01:00
Jan Kaluza
7b9e4f7234
Initial version of mock backend
2016-11-10 09:57:00 +01:00
Filip Valder
e4d69962fa
fix: incorporate @ralph 's recommendation: flask.url_for
2016-11-07 20:14:29 +01:00
Filip Valder
dd4790f514
fix: issue #159 return state_url in JSON after module build submission
2016-11-07 13:13:01 +01:00
Ralph Bean
bb317a9323
Fix typo bug in our existence check.
...
This gave a traceback every time before. We need a trailing comma there
in order to make that an `iterable`, otherwise our `in` check doesn't
make any sense.
2016-10-27 15:59:41 -04:00
Ralph Bean
1ce135412f
Allow optional authz, to make dev much simpler.
2016-10-26 15:44:21 -04:00
Courtney Pacheco
dbe26fcfb5
Adding code to handle componentless builds
2016-10-25 03:29:58 -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