Joseph Schorr
|
a916177c16
|
Fix broken imports
|
2015-07-29 18:28:58 -04:00 |
|
Jake Moshenko
|
3efaa255e8
|
Accidental refactor, split out legacy.py into separate sumodules and update all call sites.
|
2015-07-17 11:56:15 -04:00 |
|
Jake Moshenko
|
ccebba8f51
|
Clean up headers and whitespace.
|
2015-06-23 17:10:03 -04:00 |
|
Joseph Schorr
|
7b94e37c95
|
Clarify why we use features.BILLING as the feature flag on the route
|
2015-06-16 17:43:02 -04:00 |
|
Joseph Schorr
|
6e0dc1df08
|
Add health check endpoint to verify that the locally running DB revision matches that of the database
Fixes #132
|
2015-06-15 15:55:30 -04:00 |
|
Jake Moshenko
|
e09d84b3c8
|
Merge pull request #55 from coreos-inc/oauthdeny
Fix OAuth redirect for denial action when generating for internal tokens
|
2015-06-05 14:00:16 -04:00 |
|
Joseph Schorr
|
c0e995c1d4
|
Merge branch 'master' into nolurk
|
2015-06-02 13:55:16 -04:00 |
|
Joseph Schorr
|
5516911de9
|
Fix OAuth redirect for denial action when generating for internal tokens
|
2015-06-02 12:25:59 -04:00 |
|
Joseph Schorr
|
b3ea4ecaa2
|
Remove unneeded mime type set; jsonify does this for us
|
2015-05-26 17:30:10 -04:00 |
|
Joseph Schorr
|
9888c3ad9b
|
Add an endpoint for downloading the logs of a build.
|
2015-05-26 17:24:18 -04:00 |
|
Joseph Schorr
|
54992c23b7
|
Add a feature flag for disabling unauthenticated access to the registry in its entirety.
|
2015-05-19 17:52:44 -04:00 |
|
Joseph Schorr
|
2379af71f8
|
Parse the client secret properly
|
2015-05-18 15:01:37 -04:00 |
|
Joseph Schorr
|
fb8e718c44
|
Fix OAuth 2 handler to support retrieving parameters from other places; various OAuth client (such as the Go library) send the values in the request body or even the Auth header
|
2015-05-18 12:38:39 -04:00 |
|
Joseph Schorr
|
b96e35b28c
|
Merge master into bitbucket
|
2015-04-30 15:52:08 -04:00 |
|
Jimmy Zelinskie
|
ded28f6b30
|
redirect ac-discovery=1 to the index
This is a temp fix because rkt doesn't follow redirects.
|
2015-04-30 13:03:50 -04:00 |
|
Joseph Schorr
|
5cc91ed202
|
Work in progress: bitbucket support
|
2015-04-24 18:36:48 -04:00 |
|
Joseph Schorr
|
01698e8d16
|
Fix OAuth 500 error
|
2015-04-24 16:42:31 -04:00 |
|
Joseph Schorr
|
c480fb2105
|
Work in progress: bitbucket support
|
2015-04-24 15:13:08 -04:00 |
|
Jimmy Zelinskie
|
02498d72ba
|
almost all PR discussion fixes
|
2015-04-21 18:04:25 -04:00 |
|
Jimmy Zelinskie
|
ba2cb08904
|
Merge branch 'master' into git
|
2015-04-16 17:38:35 -04:00 |
|
Joseph Schorr
|
703f48f194
|
Add auto-redirect to user and org pages for the new layout
|
2015-04-10 15:35:23 -04:00 |
|
Joseph Schorr
|
f67eeee8c8
|
Start conversion of the user admin/view
|
2015-04-02 16:34:41 -04:00 |
|
Joseph Schorr
|
27a9b84587
|
Switch avatars to be built out of CSS and only overlayed with the gravatar when a non-default exists
|
2015-03-30 17:55:04 -04:00 |
|
Jimmy Zelinskie
|
7d1d53ebcb
|
custom trigger: initial setup wizard
|
2015-03-27 17:07:06 -04:00 |
|
Jimmy Zelinskie
|
3dbaafbd60
|
Merge branch 'pagesnew' into star
|
2015-02-23 15:07:49 -05:00 |
|
Joseph Schorr
|
83d25d8c2b
|
Add a page for toggling the cookie used for the new layout experiment
|
2015-02-23 14:48:33 -05:00 |
|
Jimmy Zelinskie
|
917dd6b674
|
Merge branch 'master' into star
|
2015-02-18 17:36:58 -05:00 |
|
Joseph Schorr
|
045614c6c8
|
Merge branch 'master' into ackbar
|
2015-02-09 17:16:42 -05:00 |
|
Joseph Schorr
|
cf774e23df
|
Merge branch 'master' into v2
|
2015-02-05 15:37:14 -05:00 |
|
Joseph Schorr
|
bfb0784abc
|
Add signing to the ACI converter
|
2015-02-04 15:29:24 -05:00 |
|
Joseph Schorr
|
1022355bb1
|
Revert changes accidentally checked in
|
2015-01-29 15:00:44 -05:00 |
|
Joseph Schorr
|
30b895b795
|
Merge branch 'grunt-js-folder' of https://github.com/coreos-inc/quay into ackbar
|
2015-01-23 17:26:14 -05:00 |
|
Joseph Schorr
|
c8229b9c8a
|
Implement new step-by-step setup
|
2015-01-23 17:19:15 -05:00 |
|
Joseph Schorr
|
1cce87b136
|
Add is_testing info and mirror the moved endpoints so we can migrate safely.
|
2015-01-20 16:58:29 -05:00 |
|
Joseph Schorr
|
b74b7de197
|
Clean up the health checking code and move the endpoints to /health/instance and /health/endtoend.
|
2015-01-20 16:53:05 -05:00 |
|
Joseph Schorr
|
92d32bc636
|
Make the DB health check first attempt a simple DB connection. If the database is in the middle of a failover, this will fail after 3 seconds (the connection timeout specified), rather than hanging and causing the ELB health checks to timeout and fail.
|
2015-01-20 14:46:22 -05:00 |
|
Joseph Schorr
|
2a89accc49
|
Fix exception handling in the registry health check and make sure the user_loader is registered before the process is forked
|
2015-01-16 22:41:54 -05:00 |
|
Joseph Schorr
|
2bae008bb1
|
Add a timeout to the health check on the registry workers
|
2015-01-16 13:22:54 -05:00 |
|
Joseph Schorr
|
a4de476a85
|
Have the health check also ping the registry endpoint to make sure it is functional.
|
2015-01-14 23:39:58 -05:00 |
|
Joseph Schorr
|
6ed28930b2
|
Work in progress: Docker -> ACI conversion
|
2015-01-13 17:46:11 -05:00 |
|
Joseph Schorr
|
47fb10b79f
|
Merge branch 'master' into ackbar
|
2015-01-08 13:57:39 -05:00 |
|
Joseph Schorr
|
27e7447569
|
Fix spacing
|
2015-01-05 12:12:00 -05:00 |
|
Joseph Schorr
|
4ca877c1d4
|
Add ability to download system logs
|
2014-12-23 14:01:00 -05:00 |
|
Jimmy Zelinskie
|
6968c148f7
|
Allow redirects to specific tags
|
2014-12-18 16:01:59 -05:00 |
|
Jimmy Zelinskie
|
5a484cfe11
|
Initial redesigned UI for repo listings w/ stars.
|
2014-12-11 15:07:41 -05:00 |
|
Jimmy Zelinskie
|
8591889c62
|
Generate PNG avatars.
|
2014-11-26 16:52:24 -05:00 |
|
Jimmy Zelinskie
|
eab79ff1ad
|
Add caching headers to avatar endpoint.
|
2014-11-26 10:54:16 -05:00 |
|
Joseph Schorr
|
0e13ef3ff8
|
Fix various bugs and styling issues
|
2014-11-24 19:40:03 -05:00 |
|
Joseph Schorr
|
7bf96c506f
|
Merge branch 'bees' into koh
|
2014-11-24 19:25:53 -05:00 |
|
Joseph Schorr
|
e9cac407df
|
Add a configurable avatar system and add an internal avatar system for enterprise
|
2014-11-24 19:25:13 -05:00 |
|