Commit Graph

1649 Commits

Author SHA1 Message Date
Henrik Hodne
1b7aba494a
fix(models): update the endpoint used to restart jobs and builds
/requests is deprecated
2014-01-30 17:19:15 -06:00
Piotr Sarnacki
8e3134d495 Update log engine 2014-01-29 14:43:44 +01:00
Piotr Sarnacki
803c7d0278 Fix flex CSS
We used flex CSS features from both old and new specification.
Furthermore, we weren't using moz and ms prefixes for a new model, which
may have also made it worse in IE and Firefox.

This commit changes CSS to use new flexbox implementation with all the
prefixes (which should not be needed for current versions, but it won't
hurt to keep them for a while).
2014-01-29 14:35:59 +01:00
Piotr Sarnacki
0d40f2322e Merge pull request #245 from dmathieu/refactor_folder
Refactor the log folder and test the logs view
2014-01-29 02:49:58 -08:00
Damien Mathieu
5ef0302243 automatically unfold lines starting or ending an highlight 2014-01-29 09:10:50 +01:00
Hiro Asari
e884e6d013 Merge pull request #253 from travis-ci/hh-show-status-image-popup-everyone
feat(repo-tools): show status image popup to everyone
2014-01-28 19:31:35 -08:00
Henrik Hodne
e716c5d569
feat(repo-tools): show status image popup to everyone
If you can see the repository, then you should also be able to see the
status of said repository (and status image), so you should also be able
to copy the link to a status image.

Close travis-ci/travis-ci#1881.
2014-01-28 19:46:30 -06:00
Piotr Sarnacki
5562e72492 Update ember-model 2014-01-28 22:41:51 +01:00
Piotr Sarnacki
c808d3d3b8 Add sideloaded records to record arrays 2014-01-28 22:41:50 +01:00
Mathias Meyer
af07dfb29e Remove console.log of language. 2014-01-28 20:58:01 +01:00
Hiro Asari
1987a97ec1 Add missing header for pull request 2014-01-28 12:21:11 -05:00
Hiro Asari
1cbf3ffc1e Fix message that got mangled by the locale removal [skip ci] 2014-01-28 12:06:47 -05:00
Damien Mathieu
9571ce09e3 add integration specs to the log view 2014-01-28 17:23:15 +01:00
Damien Mathieu
6608032652 refactor and test the log folder 2014-01-28 17:23:15 +01:00
Hiro Asari
2c079ae937 Label Rst and POD correctly 2014-01-28 09:57:54 -05:00
Piotr Sarnacki
c3008c1f78 Add mappings for sideloading annotations 2014-01-28 15:33:22 +01:00
Mathias Meyer
36ee4c183c Fix links to point to new documentation site. 2014-01-28 12:42:26 +01:00
Mathias Meyer
6254fa9664 It's GitHub. 2014-01-28 12:42:17 +01:00
Hiro Asari
853a59141f Remove top border for annotations [skip ci] 2014-01-27 14:15:34 -05:00
Hiro Asari
e00b938f4d Merge pull request #190 from travis-ci/hh-annotations
Annotation support (#1220)
2014-01-27 08:41:52 -08:00
Piotr Sarnacki
82b9df2fef Capitalize labels in job and build headers 2014-01-27 13:24:50 +01:00
Piotr Sarnacki
360b32a4f2 Merge branch 'updated-styles'
Conflicts:
	assets/scripts/app/templates/layouts/top.hbs
	assets/scripts/app/templates/repos/list.hbs
2014-01-27 13:02:05 +01:00
Hiro Asari
634fca454e Use bind-attr instead of the deprecated bindAttr 2014-01-25 17:29:56 -05:00
Hiro Asari
62fd40f51e Tell TravisApplication about the Annotation model 2014-01-25 17:14:35 -05:00
Hiro Asari
dbba183564 Change port for localhost example [skip ci] 2014-01-25 09:08:30 -05:00
Hiro Asari
26c5cf2a05 Add status image example for POD
Fixes https://github.com/travis-ci/travis-web/issues/235

Note the height attribute is removed from `#status-image`.
We now let browser decide how tall the popup will be.
2014-01-25 09:06:25 -05:00
Hiro Asari
364fb119c9 Add newline 2014-01-24 10:32:42 -05:00
Hiro Asari
715b1a2d36 Drop image and add status for Annotation 2014-01-24 10:32:11 -05:00
Hiro Asari
9e2a8cb218 Merge branch 'master' into hh-annotations
Conflicts:
	assets/scripts/app/controllers/job.coffee
	assets/scripts/app/models/job.coffee
2014-01-24 10:18:58 -05:00
Piotr Sarnacki
8e5111da88 Convert switches in profile to components 2014-01-21 17:57:35 +01:00
Piotr Sarnacki
d7bef2b94e Revert tailing changes 2014-01-20 15:00:34 +01:00
Piotr Sarnacki
492802920e Use pushState to set urls
It seems that directly setting location.hash directly doesn't play nice
with Ember.js URL handling - using it to handle line numbers results in
weird bugs (URL stops being updated after setting hash manually).

This commit gets back to using window.history.pushState() which was
changed to direct hash manipulation in ff1aad3
2014-01-20 14:24:05 +01:00
Mathias Meyer
84037fb3c3 Fix links to blog and docs. 2014-01-20 12:50:08 +01:00
Piotr Sarnacki
eb54463d35 Remove reference to I18n 2014-01-16 21:08:47 +01:00
Justine Arreche
f26fbf197a updated Gemfile 2014-01-16 15:00:43 -05:00
Piotr Sarnacki
f5f9a77a18 Remove i18n from Assetfile 2014-01-16 20:49:54 +01:00
Piotr Sarnacki
896c79dd16 Remove the rest of the locales related stuff 2014-01-15 14:40:56 +01:00
Piotr Sarnacki
8801fe7e6c Replace all of the uses of translation helper with plain text
We're removing translations from Travis, the substitution was done using
this script: https://gist.github.com/drogus/8436273
2014-01-15 14:35:01 +01:00
Justine Arreche
486e9bee07 Removed mention of locales in the README 2014-01-14 15:01:57 -05:00
Justine Arreche
2cdbd430cd removed localeapp files and removed locaes from Gemfile 2014-01-14 14:51:54 -05:00
Justine Arreche
f6491297c1 removed instances of locales in current_user and user 2014-01-14 14:01:40 -05:00
Piotr Sarnacki
4cf6f0542e Update Ember to 1.3.1 2014-01-14 18:25:36 +01:00
Justine Arreche
35e7fc4f55 removed instances of locales from app and auth coffeescript files 2014-01-13 15:03:18 -05:00
Justine Arreche
67b970015f removed set and default locale from app.coffee 2014-01-13 13:53:33 -05:00
Justine Arreche
5500dbb31c removed locales from profile.coffee 2014-01-13 12:05:32 -05:00
Hiro Asari
a8a112cfa8 Merge pull request #249 from travis-ci/ha-bug-ja_locale_update
Update Japanese locale data [skip ci]
2014-01-13 07:02:34 -08:00
Hiro Asari
594e3f2769 Update Japanese locale data [skip ci] 2014-01-13 10:01:07 -05:00
Piotr Sarnacki
3f7f0fcafc Merge pull request #246 from travis-ci/ha-bug-gh_ci_1470
Link-ify GitHub commit references in logs
2014-01-13 06:34:21 -08:00
Hiro Asari
f5b49f4af7 Add specs for link-ifying commit references 2014-01-13 09:08:26 -05:00
Josh Kalderimis
3b6aa17dcd Merge pull request #247 from gark87/russian_l10n
Use capitalized text to be consistent
2014-01-11 16:11:05 -08:00