Deepti
6320f4146c
feat(css): build CSS using webpack instead of grunt-sass ( #6351 ) r=@vladikoff
...
Fixes #6165
2018-07-30 13:40:42 -04:00
Vlad Filippov
d5fa0098ac
chore(docs): remove old server box ( #6366 ) r=@shane-tomlinson
...
This PR is also testing functional tests are passing master. I'm getting issues with reset password
2018-07-18 17:31:19 +01:00
tiagomoraismorgado
d6ceafc0d5
feat(docs): Add separators to README.md ( #5784 ) r=@shane-tomlinson
...
Thank you very much @tiagomoraismorgado88!
2017-12-15 20:18:03 +00:00
Phil Booth
3aed10f149
fix(docs): add table of contents to the readme
...
https://github.com/mozilla/fxa-content-server/pull/5594
r=philbooth
2017-10-17 11:58:37 +01:00
John Morrison
69339f72d7
chore(ci): whitespace-only change to README.md to trigger nightly CI
2017-10-02 11:46:33 -07:00
Vlad Filippov
ea575bb580
fix(tests): update to support latest Firefox driver ( #4442 )
...
Fixes #3995
2016-12-28 17:40:49 -05:00
Vlad Filippov
c83c994893
chore(docs): add circle ci badge
2016-11-01 13:47:59 -04:00
Vlad Filippov
d82f0a1f31
chore(dev): add remote development script and docs ( #3971 ) r=pdehaan,vbudhram
...
Fixes #3951
2016-07-25 21:24:13 -04:00
Sai Prashanth Chandramouli
7606356e5b
refactor(jscs): port jscs to eslint ( #3946 ) r=vladikoff
...
Fixes #3669
2016-07-20 21:37:39 -04:00
Sai Prashanth Chandramouli
3f52b0ed38
chore(readme): update readme with grunt sass watch ( #3877 ) r=vladikoff
...
Fixes #3876
2016-06-28 15:54:42 -04:00
Vlad Filippov
5c621960ea
chore(docs): update npm version in README
2016-05-17 16:54:36 -07:00
Vlad Filippov
cf9de81ba8
chore(docs): update README with new Selenium versions ( #3701 )
2016-05-02 18:06:21 -04:00
Vlad Filippov
659bd3c289
chore(docs): add a link to prod content server
2016-03-16 00:50:22 -04:00
Vlad Filippov
bf92684a69
chore(docs): update servers and selenium version
2016-01-12 10:46:19 -05:00
Vlad Filippov
5a500c5292
chore(docs): update node version
2016-01-12 10:44:09 -05:00
Vlad Filippov
4487573d2b
fix(docs): remove outdated Docker docs
...
[ci skip]
2016-01-04 13:56:41 -05:00
Sai Pc
558e5e6c78
chore(lint): remove jshint
...
Fixes #2582
Remove the evil JSHint from our code
All hail ESLint
Fixed README.md and CONTRIBUTING.md to remove JSHint and add ESLint
Fixed camelcase errors due to removing JSHint inline
2015-06-24 13:34:44 -07:00
vladikoff
de88101b25
chore(tests): update to Intern 3
2015-06-10 21:26:20 -04:00
Sai Prashandth Chandramouli
9ecc8b39da
chore(server): Update README for fxa-content-server
2015-06-04 13:58:42 -07:00
vladikoff
35d0027fb8
fix(tests): update travis to firefox 38
2015-05-25 11:40:48 -04:00
Vlad Filippov
dc4a3191dc
chore(tests): update to selenium 2.45.0
2015-03-02 22:31:18 -05:00
Jamon Camisso
4b2446441b
feat(docker): Dockerfile and README update for basic docker development workflow
2015-02-17 22:16:13 -05:00
Vlad Filippov
eaa7559107
Updating npm install note
...
[skip ci]
2014-09-22 22:32:05 -04:00
vladikoff
f06e1815ad
tests(webdriver): Update Selenium version
2014-09-11 06:39:16 -04:00
vladikoff
64b04c799c
chore(docs): Update README instructions
...
[skip ci] Fixes #1631
2014-09-08 23:34:19 -04:00
Vlad Filippov
34b416376d
chore(docs): Update README badge [skip ci]
...
Jenkins plugin updated the badges, now we don't need to change the image height anymore
2014-09-07 20:48:08 -04:00
vladikoff
11d4b7832f
tests(coverage): Add coveralls coverage
2014-08-21 11:45:28 -07:00
vladikoff
e758d22249
chore(build): Add 'build' description
2014-07-28 12:56:04 -07:00
Peter deHaan
4d5a6c12c7
tweaking json in markdown
2014-06-17 17:34:22 -07:00
vladikoff
e84daa7555
fix(tests): Exclude functional tests from Travis
2014-06-01 17:50:02 -07:00
Peter deHaan
ee57a7b54d
Removing bower prereq, more tweaks
2014-05-23 13:57:32 -07:00
Peter deHaan
9411934335
changing jshint to lint, sorting tasks
2014-05-23 13:52:07 -07:00
Peter deHaan
3321797a11
Tweaking readme file for new server URLs
2014-05-23 13:33:26 -07:00
Francois Marier
a1b49aae67
docs(README): mention default port number
2014-05-21 17:26:19 +12:00
vladikoff
0fd068ff2c
chore(build): changing server version to follow SemVer
2014-03-24 19:49:10 -04:00
Vlad Filippov
721edb9b7e
chore(build): Use the new Travis CI badge
2014-03-21 18:38:12 -04:00
vladikoff
4f383524f9
fix(build): Use fxa-content Sauce Labs account
2014-03-10 21:26:07 -04:00
Peter deHaan
20f7562e49
Update README.md
2014-02-27 16:55:26 -08:00
Peter deHaan
f886b6b07f
Update README.md
2014-02-27 11:15:14 -08:00
Shane Tomlinson
aaa6e9d8ec
feat(build): Add a `grunt version` task to stamp a new version.
...
* Adds grunt-version and grunt-conventional-changelog dependencies.
* Updates the version number in package.json
* Updates CHANGELOG.md
* Creates a tag.
* Commits everything.
Closes #496
2014-02-24 11:10:54 +00:00
Andrew Chilton
e881ea0c91
Add dev note related to config
2014-02-12 10:41:12 +13:00
Peter deHaan
60cbb09aab
Update readme, bring server back online
2014-02-06 10:57:19 -08:00
Shane Tomlinson
8ea6e93721
Document the server locations
...
fixes #205
2014-01-15 16:00:17 +00:00
Shane Tomlinson
28bc1236f8
Add docs on running the selenium tests locally using headed browsers.
2013-12-18 13:08:25 +00:00
Shane Tomlinson
7501e047e9
Travis now runs the tests, for realz!
...
* disable all but firefox until tests are going
* install grunt-cli
* copy local.json-dist to local.json so the server can start
2013-12-16 17:46:46 +00:00
Zachary Carter
30422261c8
functional tests using phantomjs locally and saucelabs on travis-ci
2013-12-12 11:22:03 +00:00
Shane Tomlinson
4ebb1c1736
Allow the server to be started via grunt.
...
* run_locally.js only runs its initialization if run from the command line.
* Add a production.json file which switches the static root dir to "dist".
* Ditch the "mocha" task, it is not yet used.
* update README with commands.
2013-12-11 13:16:47 +00:00
Ryan Kelly
7b93d2bc0b
Update for latest dev deployment server names.
...
Also this is a good opportunity to remove some mentions of "picl".
2013-11-19 14:15:42 +11:00
Zach Carter
83f379aee6
Update README.md
2013-11-15 15:12:50 -08:00
Peter deHaan
91d5ba91ea
Renaming some repos to make Travis more happy
2013-11-14 13:11:21 -08:00