Piotr Sarnacki
df15776e0e
Revert "Revert "It's free and hosted, not distributed!""
...
This reverts commit 92f843208a
.
2012-11-07 22:58:09 +01:00
Piotr Sarnacki
92f843208a
Revert "It's free and hosted, not distributed!"
...
This reverts commit 873c8aefa6
.
2012-11-05 22:27:54 +01:00
Mathias Meyer
873c8aefa6
It's free and hosted, not distributed!
2012-11-02 13:26:20 +01:00
Piotr Sarnacki
74aa8ed503
Remove public/version from git
2012-10-30 02:30:45 +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
5ae7e1d046
Check also associations for incomplete records
2012-10-28 23:43:17 +01:00
Piotr Sarnacki
4c1c4586fa
Handle case where key on data needs Ember.set
...
I'm not really sure what cauese a field to be defined as such setter,
but it sometimes happens.
2012-10-28 23:43:17 +01:00
Piotr Sarnacki
fee6fc6cad
payload.job.id is not always present in worker:updated event
2012-10-28 23:43:16 +01:00
Piotr Sarnacki
d3d7f6b83c
Don't add repository on worker events if it already exists
...
It's best to do that, because worker payload is usually outdated. If
there is no info on repo yet, it's worth to add it, but if it already
exists, we will most likely end up with inconsistent situation.
2012-10-28 23:43:16 +01:00
Piotr Sarnacki
987185be54
Fix build link when updating builds through pusher
2012-10-28 23:43:16 +01:00
Piotr Sarnacki
3f0babcf55
Fix adding builds to a build list on pusher event
2012-10-28 23:43:15 +01:00
Piotr Sarnacki
6b40f127a1
Check also associations for incomplete records
2012-10-27 04:45:57 +02:00
Piotr Sarnacki
a8e85dc714
Handle case where key on data needs Ember.set
...
I'm not really sure what cauese a field to be defined as such setter,
but it sometimes happens.
2012-10-27 03:50:16 +02:00
Piotr Sarnacki
63e2a9add6
payload.job.id is not always present in worker:updated event
2012-10-27 03:43:01 +02:00
Piotr Sarnacki
40ef7107f4
Don't add repository on worker events if it already exists
...
It's best to do that, because worker payload is usually outdated. If
there is no info on repo yet, it's worth to add it, but if it already
exists, we will most likely end up with inconsistent situation.
2012-10-27 03:11:15 +02:00
Piotr Sarnacki
94bff24f2c
Fix build link when updating builds through pusher
2012-10-27 00:50:34 +02:00
Piotr Sarnacki
5eb3ab3b01
Fix adding builds to a build list on pusher event
2012-10-26 22:35:10 +02:00
Piotr Sarnacki
a7faec7479
Make sure that repo.slug is loaded for queue urls
2012-10-24 22:37:24 +02:00
Piotr Sarnacki
231f3b8723
Load worker related records from pusher payload
2012-10-24 11:28:01 +02: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
14e8827e36
Generate production version
2012-10-23 03:47:26 +02:00
Piotr Sarnacki
a63ac52458
Remove layout views, just change template on application
2012-10-23 01:40:05 +02:00
Piotr Sarnacki
939212302a
Fix loading page with #L<line-number>
...
Ember changed a way HistoryLocation works and it no longer calls
getURL(). I'm monkey patching it, but I will submit a pull request to
fix it.
2012-10-22 21:45:43 +02:00
Piotr Sarnacki
349a4d104e
Fix scrolling issues for 'Follow logs'
2012-10-22 21:30:26 +02:00
Piotr Sarnacki
72f14fb594
Do not trigger unnecessary reloads when locale *could* have changed
2012-10-22 21:29:51 +02:00
Piotr Sarnacki
3fdd2d50ab
Get back to old version of log number scrolling
2012-10-22 21:29:14 +02:00
Konstantin Haase
87e8f32637
Merge branch 'master' of github.com:travis-ci/travis-web
...
Conflicts:
public/version
2012-10-22 21:25:22 +02:00
Konstantin Haase
5a772a0710
update app.css
2012-10-22 21:23:50 +02:00
Piotr Sarnacki
c02f4d860b
Fix errors with reload
2012-10-22 19:54:53 +02:00
Piotr Sarnacki
300ad58516
Fix incomplete implementation
...
While testing in the wild I spotted a few problems with it:
* it didn't work for camel case names.
* it was sometimes setting loaded data too late - it needed to use find
and then save data on the record. Instead it should save data in
special array saved on store, indexed by clientId
* there is already method to get attributes in ember-data, it just
doesn't work with Travis.Foo.get('attributes'), it needs
Ember.get(Travis.Foo, 'attributes') - it makes implementation much
shorter
2012-10-22 02:54:48 +02:00
Piotr Sarnacki
6cfddfd882
Change log.isLoaded to view.job.log.isLoaded
...
For some weird reason Ember errors out when it's called directly on
context (which is job in this place).
2012-10-21 20:48:24 +02:00
Piotr Sarnacki
6513d5c675
Update ember.js
2012-10-21 18:53:52 +02:00
Piotr Sarnacki
60740a8d3d
Remove router hacks
...
I've implemented things that we need into Ember. We're running from my
fork for now, ideally those changes will be merged into official repo.
2012-10-20 16:36:53 +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
f790a809ff
remove debug output
2012-10-19 22:24:57 +02:00
Sven Fuchs
853606bcc6
moar routing/auth refactorings
2012-10-19 22:20:45 +02:00
Sven Fuchs
c4b91108a0
refactor routes/auth interaction so that it always calls afterSignIn()
2012-10-19 21:24:18 +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
82163346b9
We don't have to transitionTo('root') here
2012-10-18 03:38:45 +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