Commit graph

894 commits

Author SHA1 Message Date
yackob03
8981f576fc Fixes to the build server. 2013-12-31 16:22:58 -05:00
yackob03
39fa982ef2 Add some logging to the registry for failure cases. 2013-12-31 16:22:27 -05:00
yackob03
3e67e39e61 Merge remote-tracking branch 'origin/autobot' 2013-12-27 18:31:36 -05:00
Joseph Schorr
1303877da0 Fix popovers 2013-12-27 18:05:04 -05:00
yackob03
6fb6eb64e1 Fix the imports when separating out the new common.py file. 2013-12-27 18:01:44 -05:00
yackob03
e02c98022d Specify the aggregate function for MySQLs GROUP BY. 2013-12-27 17:31:20 -05:00
Joseph Schorr
3d899b9f95 Embed the discovery information directly into the page 2013-12-27 17:19:14 -05:00
yackob03
d93a8b6033 Use group_by to eliminate duplicates in the entity search. 2013-12-27 17:06:27 -05:00
yackob03
e23bee99ec Fix a bug where users in a different org would not show up in the entity search. 2013-12-27 16:56:31 -05:00
Joseph Schorr
619f3abc16 Fix change password to not reload the user on every keystroke 2013-12-27 14:14:21 -05:00
yackob03
af697efba3 Fix the underlines on the plans features. Update the price on the landing page. 2013-12-27 14:07:15 -05:00
Joseph Schorr
b0422fd16c Hide olark in mobile view. It is just a distraction 2013-12-26 22:28:50 -05:00
Joseph Schorr
4366bbbbf5 Hide lark in mobile view. It is just a distraction 2013-12-26 22:28:32 -05:00
Joseph Schorr
56bb46ffb2 - Make the discovery information be preloaded via a bootstrap.js file before angular runs
- Have ApiService generate all the api methods specified by the API discovery information
- Change all call sites (except for a select few when it does not make sense) to use ApiService
2013-12-26 17:45:16 -05:00
Joseph Schorr
1904e6d0c8 Change to nicer API method names and add the internal_api_call decorator in prep for the automatic discovery mechanism 2013-12-24 21:56:03 -05:00
yackob03
445145f9b9 Merge branch 'restructure' 2013-12-24 14:24:24 -05:00
yackob03
19d7125253 Distinguish the discontinued plans. 2013-12-24 14:23:53 -05:00
Joseph Schorr
b5f1723adc Make deprecated plans show the cancel button 2013-12-23 16:43:45 -05:00
yackob03
cb96998916 Tweaks to the new plans page. 2013-12-23 16:37:10 -05:00
yackob03
bf60862d8e Switch to the new Digital Ocean Docker image. 2013-12-23 15:07:10 -05:00
Joseph Schorr
55c0c12d04 Merge branch 'restructure' of https://bitbucket.org/yackob03/quay into restructure 2013-12-23 15:05:11 -05:00
Joseph Schorr
06806c97dd New plans page 2013-12-23 15:04:52 -05:00
yackob03
3950904fb3 Prevent a user from subscribing to a deprecated plan through the API. 2013-12-23 14:50:01 -05:00
Joseph Schorr
7e42915755 Add a tooltip to the notification bubble 2013-12-20 22:48:47 -05:00
Joseph Schorr
0cee1942a1 Add a nice tooltip on hover on the plan name in the new repo view 2013-12-20 22:45:03 -05:00
Joseph Schorr
44d0505990 getMinimumPlan should ignore deprecated plans 2013-12-20 22:41:00 -05:00
Joseph Schorr
c20e7dbcf7 - Add some more analytics events
- Enable business features for personal users on business plans
- Fix a bug in the credit card image view
2013-12-20 22:38:53 -05:00
Joseph Schorr
8bfc0ac48d Update the plans page to make it a single row (and work in general) 2013-12-20 21:25:06 -05:00
yackob03
4ae40b7370 Fix the readme to reference the application, update the response code for create repo when no auth credentials are present. 2013-12-20 16:21:07 -05:00
yackob03
867a3e38c1 Switch gunicorn to using a config file, which allows command line parameters to be changed without restarting the master process. 2013-12-20 16:11:39 -05:00
Joseph Schorr
3f062ee602 NOTE: The plans page is still broken
- Change the subscribe method to allow for subscribing to the free plan, even when an org
- Change the frontend to no longer have different plan groups
- Change the frontend to display the proper plans (i.e. hide the deprecated plans unless it is the current plan, etc)
2013-12-19 21:51:46 -05:00
yackob03
e3504b91de Make sure the right people are required to select a business plan. 2013-12-19 17:10:09 -05:00
yackob03
5633c1fc79 Merge the plans and mark many as deprecated. Fix a bunch of pylint errors. 2013-12-19 17:06:04 -05:00
Joseph Schorr
2d0a61b6c2 Merge branch 'master' of https://bitbucket.org/yackob03/quay 2013-12-19 15:29:55 -05:00
Joseph Schorr
c26d56a31f Fix >= to > 2013-12-19 15:29:39 -05:00
yackob03
4d88d9f9f7 Merge branch 'master' of ssh://bitbucket.org/yackob03/quay 2013-12-19 15:18:31 -05:00
yackob03
56722d1ac1 Allow a request with invalid basic auth to still be considered anonymous, rather than throwing a 401. 2013-12-19 15:18:14 -05:00
Joseph Schorr
b6f42e8835 Fix event casing 2013-12-19 12:20:24 -05:00
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
5088114ed7 Add a breakdown by plan type to the revenue tool. 2013-12-18 21:02:06 -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