Commit Graph

46 Commits

Author SHA1 Message Date
Curtis Ekstrom
fe8a5a13e1
Remove Ember 2.3 deprecation warnings 2016-04-14 09:38:59 +02:00
Curtis Ekstrom
dc34ab38e7
Install polyfill addon until upgraded to Ember 2.3 2016-04-13 18:06:28 +02:00
Curtis Ekstrom
8cd14b8952
Upgrade Ember-CLI to 2.4.3
This upgrades several Ember-CLI related packages, but does not change
our Ember/Ember-Data versions (those will require code changes that are
best handled in separate commits).

In addition, Testem can now be dynamically configured, meaning we no longer need
custom scripts to run as part of CI to set dynamic launcher configuration values
based on PR status.
2016-04-12 10:25:44 +02:00
Piotr Sarnacki
7292d6f53e Update ember-cli-mirage to newest beta 2016-03-07 13:28:46 +01:00
Piotr Sarnacki
725d3b00da Add ember-cli-mirage addon 2016-03-07 13:27:44 +01:00
Piotr Sarnacki
51f91c3748 Add pendo.io integration 2016-03-01 12:22:17 +01:00
Curtis Ekstrom
e436dbaeac Upgrade package to remove deprecation warning 2016-02-17 06:18:54 +01:00
Curtis Ekstrom
90dc71694e Upgrade to Ember-CLI 2.3.0
Note: There is a [known issue](https://github.com/mixonic/ember-cli-deprecation-workflow/issues/30) with a deprecation warning coming from
...wait for it... ember-cli-deprecation-workflow.

Otherwise, this simply bumps the necessary dependencies (suggested by
the new generators) and makes the project conform to the minimal changes
in import syntax.
2016-02-16 23:02:01 +01:00
Curtis Ekstrom
1b00bc72a1 Remove autoprexifer deprecations
Upgading ember-cli-autoprefixer to 0.5.0 removes the deprecation
messages from the build output (these were targeted for removal
in 0.4.0).

There are no noticable side effects, but this version does package
the most recent version of postcss/autoprefixer. The release notes
for that version can be found
[here](https://github.com/postcss/autoprefixer/releases/tag/6.0.0).
2016-02-01 16:11:42 +01:00
Piotr Sarnacki
0c15a09d54 Update Ember Data to 2.3.0 2016-01-14 11:54:47 +01:00
Piotr Sarnacki
ed71aa133e Update Ember.js to 2.2.0 2016-01-14 11:54:26 +01:00
Piotr Sarnacki
21f25cd2bf [deprecations] Remove all of the views from the app 2016-01-12 16:55:22 +01:00
Piotr Sarnacki
becde631d5 [deprecations] Use ember-data-filter plugin
At some point we may try to refactor places where we use store.filter(),
but at the moment it would result with an overly complicated code, so
I'd prefer to use a plugin.
2016-01-12 16:55:22 +01:00
Piotr Sarnacki
0b8c032c21 Make JSHint happy 2016-01-06 12:14:02 +01:00
Piotr Sarnacki
040932d676 Remove ember-cli-coffeescript 2016-01-06 11:34:16 +01:00
Piotr Sarnacki
e25d1e80a6 Disable content security policy for now
We don't use it on a server at the moment, so it's just making
development harder.
2015-12-09 11:58:31 +01:00
Piotr Sarnacki
ee23903cc2 Remove ember-cli-sri for now
ember-cli-sri doesn't work properly on Chrome 45 and there's no
workarounds at the moment, more info here:
https://github.com/jonathanKingston/ember-cli-sri/issues/5
2015-12-08 10:18:09 +01:00
Piotr Sarnacki
e2a602a8af Update ember-cli-coffeescript to newest version 2015-12-08 10:18:06 +01:00
Piotr Sarnacki
e7c4d18e9b Update ember-cli to 1.13.12 (ember.js 1.13.10, ember-data 1.13.15) 2015-12-08 10:18:06 +01:00
Piotr Sarnacki
fcff3f549d Update ember-cli to 1.13.8, ember.js to 1.13.8 and ember-data to 1.13.9 2015-09-01 10:24:03 +02:00
Piotr Sarnacki
58a817ee8d Try 0.12.x node version on heroku 2015-08-05 11:07:09 +02:00
Piotr Sarnacki
23c5161365 Bump brocolli-sass to 0.6.6 2015-08-05 11:06:08 +02:00
Piotr Sarnacki
caff4dda46 Update Ember to 1.13.6 2015-08-05 11:02:14 +02:00
Piotr Sarnacki
e6bbdba6dc Update ember to 1.13.3 2015-07-13 18:26:37 +02:00
Piotr Sarnacki
800db73e96 Test using PhantomJS on PRs, otherwise test also browsers on SL 2015-07-13 16:25:57 +02:00
Piotr Sarnacki
1b1dbe3d15 Revert "Update ember-data to 1.0.0-beta.17"
This reverts commit 2d0cd7e44f.
2015-05-20 13:09:05 +02:00
Piotr Sarnacki
2d0cd7e44f Update ember-data to 1.0.0-beta.17 2015-05-20 11:53:30 +02:00
Piotr Sarnacki
0a4976f4ac Use ember-try to test beta and canary ember versions 2015-04-30 12:48:12 +02:00
Piotr Sarnacki
7e250b5f26 Use node 0.10.32 2015-04-30 12:48:12 +02:00
Piotr Sarnacki
9a232626cc Update Ember.js to 1.11.3 2015-04-30 12:48:12 +02:00
Piotr Sarnacki
3356b4367a Bump ember-data to 1.0.0-beta.16 2015-04-30 12:48:11 +02:00
Piotr Sarnacki
0cfc7b85e7 Update to ember 1.11 beta5 2015-04-30 12:48:11 +02:00
Piotr Sarnacki
84010f63c4 Update Ember.js to 1.10 2015-04-30 12:48:10 +02:00
Piotr Sarnacki
082427c469 Bump ember-cli to 0.2.0 2015-03-13 10:30:19 +01:00
Piotr Sarnacki
b96b776b02 Bump inline images to 0.0.4 2015-02-25 16:55:30 +01:00
Piotr Sarnacki
da86a68efa Try to specify exact node version 2015-02-19 09:33:11 +01:00
Piotr Sarnacki
dfc22014a8 Set page titles relevant to page is loaded
I used ember-cli-document-title addon.
2015-02-17 14:35:59 +01:00
Piotr Sarnacki
0e1fd2746f Add a simple acceptance test for dashboard and tooling needed to run it
Apart from adding a test, this commit also adds a dummy implementation
for Auth that can be used in tests to control the auth status.
2015-02-13 14:13:45 +01:00
Piotr Sarnacki
7e527b7480 Add ember-cli-autoprefixer
autoprefixer automatically attaches browser prefixes to CSS statements
that need it.
2015-02-11 14:06:34 +01:00
Piotr Sarnacki
b5feda7fdc Force inline images 0.0.3 2015-02-06 10:39:41 +01:00
Piotr Sarnacki
52f62c15e6 Force inline images 0.0.2 2015-02-06 09:21:37 +01:00
Piotr Sarnacki
9314541b2a Add ember-cli-inline-images 2015-02-05 18:03:41 +01:00
Piotr Sarnacki
41d8ab1b28 Add sass 2015-02-05 12:52:16 +01:00
Piotr Sarnacki
c6d4ecf78d Try new .travis.yml, without ruby for now 2015-02-05 09:22:42 +01:00
Piotr Sarnacki
e9cc76cbd6 Remove ember-cli-app-version for now
It needs a git directory, so it fails on heroku
2015-02-03 11:48:51 +01:00
Piotr Sarnacki
9a70e8d8f7 Add the rest of ember-cli app 2015-02-03 09:53:42 +01:00