Commit graph

3478 commits

Author SHA1 Message Date
Jimmy Zelinskie
99a2fdf285 css: properly size dash in checkbox 2015-06-23 12:23:50 -04:00
josephschorr
a929866b9a Merge pull request #165 from jzelinskie/damnyoutrollius
buildman: fix ER failing to heartbeat
2015-06-22 18:14:30 -04:00
Jimmy Zelinskie
197f3b9b85 buildman: fix ER failing to heartbeat 2015-06-22 18:12:20 -04:00
josephschorr
5c3804c0cf Merge pull request #164 from coreos-inc/authsimplify
Remove ability to create Quay users from the Docker CLI
2015-06-22 17:35:53 -04:00
Joseph Schorr
805af9338a Fix index test spec 2015-06-22 17:33:32 -04:00
Joseph Schorr
9887c9c163 Remove ability to create Quay users from the Docker CLI 2015-06-22 17:12:05 -04:00
Jimmy Zelinskie
a793bc1529 Merge pull request #163 from coreos-inc/oauthdesc
Add scope descriptions to the generate token page
2015-06-22 15:50:22 -04:00
Joseph Schorr
8dcd41fc2f Add scope descriptions to the generate token page
Also makes the UI a bit nicer.

Fixes #95
2015-06-22 15:49:26 -04:00
Jimmy Zelinskie
66450d4810 Merge pull request #152 from coreos-inc/branchtag
Allow manual triggering of both branches and tags
2015-06-22 15:37:03 -04:00
Jimmy Zelinskie
440226aace Merge pull request #162 from coreos-inc/robotint
Robots API for users should not be internal-only
2015-06-22 15:14:43 -04:00
Joseph Schorr
ce6474c6b5 Robots API for users should not be internal-only 2015-06-22 15:14:10 -04:00
Jimmy Zelinskie
98340cfb6b Merge pull request #160 from coreos-inc/plusfix
Only show "New Dockerfile Build" when user has write permission
2015-06-22 12:18:07 -04:00
Joseph Schorr
744f462b96 Only show "New Dockerfile Build" when user has write permission
Fixes #156
2015-06-22 12:17:14 -04:00
Joseph Schorr
143036be9c Allow manual triggering of both branches and tags
Fixes #100
2015-06-19 14:38:26 -04:00
Jimmy Zelinskie
d5e4b35a78 Merge pull request #154 from coreos-inc/optimize
Optimize the generate_headers check to skip the permissions load when we don't need it
2015-06-19 14:04:46 -04:00
Joseph Schorr
2c46665415 Optimize the generate_headers check to skip the permissions load when we don't need it 2015-06-19 14:02:51 -04:00
Jimmy Zelinskie
3036d339b2 Merge pull request #153 from coreos-inc/noauthscm
Raise a proper deactivation exception on bad credentials
2015-06-19 13:20:57 -04:00
Joseph Schorr
ec22bc0662 Raise a proper deactivation exception on bad credentials 2015-06-19 13:05:42 -04:00
Brandon Philips
8132190fc8 Merge pull request #138 from philips/README-add-dev-setup
README: document getting started process
2015-06-19 12:25:14 -04:00
Brandon Philips
69c2f5185b README: document getting started process
The old instructions were rather dense and I believe out of date.
Replace it with this set of instructions.

Move the local-setup script to contrib/osx in anticipation for a
contrib/linux and contrib/k8s setup.
2015-06-18 12:31:42 -04:00
Jimmy Zelinskie
82287926ab Merge pull request #140 from coreos-inc/eventinfo
Add more build information to the events and have better messaging
2015-06-17 16:49:59 -04:00
Jimmy Zelinskie
4fb1875dbe Merge pull request #148 from coreos-inc/squashwarn
Add better messaging around squashed fetching when the user is not a namespace admin
2015-06-17 16:40:20 -04:00
Joseph Schorr
96bcfa84ae Add better messaging around squashed fetching when the user is not a namespace admin
Fixed #147
2015-06-17 16:38:31 -04:00
Joseph Schorr
331c300893 Refactor JWT auth to not import app locally 2015-06-17 15:53:21 -04:00
Jake Moshenko
ee154c37a8 Merge pull request #121 from coreos-inc/robots
Add support for custom robots.txt in conf/stack
2015-06-17 15:48:30 -04:00
Joseph Schorr
ba1328eefa Change default robots.txt to disallow everything; we now override it in the production config 2015-06-17 15:45:03 -04:00
Jake Moshenko
34c06b0932 Merge pull request #133 from coreos-inc/alembichealth
Add health check endpoint to verify that the locally running DB revis…
2015-06-17 15:04:19 -04:00
Joseph Schorr
c2dc1c9b75 Handle case where etcd key is already removed on job complete 2015-06-17 15:02:58 -04:00
josephschorr
99dff912af Merge pull request #146 from jzelinskie/timeout
help with the timeouts and all
2015-06-17 14:18:41 -04:00
Jimmy Zelinskie
177b96e965 builder: add missing 'yield from' coroutine 2015-06-17 14:16:27 -04:00
Jimmy Zelinskie
59aba93514 builder: update heartbeat timestamp on log message 2015-06-17 14:16:27 -04:00
Jimmy Zelinskie
2d6c0eadb1 Merge pull request #142 from coreos-inc/githubdelfix
Allow GitHub triggers to be removed if OAuth token is invalid
2015-06-17 13:27:27 -04:00
Joseph Schorr
fe70139daa Allow GitHub triggers to be removed if OAuth token is invalid 2015-06-17 13:25:01 -04:00
Joseph Schorr
9b974f6b80 Add more build information to the events and have better messaging
Fixes #79
2015-06-16 23:16:36 -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
Jimmy Zelinskie
7315736c1f Merge pull request #134 from coreos-inc/permapprove
Default to the read role in the permissions table
2015-06-16 17:37:46 -04:00
Jimmy Zelinskie
548e3d4d22 Merge pull request #129 from coreos-inc/gitfix
Handle the case where GH auth fails on a trigger request
2015-06-16 15:54:26 -04:00
Joseph Schorr
48ee4671a7 Some additional fixes when testing this branch 2015-06-16 15:46:58 -04:00
Joseph Schorr
91c829bd14 Merge branch 'master' into gitfix 2015-06-16 15:18:24 -04:00
josephschorr
98cfa44613 Merge pull request #137 from jzelinskie/nginx
nginx: recompile with SSL module, move directives
2015-06-16 12:32:29 -04:00
Jimmy Zelinskie
3166c9a38f nginx: recompile with SSL module, move directives 2015-06-16 12:30:25 -04:00
Jimmy Zelinskie
92c0a05ec1 Merge pull request #135 from coreos-inc/logsuifix
Fix bug in the logs view UI
2015-06-15 17:29:30 -04:00
Joseph Schorr
b2d2fbe18f Fix bug in the logs view UI 2015-06-15 17:26:58 -04:00
Joseph Schorr
34ab6e4ccc Default to the read role in the permissions table
Fixes #126
2015-06-15 16:11:39 -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
Jimmy Zelinskie
ae779cade2 Merge pull request #130 from coreos-inc/setupbuildnow
Add button for running a newly setup trigger
2015-06-15 15:53:50 -04:00
Joseph Schorr
16a205c108 Add button for running a newly setup trigger
This allows users quick access to test their new trigger they just setup

Fixes #125
2015-06-12 17:02:58 -04:00
Jake Moshenko
860c7faf61 Merge pull request #127 from coreos-inc/vatotax
Add support for custom fields in billing invoices
2015-06-12 16:51:46 -04:00
Joseph Schorr
e7fa560787 Add support for custom fields in billing invoices
Customers (especially in Europe) need the ability to add Tax IDs, VAT IDs, and other custom fields to their invoices.

Fixes #106
2015-06-12 16:45:01 -04:00
Joseph Schorr
da120a1ef2 Handle the case where GH auth fails on a trigger request
Fixes #124
2015-06-12 16:34:13 -04:00