jakedt
|
3525e383df
|
Merge remote-tracking branch 'origin/master' into pullinprivate
Conflicts:
test/data/test.db
|
2014-04-01 18:28:48 -04:00 |
|
Joseph Schorr
|
35f69b9f5b
|
Add support for .tar.gz build packs in the build package viewer
|
2014-04-01 00:23:53 -04:00 |
|
jakedt
|
d67a1cddc2
|
Merge remote-tracking branch 'origin/master' into pullinprivate
Conflicts:
workers/dockerfilebuild.py
|
2014-03-31 18:10:34 -04:00 |
|
Joseph Schorr
|
2006917e03
|
Add support for pull credentials on builds and build triggers
|
2014-03-27 18:33:13 -04:00 |
|
jakedt
|
910fabe103
|
Disable that pesky browser cache in the ways that matter.
|
2014-03-26 18:36:59 -04:00 |
|
jakedt
|
f060fd6ae0
|
Fix and unify CSRF support across web and API endpoints.
|
2014-03-25 14:32:26 -04:00 |
|
jakedt
|
0992c8a47e
|
Fix some permissions problems still around due to some usage of scopes as strings.
|
2014-03-19 18:21:58 -04:00 |
|
jakedt
|
c93c62600d
|
Merge remote-tracking branch 'origin/master' into swaggerlikeus
Conflicts:
data/database.py
endpoints/api.py
endpoints/common.py
templates/base.html
test/data/test.db
test/specs.py
|
2014-03-19 15:39:44 -04:00 |
|
Joseph Schorr
|
807fa68fe4
|
Fix the remainder of the API usage tests. Note that this still fails when the blueprint is registered again, so each subset of tests has to be run on its own
|
2014-03-18 20:32:37 -04:00 |
|
jakedt
|
64071b9e8e
|
Add a user info scope and thread it through the code. Protect the org modification API.
|
2014-03-18 19:21:27 -04:00 |
|
jakedt
|
3b3d71bfd7
|
Feed error messages through a cors wrapper so that people on other domains can see what's happening.
|
2014-03-17 16:57:35 -04:00 |
|
jakedt
|
5bb4008880
|
Fix cookie auth to work with oauth token auth. Make sure user loading is truly deferred to save DB connections.
|
2014-03-17 12:01:13 -04:00 |
|
Joseph Schorr
|
e759066ae0
|
Change ApiService to use the new swagger-backed discovery and the new /v1/ API endpoints. Also changes all other /api/ calls (the few that are still manually invoked)
|
2014-03-14 23:40:41 -04:00 |
|
Joseph Schorr
|
e5a461989f
|
Add a check_repository_usage method which adds (or removes) a notification on the user/org when they go over their plan usage
|
2014-03-12 19:19:39 -04:00 |
|
Joseph Schorr
|
368a8da7db
|
- Add data classes for notifications
- Add basic API for notifications
- Change the password required to be a notification
|
2014-03-12 00:49:03 -04:00 |
|
Joseph Schorr
|
c5fa12329c
|
Update path matching regex to support dots
|
2014-03-11 14:42:53 -04:00 |
|
Joseph Schorr
|
e699739b23
|
Fix handling of repository names that match known endpoints (build, trigger, etc) and add tests to ensure it is fixed
|
2014-03-11 14:30:00 -04:00 |
|
jakedt
|
011490d36d
|
Refactor a lot of the build create code out into a common method. Add an endpoint for manually starting triggers.
|
2014-02-25 19:39:43 -05:00 |
|
jakedt
|
b9580c1c29
|
Merge remote-tracking branch 'origin/master' into rustedbuilds
|
2014-02-25 17:19:15 -05:00 |
|
jakedt
|
9afd49e882
|
Leave ISEs as 400s, but log exceptions and have slightly improved error messages.
|
2014-02-25 17:19:02 -05:00 |
|
jakedt
|
de49ce151b
|
Merge remote-tracking branch 'origin/master' into rustedbuilds
|
2014-02-25 17:00:38 -05:00 |
|
jakedt
|
fa4c925e4d
|
Allow exception tracebacks to get logged to the log file.
|
2014-02-25 16:54:49 -05:00 |
|
jakedt
|
d5304f7db0
|
Merge remote-tracking branch 'origin/master' into rustedbuilds
Conflicts:
data/database.py
endpoints/api.py
endpoints/common.py
test/data/test.db
|
2014-02-21 14:52:40 -05:00 |
|
jakedt
|
b5d4919364
|
Split out callbacks into their own blueprint. Add build trigger DB information and connect it with some APIs. Stub out the UI to allow for generation of triggers. Split out the triggers into a plugin-ish architecture for easily adding new triggers.
|
2014-02-18 15:50:15 -05:00 |
|
jakedt
|
e7064f1191
|
Fix the tests and the one bug that it highlighted.
|
2014-02-16 18:59:24 -05:00 |
|
Joseph Schorr
|
4ffb86314b
|
Fix all non-test url_for’s
|
2014-01-30 17:23:21 -05:00 |
|
Joseph Schorr
|
310c98df50
|
Move each flask module into a Blueprint and have CSRF protection only on the API blueprint
|
2013-12-30 17:05:27 -05:00 |
|
Joseph Schorr
|
b598c7ec85
|
Style fixes
|
2013-12-28 19:56:23 -05:00 |
|
Joseph Schorr
|
21ac1c9210
|
Add CSRF protection to every API call
|
2013-12-28 14:07:44 -05:00 |
|
yackob03
|
6fb6eb64e1
|
Fix the imports when separating out the new common.py file.
|
2013-12-27 18:01:44 -05:00 |
|
Joseph Schorr
|
3d899b9f95
|
Embed the discovery information directly into the page
|
2013-12-27 17:19:14 -05:00 |
|