Austin Burdine
5473e8ad09
Merge pull request #206 from Turbo87/new-mocha-api
...
Use new Mocha testing API
2016-11-27 23:21:20 -06:00
Tobias Bieniek
351083bb0d
Update "ember-cli-mocha" to v0.12.1
2016-11-28 06:04:33 +01:00
Tobias Bieniek
d59859df90
tests: Convert to new testing API
2016-11-27 15:26:05 +01:00
Tobias Bieniek
616926eb8f
Update "ember-cli-mocha" to v0.12.0
2016-11-27 11:15:48 +01:00
Greenkeeper
c52eb8ca82
chore(package): update blueimp-md5 to version 2.6.0 ( #414 )
...
https://greenkeeper.io/
2016-11-26 20:54:54 -07:00
Greenkeeper
7bd59924e5
chore(package): update liquid-fire to version 0.26.5 ( #413 )
...
https://greenkeeper.io/
2016-11-26 20:46:30 -07:00
Greenkeeper
2710770bc8
chore(package): update ember-route-action-helper to version 2.0.0 ( #254 )
...
https://greenkeeper.io/
2016-11-26 20:20:33 -07:00
Greenkeeper
cf57ea67b0
chore(package): update moment to version 2.17.0 ( #410 )
...
https://greenkeeper.io/
2016-11-26 16:12:06 -07:00
Greenkeeper
ca7901e68c
chore(package): update ember-cli-node-assets to version 0.1.6 ( #409 )
...
https://greenkeeper.io/
2016-11-26 15:08:12 -07:00
Greenkeeper
f72048cfb4
chore(package): update codemirror to version 5.21.0 ( #408 )
...
https://greenkeeper.io/
2016-11-26 11:29:47 -07:00
Greenkeeper
1e3ffe68c2
chore(package): update liquid-wormhole to version 2.0.2 ( #407 )
...
https://greenkeeper.io/
2016-11-26 11:13:09 -07:00
Greenkeeper
f79cb38845
chore(package): update broccoli-merge-trees to version 1.1.5 ( #403 )
...
https://greenkeeper.io/
2016-11-26 10:53:21 -07:00
Greenkeeper
bff795b47f
chore(package): update ember-one-way-controls to version 1.1.2 ( #402 )
...
https://greenkeeper.io/
2016-11-26 10:47:19 -07:00
Kevin Ansfield
2fb671235c
Version bump to 1.0.0-alpha.9
2016-11-17 20:15:18 +00:00
Kevin Ansfield
308c9b5fc3
Fix inability to write posts as an author ( #405 )
...
closes TryGhost/Ghost#7730
- treat `Post.authorID` as a string not a number as it's now an objectid
- update `isAuthoredByUser` method so that author's posts aren't hidden from them
- update the post compare method so that it doesn't try to parse objectids as integers (may need revisiting now that we don't have auto-increment IDs to fall back on)
2016-11-17 20:08:11 +00:00
Kevin Ansfield
186a8ae70c
Remove UUID attrs from all models except Post ( #404 )
...
refs https://github.com/TryGhost/Ghost/issues/7494
- remove `uuid` attrs from all models except Post
- remove uuids from mirage factories and fixtures
- add a workaround for tags where the selectize-based tags input on the PSM relies on a unique identifier for each tag which doesn't get sent back to the server when saving (fixes the broken tags input caused by uuid removal in https://github.com/TryGhost/Ghost/pull/7495 )
2016-11-17 11:38:47 -06:00
Kevin Ansfield
9b47d91be2
💄 remove final jscs references
2016-11-16 12:27:30 +00:00
Katharina Irrgang
8205d3b8d6
🎨 invites roles table into a field on the invites table ( #394 )
...
refs https://github.com/TryGhost/Ghost/issues/7432
- invite.role instead of invite.roles
- be able to serialize/deserialize response from and request to server
- server returns role_id
2016-11-16 11:01:58 +00:00
Greenkeeper
2818658438
chore(package): update lodash to version 4.17.2 ( #401 )
...
https://greenkeeper.io/
2016-11-16 10:32:13 +00:00
Aileen Nowak
dc4a1cde86
🔥 Remove grunt contributor ( #331 )
...
refs TryGhost/Ghost#7427
Removes unneccessary grunt dependencies from `package.json` and deletes contributor part in `Gruntfile.js`
2016-11-15 16:17:08 +00:00
Greenkeeper
4d896e6bca
chore(package): update ember-light-table to version 1.6.1 ( #399 )
...
https://greenkeeper.io/
2016-11-15 16:08:42 +00:00
Greenkeeper
4a6d61b1f1
chore(package): update lodash to version 4.17.1 ( #400 )
...
https://greenkeeper.io/
2016-11-15 16:08:03 +00:00
Kevin Ansfield
8e70e71850
Merge pull request #398 from JohnONolan/style-updates
...
Editor and 1.0 style updates
2016-11-14 20:18:51 +00:00
Kevin Ansfield
80a617d3a6
Merge pull request #396 from TryGhost/greenkeeper-ghost-editor-0.1.5
...
Update ghost-editor to version 0.1.5 🚀
2016-11-14 20:09:53 +00:00
Kevin Ansfield
193bdcc8da
chore(package): update ember-light-table to version 1.6.0 ( #387 )
...
https://greenkeeper.io/
2016-11-14 20:01:29 +00:00
Austin Burdine
1d7723e858
Merge pull request #357 from kevinansfield/eslint
...
Switch from jshint/jscs to eslint
2016-11-14 07:44:44 -06:00
Katharina Irrgang
6bd596c4ad
Fix empty subscribers import modal ( #378 )
...
no issue
- recent changes to the way our modals work has resulted in the subscribers import modal appearing blank. The `liquid-if` used for transitioning between upload and result state of the doesn't run properly and the styles end up hiding it's contents
- this PR is a quick-fix that removes the animated transition so that imports are still possible
2016-11-14 14:34:39 +01:00
Kevin Ansfield
e74e2e039e
Update code to match eslint rules
...
no issue
- switch `jscs` and `jshint` inline config to `eslint` config
- fix eslint errors, predominantly in tests where the config now the main app config more closely
2016-11-14 13:26:00 +00:00
Kevin Ansfield
91dfd0cbf7
switch from jshint/jscs to eslint
...
no issue
- drop `jshint`, `jscs`, and `ember-suave` dependencies
- remove `grunt` related linting dependencies and tasks
- remove linting build from Travis so that linting can be performed as part of the normal test suite (refs TryGhost/Ghost#7427 )
- add `ember-cli-eslint` and `eslint-plugin-ember-suave` dependencies
- configure `eslint` to match our previous coding style
- update config to run eslint tests as part of the normal test run
- add `npm run lint` command to only run linter tests
2016-11-14 13:25:36 +00:00
Katharina Irrgang
2b0d0f841c
✨ support object id's ( #390 )
...
refs TryGhost/Ghost#7494
- remove id validation
2016-11-14 10:53:15 +00:00
Greenkeeper
a1707f3832
chore(package): update lodash to version 4.17.0 ( #395 )
...
https://greenkeeper.io/
2016-11-14 10:46:40 +00:00
John O'Nolan
838e16a1d3
Editor and 1.0 style updates
2016-11-14 16:55:08 +07:00
greenkeeperio-bot
ff9656ff5a
chore(package): update ghost-editor to version 0.1.5
...
https://greenkeeper.io/
2016-11-14 09:53:26 +00:00
Tobias Bieniek
4ff887c326
Update "ember-cli-mocha" to v0.11.0 ( #393 )
...
no issue
- chore(package): update ember-cli-mocha to version 0.11.0
- bower.json: Cleanup "ember-cli-mocha" dependencies
2016-11-14 09:06:00 +00:00
greenkeeperio-bot
f41bff9ded
chore(package): update ember-light-table to version 1.6.0
...
https://greenkeeper.io/
2016-11-14 09:02:41 +00:00
Greenkeeper
819f48d916
chore(package): update ember-cli-selectize to version 0.5.11 ( #389 )
...
https://greenkeeper.io/
2016-11-14 09:02:24 +00:00
Greenkeeper
e68f631031
chore(package): update ember-wormhole to version 0.5.1 ( #392 )
...
https://greenkeeper.io/
2016-11-14 08:45:33 +00:00
Greenkeeper
891e559385
chore(package): update moment to version 2.16.0 ( #388 )
...
https://greenkeeper.io/
2016-11-14 08:28:36 +00:00
Greenkeeper
f4c01fb4a5
chore(package): update bower to version 1.8.0 ( #386 )
...
https://greenkeeper.io/
2016-11-14 08:25:11 +00:00
kirrg001
56f3b9bf49
Version bump to 1.0.0-alpha.8
2016-11-08 15:26:37 +01:00
Ryan McCarvill
13eefe0243
Removed local markdown editor within ghost ( #379 )
2016-11-07 15:59:48 +00:00
Ryan McCarvill
6f1a3f0261
Updated ghost-editor to 0.1.4 ( #385 )
2016-11-07 11:50:08 +01:00
Kevin Ansfield
e7399ab7c1
🛠 remove ghost-editor from greenkeeper ignore list
...
no issue
- reverts change added in c3d994c9da
- `ghost-editor` has stabilised now and updates will be unlikely to require additional changes inside of Ghost
2016-11-07 10:37:17 +00:00
Greenkeeper
6b34151cc2
chore(package): update torii to version 0.8.1 ( #381 )
...
https://greenkeeper.io/
2016-11-05 09:12:59 +00:00
Greenkeeper
30b1912128
chore(package): update ember-cli-htmlbars-inline-precompile to version 0.3.6 ( #380 )
...
https://greenkeeper.io/
2016-11-05 09:12:36 +00:00
Greenkeeper
228e1ad99b
chore(package): update moment-timezone to version 0.5.9 ( #383 )
...
https://greenkeeper.io/
2016-11-05 09:12:04 +00:00
Greenkeeper
920abaa2d8
chore(package): update ember-cli-selectize to version 0.5.10 ( #377 )
...
https://greenkeeper.io/
2016-11-03 13:54:14 +00:00
ivan sebastian
06e3cbaa27
Fix delete post ( #372 )
...
closes TryGhost/Ghost#7599
- when deleting a post we don't have a pluralised root in the response, adds a guard to ensure we don't throw an error
2016-11-03 13:39:40 +00:00
Greenkeeper
20d5091412
chore(package): update blueimp-md5 to version 2.5.0 ( #376 )
...
https://greenkeeper.io/
2016-11-03 13:17:18 +00:00
Greenkeeper
7362a5e61c
chore(package): update fs-extra to version 1.0.0 ( #375 )
...
https://greenkeeper.io/
2016-11-03 13:16:59 +00:00