Lisa P
fc0aefb42c
remove old env-vars files
2015-12-22 11:12:44 +01:00
Lisa P
201a37aa70
refactor accounts, pt1
2015-12-22 11:12:12 +01:00
Piotr Sarnacki
fdd7b5b91b
Properly normalize ssh key
2015-12-17 13:10:07 +01:00
Piotr Sarnacki
2e2d2ae81b
Feature flag API V3
2015-12-17 12:39:17 +01:00
Henrik Hodne
80a0255f39
Update the picture and title for Henrik
2015-12-09 17:43:03 +01:00
Piotr Sarnacki
09f27d47be
Fix search
2015-12-09 10:23:09 +01:00
Piotr Sarnacki
00653e9420
Fix repo search
2015-12-08 10:18:09 +01:00
Piotr Sarnacki
34e53c1034
Fix job route's use of job.build relationship
...
build is an async relationship now, so job.get('build') returns a
promise.
2015-12-08 10:18:04 +01:00
Piotr Sarnacki
6ee956367c
Observe repos.firstObject on reposController
...
Since we change repos property on reposController, we can't set observer
on repos, because as soon as it's changed, we loose the observer.
Instead, we should observe only on reposController, which is not going
to change.
2015-12-08 10:18:02 +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
Piotr Sarnacki
d9cff6e8b4
Create adapters and serializers working with v3 and v2 APIs
...
This commit adds adapters and serializers for v3, but also a fallback
serializer for v2, which allows to handle v2 and v3 payloads at the same
time. This is needed, because when we use v3 endpoint for one of the
models (in this case repo), we can also get embedded records of other
types (like branch or build).
2015-12-08 10:18:02 +01:00
Piotr Sarnacki
5cf1cbba6b
Move ajax and auth into services
2015-12-08 10:18:02 +01:00
Piotr Sarnacki
d677307006
Remove some more deprecations
2015-12-08 10:17:32 +01:00
Brandon Burton
5ece740957
Tweaking solarce's title
...
**Infrastructure Conductor** =D
2015-12-02 10:16:38 -08:00
Lisa P
41f69029a4
set favicon to default after logout
2015-11-23 10:38:32 +01:00
Lisa P
6e8e48ab96
redirect to landing page after signout
2015-11-13 12:41:39 +01:00
Lisa P
46a3af254a
change plans route on .org
2015-11-12 13:10:33 +01:00
Lisa P
701acecc56
change pro navigation and landing page redirects
2015-11-11 18:18:58 +01:00
Lisa P
88fd47002f
add team pics
2015-11-11 17:17:07 +01:00
Lisa P
11b66b26a0
add logo page
2015-11-09 20:07:57 +01:00
Lisa P
d5ac31b557
redirect plans page to landing age if on .org
2015-11-09 19:51:32 +01:00
Lisa P
2fac9ba462
teak team member styles
2015-11-09 16:50:58 +01:00
Lisa P
f898636a25
make team members a component
2015-11-09 16:36:15 +01:00
Konstantin Haase
718bf96a87
owner page: fix API query to eager load repositories for all owners, not just organizations
2015-10-15 09:09:34 +02:00
Lisa P
9052ec133c
fix test
2015-10-14 15:27:45 +02:00
Lisa P
2e39139da3
fix dashbaord after api cleanup, change some interaction elements
2015-10-14 14:57:39 +02:00
Lisa P
860e89dd86
fix owner page after api cleanup
2015-10-14 14:57:39 +02:00
Lisa P
7d6dd75bdf
remove logic again because api takes care of it now
2015-10-14 14:57:39 +02:00
Lisa P
e80c022874
remove wrong sorting param
2015-10-14 14:57:39 +02:00
Lisa P
ebc7c5a1ed
use different query more logic
2015-10-14 14:57:38 +02:00
Lisa P
8f61f49826
query for more branches if first call is not last page
2015-10-14 14:57:38 +02:00
Lisa P
3306e5a7e6
Merge pull request #398 from travis-ci/fix-404
...
Fix 404
2015-10-13 13:02:30 +02:00
Lisa P
3c2fbc067e
make give 404 a matchable route and redirect from owner if necessary
2015-10-13 12:38:22 +02:00
Lisa P
7f57466484
set limit in branch query to 100
2015-10-09 14:52:09 +02:00
Lisa P
0d94c1b786
try to get redirect to 404 working
2015-10-06 21:07:24 +02:00
Lisa P
fbb30d120c
fix owner page query
2015-10-05 23:31:59 +02:00
Lisa P
4ed60c5fbb
change owner query and comment out transition
2015-10-05 22:50:09 +02:00
Lisa P
12ac35a123
fix double link in build tiles, better error message for owner
2015-10-05 22:44:29 +02:00
Lisa P
e4e29ff418
add component for landing page builds + styles
2015-10-05 17:26:45 +02:00
Lisa P
1a1fedfb74
fix last_branch fields on dashbaord
2015-09-29 15:23:44 +02:00
Lisa P
a964272df2
change some styles on dashboard
2015-09-22 17:49:11 +02:00
Lisa P
3ef64f0910
start redoing dashboard
2015-09-21 18:56:00 +02:00
Lisa P
d44f020dec
fix tab highlighting
2015-09-18 12:13:18 +02:00
Lisa P
6d0067bdb0
Merge branch 'master' into branches-redux
2015-09-14 10:35:23 +02:00
Piotr Sarnacki
06c579c453
Merge pull request #394 from travis-ci/owner-route-error-handling
...
Add error handling for the owner route
2015-09-09 10:37:05 +02:00
Lisa P
fe67ce0882
work on branches templates
2015-09-08 17:48:47 +02:00
Lisa P
b3c966b245
toy around with branch requests
2015-09-07 18:09:39 +02:00
Lisa P
dda2051d57
commit current status
2015-09-07 15:53:14 +02:00
Piotr Sarnacki
13ce7f88bd
Fix getting push access data on settings reload
2015-09-07 13:21:57 +02:00
Piotr Sarnacki
36058f79b9
Add error handling for the owner route
2015-09-07 11:45:58 +02:00