Josh Kalderimis
a8d30d9727
Merge pull request #294 from travis-ci/sf-time-tags
...
Display time tags
2014-08-12 15:45:12 +02:00
Sven Fuchs
11a4293fc1
turn off debugging
2014-08-12 15:42:48 +02:00
Sven Fuchs
f8ce687b2e
bump web-log
2014-08-12 15:03:49 +02:00
Sven Fuchs
417c59f8ea
move timing tags one line up
2014-08-12 15:03:49 +02:00
Sven Fuchs
eba80920b6
update web-log, add styles, turn on DEBUG
2014-08-12 15:03:49 +02:00
Sven Fuchs
8ed39d75e8
bump travis-web-log
2014-08-12 15:03:49 +02:00
Sven Fuchs
097a076a33
use log.js from travis-web-log/sf-log-timing
2014-08-12 15:03:49 +02:00
Piotr Sarnacki
07b06b2b8c
Better wording for deleting all caches
2014-08-05 18:15:13 +02:00
Piotr Sarnacki
e286428722
API uses match to filter by slug
2014-08-05 18:14:34 +02:00
Piotr Sarnacki
a58688b451
Page for displaying caches
2014-08-05 18:09:24 +02:00
Piotr Sarnacki
a5dae4acf3
Set job and build on repo controller to null when leaving
...
We set job and build directly on repo controller for routes like job,
build and repo.index. We also need to clean that up when we exit to not
show for example download log button when we switch to different route.
2014-07-30 13:36:27 +02:00
Piotr Sarnacki
cb4b385b2b
Rename concurrent builds to concurrent jobs
2014-07-30 12:56:32 +02:00
Piotr Sarnacki
73e852b23a
Remove unused helpers
2014-07-30 12:56:31 +02:00
Piotr Sarnacki
7c922ddebb
Update Ember.js to 1.6.1
2014-07-30 12:56:31 +02:00
Sven Fuchs
eba8f9e8e9
Merge pull request #292 from travis-ci/sf-log_add_timing_tags
...
update travis-web-log
2014-07-29 17:41:49 +02:00
Sven Fuchs
6281669616
update travis-web-log
2014-07-24 14:55:01 +02:00
Piotr Sarnacki
aa06f3947e
Display current repo's URL for lint link
2014-07-22 18:47:45 +02:00
Justine Arreche
55d41d4d10
adding lint for requests tab
2014-07-22 18:47:44 +02:00
Justine Arreche
a6a884a5b4
link link now included in tabs
2014-07-22 18:47:44 +02:00
Justine Arreche
51913f1c7f
Added impressum to help dropdown
2014-07-21 18:30:11 +02:00
Piotr Sarnacki
aa8c614e27
Fix settings on stable chrome version
...
Removing dispay: inline-box for form helps, but I have no idea why is
that.
2014-07-17 12:01:13 +02:00
Piotr Sarnacki
dabb7ea713
Send settings when maximum number of builds is == 0
2014-07-16 16:27:18 +02:00
Hiro Asari
8a03beb01e
Merge pull request #289 from travis-ci/mm-concurrent-builds-setting
...
Add setting for concurrent number of builds
2014-07-15 14:40:47 +02:00
Piotr Sarnacki
2677f3f613
Fix specs
2014-07-15 13:23:01 +02:00
Justine Arreche
68b7357375
Concurrent builds have got some STYLE
2014-07-14 16:56:00 +02:00
Justine Arreche
4d7190012f
Merge branch 'switches-styling' into mm-concurrent-builds-setting
2014-07-11 17:29:27 +02:00
Justine Arreche
570709d8dc
complete fix of all switch updated styles
2014-07-11 17:25:23 +02:00
Piotr Sarnacki
7eb0b2b436
Show both labels on travis-switch
2014-07-04 11:22:05 +02:00
Justine Arreche
ef4b827d3c
styling switches
2014-07-04 10:53:15 +02:00
Piotr Sarnacki
23035306c7
Oh gaaawwd, really fix the dependencies
2014-06-26 18:09:28 +02:00
Piotr Sarnacki
412baaa79c
Specify proper dependencies in job's and build's properties
2014-06-26 18:01:34 +02:00
Piotr Sarnacki
3d45696f9a
Extract commit data on all build events if it's available
2014-06-26 13:54:08 +02:00
Piotr Sarnacki
1238caf318
Fix signing out on failed try to update user data
...
A while ago I introduced a change to auth code which signs out user on
failed try to get user data. The problem with it was it signed out on
all kind of errors, like network error. I changed the code to log out on
401 status, but I haven't tested it properly, we actually return 403 on
unauthenticated queries for user data.
2014-06-23 15:15:40 +02:00
Piotr Sarnacki
6cb866408d
Don't return finishedAt, startedAt, duration for not started jobs/builds
2014-06-20 16:05:45 +02:00
Piotr Sarnacki
e045ab7481
Remove check of model state in DurationCalculation
...
We no longer need this check, because it was only relevant with Ember
Data. Additionally it was a cause of a travis-ci/travis-ci#1992 , because
of wrong syntax:
unless someFunction false or true
will only check for a result of someFunction with an argument being the
result of `or` expression.
2014-06-20 15:47:37 +02:00
Piotr Sarnacki
e0865756d1
Start running poll whenever isSyncing changes
...
This ensures that timing is not important, ie. if user data is refreshed
later, we can still start running poll() if user is syncing.
2014-06-19 14:40:28 +02:00
Piotr Sarnacki
a64c800423
Bring back refreshUserData when setting user data
...
User data needs to be refreshed on sign in, otherwise we don't have
fresh data regarding isSyncing property and other fields which can
change between refreshing page.
2014-06-19 14:32:48 +02:00
Piotr Sarnacki
2fd1af29ec
Unfold lines before trying to scroll
...
(closes travis-ci/travis-ci#1501 )
2014-06-18 15:36:23 +02:00
Mathias Meyer
ceba629b5c
More subtle coloring for invalid fields.
2014-06-18 09:47:10 +02:00
Mathias Meyer
d3b13d8238
Mark invalid concurrent setting input properly.
...
This adds a CSS class if the content is invalid.
2014-06-17 17:34:00 +02:00
Piotr Sarnacki
00ccb07a49
Fix sync button
2014-06-17 16:39:21 +02:00
Piotr Sarnacki
43e9af77d5
Don't close folds when following logs
2014-06-17 00:50:01 +02:00
Piotr Sarnacki
20e3152dba
Bump log.js
2014-06-17 00:31:02 +02:00
Mathias Meyer
ce9322443c
Merge branch 'master' into mm-concurrent-builds-setting
2014-06-16 15:46:27 +02:00
Mathias Meyer
b3fbb5f5cf
Add setting for number of concurrent builds.
...
Includes a little rework of the settings page to fit in an input
field.
2014-06-16 15:45:03 +02:00
Piotr Sarnacki
1f3f06f60e
Make Auth class global
...
It will allow to extend it in travis-pro-web
2014-06-10 09:13:20 +02:00
Piotr Sarnacki
fe1ced55ba
Merge pull request #284 from travis-ci/ps-router-refactoring
...
Router refactoring
2014-06-03 14:42:38 +02:00
Piotr Sarnacki
f0d6ba2857
Merge pull request #282 from travis-ci/ps-auth-refactoring
...
Refactor auth code
2014-06-03 14:24:23 +02:00
Mathias Meyer
03f73b2105
Wrap commit message body on white space.
...
This prevents long commit messages from bleeding into the data on
the right side of the header.
Fixes travis-ci/travis-ci#2380
2014-06-03 08:07:17 +02:00
Piotr Sarnacki
52dea338ee
Refactor handling accounts
...
This commit changes a way we load accounts for profile view:
* instead of using several views with profile controllers, always use
one view to render hooks. This is achieved by redirecting to
individual account page from main profile page (for example when going
into /profile as a user drogus, the effective address will be
/profile/drogus)
* instead of using observers to wait for accounts to load I just use
promise in ProfileRoute#model which effectively ensures that accounts
are loaded at the time we want to select an individual account
* profile controller is split into profile and account controller
2014-05-28 10:23:39 +02:00