Piotr Sarnacki
79968ca76b
Compatibility fixes for new build header
2014-12-10 21:30:44 +01:00
Justine Arreche
326e31b6a1
svg icons
2014-12-10 21:30:44 +01:00
Justine Arreche
df8f6c1b7c
fixes to settings dropdown styles
2014-12-10 21:30:44 +01:00
Justine Arreche
847786cbea
changed delete log to download log
2014-12-10 21:30:43 +01:00
Justine Arreche
72a355d46a
fixes to action icon sizes and position and addition of new log action icons
2014-12-10 21:30:43 +01:00
Piotr Sarnacki
abb5f422f2
Fix status badge icon
2014-12-10 21:30:43 +01:00
Justine Arreche
702b975624
added arrow and size adjustments to settings dropdown button
2014-12-10 21:30:43 +01:00
Justine Arreche
e7e283ab8f
moved build status img to repo-header
2014-12-10 21:30:43 +01:00
Justine Arreche
2df958ca15
fixed spacing in build status text align
2014-12-10 21:30:43 +01:00
Justine Arreche
f5db8c5cc8
added icon and space for tags
2014-12-10 21:30:43 +01:00
Piotr Sarnacki
c3a843a886
Add button for removing logs
2014-12-10 21:30:43 +01:00
Justine Arreche
e98d429426
fixed colors, position on build status
2014-12-10 21:30:42 +01:00
Justine Arreche
844f99155c
got bgimg working on build-status
2014-12-10 21:30:42 +01:00
Justine Arreche
2a3c1424dc
for some reason giant svgs
2014-12-10 21:30:42 +01:00
Justine Arreche
d32fbf4565
small change to right div width for longer messages
2014-12-10 21:30:42 +01:00
Justine Arreche
82983b1c02
fixed bg image sizes and settings dropdown color
2014-12-10 21:30:42 +01:00
Justine Arreche
5b53628634
latest for piotr review
2014-12-10 21:30:42 +01:00
Justine Arreche
e9b8183ead
fixing what was lost this morning
2014-12-10 21:30:42 +01:00
Justine Arreche
b897e81fd2
updated build status bg colors
2014-12-10 21:30:42 +01:00
Justine Arreche
4ce70d2784
we're hiring changes
2014-12-10 16:44:45 +01:00
Justine Arreche
c03514763c
Add vendor/bundle to gitignore
2014-12-10 16:38:16 +01:00
Mathias Meyer
f8aaf2c2b2
Remove merge conflict remnants.
2014-12-10 13:36:11 +01:00
Justine Arreche
60a8cd5a40
merging we're hiring styles
2014-12-10 10:53:28 +01:00
Justine Arreche
ebbc93ff25
fixed we're hiring a tag
2014-12-10 08:40:43 +01:00
Mathias Meyer
b51ca7e50a
Fix hiring link to point to the proper page.
...
Also includes a quick fix for styling the link.
2014-12-09 19:01:39 +01:00
Justine Arreche
3d0b50c679
we're hiring message added to #top bar
2014-12-09 18:31:13 +01:00
Piotr Sarnacki
9057650646
Fix client on Firefox 34.0 beta
...
Our ajax function was passing params as object to xhr.send function.
For some reason this breaks on Firefox 34.0 beta. Sending stringified
version of params works correctly.
2014-11-13 18:04:58 +01:00
Piotr Sarnacki
95538498f0
Make pusher log fallback configurable and disable it by default
2014-11-12 12:26:49 +01:00
Piotr Sarnacki
840ce5a47d
Revert "Merge pull request #308 from rwjblue/update-ember"
...
After upgrading ember to 1.8.1 tests pass, but I found a few cases where
things break (for example when navigating between certain routes). I'm
reverting for now.
This reverts commit fa5e9179af
, reversing
changes made to 978c887123
.
2014-11-12 12:11:53 +01:00
Piotr Sarnacki
767c546ab5
Change timeout for pusher fallback to 30s
...
We have a bug that results in sending unneeded ajax queries on missing
log parts. I'm working on a fix, but it may take a while, because I want
to refactor a few parts of the app instead of putting more hacks on
legacy code. To help with the situation I'm increasing timeout for
pusher fallback.
2014-11-12 11:15:38 +01:00
Piotr Sarnacki
fa5e9179af
Merge pull request #308 from rwjblue/update-ember
...
Update to Ember 1.8.1.
2014-11-10 15:31:37 +01:00
Josh Kalderimis
978c887123
Merge pull request #309 from whit537/patch-1
...
fix typo: "the the" -> "the"
2014-11-08 16:03:20 +13:00
Chad Whitacre
3084212f2e
fix typo: "the the" -> "the"
2014-11-07 08:37:00 -05:00
Robert Jackson
e40d8a282f
Inject config
into controllers.
...
Avoid deprecations from globals in template.
2014-11-05 15:29:26 -05:00
Robert Jackson
aa7fab4cc0
Use container to lookup views (instead of globals).
2014-11-05 15:29:03 -05:00
Robert Jackson
5d72292915
No need to advanceReadiness (automatic with visit now).
2014-11-05 15:12:39 -05:00
Robert Jackson
2b0f107225
Metamorph tags are no longer added, reducing the number of children.
2014-11-05 12:51:27 -05:00
Robert Jackson
b21ceadc63
Use alias when appropriate.
2014-11-05 12:51:16 -05:00
Robert Jackson
8e0b2e9fb3
Remove extra nesting level in integration test.
2014-11-05 12:50:56 -05:00
Robert Jackson
e66ccfdfcd
Remove view.state checks (in favor of _state).
2014-11-05 12:50:40 -05:00
Robert Jackson
89a3c20217
Keep elements fully within a single element.
...
{{if}} is implemented as an Ember.View (without an element), and
children must be valid DOM.
2014-11-05 12:48:26 -05:00
Robert Jackson
2faca2e9d6
Do not use globals to lookup views from template.
2014-11-05 08:19:49 -05:00
Robert Jackson
a789fdab6f
Do not run timers in testing.
2014-11-05 08:19:16 -05:00
Robert Jackson
3db8a7624b
Update to Ember 1.8.1.
2014-11-05 08:19:02 -05:00
Robert Jackson
0972475dcb
Controller#content -> Controller#model.
2014-11-05 08:18:32 -05:00
Robert Jackson
f9fe221e9a
Use standard Ember.Handlebars.registerBoundHelper.
...
No need for the custom Ember.registerBoundHelper implementation.
2014-11-05 07:39:45 -05:00
Robert Jackson
9011f9d85d
Pass test suite.
...
* Add `travis.source_endpoint` meta (fixes many tests with hard
expectations on `http://github.com ` being in URL paths).
* Wrap `Ember.run.once` in a `Ember.run` (prevents test auto-run
assertion).
* Fix expect counts for a couple tests.
2014-11-04 21:22:58 -05:00
Sven Fuchs
bc3a6e41df
Merge pull request #306 from travis-ci/sf-te2
...
Port changes for enterprise
2014-10-18 18:42:17 +02:00
Sven Fuchs
7315efed5f
remove extra comma
2014-10-14 15:29:12 +02:00
Sven Fuchs
b348ee0e40
Revert "Make sorting more in line with what we will do on a server"
...
This makes the timeline ordering odd when restarting: The repo will be
sorted to be bottom of the timeline while in :created state, and then
pops back up to the top when :started.
One weird thing is that it only seems to behave this way on com
(staging) and enterprise, but not on org (staging).
This reverts commit ce8237b4e7
.
2014-10-14 15:20:14 +02:00