Commit Graph

1716 Commits

Author SHA1 Message Date
Henrik Hodne
24a3714d62 fix(api-redirect): update regex used for determining when to redirect
With the old redirect, repositories with "png" in the name got
redirected as well as images.
2014-03-12 13:07:57 -05:00
Mathias Meyer
ed959be433 Pull Sauce script from gist.githubusercontent.com 2014-03-10 12:53:13 +01:00
Mathias Meyer
c294dcf793 Make explanation box smaller, left-align text. 2014-03-10 12:50:31 +01:00
Mathias Meyer
f44e3eadb3 Provide more copy for insufficient oauth permissions. 2014-03-10 12:45:52 +01:00
Piotr Sarnacki
a141f4b8a4 Update pusher to 2.2.0-rc2 2014-03-05 11:14:34 +01:00
Piotr Sarnacki
10271e2915 Use outerheight when calculating position to take padding into account 2014-03-04 15:34:10 +01:00
Piotr Sarnacki
0ef732557c Remove unneeded console.log 2014-03-04 14:14:00 +01:00
Piotr Sarnacki
535a873dc0 Make "to top" link visible when scrolling through the log
These are the changes by @dmathieu (reverted at d7bef2b) slightly
changed to allow us to use them also on Travis Pro.

The change is to still use onScroll calculations in order to position
elements instead of using "position: fixed". The latter method is harder
to use when element needs to be positioned relatively to other element -
on Pro we would have to still calculate the position because of the
right sidebar.
2014-03-04 14:07:33 +01:00
Piotr Sarnacki
b4f3eac0bf Merge pull request #259 from rjackson/update-ember
Update to Ember 1.4.0.
2014-03-04 11:40:22 +01:00
Mathias Meyer
c8a348c5b6 Set all flex vendor attributes when maximized. 2014-03-03 17:36:08 +01:00
Piotr Sarnacki
a060b08552 Use not minified pusher, it's easier to debut and we minify it anyway 2014-02-27 20:53:24 +01:00
Piotr Sarnacki
046abf397c Don't silence pusher warnings 2014-02-27 19:16:40 +01:00
Piotr Sarnacki
be0f601a4c Subscribe in a way which is currently documented in pusher docs 2014-02-27 19:16:40 +01:00
Piotr Sarnacki
077f555af3 Update pusher to 2.2.0-rc1 2014-02-27 19:16:39 +01:00
Mathias Meyer
c8b6ecb101 Fix link to docs.
[ci skip]
2014-02-26 23:11:14 +01:00
Piotr Sarnacki
b5963ba31d Remove the rest of text stubs in insufficient oauth permissions 2014-02-25 11:17:52 +01:00
Piotr Sarnacki
13741d97bb Remove assets group, it's not installed for slug compilation now 2014-02-25 11:15:01 +01:00
Piotr Sarnacki
78ff50ce68 Remove existing user text stub on insufficient oauth permissions page 2014-02-24 23:46:24 +01:00
Piotr Sarnacki
39b8af12f9 Merge branch 'insufficient-oauth-permissions'
Conflicts:
	assets/scripts/app/routes.coffee
2014-02-24 23:33:14 +01:00
Piotr Sarnacki
7ef7da5535 Redirect to getting started only from index route
Also rename renderNoOwnedRepos to redirectToGettingStarted
2014-02-20 15:28:38 +01:00
Piotr Sarnacki
8c513fd7d2 Use action bubbling instead of checking for contructor in AuthRoute 2014-02-19 16:17:31 +01:00
Mathias Meyer
98f1e62047 Decrease line-height for switches.
The label not being vertically centered was driving me mad.
2014-02-18 11:56:20 +01:00
Mathias Meyer
b2bfb6c3e9 Rename properties/bindings for unadministerable hooks. 2014-02-18 11:56:19 +01:00
Mathias Meyer
81cf02cd3b It's GitHub. 2014-02-18 11:56:19 +01:00
Piotr Sarnacki
f123162627 Use Em.computed.sort and Em.computed.limit instead of nesting proxies
With new array computed helpers we can simplify code and get rid of
nested array proxies.
2014-02-18 10:13:41 +01:00
Piotr Sarnacki
36db80d45f Add Ember.computed.limit and use it in LimitedArray
arrayComputed was added recently in order to make array computations
easier. Using arrayComputed we can improve LimitedArray which now uses
an isolated multipurpose Ember.computed.limit.
2014-02-18 10:00:33 +01:00
Piotr Sarnacki
8e040912ec Still redirect to getting started, but render it in 'main' outlet
Rendering views outside of routes cycle seems problematic at the moment,
so redirection is our best bet. However, the way I initially did it in
cc90200 causes problems for people who don't have any own repositories
set up for Travis CI, but still want to log in and browse around -
rendering getting started page as a full page hides left sidebar with a
list of repositories.

This commit changes getting started page to render in the main outlet,
just as before redirection changes.
2014-02-17 11:26:28 +01:00
Robert Jackson
69d566b1a1 Update to Ember 1.4.0. 2014-02-15 21:28:02 -05:00
Piotr Sarnacki
cc90200d66 Instead of rendering getting started page, just redirect to it
It would be nice to allow to just render getting started page, but
because of the way we manage layouts, it's hard to get it running
without weird bugs popping up now and then. This should be easier to
achieve once the templates are cleaned up to use better laout
management.
2014-02-13 15:51:38 +01:00
Piotr Sarnacki
a1c42482b6 Render getting started page into application level 2014-02-13 15:26:52 +01:00
Piotr Sarnacki
9bd9ab2b0a Make sure that menu is on top 2014-02-13 12:28:55 +01:00
Piotr Sarnacki
bbba892e7b Don't automatically toggle hook switches
Hook switches are toggled in the controller "toggle" action, so if we
toggle them in the component and then in the controller, it will just
return to the original state.
2014-02-12 17:58:19 +01:00
Piotr Sarnacki
0679fc260c Revert "Revert "Use switches on settings pane""
This reverts commit e5ae06afeb.
2014-02-12 17:33:42 +01:00
Henrik Hodne
e5ae06afeb Revert "Use switches on settings pane"
This reverts commit 357b176f93.

This commit seems to be where the bug with enabling hooks was
introduced, and reverting this commit seems to fix that bug.

Conflicts:
	assets/scripts/app/controllers.coffee
	assets/scripts/app/templates/repo/settings.hbs
2014-02-12 09:55:24 -06:00
Henrik Hodne
2450f9fe9d Revert previous revert
I found the commit that caused the bug that caused me to do the last
revert. I'm therefore reverting the previous revert and I will be
committing a revert that reverts the commit that introduced the bug. See
next commit.

This reverts commit db2d38a7af.
2014-02-12 09:54:24 -06:00
Henrik Hodne
db2d38a7af
Revert setting panel deploy
This seems to have caused issues with enabling the hooks for
repositories.
2014-02-12 09:14:47 -06:00
Piotr Sarnacki
3426a8b95f Notify only on error when saving settings 2014-02-12 13:17:26 +01:00
Piotr Sarnacki
8d19410264 Merge remote-tracking branch 'origin/settings-pane'
Conflicts:
	assets/scripts/app/controllers.coffee
	assets/scripts/app/routes.coffee
	assets/scripts/app/views/repo/show.coffee
2014-02-12 11:52:01 +01:00
Piotr Sarnacki
f29ee2372a Fix specs
Change in mocks.coffee broken specs - using repos variable was shadowing
global repos array.
2014-02-12 10:37:07 +01:00
Piotr Sarnacki
ce74220f28 Don't reopen Ember.Route
A better way is to provide Travis.Route, which will be used by default
when generating route objects.

There is also no need to define actions for all the routes as they are
needed only in ApplicationRoute (ie. when they're not handled by other
routes).
2014-02-12 08:55:55 +01:00
Piotr Sarnacki
e5749b0629 Fix handling not existing repos
Also ensure that we don't break it again with an integration test.
2014-02-12 08:02:47 +01:00
Piotr Sarnacki
a8784a58fa Use index/loading template instead of IndexLoadingRoute
By default Ember.js will use either IndexLoadingRoute or index/loading
template. Before this commit we were specyfing IndexLoadingRoute, which
was renderring index_loading template. This is not needed as long as we
use index/loading template - the effect is the same, but we use a
default.
2014-02-12 07:48:44 +01:00
Piotr Sarnacki
03e8745dc3 Bubble the error to top if we don't handle it in Ember.Route
A proper thing to do when an error is not handled is to bubble it up
rather than using throw (which we were using before this commit).
2014-02-12 07:46:56 +01:00
Piotr Sarnacki
71e5959f4e Properly handle notFound URL
We handled notFound URL using an old hack, which no longer works. The
proper way now is to handle a "catch all" route.
2014-02-12 07:45:32 +01:00
Henrik Hodne
31d77c1ad9 Merge pull request #255 from travis-ci/hh-switch-restart-endpoint
fix(models): update the endpoint used to restart jobs and builds
2014-02-10 14:15:46 -06:00
Hiro Asari
738b5a8209 Merge pull request #257 from rjackson/update-ember
Update Ember to mitigate CVE-2014-0046.
2014-02-07 17:43:00 -05:00
Robert Jackson
10d9317f5f Update Ember to mitigate CVE-2014-0046.
Details here:

https://groups.google.com/forum/#!topic/ember-security/1h6FRgr8lXQ
2014-02-07 15:36:44 -05:00
Henrik Hodne
1b7aba494a
fix(models): update the endpoint used to restart jobs and builds
/requests is deprecated
2014-01-30 17:19:15 -06:00
Piotr Sarnacki
8e3134d495 Update log engine 2014-01-29 14:43:44 +01:00
Piotr Sarnacki
803c7d0278 Fix flex CSS
We used flex CSS features from both old and new specification.
Furthermore, we weren't using moz and ms prefixes for a new model, which
may have also made it worse in IE and Firefox.

This commit changes CSS to use new flexbox implementation with all the
prefixes (which should not be needed for current versions, but it won't
hurt to keep them for a while).
2014-01-29 14:35:59 +01:00