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

68 Коммитов

Автор SHA1 Сообщение Дата
Piotr Zalewa 464c53b755 attempt to use readthedocs without errors 2011-12-05 15:35:52 +01:00
Piotr Zalewa 5b26038481 Mocking MySQLdb 2011-11-29 18:17:15 +01:00
Piotr Zalewa 7a4db1fe10 Configuration of Mocks which does not raise any exceptions on local 2011-11-29 16:37:51 +01:00
Piotr Zalewa c0f801513c * Scope added to the repackage/index
* References fixed
* Version number changed
2011-11-23 12:37:52 +00:00
Piotr Zalewa 7fdd5323ad * apache.conf and apache.wsgi moved to separate files
* building documentation and apache server configuration moved to
  Recipies section
* more info about elasticsearch (copied from gh_pages)
2011-11-23 12:24:42 +00:00
Piotr Zalewa f632e5c741 removed old commonware, docutils and sphinx
Cleaned commonware.log dependency
Unsuccessful attempt to remove all django.db errors from ``make html`` command

celery installation instructions added

Info about vendor directory github location

Some doc styling fixes
* length of the underscore lines
* code blocks

Added RabbitMQ cheatsheet

Less talking about Vincent Driessen's model
Removed unnecessary branches description
Removed code workflow diagram
Less descriptive git CheatSheet for new developers

Database migration doc added
2011-11-21 18:25:10 +00:00
Piotr Zalewa 849a7461bf typo fixed 2011-11-10 22:20:49 +01:00
Piotr Zalewa e00e2d06fa revision_pk key changed to package_key 2011-11-10 18:52:28 +01:00
Piotr Zalewa 4a8c45a1ba Repackage Builder Add-on feature
* Use specific revision to build xpi and return download URL in pingback
* Add --harness-option builderVersion=PackageRevision.pk to xpi command

* add ability to override manifest attributes with package_overrides
* add option to change sdk used to rebuild an existing PackageRevision

* api_builder doc added

branch repackage_builder_addons
bug https://bugzilla.mozilla.org/show_bug.cgi?id=699509
2011-11-07 16:37:32 +01:00
Nickolay Ponomarev 987c099cae Improve installation instructions based on my experience. 2011-10-25 03:46:49 +04:00
Arron Schaar MBP 5b2a69ac86 Merge branch 'master' of github.com:mozilla/FlightDeck 2011-10-13 13:20:51 -07:00
Arron Schaar MBP 347bb02197 added create super user recipe 2011-10-11 16:00:48 -07:00
Arron Schaar MBP 7906a2bdf6 updated install docs 2011-10-11 15:25:48 -07:00
Piotr Zalewa ab9acd63d3 * "Fix" for the commonware.log error
* Few syntax issues fixed :method: -> :meth:

* Adding Mocks to modules not installed in readthedocs as suggested in
  https://github.com/rtfd/readthedocs.org/issues/77#commits-ref-c2f40a2

branch: bug-658103-fix_sphinx
2011-10-11 11:46:56 +01:00
Sean McArthur 1bed90ae7d fixing install docs
no longer should you checkout FlightDeck-lib as a standalone repo,
its already a submodule
2011-10-05 13:15:04 -05:00
Sean McArthur 5ac993afdd merge in install docs, change docs link in README 2011-10-05 13:04:51 -05:00
Piotr Zalewa 12dca98e68 Add ability to choose version of the SDK to be used with repackage
fixes https://bugzilla.mozilla.org/show_bug.cgi?id=685280
2011-09-26 14:49:03 +01:00
Piotr Zalewa 258bf60b3a Merge branch 'master' into bug-681906-upload_in_dashboard 2011-09-02 09:16:50 +01:00
Sean McArthur 32ac90efa4 update vendor docs since vendor is a submodule 2011-08-30 10:07:55 -07:00
Piotr Zalewa bdae6b16ed for bug 681906
Provides a view to get addon info from AMO
2011-08-26 17:54:59 +01:00
Piotr Zalewa 38506f04b1 Move syncing existing add-ons away from ``upload_to_amo``. It needs to be a
separate view.

Related docs updated
2011-08-24 12:16:57 +01:00
Piotr Zalewa 683baa0ab3 * amo_status is saved in PackageRevision
* upload_to_amo moved to PackageRevision
* saving amo_id from response
* raising NotImplementedError on updating existing Add-on
2011-08-10 12:47:54 +01:00
Piotr Zalewa 9c438773a5 Added info about statuses and Upload to AMO use case 2011-08-10 10:58:16 +01:00
Piotr Zalewa c41154b99b * Version number changed in the docs
* Description of the AMO Integration added
2011-07-29 10:34:18 +01:00
Piotr Zalewa 1d078b53f7 vendor info added to the docs 2011-07-12 11:12:31 +01:00
Dave Dash 0085991338 moved requirements file to the right spot 2011-06-21 15:12:04 -07:00
Dave Dash 58a0e96771 requirements for rtfd.org 2011-06-21 14:57:47 -07:00
Piotr Zalewa b9346d6a50 repackage docs update 2011-06-10 14:11:57 +01:00
Piotr Zalewa de0fde9432 repackaged SDK version format changed 2011-06-10 11:50:03 +01:00
Ryan Freebern ddc339d9f7 Bug 660032: Standardize product name in templates and code 2011-06-08 15:36:45 -04:00
Piotr Zalewa 571d798a40 https://bugzilla.mozilla.org/show_bug.cgi?id=662320
Add ability to replace part of the version string with SDK version.
2011-06-07 00:18:23 +01:00
Piotr Zalewa 4a70a1c669 Merge branch 'upload_in_repackager'
Conflicts:
	apps/repackage/tasks.py
	docs/source/repackage/api.rst
2011-05-31 19:25:03 +01:00
Piotr Zalewa 3314463e8c Doc update
Data collection for the pingback is collected only if pingback required

add upload zip to repackager

https://bugzilla.mozilla.org/show_bug.cgi?id=640432
* Added upload (single and bulk) functionality

https://bugzilla.mozilla.org/show_bug.cgi?id=660242
https://bugzilla.mozilla.org/show_bug.cgi?id=656972
* Raising an exception if download failed

docs
2011-05-31 18:46:15 +01:00
Piotr Zalewa afa21ba2d6 Doc update
Data collection for the pingback is collected only if pingback required
2011-05-27 16:21:07 +01:00
Piotr Zalewa d7c84104c7 bug added to the repackager doc 2011-05-24 09:09:57 +01:00
Piotr Zalewa f91633a047 Improved POST API with pingback 2011-05-24 00:47:25 +01:00
Piotr Zalewa ffdea9038e repackage accepts all package.json fields 2011-05-21 11:15:56 +01:00
Piotr Zalewa 595f7e2b2f Documentation for the repackage API 2011-05-20 00:11:05 +01:00
Piotr Zalewa 5ace3e40c5 version name fixed in docs 2011-05-18 15:02:43 +01:00
Piotr Zalewa 25707ba496 Repackage documentation, sys paths added, so doctext is now used 2011-05-17 18:01:28 +01:00
Piotr Zalewa 55ebd6284b Merge branch 'bug-640432-repackage' 2011-05-17 16:22:03 +01:00
Piotr Zalewa 4910974cad Repackage is an application now 2011-05-16 17:16:43 +01:00
Dave Dash 008d5822c6 Fix for docs 2011-05-13 16:11:53 -07:00
Dave Dash a3edb730d6 Fix for docs 2011-05-13 16:09:44 -07:00
Piotr Zalewa [:zalun] eef9a780f6 first attempt to repackage (not working yet) 2011-04-21 10:53:37 +02:00
Dave Dash 5264a505c1 u 2011-03-15 14:35:00 -07:00
Dave Dash 0e6b2377a3 bug 625942, search backend 2011-03-04 09:40:54 -08:00
Dave Dash 30a0e63fb7 Minor documentation tweaks. 2010-11-30 12:35:10 -08:00
Wil Clouser 55a9030c64 update install docs to point to new vendor lib 2010-11-19 14:53:46 -08:00
Jeremy Orem 1060f14467 Docs weren't accurate. 2010-11-19 14:27:12 -08:00