Andrew Williamson
bc039ac584
move the actual mlbf upload to a celery task
2020-04-06 12:26:17 +01:00
William Durand
a5a4bb6dfc
Run yara task on submission (with waffle switch) ( #12059 )
2019-08-29 13:07:36 +02:00
William Durand
458cc64170
Add task to run `customs` (over HTTP) ( #12191 )
2019-08-29 12:21:20 +02:00
William Durand
0e5a4d0e6d
Create a run_yara task ( #12005 )
2019-08-07 17:34:54 +02:00
Mathieu Pillard
a8c1b2b976
Ignore docs/_build again (in the global .gitignore this time)
2019-02-13 17:38:08 +01:00
Mathieu Pillard
3b2a5855e7
Generate and use /static/js/i18n/{locale}.js instead of using a dynamic view ( #10372 )
...
Generate and use /static/js/i18n/{locale}.js instead of using a dynamic view
2019-01-15 11:49:31 +01:00
Christopher Grebs
8840c4eaa8
Add storage/git-storage to gitignore
...
Fixes #10073
2018-11-26 15:38:27 +01:00
Christopher Grebs
cf629f5ba0
Expose correct addons and user-media paths in docker container. ( #9706 )
...
Fixes #9705
2018-10-16 13:45:29 +02:00
Mathieu Pillard
7f37460be2
Add command to generate a file containing disco pane editorial strings for extraction
2018-07-06 18:49:27 +02:00
Christopher Grebs
48b31ef4f4
Add product details into our repository. ( #8780 )
...
Fixes #8597
This should make our CI and docker builds a bit faster. Next step would be to automate syncing product details as part of our l10n process. #8779 takes care of that.
2018-07-06 17:20:43 +02:00
Christopher Grebs
e29f181a71
Add .cache and .vscode to gitignore
2018-04-10 08:00:42 +02:00
Andrew Williamson
7632de947b
.pytest-cache to .pytest_cache/*
2018-02-03 00:34:21 +08:00
Andrew Williamson
bd8bdf1daf
pytest-cache to .pytest-cache
2018-02-03 00:32:12 +08:00
Mathieu Pillard
719fc4603e
Simplify the hack needed to support `cak` locale
...
Trying to fake our way in doesn't work because when formatting later
we'll need the locale data, which Babel will fail to load. We could
load data preventively... but then we might as well just return the
english Locale directly.
2018-02-02 12:19:48 +01:00
Andrew Williamson
695f88ee4f
change pytest cache folder .gitignore and tidy up ( #7463 )
...
Most of it looked like Marketplace cruft
2018-02-01 20:15:29 +08:00
Andrew Williamson
1d0d8334a6
Add guarded-addons folder to gitignore ( #6738 )
2017-10-19 18:15:43 +01:00
Andrew Williamson
d7ee42bfa9
jquery-minicolors from npm ( #5714 )
2017-06-21 16:06:31 +01:00
Andrew Williamson
aa2f179578
use npm for just jquery ( #5530 )
2017-06-01 12:32:58 +01:00
Andrew Williamson
677f00a3df
revert all of use npm for js libs ( #5523 )
2017-05-30 17:08:30 +01:00
Andrew Williamson
2af008a479
use npm for js libs ( #5485 )
2017-05-30 13:09:31 +01:00
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