Commit Graph

561 Commits

Author SHA1 Message Date
Piotr Sarnacki
adab32f90f Update rake-pipeline 2012-11-01 00:11:12 +01:00
Piotr Sarnacki
dff93c93fe Don't require some of the attributes for incomplete records
When build or job is not finished, we don't need to load the record
because of them, they will be loaded when 'finished' events come in.
2012-10-31 16:10:42 +01:00
Piotr Sarnacki
eef8e55cfe Check if key is defined in incomplete checks 2012-10-31 14:56:17 +01:00
Piotr Sarnacki
baa95d590d Check if data is an object
I couldn't reproduce it locally, but I got this exception once. This
implementation will need to be rewritten after upgrading to newest
ember, so I'll leave it as it is for now.
2012-10-31 00:48:46 +01:00
Piotr Sarnacki
e897008a2d Remove events tab for now 2012-10-31 00:48:46 +01:00
Piotr Sarnacki
6bf5bd3356 Needed to move part of incomplete impl. to store
When using get with path (eg. get('foo.bar.baz')), get method is called
only on the current object and computed property will be called. Because
there is no easy way to overwrite the computed property, I moved
incomplete record loading to ember-data. It's not DRY and it should be
rewritten, but I don't want to do it at this point as we will need to
completely rewrite it when upgrading ember-data.
2012-10-31 00:46:13 +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
44a4466919 Set encodings to UTF-8 when compiling assets 2012-10-30 02:23:22 +01:00
Piotr Sarnacki
73136c7966 Don't ignore assets directory when building slug 2012-10-30 02:23:06 +01:00
Piotr Sarnacki
69fad1e417 Keep assets dependencies in assets group in Gemfile 2012-10-30 02:22:43 +01:00
Piotr Sarnacki
11ac6ef3fe Ignore only top level assets directory 2012-10-30 02:21:14 +01:00
Piotr Sarnacki
5c229320fa AssetFile -> Assetfile 2012-10-30 02:21:14 +01:00
Piotr Sarnacki
3a1cb7444c Move rakep and dependencies out of development 2012-10-30 02:21:10 +01:00
Piotr Sarnacki
8c8b436fca Change buildpacks 2012-10-30 02:20:58 +01:00
Piotr Sarnacki
7f6b3fb157 BUILDPACKS! 2012-10-30 02:20:48 +01:00
Piotr Sarnacki
35eb3f1df6 Merge pull request #38 from kugaevsky/patch-1
Fix selected indicator style for left panel
2012-10-29 04:57:29 -07:00
Piotr Sarnacki
a254e681a5 Merge pull request #39 from jonlemmon/master
Update readme to reference new repo
2012-10-29 04:56:49 -07: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
95e9c7a17d Merge pull request #40 from mutewinter/css_scrolling_speed_fix
Fixes Slow Scrolling on Pages with Gigantic Logs
2012-10-28 12:57:48 -07:00
Jeremy Mack
809ce6ccab Fixes slow scrolling on pages with gigantic logs 2012-10-28 15:49:19 -04:00
Jon Lemmon
8f8437036f Update readme to reference new repo. 2012-10-28 00:16:35 +13: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
Nick Kugaevsky
4e2e39a96b Fix selected indicator style for left panel
I think it will be better to fix position of selected project indicator in left panel.
So when you toggle project info it doesn't jump around, and info separator doesn't detach right border. 

Here is some screenshots.
Before: http://cl.ly/image/3v3L2w0K3S1K
After:  http://cl.ly/image/200o3i1l1b3b
2012-10-25 16:40:52 +04:00
Piotr Sarnacki
a7faec7479 Make sure that repo.slug is loaded for queue urls 2012-10-24 22:37:24 +02:00
Konstantin Haase
0ac265a4a7 allow setting token manually 2012-10-24 19:36:17 +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
3195a75a22 we actually have an instance in the block 2012-10-23 22:09:26 +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
ce307264c4 Use ENV.FORCE_JQUERY when building for production 2012-10-23 03:47:12 +02:00
Piotr Sarnacki
f64d488973 Set locale to 'en' by default 2012-10-23 03:33:39 +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