Граф коммитов

56 Коммитов

Автор SHA1 Сообщение Дата
Stuart Colville f3db2381ef Fix up docs and make the common case the default 2016-09-05 17:23:48 +01:00
Stuart Colville ca1fc1a343 Add docs for docker for mac + windows and change port config 2016-09-02 18:28:41 +01:00
Christopher Grebs 8142b9d82c Add no-cache backend for product-details.
This avoids hitting the cache for product details
and uses the old behaviour of 0.7.x times.
2016-02-25 21:39:55 +01:00
Christopher Grebs 580ccf7710 Update gitignore, updates to mock/patch import paths, minor fixes along the way. 2016-01-06 10:48:04 +01:00
Christopher Grebs a707ce4f7e Ignore .egg-info files. 2016-01-06 10:48:03 +01:00
Christopher Grebs 580de6f78e Start renaming, re-ordering folder/module structure.
We now have something like that:

 - /
 -- src/
 --------- olympia/
 -------------- {access,accounts,amo,addons,...}
 -------------- wsgi.py
 -------------- urls.py
 -------------- migrations/
 -------------- libs/
 ...

Which generally feels more django-like again and makes porting
our sys.path hacks to django 1.7 and it's app-refactoring
a lot easier.

* Update setup.py to bring it to a more modern format
* Update gitignore
2016-01-06 10:48:02 +01:00
Stuart Colville 5bf6773865 Use supervisord for runserver in docker 2015-09-18 12:59:08 +01:00
Kris Maglione 7b195421cd Bug 1172044: Part 2 - Allow editors to flag or unflag validator messages as ignorable. 2015-08-10 21:56:51 -07:00
Kris Maglione 4804f14dff Make Docker runs friendlier to the contents of the host filesystem, particularly for Linux users. 2015-08-07 21:35:52 -07:00
Mathieu Agopian 7c9c856873 Use pytest (bug 1090184) 2014-12-09 09:45:40 +01:00
Mathieu ROBIN 8822905da3 Fixing migration from config.json to .jshintrc
Last move was unfinished

Added .idea folder to gitignore

Prevent adding of jetbrains IDEs configs

Added a forgotten semi-colon

Maybe something to do to declare globally undefined variable format

Not needed comma

Unused variable

Unused variable

Unused params

Could be confusing

Unused params

Could be confusing

JShint validation

JSON dot notation
+
Strict compare between integers
+
Missing semi-colon
+
Unused variables
+
Unused params

Fixing migration from config.json to .jshintrc

Last move was unfinished

Added .idea folder to gitignore

Prevent adding of jetbrains IDEs configs

Added a forgotten semi-colon

Maybe something to do to declare globally undefined variable format

Not needed comma

Unused variable

Unused variable

Unused params

Could be confusing

Unused params

Could be confusing
2014-11-12 19:45:54 +01:00
Mathieu Agopian a1e1c8c5fb Remove the need for a settings_local.py (bug 1050155) 2014-09-01 14:51:04 +02:00
Mathieu Agopian a79684ca8c Revert "Remove the default app (bug 1050154)" 2014-08-19 11:28:19 +02:00
Mathieu Agopian 4e0106e319 Remove the need for a settings_local.py (bug 1050155) 2014-08-12 15:25:01 +02:00
Yohan Boniface b3172c9e23 Update new media path in .gitignore (bug 1013865) 2014-08-05 16:33:08 +02:00
Yohan Boniface a35ab0834d Migrating to staticfiles (bug 1013865) 2014-08-04 11:12:47 +02:00
Christopher Van 129cb64976 add .env to .gitignore 2014-06-19 22:36:04 -07:00
Chris Van 51a5dffa22 fix build_id nonsense 2013-12-10 18:15:18 -08:00
Matt Basta ff444c0d0d Put commonplace projects into .gitignore 2013-12-09 16:03:26 -08:00
Matt Basta 8cd844fad6 Add `commonplace_projects/` to gitignore for commonplace fiddle 2013-12-05 18:59:43 -08:00
Chris Van 8511afe3ed add media/fireplace to .gitignore 2013-12-05 12:50:05 -08:00
Chris Van e2988ccaaa generate BUILD_IDs for Fireplace so we can cachebust so we can push Fireplace without having to push Zamboni afterwards! 2013-08-30 19:10:04 -07:00
Kumar McMillan 15ac3569bd Add sig check API (bug 905794) 2013-08-23 16:10:20 -05:00
Wil Clouser d2f7c786fd adding locale directory to git 2013-07-22 15:41:51 -07:00
Chris Van 49dbbcf55b add __init__.py to mkt/reviewers management commands 2013-04-23 15:43:01 -07:00
Chris Van 039f37dba9 port LESS to Stylus 2013-03-12 20:09:07 -07:00
Kumar McMillan 80ee713e38 Use local node dependencies for compress_assets 2013-02-25 14:42:40 -06:00
Chris Van a8dfb5e565 add *.{css,js}.tmp to .gitignore (created by jingo-minify if interrupted) 2012-08-30 07:43:42 -07:00
Chris Van 64498867f6 ignore media/external files 2012-08-27 10:27:38 -07:00
Kumar McMillan 201f266a6c Integrate django_appcache to become an "installed" app 2012-05-21 16:56:02 -05:00
Andy McKay 8d0736d4df add in shellng support 2012-03-02 19:56:39 -05:00
Andy McKay 9dddf1dde7 allow multiple sites, with manage.py coping with different settings locations 2012-01-31 14:25:50 -08:00
Kumar McMillan 3a5b0250d5 Ignore .gitignore from product details SVN export 2012-01-29 11:08:04 -06:00
Kumar McMillan ef34f29b49 Explicitly sets the pip build dir, disables pip timeout 2012-01-23 14:34:34 -06:00
Kumar McMillan 2001057e08 Adds a basic Vagrant image for Zamboni (bug 689755) 2012-01-18 16:27:51 -06:00
Kumar McMillan c44a12403f Ignores .vagrant files 2011-09-19 19:28:56 -05:00
Kumar McMillan 1ac4fc7c5f Ignores tmp dir again after adding hidden files 2011-09-16 18:29:05 -05:00
Kumar McMillan 705bb43b20 Adds empty tmp dirs so a fresh clone can run tests, etc, without errors 2011-09-16 18:26:13 -05:00
Andy McKay 9e87c057b4 make .gitignore cope with the new .json files 2011-07-19 10:01:39 -07:00
Kumar McMillan 24786adc56 Ignores any nose plugin dot files. 2011-07-15 12:14:58 -05:00
Gregory Koberger 9bfc0b5b2d Adding LESS! 2011-04-12 13:33:34 -07:00
Jeff Balogh f0db2c41d4 ignore tag files 2011-01-28 10:09:42 -08:00
Wil Clouser d8d3fe2271 add locale to gitignore 2010-12-22 15:00:14 -08:00
Dave Dash d27ccef8ae Create addon API 2010-09-20 16:02:44 -07:00
Matt Claypotch b13e2ecfb6 adding .noseids to gitignore 2010-08-27 17:11:03 -07:00
Dave Dash 98f0381ea4 Ignores vendor/ 2010-07-27 11:36:36 -07:00
Jeff Balogh 9441784204 ignore compress_assets artifacts 2010-05-12 12:02:17 -07:00
Fred Wenzel 06f50f6da8 adding image uploads to gitignore file. 2010-03-11 12:22:24 +01:00
Jeff Balogh 04e568bb11 adding zamboni.css, new images from craig cook 2010-03-10 13:57:57 -08:00
Dave Dash 8c970c95aa Minification app that can compress assets. 2010-03-04 16:34:18 -08:00