Joseph Schorr
|
5778076abb
|
Merge branch 'master' of https://bitbucket.org/yackob03/quay
|
2013-12-18 23:03:32 -05:00 |
|
Joseph Schorr
|
ed82d65dd1
|
- Add API for returning the user’s used private repos and available private repos
- Fix the same API for orgs
- Change the chosen plan in the create repo view to use the API
- Add an account indicator if the user is over their plan
|
2013-12-18 23:03:19 -05:00 |
|
yackob03
|
dec74fc608
|
When an email code has already been used, just redirect to signin.
|
2013-12-18 19:47:42 -05:00 |
|
yackob03
|
d0e62d2099
|
Don't load olark if the host doesn't specify prod.
|
2013-12-18 19:41:22 -05:00 |
|
yackob03
|
791867dabe
|
Merge branch 'master' of ssh://bitbucket.org/yackob03/quay
|
2013-12-18 19:17:08 -05:00 |
|
yackob03
|
d527746cfe
|
Fix the list of public repos to respect the limit set by the API request.
|
2013-12-18 19:16:58 -05:00 |
|
root
|
19f9a566e5
|
Merge branch 'master' of https://bitbucket.org/yackob03/quay
|
2013-12-18 23:32:58 +00:00 |
|
root
|
2c50d148b4
|
Move the client body buffering over to /mnt (non-ebs).
|
2013-12-18 23:32:31 +00:00 |
|
Joseph Schorr
|
95a8915546
|
Temporarily disable Google Analytics until such time as angulartics supports multiple providers
|
2013-12-18 18:16:32 -05:00 |
|
yackob03
|
ec01b47608
|
Merge remote-tracking branch 'origin/loading-bar'
Conflicts:
static/js/app.js
|
2013-12-18 17:26:56 -05:00 |
|
Joseph Schorr
|
b5dfabaaa3
|
Bug fixes
|
2013-12-18 17:04:07 -05:00 |
|
Joseph Schorr
|
b2e4b8152e
|
Add a loading bar and convert to using the new ApiService and resource-view (part #2)
|
2013-12-17 22:56:28 -05:00 |
|
Joseph Schorr
|
46a13706fa
|
Make it so mix panel is the last installed and remove the unneeded call in the analytics snippet
|
2013-12-17 18:41:30 -05:00 |
|
Joseph Schorr
|
777cc45fcb
|
Add Google Analytics
|
2013-12-17 15:21:14 -05:00 |
|
Joseph Schorr
|
cc8e0e5ea5
|
Add a new cookie service and have it properly use permanent cookies when needed.
|
2013-12-17 15:03:34 -05:00 |
|
Joseph Schorr
|
8725b7a87c
|
Store the selected namespace in a persistent cookie, not a session cookie
|
2013-12-17 14:48:13 -05:00 |
|
Joseph Schorr
|
414bd34d52
|
Work in progress: add a loading bar and convert to using the new ApiService and resource-view
|
2013-12-17 13:19:59 -05:00 |
|
Joseph Schorr
|
a53106be3b
|
No need to clear the plan since the redirect is now only if the user is signed in
|
2013-12-13 15:50:57 -05:00 |
|
Joseph Schorr
|
f36d7d7b76
|
Add an email invoice tool
|
2013-12-13 15:11:11 -05:00 |
|
Joseph Schorr
|
242f844055
|
Have user setup use a cookie to determine which section to have open by default
|
2013-12-11 18:27:35 -05:00 |
|
Joseph Schorr
|
9dbbd33afc
|
Switch to using a common directive for user setup (sign in, sign up, recover account) everywhere
|
2013-12-11 18:20:24 -05:00 |
|
Joseph Schorr
|
abe6db334d
|
Make the pricing page ask for signup and, if completed, redirect to the proper page to subscribe to a plan. Also fixes a redirect issue with Github signin on the new org page
|
2013-12-11 17:50:48 -05:00 |
|
Joseph Schorr
|
91f4464cb6
|
Add the sign up form to the sign in page
|
2013-12-11 16:55:07 -05:00 |
|
Joseph Schorr
|
d41f651a38
|
Merge branch 'master' of https://bitbucket.org/yackob03/quay
|
2013-12-11 16:50:36 -05:00 |
|
Joseph Schorr
|
c24a14b402
|
Move the signup form into its own directive
|
2013-12-11 16:50:10 -05:00 |
|
Joseph Schorr
|
3302b58cc3
|
Switch to using the UserService’s cache of org information for whether a user is an admin of a namespace/org (#2)
|
2013-12-10 15:49:34 -05:00 |
|
Joseph Schorr
|
df1500b6d0
|
Switch to using the UserService’s cache of org information for whether a user is an admin of a namespace/org
|
2013-12-10 15:22:22 -05:00 |
|
Joseph Schorr
|
9197a20a77
|
Add a dropdown next to the entity search which shows all the user’s teams and robot accounts, and lets them create new ones on the fly
|
2013-12-10 01:38:05 -05:00 |
|
Joseph Schorr
|
ecabcc3fc6
|
Add support for deep linking of tabs
|
2013-12-09 23:33:28 -05:00 |
|
Joseph Schorr
|
6cc0482bfb
|
Make sure to properly load the entries for the last day
|
2013-12-09 21:13:21 -05:00 |
|
Joseph Schorr
|
93dec70fe7
|
One more title fix
|
2013-12-09 17:30:26 -05:00 |
|
Joseph Schorr
|
c27d8a4c19
|
Fix title in logs view
|
2013-12-09 17:29:17 -05:00 |
|
Joseph Schorr
|
a3b834cd66
|
Add ability to pick the dates of the logs viewed
|
2013-12-09 17:28:23 -05:00 |
|
root
|
7b38482fd9
|
Split the staging nginx config from the production one.
|
2013-12-09 16:04:00 +00:00 |
|
root
|
61618c7eab
|
We can't count on auth tokens being sent anymore, so we set the namespace and repository for the session when the original put on the repo is made.
|
2013-12-09 04:24:29 +00:00 |
|
root
|
8917812efa
|
Merge branch 'master' of https://bitbucket.org/yackob03/quay
|
2013-12-09 02:38:44 +00:00 |
|
Joseph Schorr
|
17372b89be
|
Fix title and description for the new page
|
2013-12-06 19:30:55 -05:00 |
|
Joseph Schorr
|
a0f9e1646a
|
Add a logs view for specific members of an organization
|
2013-12-06 19:25:27 -05:00 |
|
Joseph Schorr
|
59046b2e79
|
Add ability to download logs
|
2013-12-06 15:59:59 -05:00 |
|
yackob03
|
52bee66c9f
|
Update the checksums to a version that supports empty layers.
|
2013-12-06 14:23:26 -05:00 |
|
root
|
6f496e7efd
|
Merge branch 'master' of https://bitbucket.org/yackob03/quay
|
2013-12-06 19:22:22 +00:00 |
|
yackob03
|
859f2b9db2
|
Add a tool to compute a list of orphans and missing data between the storage and the database.
|
2013-12-04 17:55:25 -08:00 |
|
root
|
3eea9a81de
|
Merge branch 'master' of https://bitbucket.org/yackob03/quay
|
2013-12-04 22:43:13 +00:00 |
|
yackob03
|
06582369df
|
Merge branch 'pullredirect'
|
2013-12-04 14:40:46 -08:00 |
|
root
|
334131e009
|
Merge branch 'master' of https://bitbucket.org/yackob03/quay
|
2013-12-04 19:34:44 +00:00 |
|
Joseph Schorr
|
95340eeb6e
|
Fix invoice view when there is no associated plan
|
2013-12-04 14:32:55 -05:00 |
|
Joseph Schorr
|
b3e2d9a2a4
|
Downgrade d3 back to 3.3.3.
|
2013-12-03 21:59:47 -05:00 |
|
Joseph Schorr
|
c5830e94c6
|
Downgrade d3 back to 3.3.3.
|
2013-12-03 21:58:31 -05:00 |
|
Joseph Schorr
|
d80015276b
|
Make sure the graph uses UTC date range
|
2013-12-03 20:08:02 -05:00 |
|
root
|
49564fe7ef
|
Merge remote-tracking branch 'origin/pullredirect'
|
2013-12-04 00:44:19 +00:00 |
|