Josef Šimánek
265dfa1d2d
Fix JS spec env.
...
* remove unnecesary files
* add quint stylesheet
2014-05-12 23:57:08 +02:00
Piotr Sarnacki
3442610244
Fix jasmine styles to make it bigger and relative (on top of app)
2013-02-28 15:56:55 +01:00
Piotr Sarnacki
11e11eb936
Revert removal of jasmine styles
2013-02-18 23:46:43 +01:00
Sven Fuchs
e2ea999974
try using font/icons for color issues
2012-12-09 15:16:27 +01:00
Piotr Sarnacki
9e53ee4aa4
Remove compiled scripts and styles from repo
2012-10-30 02:27:29 +01:00
Piotr Sarnacki
73055be147
Merge branch 'deployment-plus-plus'
...
Conflicts:
assets/scripts/lib/travis/expandable_record_array.coffee
public/scripts/app.js
public/scripts/min/app.js
public/styles/app.css
public/version
2012-10-30 02:25:02 +01:00
Piotr Sarnacki
be2a1cf8a3
Use isComplete on build page to not show incomplete record
2012-10-30 02:23:41 +01:00
Piotr Sarnacki
d1ab28abcc
Remove console.log entry
2012-10-30 02:23:41 +01:00
Piotr Sarnacki
3a1cb7444c
Move rakep and dependencies out of development
2012-10-30 02:21:10 +01:00
Piotr Sarnacki
f39dcff13b
Compile assets for production
2012-10-28 23:45:27 +01:00
Piotr Sarnacki
7f979c8a5e
Add minified app.js
2012-10-23 23:39:12 +02:00
Konstantin Haase
a1fb0ff2be
bump up auth timeout
2012-10-23 21:25:22 +02:00
Piotr Sarnacki
a63ac52458
Remove layout views, just change template on application
2012-10-23 01:40:05 +02:00
Piotr Sarnacki
3fdd2d50ab
Get back to old version of log number scrolling
2012-10-22 21:29:14 +02:00
Konstantin Haase
5a772a0710
update app.css
2012-10-22 21:23:50 +02:00
Piotr Sarnacki
0587991533
Fix scrolling to line numbers
...
After some of the layout changes, the element that actually gets
scrolled is current layout view (.application > div).
2012-10-20 15:43:17 +02:00
Piotr Sarnacki
af00392d15
Fix jobs table when jobs have different config keys
...
If we have 2 jobs within 1 build, with such config values:
{ rvm: 'jruby-head', jdk: 'oraclejdk7' }
{ rvm: '1.9.3', jdk: null }
We should return jdk in configValues for second build, even if it's not
present. Otherwise table rows may be missing.
(closes #28 )
2012-10-20 02:14:17 +02:00
Sven Fuchs
853606bcc6
moar routing/auth refactorings
2012-10-19 22:20:45 +02:00
Sven Fuchs
a806dd7ff8
refactor broadcasts
2012-10-19 04:27:07 +02:00
Piotr Sarnacki
a29e3003cb
Update ember
2012-10-19 01:52:16 +02:00
Sven Fuchs
45cc6a47e3
fix top menu active item styles
2012-10-19 00:33:39 +02:00
Piotr Sarnacki
cb76de3718
Move afterSignIn to auth Route
...
If we keep it only on states lower than root and afterSignIn is sent
when app is still in root.loading (which is often the case as we need to
wait for repository deserialization), it will try to find afterSignIn on
root.
2012-10-18 03:28:29 +02:00
Konstantin Haase
d4404b201c
switch to puma, make app reload in development mode
2012-10-17 16:19:42 +02:00
Sven Fuchs
03595db5fa
re-add guard, rename "profile" menu item to "accounts" and add the github badge to the accounts sidebar
2012-10-17 03:21:28 +02:00
Piotr Sarnacki
450f2b5f49
Make page nicer in smaller resolutions
2012-10-16 22:41:04 +02:00
Piotr Sarnacki
ce534fdcb8
Make layout work for smaller resolutions
2012-10-16 22:29:00 +02:00
Piotr Sarnacki
efcdae70c0
Fix layout in firefox
2012-10-16 21:17:42 +02:00
Piotr Sarnacki
0bb3eff03b
Fix popup positioning and make sure popups always open properly
...
(closes #24 )
2012-10-16 19:41:57 +02:00
Konstantin Haase
ab866b4fe2
no longer run api
2012-10-16 18:42:37 +02:00
Piotr Sarnacki
c05ce673bf
Load incomplete records when trying to get unknown attribute
...
In order to minimize ajax requests, I implemented isComplete property,
which can be used to check if record is fetched from the API or if it
was just partially loaded (for example by pusher event). This is nice in
terms of requests reduction, but caries risk of showing incomplete data.
This commit fixes this situation by saving which attributes were
provided on "incomplete" load and triggering refresh when any unknown
attribute is tried to be fetched.
The implementation is really simple and will probably need refactoring,
but I would like to test it in the wild before putting much more time
into it.
2012-10-16 03:05:38 +02:00
Sven Fuchs
393ef62eae
Merge branch 'master' of github.com:travis-ci/travis-web
...
Conflicts:
public/scripts/app.js
public/scripts/min/app.js
public/styles/app.css
public/version
2012-10-16 02:05:17 +02:00
Sven Fuchs
f91622e7e8
add an events tab
2012-10-16 02:00:24 +02:00
Piotr Sarnacki
4153c990be
Fix specs
2012-10-15 23:20:33 +02:00
Piotr Sarnacki
9976b47c93
WIP
2012-10-15 19:35:10 +02:00
Sven Fuchs
bee1a895ba
css sync and hooks buttons
2012-10-14 15:07:30 +02:00
Sven Fuchs
e7a26524d4
move select() functionality to Travis.Model and reuse it for accounts
2012-10-13 21:20:11 +02:00
Piotr Sarnacki
7ccbba2959
Don't redirect user if we're already in state that's not auth
2012-10-13 19:00:56 +02:00
Sven Fuchs
dee3591147
some tweaks
2012-10-13 04:34:30 +02:00
Piotr Sarnacki
9c5e709c0c
Revert changes in css
...
For some reason css was recompiled without any changes in css files,
which caused menu items to break.
2012-10-09 19:34:35 +02:00
Piotr Sarnacki
7f6210ec6c
Fixed build links on worker's list
2012-10-09 16:41:13 +02:00
Sven Fuchs
927c8de8b0
remove flash count binding and solve that in css
2012-10-09 15:53:23 +02:00
Sven Fuchs
847c120bd7
fuck yeah, flash messages
2012-10-09 15:16:54 +02:00
Sven Fuchs
521fc3112d
add flash messages and styles
2012-10-08 16:27:55 +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
6e4413d5a2
finally rename repository to repo
2012-10-06 20:08:46 +02:00
Sven Fuchs
38ea058afc
fix assets order
2012-10-04 00:20:17 +02:00
Sven Fuchs
d67e0b23bc
make Assetfile more agnostic
2012-10-03 18:12:44 +02:00
Sven Fuchs
7b47863014
extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles
2012-10-03 17:13:02 +02:00