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
Lisa Passing
c6dbd3a634
add 404 page
2015-02-04 17:19:49 +01:00
Lisa Passing
f9e6108537
also consider pro
2015-02-03 17:53:33 +01:00
Lisa Passing
4dde61bad9
try cleanup and modularizing
2015-02-03 13:00:50 +01:00
Piotr Sarnacki
3a09a0da9a
Move assets/scripts/app to root dir
2015-02-03 09:44:34 +01:00
Piotr Sarnacki
a0932e51ae
Merge branch 'master' into ember-cli
...
Conflicts:
assets/scripts/app/helpers/handlebars.coffee
2015-02-03 09:01:53 +01:00
Piotr Sarnacki
ab7a818f4d
Remove link to hiring page
2015-02-02 18:42:59 +01:00
Lisa Passing
9f4e408242
foundationerize pt1
2015-02-02 17:30:27 +01:00
Piotr Sarnacki
64804aae08
formatDuration was renamed to format-duration
2015-01-30 17:44:12 +01:00
Piotr Sarnacki
ca659944cd
Add humanize-state helper
...
We don't want to display 'received' state as it's not meaningful for the users.
We're displaying 'booting' instead.
2015-01-30 11:29:45 +01:00
Piotr Sarnacki
fefd18593e
We should show also blog and legal on pro
2015-01-30 09:23:42 +01:00
Piotr Sarnacki
0eaa2af8fd
Show docs also on pro
2015-01-30 09:13:00 +01:00
Piotr Sarnacki
0f910b8da2
EmberCLI compat: helper names with dashes
2015-01-29 13:39:07 +01:00
Piotr Sarnacki
8f5c5022cb
Rename files to use dashes
2015-01-29 13:39:06 +01:00
Piotr Sarnacki
8b1fd91af4
We don't need a repo model to link to repo
2015-01-29 13:39:06 +01:00
Piotr Sarnacki
8689ba8d81
We don't use disabled for repo actions, removing for now
2015-01-29 13:39:06 +01:00
Piotr Sarnacki
6b177d2238
Env vars now work with Ember Data
2015-01-29 13:39:05 +01:00
Piotr Sarnacki
586d89a4f4
Don't use Travis.config in templates
2015-01-27 16:50:18 +01:00
Piotr Sarnacki
84dbdffc7a
Use V3 API for dashboard
2015-01-27 16:43:24 +01:00
Piotr Sarnacki
93bb5f68e7
No need to put dashboard layout for application/loading
2015-01-27 16:43:09 +01:00
Lisa Passing
2a87f73648
add user auth data to dashboard
2015-01-26 13:16:09 +01:00
Lisa Passing
81493fc479
start adding current user data to dashboard
2015-01-26 12:58:55 +01:00
Lisa Passing
8ee3f43fec
comment out loading copy on dashboard
2015-01-26 12:25:03 +01:00
Piotr Sarnacki
0baf5dc6d0
Make filtering a bit more snappy
2015-01-26 11:16:22 +01:00
Piotr Sarnacki
54007ee78a
Finish basic filtering
2015-01-23 16:26:41 +01:00
Lisa Passing
d1eaf8e79b
loading and filter
2015-01-23 15:58:22 +01:00
Lisa Passing
139f950861
put links in dashboard and change some styles
2015-01-23 13:47:58 +01:00
Piotr Sarnacki
c7147e6146
Move top.hbs to templates dir
2015-01-21 11:10:29 +01:00
Piotr Sarnacki
3d42a5961d
More ember-cli preparation
2015-01-21 11:10:28 +01:00
Piotr Sarnacki
0a02c8a349
Merge branch 'master' into dashboard
2015-01-19 16:50:11 +01:00
Piotr Sarnacki
bc53d98b2a
Show docs link on topbar on enterprise
2015-01-19 13:56:29 +01:00
Piotr Sarnacki
a5978dd36f
Merge branch 'master' into dashboard
...
Conflicts:
assets/scripts/app/controllers.coffee
assets/scripts/app/routes.coffee
2015-01-19 13:09:30 +01:00
Piotr Sarnacki
9b0d98234e
Add config for enterprise
2015-01-19 12:31:46 +01:00
Lisa Passing
bf4bb17996
make dashboard more dynamic
2015-01-16 16:57:56 +01:00
Piotr Sarnacki
c205529295
Cleanup BuildsView
2015-01-15 17:08:40 +01:00
Piotr Sarnacki
345cb6e29e
Cleanup BuildView
2015-01-15 17:08:40 +01:00
Piotr Sarnacki
67e787596f
Follow conventions on templates locations
2015-01-15 17:08:40 +01:00
Piotr Sarnacki
3c057ea401
Remove BuildsItemView
2015-01-15 17:08:40 +01:00
Piotr Sarnacki
6540304db5
Simplify queue
2015-01-15 17:08:40 +01:00
Piotr Sarnacki
47e4dd664d
Remove unused code
2015-01-15 17:08:40 +01:00
Piotr Sarnacki
0217862626
It's sidebar view instead of layouts/sidebar
2015-01-15 17:08:39 +01:00
Piotr Sarnacki
96c7138df1
Move queues/show.hbs to queue.hbs
2015-01-15 17:08:39 +01:00
Piotr Sarnacki
0cbc2f3f7d
Remove RunningJobs view
2015-01-15 17:08:39 +01:00
Piotr Sarnacki
33cf63ed83
Simplify rendering getting_started
2015-01-15 17:08:39 +01:00
Piotr Sarnacki
ef460e1dc2
Templates for getting started page are the same for pro and org
2015-01-15 17:08:39 +01:00
Piotr Sarnacki
ad5518104d
Move sidebar to templates, not layouts
2015-01-15 12:39:06 +01:00
Lisa P
7fad98811d
add dashboard files
2015-01-15 12:38:05 +01:00
Piotr Sarnacki
fc0c549556
Create separate stylesheets for dashboard and the rest
2015-01-15 11:14:20 +01:00
Piotr Sarnacki
5065bb5739
Subscribe to pusher channels only when entering the MainRoute
...
We don't want to subscribe if we're at any other routes, because there is no
data there. The main target is to avoid all of the notifications from a common
channel if we're on the /dashboard route.
2015-01-15 10:36:35 +01:00
Piotr Sarnacki
5c280001d3
Rename IndexRoute to MainRoute
2015-01-14 13:22:58 +01:00