Commit Graph

36 Commits

Author SHA1 Message Date
Lisa P
41884ff9d2 fade out long commit messages 2016-01-27 16:41:20 +01:00
Piotr Sarnacki
069f7ddbeb Fix displaying no-builds and not-active errors
This commit unifies the behaviour of displaying no-builds and not-active
errors for repo and fixes the error when user can't access repo settings
when the project is not active.
2016-01-21 16:35:36 +01:00
Piotr Sarnacki
2d0aee4e68 Fix status images popup
After recent refactorings status images popup started to fetch branches
info whenever a repo page was opened, resulting in additional HTTP
requests. Furthermore, because of a way we load branches, it could
result in builds view displaying very old builds, because in API V2 we
essentially download last build for each branch for branches request.

This commit fixes the situation in 2 ways:

1. We wait with downloading branhes till the popup is open
2. We use a V3 requests to download branches and we don't put that data
into the store
2016-01-18 13:14:28 +01:00
Piotr Sarnacki
b0df09fb22 Fix displaying no-builds message with an index view 2016-01-15 15:43:29 +01:00
Piotr Sarnacki
fb1b820837 [deprecations] Remove all of the views from the app 2016-01-13 11:26:30 +01:00
Piotr Sarnacki
21f25cd2bf [deprecations] Remove all of the views from the app 2016-01-12 16:55:22 +01:00
Lisa P
d95e34484f remove old repos templates 2015-12-22 11:13:10 +01:00
Piotr Sarnacki
2e2d2ae81b Feature flag API V3 2015-12-17 12:39:17 +01:00
Piotr Sarnacki
47439657a1 Use lastBuild from defaultBranch on repository
One thing that is not standard here is a serializer for branch, which
uses @href as id. At this point branches don't have ids and ember-data
needs one, so using @href is the easiest way.
2015-12-08 10:18:02 +01:00
Lisa P
1ba9548ad0 first iteration build header styles
build header styles 2nd iteration

make job header use component too

cleanup templates and markup for repo page

styles for the repo header

rewrite styles for repo header, cleanup tabs
2015-12-02 16:11:14 +01:00
Piotr Sarnacki
aa22f7bb61 Change repos-empty view to a component 2015-08-19 12:28:07 +02:00
Lisa P
9aee4fd4b8 Merge pull request #389 from travis-ci/ownerpage-newstyle
Ownerpage newstyle
2015-08-17 17:51:59 +02:00
Lisa P
e4b689b0d5 display actiavte options on not-active of if user has pushPermissions 2015-08-17 10:15:09 +02:00
Lisa P
75ce90fc03 check for lastBuildId and only display not-active if it is false 2015-08-14 16:58:06 +02:00
Lisa P
79eb530270 Merge pull request #388 from travis-ci/lp-no-builds
No builds/ not activated
2015-08-12 11:20:22 +02:00
Lisa Passing
5736dbfe4b add more space 2015-08-12 10:56:18 +02:00
Lisa Passing
98d9476b7a link from repo header to ownerpage 2015-08-12 10:54:59 +02:00
Piotr Sarnacki
db93e755d6 Fix build and jobs tabs 2015-08-11 14:51:40 +02:00
Lisa Passing
a6f18ab19c Merge branch 'master' into lp-no-builds 2015-08-10 18:53:03 +02:00
Piotr Sarnacki
daeb5fa056 Refactor repo tools to use components 2015-08-06 11:09:41 +02:00
Piotr Sarnacki
759e56d7ba Change repos-list into a component 2015-08-05 13:11:57 +02:00
Lisa Passing
8bc1d4ad33 display wheelbarrow notice if repo is not active 2015-07-28 15:57:40 +02:00
tchak
48fc13b7bf stop using deprecated {{bind-attr}} 2015-07-14 17:57:08 +02:00
Lisa Passing
4e03709cca add githubCommitUrl helper to build history 2015-06-22 17:33:25 +02:00
Lisa Passing
8ff3297083 fill in meta description 2015-06-22 16:50:32 +02:00
Lisa Passing
064f414da7 create loading-indicator component and replace all instances of the non-component 2015-05-28 13:52:44 +02:00
Piotr Sarnacki
397600c46d Fix HTML based on HTMLBars errors 2015-04-30 12:48:10 +02:00
Lisa Passing
1483a0e86c add new tab styles 2015-03-09 14:58:38 +01:00
Lisa Passing
6a80f03537 style the commit message, get right status icon 2015-03-06 15:54:05 +01:00
Lisa Passing
b02165f0f2 align all the things 2015-03-06 13:20:27 +01:00
Lisa Passing
7d8d5ba0df bring back (most) of the build header functionality 2015-03-05 18:16:28 +01:00
Lisa Passing
e9732c965e rewrite build header 2015-03-04 18:02:49 +01:00
Lisa Passing
5f601c492c fix build tabs responsive 2015-02-10 16:10:42 +01:00
Piotr Sarnacki
24d18afd48 Merge branch 'css-refactor' into ember-cli
Conflicts:
	app/templates/layouts/profile.hbs
	assets/scripts/app/routes.coffee
	assets/scripts/app/views.coffee
2015-02-05 12:49:26 +01:00
Piotr Sarnacki
67cae2c8f5 Remove Travis global usage from templates 2015-02-04 18:34:25 +01:00
Piotr Sarnacki
3a09a0da9a Move assets/scripts/app to root dir 2015-02-03 09:44:34 +01:00