Commit Graph

594 Commits

Author SHA1 Message Date
Piotr Sarnacki
e0d3d83484 Kill typo 💣 2012-10-09 12:06:37 +02:00
Piotr Sarnacki
3a999e8598 If there is no path, route to '/' 2012-10-09 04:11:23 +02:00
Piotr Sarnacki
e6106a236a Remove initialState properties from most of the routes
initialState in some of the routes where needed because router was
behaving incorrectly when going to 'default state'. Now it is fixed, so
initialState entries are not needed anymore in those places.
2012-10-09 03:56:26 +02:00
Piotr Sarnacki
186ba1dd45 Fix links to log line numbers
This is working implementation of links on log line numbers. Although it
does the job, it's really hacky and involves overriding some of the
ember's methods (resolvePath, routeMatcher) beacuse currently
HistoryLocation can't handle hash additions in an easy way.

This code should be fixed as soon as ember's router gets more powerful
and gives much more granular control over matching routes.
2012-10-09 03:54:11 +02:00
Piotr Sarnacki
504a58add8 Check if permissions exist before calling anything on them 2012-10-08 22:42:02 +02:00
Piotr Sarnacki
94e16ab229 Worker still gets payload with repository
I tweaked the code to work for both versions, so we can update API
flawlessly
2012-10-08 17:32:04 +02:00
Piotr Sarnacki
37d1348054 Use Travis Pro in sponsors info 2012-10-08 17:12:39 +02:00
Piotr Sarnacki
b309819f24 Display Travis CI as box sponsor if there is not worker with given name 2012-10-08 17:09:42 +02:00
Piotr Sarnacki
94f1e64554 Show sponsor info under the log 2012-10-08 16:53:31 +02:00
Sven Fuchs
521fc3112d add flash messages and styles 2012-10-08 16:27:55 +02:00
Sven Fuchs
93cd91f67c add rack-ssl 2012-10-08 13:59:51 +02:00
Sven Fuchs
f8aa108c46 fix asset dirs constant 2012-10-08 13:41:35 +02:00
Sven Fuchs
41ab0c4cb0 set content on user permissions array proxy 2012-10-08 13:38:13 +02:00
Sven Fuchs
3580952076 try fixing the root key for Repo.find() (even though ember-data really seems weird here) 2012-10-07 17:58:06 +02:00
Sven Fuchs
268ed9255d bump deps 2012-10-07 17:19:11 +02:00
Sven Fuchs
a8f19aa687 try making workers item view more robust 2012-10-07 17:05:29 +02:00
Sven Fuchs
02a1f166d5 change tools button to have a menu, add requeue menu item, make status image stuff a popup 2012-10-07 16:59:01 +02:00
Sven Fuchs
25dffc0a7a load user permissions 2012-10-06 23:40:05 +02:00
Sven Fuchs
6e4413d5a2 finally rename repository to repo 2012-10-06 20:08:46 +02:00
Sven Fuchs
41ff493131 rename goTo* to show* 2012-10-06 18:07:48 +02:00
Sven Fuchs
96ef9eb5d3 check if readyState == 3 makes the responseText available in browsers we care about ... yes, it does 2012-10-06 17:29:16 +02:00
Sven Fuchs
c6223341f4 rework the asset pipeline to use environments 2012-10-06 15:28:11 +02:00
Sven Fuchs
f6ac7b9c30 showUnauthenticated after signout 2012-10-06 15:27:49 +02:00
Sven Fuchs
b34e35fbb8 improvements to the asset pipeline thanks to @twinturbo 2012-10-05 21:58:20 +02:00
Sven Fuchs
592bebebb1 bump deps 2012-10-05 03:36:45 +02:00
Sven Fuchs
38ea058afc fix assets order 2012-10-04 00:20:17 +02:00
Sven Fuchs
152dde6e05 make things even more generic 2012-10-03 19:29:44 +02:00
Sven Fuchs
d6d6ef3009 just include *.hbs 2012-10-03 18:37:42 +02:00
Sven Fuchs
d67e0b23bc make Assetfile more agnostic 2012-10-03 18:12:44 +02:00
Sven Fuchs
5166e65e84 make filters pluggable 2012-10-03 17:20:36 +02:00
Sven Fuchs
7b47863014 extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
Sven Fuchs
9440ccaf7d make assetfile reusable 2012-10-03 16:34:21 +02:00
Sven Fuchs
b8be2678c0 rename gemspec 2012-10-03 15:24:47 +02:00
Sven Fuchs
19d4433306 remove the "goals" gist from the readme 2012-10-03 15:11:26 +02:00
Sven Fuchs
00b3727f1d add .slugignore 2012-10-03 14:52:05 +02:00
Sven Fuchs
54e1eaffb3 add .travis.yml 2012-10-03 13:50:10 +02:00
Sven Fuchs
e78d4ee005 preserve the stats script 2012-10-03 13:39:02 +02:00
Sven Fuchs
db78e34563 mit license 2012-10-03 13:38:40 +02:00
Sven Fuchs
3d451279e4 add the favicon 2012-10-03 13:29:50 +02:00
Sven Fuchs
7cec5ccbf1 bump deps 2012-10-03 02:27:56 +02:00
Sven Fuchs
3e25821733 Merge branch 'master' of github.com:travis-ci/travis-ember 2012-10-02 23:27:31 +02:00
Sven Fuchs
c76526436d remove order param for builds 2012-10-02 23:27:22 +02:00
Piotr Sarnacki
202f158d55 Fix show more button and make it disabled when loading 2012-10-02 22:39:11 +02:00
Piotr Sarnacki
2e16337e68 Revert 2ead1ff
Without filters those collections will not be updated when clicking on
show more button on builds list.
2012-10-02 21:46:34 +02:00
Sven Fuchs
54ea7e9246 Merge branch 'master' of github.com:travis-ci/travis-ember 2012-10-01 16:50:29 +02:00
Piotr Sarnacki
be19251ff3 Fix job links on the sidebar 2012-10-01 16:47:08 +02:00
Piotr Sarnacki
8b90440f7b Update ember to version from drogus/ember.js
It contains patch for transitionTo, to handle more than one context
2012-10-01 16:46:11 +02:00
Sven Fuchs
4402a36c2e generate a real version hash 2012-10-01 13:11:26 +02:00
Sven Fuchs
e4048f3d81 add a unicorn.rb 2012-10-01 12:53:53 +02:00
Sven Fuchs
4290f05a6c move assets stuff to development group 2012-10-01 12:48:41 +02:00