Joseph Schorr
|
63628678b8
|
Instead of sending DB IDs, send "internal IDs" which are DB IDs hashed. This way, we can still calculate the ancestors without hitting the DB further, but without leaking the size of the images table
|
2014-09-08 15:02:26 -04:00 |
|
Joseph Schorr
|
9eccdb7696
|
Fix NPE
|
2014-09-08 12:00:20 -04:00 |
|
Joseph Schorr
|
e028d4ae0a
|
Merge master into branch
|
2014-09-04 18:08:18 -04:00 |
|
Joseph Schorr
|
e783df31e0
|
Add the concept of require_fresh_login to both the backend and frontend. Sensitive methods will now be marked with the annotation, which requires that the user has performed a login within 10 minutes or they are asked to do so in the UI before running the operation again.
|
2014-09-04 14:24:20 -04:00 |
|
Joseph Schorr
|
1e7e012b92
|
Add a requirement for the current password to change the user's password or email address
|
2014-09-03 15:41:25 -04:00 |
|
Joseph Schorr
|
584f6b9635
|
Add a spinner when a tag is being deleted
|
2014-08-29 13:59:54 -04:00 |
|
Joseph Schorr
|
ee3ad9e7c3
|
Enable invoice views on all plans
|
2014-08-22 19:48:58 -04:00 |
|
Joseph Schorr
|
2a3094cfde
|
- Fix zero clipboard integration to properly hide the clipboard controls when flash is not available.
- Hide the download .dockercfg link in Safari, since it doesn't work there anyway
|
2014-08-22 15:24:56 -04:00 |
|
Joseph Schorr
|
d2880807b2
|
- Further fixes for license stuff
- Small fixes to ensure Quay works for Postgres
|
2014-08-21 19:21:20 -04:00 |
|
Joseph Schorr
|
c4a27b2c7a
|
Add a unified error display method to make the code cleaner. Also fixes a UI issue in create org
|
2014-08-18 18:21:53 -04:00 |
|
Joseph Schorr
|
e7daca5d95
|
Add better messaging and UI around repos and images that are currently being pushed
|
2014-08-13 17:54:15 -04:00 |
|
Joseph Schorr
|
389c88a7c4
|
Update federated login to store metadata and have the UI pull the information from the metadata
|
2014-08-11 18:25:01 -04:00 |
|
Joseph Schorr
|
2597bcef3f
|
Add support for login with Google. Note that this CL is not complete
|
2014-08-11 15:47:44 -04:00 |
|
Joseph Schorr
|
6f804c222a
|
Replace references seen in the enterprise version to "Quay.io" with a config-pulled value
|
2014-08-08 13:50:04 -04:00 |
|
Joseph Schorr
|
eee6a38c5f
|
Auto-focus the tag name field in the add tag dialog
|
2014-08-05 18:16:30 -04:00 |
|
Jake Moshenko
|
0372013f70
|
Merge remote-tracking branch 'origin/redalert'
Conflicts:
app.py
|
2014-08-04 16:56:34 -04:00 |
|
Joseph Schorr
|
af32b53a4e
|
Fix create token form in the repo-admin view. We had to add type="button" to the delete-ui button so that clicking it doesn't submit the form (and keep the focus there)
|
2014-07-29 18:53:23 -04:00 |
|
Joseph Schorr
|
591cd020b8
|
Merge branch 'master' into redalert
|
2014-07-18 15:58:56 -04:00 |
|
Joseph Schorr
|
afebb7780d
|
Add an NPE check to lookup up a tag's image's ancestors
|
2014-07-17 23:02:18 -04:00 |
|
Joseph Schorr
|
566fda9351
|
Add an NPE check to loadImageChanges
|
2014-07-17 23:00:25 -04:00 |
|
Joseph Schorr
|
a45054bf2e
|
Change tag_view to avoid a DB lookup and only return the tag's image ID. We map the ID in the frontend based on the image data returned
|
2014-07-17 15:16:22 -04:00 |
|
Joseph Schorr
|
de8e898ad0
|
Add UI for managing repo notifications
|
2014-07-17 13:32:39 -04:00 |
|
Joseph Schorr
|
18ec8c0f93
|
Make build package UI a bit nicer and make sure it always executes via a scope apply
|
2014-07-14 16:33:00 -04:00 |
|
Joseph Schorr
|
c7cc3f72f8
|
- Fix error messages in new org creation
- Add the org name regex to the name field
|
2014-07-09 13:35:59 -04:00 |
|
Jake Moshenko
|
c338b7d621
|
Merge remote-tracking branch 'origin/touchdown'
Conflicts:
static/css/quay.css
static/js/controllers.js
test/data/test.db
|
2014-07-07 15:33:51 -04:00 |
|
Joseph Schorr
|
ee0d483efd
|
Fix "Run Build Again" to send the tags to which we should push.
|
2014-06-26 19:55:16 -04:00 |
|
Joseph Schorr
|
257b66fa2a
|
Make sure the repo exists when setting a tag
|
2014-06-10 14:43:52 -04:00 |
|
Joseph Schorr
|
4282977e90
|
Check on the builds array; it may not be present if the page has changed or the builds have not yet loaded
|
2014-06-04 16:08:26 -04:00 |
|
Joseph Schorr
|
c630d7e948
|
Merge branch 'master' into touchdown
Conflicts:
static/js/app.js
static/partials/organizations.html
test/data/test.db
|
2014-06-03 13:22:26 -04:00 |
|
Jake Moshenko
|
0057ced98c
|
Move GitHub build trigger behind a feature flag.
|
2014-05-30 18:28:18 -04:00 |
|
Joseph Schorr
|
69be86be97
|
Add extra seat check in the user API call and turn off user->org conversion when authentication is LDAP
|
2014-05-28 15:53:53 -04:00 |
|
Jake Moshenko
|
8c3448080c
|
Merge remote-tracking branch 'origin/master' into touchdown
Conflicts:
test/data/test.db
|
2014-05-21 14:43:57 -04:00 |
|
Joseph Schorr
|
abfb86ccce
|
Change button on the tour page to "Start free trial" and have it start the plan signup process
|
2014-05-19 12:53:30 -04:00 |
|
Joseph Schorr
|
ee37cf2f4e
|
- Default to private repo in new repo view
- Make it even more clear when you choose public vs private
|
2014-05-16 14:19:54 -04:00 |
|
Joseph Schorr
|
8327d9fdbf
|
Fix URLs of the generated build status badges
|
2014-05-12 19:03:42 -04:00 |
|
Joseph Schorr
|
b4e091badd
|
Fix the build view controller to always search for the build to update
|
2014-05-09 17:54:11 -04:00 |
|
Joseph Schorr
|
e2992d08bb
|
Further JS fixes
|
2014-05-09 17:23:35 -04:00 |
|
Joseph Schorr
|
278c28f350
|
Fix NPE in user service
|
2014-05-08 19:09:43 -04:00 |
|
Jake Moshenko
|
73a0cc791b
|
Merge remote-tracking branch 'origin/master' into touchdown
Conflicts:
static/js/app.js
|
2014-05-07 15:32:27 -04:00 |
|
Joseph Schorr
|
8da4104e7b
|
Make sure that we only save the tree reference if we have actually rendered it.
|
2014-05-01 16:11:50 -04:00 |
|
Joseph Schorr
|
65e6041f55
|
Fix handling of larger build packs and straight Dockerfiles
|
2014-05-01 01:48:39 -04:00 |
|
Joseph Schorr
|
2d18117e68
|
Change the screenshots section to be a single screenshot with clickable sections
|
2014-04-30 21:00:07 -04:00 |
|
Joseph Schorr
|
c244f367ba
|
Start on tour UI and make some small changes to the overall Quay UI
|
2014-04-29 00:45:42 -04:00 |
|
Joseph Schorr
|
283050e159
|
Fix bug in creating organizations
|
2014-04-27 16:35:48 -04:00 |
|
Joseph Schorr
|
ad8b72b3aa
|
Switch the twitter view to use a carousel
|
2014-04-24 01:18:47 -04:00 |
|
Joseph Schorr
|
d8efb399b0
|
Merge branch 'tagyourit'
|
2014-04-17 14:20:28 -04:00 |
|
Joseph Schorr
|
a3bd2a065a
|
Merge branch 'githublogin'
|
2014-04-16 22:48:03 -04:00 |
|
Joseph Schorr
|
63cf8beb26
|
- Fix trigger setup to… work…
- Make sure new manual builds are added to the repo build list immediately
|
2014-04-16 17:50:25 -04:00 |
|
jakedt
|
3f42d15335
|
Merge remote-tracking branch 'origin/master' into tagyourit
Conflicts:
static/css/quay.css
static/js/graphing.js
static/partials/view-repo.html
test/data/test.db
|
2014-04-15 15:58:30 -04:00 |
|
jakedt
|
5a1bb9988f
|
Merge remote-tracking branch 'origin/master' into ncc1701
|
2014-04-15 14:14:56 -04:00 |
|