Joseph Schorr
3d18ddf2a5
Fix form error popovers in all forms
2014-04-07 18:55:39 -04:00
Joseph Schorr
c374e8146a
- Add code for placing the features information on the frontend
...
- Add a Features service for examining feature flags on the frontend
- Add a directive (quay-requires) that matches feature flags and, if any one does not match, removes the element from the DOM
- Add a directive (quay-show) that injects the features into the scope so that expressions of the form "Features.BILLING || something" work out of the box to show/hide the element
- Add a directive (quay-classes) that allows for setting of CSS classes on an element based on feature expression(s) such as {"!BILLING": "active"} (e.g. the BILLING flag is set to false, add the class "active".
2014-04-04 23:26:10 -04:00
Joseph Schorr
35f69b9f5b
Add support for .tar.gz build packs in the build package viewer
2014-04-01 00:23:53 -04:00
jakedt
910fabe103
Disable that pesky browser cache in the ways that matter.
2014-03-26 18:36:59 -04:00
Joseph Schorr
fa3af789b2
Fix date picker in the logs view for the new angular
2014-03-25 19:39:56 -04:00
jakedt
f060fd6ae0
Fix and unify CSRF support across web and API endpoints.
2014-03-25 14:32:26 -04:00
Joseph Schorr
e92cf37583
Add cancel button to the oauth authorization page, add the org icon to said page, and fix some other minor bugs
2014-03-24 18:30:22 -04:00
Joseph Schorr
f7c27f250b
Add full application management API, UI and test cases
2014-03-20 15:46:13 -04:00
jakedt
c93c62600d
Merge remote-tracking branch 'origin/master' into swaggerlikeus
...
Conflicts:
data/database.py
endpoints/api.py
endpoints/common.py
templates/base.html
test/data/test.db
test/specs.py
2014-03-19 15:39:44 -04:00
Joseph Schorr
8f3b87c866
- Handle the case when the user is not logged in on the oath form
...
- Have the sign in form properly redirect back to the current page for GitHub login
2014-03-19 14:27:33 -04:00
Joseph Schorr
d502602b38
Change oauth authorization page to use a drop down arrow
2014-03-18 17:55:52 -04:00
jakedt
3542a520f5
Fix bugs, mostly related to date formatting.
2014-03-17 13:10:12 -04:00
Joseph Schorr
e759066ae0
Change ApiService to use the new swagger-backed discovery and the new /v1/ API endpoints. Also changes all other /api/ calls (the few that are still manually invoked)
2014-03-14 23:40:41 -04:00
Joseph Schorr
d469b41899
Add an oauth authorization page
2014-03-14 18:57:28 -04:00
Joseph Schorr
f186fa2888
- Convert Quay over to Angular 1.2.9 and the new angular-strap
...
- Add the beginnings of a notification service
- Add the beginnings of a notification UI
2014-03-12 00:49:46 -04:00
Joseph Schorr
9ca41dec95
Add a 500 error page and make it automatically display if there is a 500 error as a result of an API call
2014-03-10 17:01:36 -04:00
Joseph Schorr
2a8669b2f4
- Switch to new typeahead (based on our own branch of it until such time as it gets pulled into the mainline) and add an informative empty message on entity search
...
- Add better messaging around pushing to empty repos
2014-03-07 21:06:31 -05:00
jakedt
3b4b644eda
Merge remote-tracking branch 'origin/master' into rustedbuilds
2014-03-03 18:46:12 -05:00
Joseph Schorr
9371c70941
Add a sign in button to the session expiration window
2014-02-27 14:45:39 -05:00
Joseph Schorr
d1fdc31549
- Add a dropdown-select directive and use it in the git trigger setup dialog both times
...
- Add a dropdown-select for the docker file folder
- Add an API method for listing the build source sub directories
2014-02-24 20:36:54 -05:00
Joseph Schorr
bc0d51656a
Add ability to see a build's build pack, including browsing and downloading of the contents if it is a zip
2014-02-17 17:28:20 -05:00
Joseph Schorr
540da00c64
Add ANSI support to the build log view
2014-02-13 22:01:26 -05:00
yackob03
ade20952e2
Merge branch 'master' into tutorial
...
Conflicts:
config.py
static/js/app.js
test/data/test.db
2014-02-13 14:35:20 -05:00
yackob03
8f6cdabde3
Merge branch 'bobthe'
...
Conflicts:
test/data/test.db
2014-02-13 12:47:59 -05:00
Joseph Schorr
ea45c3b77f
Get full build interface working
2014-02-10 22:43:48 -05:00
Joseph Schorr
aae66aca71
Combine cdnjs requests into a single call
2014-02-07 12:30:52 -05:00
Joseph Schorr
98e57b9d2b
Merge branch 'master' into tutorial
...
Conflicts:
endpoints/index.py
static/css/quay.css
static/js/app.js
static/js/controllers.js
test/data/test.db
2014-02-06 21:23:27 -05:00
yackob03
bd47b9adf4
Add an about page. Change the terms in the footer. Add colors to the icons for the contact options. Update the sitemap. Remove empty controllers.
2014-02-06 19:20:19 -05:00
Joseph Schorr
dbed1300ad
Start on work towards the tutorial. Note that this code is BROKEN
2014-02-05 21:00:04 -05:00
Joseph Schorr
a049fc57c6
Start on tour infrastructure. Note that this code works but is NOT STYLED and has a FAKE TEMP TOUR in it
2014-02-04 20:50:13 -05:00
yackob03
845985c859
Merge branch 'security'
...
Conflicts:
endpoints/api.py
endpoints/web.py
2014-01-23 14:51:43 -05:00
Joseph Schorr
1fa8d142d8
Fix copyright year
2014-01-21 18:40:59 -05:00
Joseph Schorr
cbf80281ba
Add ability to change an organization’s email address
2014-01-20 16:12:23 -05:00
Joseph Schorr
c738113ca4
Handle duplicate emails on confirmation and make the confirmation error page nicer
2014-01-17 17:20:51 -05:00
Joseph Schorr
74feb4216a
Make the footer only disappear on tiny screens
2014-01-15 16:13:50 -05:00
yackob03
53ebabca0f
Make the DT logo visible again.
2014-01-15 15:43:05 -05:00
yackob03
0b7dfffb42
Update to font-awesome 3.0. Fix instances of fa-hdd to fa-hdd-o. Make contact option bubbles large and centered.
2014-01-15 15:40:37 -05:00
yackob03
82c4c8a28b
Merge branch 'master' into contact
...
Conflicts:
static/js/controllers.js
templates/base.html
2014-01-15 14:32:51 -05:00
yackob03
55f95932a8
Merge branch 'master' into federation
2014-01-15 12:09:44 -05:00
yackob03
f311885e2a
Underpinnings of the ability to connect a GitHub account to an existing Quay account.
2014-01-14 15:23:44 -05:00
Joseph Schorr
6ae9485038
Add the command view to the tooltips in the tree, the image side bar and the image view page
2014-01-14 15:19:47 -05:00
Joseph Schorr
e011fc6fe5
CSS fixes for Firefox
2014-01-06 17:15:46 -05:00
Joseph Schorr
21ac1c9210
Add CSRF protection to every API call
2013-12-28 14:07:44 -05:00
Joseph Schorr
3d899b9f95
Embed the discovery information directly into the page
2013-12-27 17:19:14 -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
yackob03
d0e62d2099
Don't load olark if the host doesn't specify prod.
2013-12-18 19:41:22 -05: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
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
yackob03
7c93688e30
Plumbing for the contact us page.
2013-12-17 17:02:37 -05:00
Joseph Schorr
777cc45fcb
Add Google Analytics
2013-12-17 15:21:14 -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
a3b834cd66
Add ability to pick the dates of the logs viewed
2013-12-09 17:28:23 -05:00
Joseph Schorr
c5830e94c6
Downgrade d3 back to 3.3.3.
2013-12-03 21:58:31 -05:00
Joseph Schorr
cca5daf097
Add support for full logging of all actions in Quay, and the ability to view and filter these logs in the org’s admin view
2013-11-27 02:29:31 -05:00
Joseph Schorr
6692fdf41c
Ensure that the footer appears properly on the repo pages
2013-11-23 20:03:08 -05:00
yackob03
b00f58d164
Add a security page and link it from the landing page and footer.
2013-11-22 15:54:23 -05:00
yackob03
650348fc03
Back off on the message a bit for the disclaimer.
2013-11-22 12:33:46 -05:00
yackob03
4c21273cf4
Add a trademark disclaimer for the Docker trademark. Make all references to Docker proper nouns.
2013-11-22 12:32:05 -05:00
Joseph Schorr
45680d4a8e
Fix the footer to be on all pages (except the repo view page due to an issue), fix the double body tag issue and add padding to content pages
2013-11-20 16:17:47 -05:00
Joseph Schorr
c7e9b0d9f6
Move the repo admin script requirements to the index.html. For some reason, they were not loading when added inside the partial.
2013-11-19 17:34:14 -05:00
Joseph Schorr
b0ac7883e3
Fix so that credit card issues are displayed to the user
2013-11-19 17:06:17 -05:00
Joseph Schorr
c6f2132094
- Convert to Angular 1.2.1
...
- Change the header into a directive
- Change the repo search into a directive
- Fix ZeroClipboard issue that occurs in the new Chrome beta
- Add support for dynamic <meta description>
2013-11-18 19:03:35 -05:00
Joseph Schorr
b8dc051705
Change 403 handling to 401 and have a modal dialog (that cannot be removed) display when the user's session has expired. This forces them to reload the page, and thus reset all the state.
2013-11-11 19:26:56 -05:00
Joseph Schorr
0f473a3a82
Support the additional stripe callbacks
2013-11-08 20:32:56 -05:00
Joseph Schorr
0c4dec6de4
- Fix namespace drop down to save the namespace last selected (and validate)
...
- Add a "can_create_repo" entry to the organization and have orgs grayed out in the new repo view if the user cannot create a repo
- Fix the multiple-orgs bug in the model
- Have the "create new repository" button disappear on landing if the org is selected and the user does not have create permissions for that org
2013-11-07 00:49:13 -05:00
yackob03
eee858ecc5
Remove the angular v2.0 theme.
2013-11-05 14:40:58 -05:00
Joseph Schorr
3a6f90dc9b
Move markdown dependencies to the base, since they are needed by search on all pages
2013-10-29 19:03:36 -04:00
yackob03
3026f83c2c
Remove the test build starter as it no longer works.
2013-10-27 16:01:14 -04:00
Joseph Schorr
fc6e3258a8
Work in progress: Add the UI for the build status and start on the file drop stuff
2013-10-26 16:03:11 -04:00
yackob03
78d2d6cad0
Add a test endpoint that allows us to manually create builds. Add access tokens to the build data.
2013-10-25 18:17:43 -04:00
yackob03
b4d916bcc5
Update to Font Awesome 4.
2013-10-24 17:41:37 -04:00
yackob03
9a25e7b5fb
Add olark support.
2013-10-22 15:51:57 -04:00
yackob03
4c15072c5a
Move signin to use AJAX. Render all flask templates with the common header. Move the header to a partial. Add account recovery.
2013-10-14 17:50:07 -04:00
yackob03
e3db0398ce
Add routes specifically for all angular subroutes so that 404s will start working again. Add a warning in app.js to hopefully ensure that new routes get created when necessary.
2013-10-13 22:06:31 -04:00
yackob03
4adc491e34
Add a favicon.
2013-10-13 16:50:48 -04:00
yackob03
eb7a64ee32
Standardize on the page title format.
2013-10-13 16:29:00 -04:00
yackob03
ba5824a4a8
Add the logo to the signin page.
2013-10-13 16:17:52 -04:00
yackob03
65b0b85ffb
Add a logo for quay. Make the navbar a little friendlier to smaller devices.
2013-10-13 16:13:50 -04:00
yackob03
3b33e5557a
Use the protocol free version of the webfont to get rid of mixed content warning.
2013-10-12 13:14:46 -04:00
yackob03
431f7b364f
Fix the links to the privacy policy and tos to not be intercepted by angular. Move some static images to img subdir. Reformat the tos and privacy policy to not have horrible google docs formatting.
2013-10-12 13:14:22 -04:00
yackob03
4040bb37c6
Tweak drawing.js to have a better default margin that never truncates image ids on the left in small widths. Tweak the screenshot generator to use the smallest possible width. Remove tabs from several files. Add the browser-chrome plugin to wrap phantomjs screenshots with browser chrome. Add some repository descriptions to the dataset generator. Switch to using our own screenshots vs those hosted on blogger.
2013-10-11 21:28:02 -04:00
Joseph Schorr
04d4024d8c
Make the horrific tree look half decent. Also adds a nice scrolling feature to the tree
2013-10-11 01:06:04 -04:00
yackob03
ce81431cd3
Enable HTML5 mode for routing.
2013-10-10 19:06:04 -04:00
yackob03
5cca40e41d
Merge branch 'master' of ssh://bitbucket.org/yackob03/quay
2013-10-10 17:32:39 -04:00
yackob03
32b28df2d2
Send a registration even for github created users. Alias their new username to their old mixpanel ID passed in the OAuth state parameter.
2013-10-10 17:32:32 -04:00
yackob03
33e691cca6
Use a badge to prompt GitHub users to set a password.
2013-10-10 14:01:47 -04:00
Joseph Schorr
4c189f38c2
Switch lib scripts to CDN where we can
2013-10-10 13:22:18 -04:00
yackob03
87ff939ad2
Handle some of the error cases with github login.
2013-10-10 12:55:03 -04:00
Joseph Schorr
b924fa5336
Merge branch 'master' of https://bitbucket.org/yackob03/quay
2013-10-10 00:40:30 -04:00
Joseph Schorr
9f094af1b2
Begin work on an image history tree view
2013-10-10 00:40:18 -04:00
yackob03
3d89227752
First iteration of sign-in with gihub.
2013-10-09 23:00:34 -04:00
yackob03
5627dfc0c6
Add the required meta tag for google webmaster tools.
2013-10-09 18:33:40 -04:00
Joseph Schorr
d7ea1944e3
Make the landing page show the arrow on smaller resolutions, as well as some basic SEO fixes
2013-10-09 17:57:29 -04:00
yackob03
dd548c91ab
Tweak the isprod check for mixpanel to use the whole hostname.
2013-10-03 16:21:58 -04:00
Joseph Schorr
afd2d06089
Use different keys for TEST and PROD
2013-10-03 15:55:11 -04:00
Joseph Schorr
be1582ba29
Add mix panel analytics to Quay
2013-10-03 15:46:22 -04:00
yackob03
237b0418f9
Rip out spinjs in favor of a font-awesome + css spinner.
2013-10-03 12:27:39 -04:00
Joseph Schorr
0ce2252d1d
Add a plans/pricing page
2013-10-02 18:14:51 -04:00
Joseph Schorr
c2e9a766f7
Make the account settings view a tiny bit nicer looking
2013-10-02 14:50:02 -04:00
yackob03
c7e83c4d41
Show a loading spinner while we're waiting for subscription information.
2013-10-02 01:03:48 -04:00
yackob03
20765b7e37
Merge branch 'master' of ssh://bitbucket.org/yackob03/quay
...
Conflicts:
static/js/app.js
2013-10-02 00:48:48 -04:00
yackob03
7bd18c1bab
Checkpointing stripe work.
2013-10-02 00:48:03 -04:00
Joseph Schorr
927b280f1a
Redo the landing page to:
...
- Show the user's top repos if they have any
- Show a link to the guide and the repos list if they do not
- Add a getting starting guide
- Redo the repos list to show the user's repos and the top 10 public repos separately
2013-10-02 00:28:24 -04:00
Joseph Schorr
31914da4ca
- Better error messages for sign up
...
- Show a throbber while working on sign up
- Have the front page redirect to the repositories view when logged in
2013-10-01 22:13:43 -04:00
Joseph Schorr
f5798b4364
Add a super basic TOS and privacy policy
2013-10-01 17:44:13 -04:00
Joseph Schorr
76d9cbc14f
Add spin.js-based throbber for all loading
2013-10-01 16:42:20 -04:00
yackob03
a713555915
Notify the user when their account needs verification.
2013-10-01 15:43:16 -04:00
yackob03
4746f9c324
Quick fix for the signin page, we should consider moving it over to AJAX though.
2013-10-01 13:48:37 -04:00
yackob03
e81a24a9ce
Move zeroclipboard and typeahead to the lib directory.
2013-10-01 13:27:38 -04:00
Joseph Schorr
2d69e2b031
Merge branch 'master' of https://bitbucket.org/yackob03/quay
2013-09-30 19:08:38 -04:00
Joseph Schorr
461f324e09
Add markdown support for comments and repo descriptions
2013-09-30 19:08:24 -04:00
yackob03
5985f855c5
Remove the scheme from the gravatar image href.
2013-09-30 18:02:52 -04:00
Joseph Schorr
038e9afc97
Merge branch 'master' of https://bitbucket.org/yackob03/quay
2013-09-27 19:24:30 -04:00
Joseph Schorr
edaad6eea2
Add repo autocomplete for searching.
2013-09-27 19:21:54 -04:00
yackob03
730f4f2d66
Update landing page to use gravatar.
2013-09-27 18:15:31 -04:00
Joseph Schorr
c466bca32d
Add clipboard copy support for the pull command
2013-09-27 16:12:51 -04:00
yackob03
4354b32288
Integrate moment.js and its angular bindings.
2013-09-27 15:26:30 -04:00
Joseph Schorr
685479da7b
Slightly better repo list screen
2013-09-27 13:49:50 -04:00
yackob03
539275d04e
Add sign in and sign out.
2013-09-26 20:18:36 -04:00
yackob03
2f98c95d21
Add a user service and load the user information dynamically from the backend.
2013-09-26 19:59:58 -04:00
yackob03
ccc6e3bd2e
Retab files.
2013-09-26 19:07:25 -04:00
yackob03
2fbd016595
Switch glyphicon to font awesome.
2013-09-26 18:48:22 -04:00
Joseph Schorr
27ce5c00b2
Start on UI for Quay
2013-09-26 17:59:20 -04:00
yackob03
995ad8b679
Initial version of the angular app.
2013-09-24 18:21:14 -04:00
yackob03
e107d79612
Add some login machinery.
2013-09-23 12:37:40 -04:00