Commit Graph

2020 Commits

Author SHA1 Message Date
Piotr Sarnacki
8d393c2cf7 Remove afterSignIn hook from actions in AuthRoute
This is a leftover from previous version of auth code. The purpose of
this code was to redirect to index if we're on auth route and user is
already signed in. This may happen only when we use autoSignIn which is
synchronuous, so it should be fine to just check if user is signed in
and redirect to index there.
2014-05-28 10:22:47 +02:00
Piotr Sarnacki
3544d523d7 Refactor auth code
* don't use __container__
* register it as a factory on container and inject into routes and
  controller
* avoid afterSignIn errors by checking on hooksTarget, ApplicationRoute
  should register itself as a hooksTarget
* keep user info on auth
2014-05-28 10:22:47 +02:00
Mathias Meyer
b134f82fab Scroll #L links to upper third of the screen.
Fixes travis-ci/travis-ci#2276
2014-05-27 12:39:53 +02:00
Piotr Sarnacki
7a044cda89 Set background size for profile backgrounds 2014-05-27 12:09:28 +02:00
Piotr Sarnacki
3ce79ed3cc Remove unused code 2014-05-23 16:17:08 +02:00
Piotr Sarnacki
d630d57b7d Merge pull request #279 from caffinatedmonkey/optimization
Cleanup and Optimize
2014-05-23 11:02:19 +02:00
Martin Charles
aa2539c5e2 Converted Image Assets to SVG
Some of these assets are from fontawesome:
Font Awesome by Dave Gandy - http://fontawesome.io
2014-05-22 12:40:39 -04:00
Martin Charles
8f074a65e1 Removed Directory Caching 2014-05-22 09:51:41 -04:00
Martin Charles
a62649401b Cleaned Up public directory 2014-05-22 09:33:28 -04:00
Martin Charles
fb8655769e Fixed Caching and Cleaned up Old Caching
Caching was broken for many reasons:
* Puma calls `Travis::Web::App.initilize` multiple times. This caused
the server start time to be incorrect, breaking caching.
* The `Date` HTTP header was missing. This caused some browsers to fail to cache
assets.
* The `ETag` was incorrectly formatted.

Some other things which were changed:
* Removed `Rack::Cache`
2014-05-21 11:50:09 -04:00
Piotr Sarnacki
67851cef9e Merge pull request #273 from simi/clean-spec-env
Fix JS spec env.
2014-05-21 14:19:03 +02:00
Mathias Meyer
1f53f9d100 Fix spelling error in cancellation. 2014-05-20 07:50:26 +02:00
Piotr Sarnacki
831c7c3742 Sauce username seems to be wrong, update it 2014-05-19 19:12:28 +02:00
Piotr Sarnacki
703caf4cd0 Don't allow Sauce to fail 2014-05-19 19:01:25 +02:00
Mathias Meyer
ba2f00a09a URL-encode branch name for status images.
Camelcased all entries in the status image selection menu for
consistency.

Fixes travis-ci/travis-ci#2265
2014-05-19 13:15:56 +02:00
Piotr Sarnacki
1a0344eeed Remove RepoLoadingRoute for now
This somehow breaks tests, I need to figure out why that happens
2014-05-14 14:38:26 +02:00
Piotr Sarnacki
b280a42804 Sign out only if request for user data returns 401 2014-05-14 14:38:25 +02:00
Josh Kalderimis
671ef19cdc Merge pull request #274 from caffinatedmonkey/scrollbar_fix
Pesky Scrollbars
2014-05-14 13:02:35 +12:00
Martin Charles
387ca82dec Fixed unnecessary scrollbar 2014-05-13 17:42:27 -04:00
Josh Kalderimis
3c4aebaf49 allow sauce to fail, part 3 2014-05-13 19:38:19 +12:00
Josh Kalderimis
efe6894820 allow sauce to fail, part 2 2014-05-13 19:37:49 +12:00
Mathias Meyer
0d8ea89a7e Allow Sauce Labs tests to fail. 2014-05-13 09:33:42 +02:00
Mathias Meyer
605a7dc799 Slim down the status images popup a whee bit. 2014-05-13 09:17:44 +02:00
Mathias Meyer
494871fe5a Pull cc.xml URL generation into a helper.
Makes it easier to overwrite in pro-web for tokenized URLs.
2014-05-13 08:30:04 +02:00
Josef Šimánek
265dfa1d2d Fix JS spec env.
* remove unnecesary files
* add quint stylesheet
2014-05-12 23:57:08 +02:00
Josh Kalderimis
6d54d9979f Merge pull request #272 from simi/indicator-fix
Fix indicator in accounts.
2014-05-12 22:15:12 +12:00
Josef Šimánek
493518091f Fix indicator in accounts.
Closes #248
2014-05-12 11:55:21 +02:00
Piotr Sarnacki
11b77612cd Change ruby version to 2.1.2 in .travis.yml as well 2014-05-12 11:42:06 +02:00
Piotr Sarnacki
7ab69cbcf6 Use ruby 2.1.2 2014-05-12 11:39:51 +02:00
Piotr Sarnacki
7558050062 Change Id header into Request on requests list 2014-05-12 11:17:49 +02:00
Piotr Sarnacki
286b945ba9 Style commit message on requests list to be shortend 2014-05-12 11:03:10 +02:00
Piotr Sarnacki
1a0d004aeb Link commit on requests list to github 2014-05-12 11:03:10 +02:00
Piotr Sarnacki
57edf811b7 Add requests page 2014-05-12 11:03:10 +02:00
Mathias Meyer
d6336a8b36 Fix media queries. I have no idea what I'm doing. 2014-05-12 09:52:05 +02:00
Mathias Meyer
218e0a12fb Silly first attempt at supporting mobile browsers.
This applies some simple fixes to make the build page looks ever
so slight more presentable, but needs some more tuning.
2014-05-12 09:14:17 +02:00
Josh Kalderimis
7db772bc3f Merge pull request #271 from simi/fix-tests
Fix tests broken in 680a0c8.
2014-05-12 13:07:30 +12:00
Josef Šimánek
862fd4cf1b Fix tests broken in 680a0c8. 2014-05-12 03:05:51 +02:00
Josh Kalderimis
8ac063986c Merge pull request #270 from simi/trim-image-modal
Trim status image modal.
2014-05-12 12:50:12 +12:00
Josef Šimánek
75d58816ca Use textarea instead of input for build status images and links. 2014-05-12 02:47:37 +02:00
Josef Šimánek
cf82a50268 Add cc.xml status url. 2014-05-12 02:27:51 +02:00
Josef Šimánek
dfdc392690 Trim status image modal.
Closes https://github.com/travis-ci/travis-ci/issues/1900
2014-05-12 02:14:52 +02:00
Mathias Meyer
e093b5b90a Hide "Show More" when there are no more builds.
Fixes travis-ci/travis-ci#1057
2014-05-10 09:39:24 +02:00
Mathias Meyer
e100eea2d8 A lousy attempt at vertically aligning the footer.
There's gotta be a better way!
2014-05-09 18:01:22 +02:00
Mathias Meyer
5f46ebbe35 Only show annotations div if there are any.
Without any annotations, the div just makes for some good-looking
whitespace.
2014-05-09 13:18:14 +02:00
Mathias Meyer
680a0c8f22 Show running for active jobs, ran when finished. 2014-05-09 12:40:45 +02:00
Mathias Meyer
2f455c1f4a Restore a better margin for commit body.
Looks off in Safari, probably needs a proper wrapper element
to make sure everything stays in place.
2014-05-09 11:30:23 +02:00
Mathias Meyer
6939ede1b7 Give the branch more space. 2014-05-09 10:56:49 +02:00
Mathias Meyer
7e6e5ba00e Fix tests. 2014-05-09 10:30:00 +02:00
Mathias Meyer
49c794c533 Fine tuning for branch name and subject.
In Chrome, it looked slightly off, the line-height adjustment
seems to fix it.
2014-05-09 10:28:35 +02:00
Mathias Meyer
2bc3d4d488 Don't break the branch name.
If it's too long, we'll hide the rest.
2014-05-09 08:04:34 +02:00