Sean McArthur
34e061ede5
added mapping of shipyard to .gitmodules
2011-11-03 15:24:51 -05:00
Sean McArthur
63ffd0f533
adding BUILDER_DEV setting to commander_settings
2011-11-03 14:34:58 -05:00
Sean McArthur
21b4f33a1f
fixing stray quote
2011-11-02 17:27:30 -05:00
Sean McArthur
1495148b32
update.py now calls shipyard_min during deploys
...
shipyard_build needs to be add to the bash update on -dev
2011-11-02 17:24:01 -05:00
Sean McArthur
3dbffd4930
needed BUILD_ID in settings
2011-11-02 17:23:20 -05:00
Sean McArthur
6e99686ae8
using BUILD_ID on the shipyard ide-min bundles for now
2011-11-02 17:23:05 -05:00
Sean McArthur
44439a0731
adding a cache_bust manage command
...
it makes a build.py that lets us use BUILD_ID for assets, taken from
jingo_minify (since currently i only need the BUILD_ID)
2011-11-02 17:22:17 -05:00
Sean McArthur
6417482cb5
dumping required modules for Shipyard into node_modules
...
uglify-js, commander, and dryice
2011-11-02 17:19:31 -05:00
Sean McArthur
60309eadbf
latest of shipyard
2011-11-01 11:46:58 -05:00
Sean McArthur
ac0fca93a7
rounding up the last of bug fixes
2011-11-01 11:32:21 -05:00
Sean McArthur
4d0c48cfe5
fixing the initial json that is used to start the editor up
2011-11-01 11:32:21 -05:00
Sean McArthur
8f0836cb66
fixing all the tests again
2011-11-01 11:32:21 -05:00
Sean McArthur
44876d3e99
changed name of app to "ide", since it's more than an editor
...
plus, we had an editor object, which wasn't the entire application
2011-11-01 11:32:21 -05:00
Sean McArthur
ab37cb5246
bug fixes galore
2011-11-01 11:32:21 -05:00
Sean McArthur
ea6ab06946
adding isImage method to File
2011-11-01 11:32:20 -05:00
Sean McArthur
cbb7ab4cd2
ensuring id's for Files
...
An id is needed to call .destroy(), but our files don't use id's yet.
2011-11-01 11:32:20 -05:00
Sean McArthur
ed8b399d5c
moved to a DummySync for all models
...
We want to implement Syncable, for the destroy() and toJSON() methods,
and that requires we add a Sync to use them (else destroy() will throw an
error trying to find the sync to use).
We also don't want to currently use the ServerSync, since the new API isn't
in place. So Dummy it is!
2011-11-01 11:32:20 -05:00
Sean McArthur
c4ed7c21db
Sidebar.buildTree was being called twice
2011-11-01 11:32:20 -05:00
Sean McArthur
de89cd75fb
the removal the huge Package.js
...
* converted various Files to use Models now
2011-11-01 11:32:20 -05:00
Sean McArthur
5a0584a6ba
moving events handlers from the Files (now Models) to the Controllers
2011-11-01 11:32:20 -05:00
Sean McArthur
1b69b49335
deleting Package, Package.View, and Package.Edit from Package.js
2011-11-01 11:32:20 -05:00
Sean McArthur
ee8e506f71
clean up of editor/index
2011-11-01 11:32:20 -05:00
Sean McArthur
403222cece
fixing tests
2011-11-01 11:32:20 -05:00
Sean McArthur
80671bfa5b
refactored FlightDeck.Editor into PackageController
2011-11-01 11:32:17 -05:00
Sean McArthur
3dd0ba4d4b
removing Create.js
...
i couldn't find us using it anymore, so its legacy trash
2011-11-01 11:30:50 -05:00
Sean McArthur
946b312dab
fix editor instantiation for viewing
2011-11-01 11:30:39 -05:00
Sean McArthur
aa2f664670
we haven't used CodeMirror in almost a year. good-bye.
2011-11-01 11:28:37 -05:00
Sean McArthur
88834a723d
moved Tabs and Sidebar into the editor app
...
can almost remove FlightDeck.Editor
2011-11-01 11:28:37 -05:00
Sean McArthur
3b7f5be91e
added tests for all of previous Package and Package.View methods
2011-11-01 11:28:37 -05:00
Sean McArthur
2b3735a8b9
merge
2011-11-01 11:28:37 -05:00
Sean McArthur
9a96bfcde5
test revision_list_btn is bound
...
shell of checkIfLatest test
2011-11-01 11:28:37 -05:00
Sean McArthur
0022902ba0
starting to port original Package.js
...
* data-model stuff gets pulled into the new Package Model
* events and such are getting tossed into the PackageController until we
decide what the best structure of a controller is
* everything that doesn't work gets a test first, hurray!
2011-11-01 11:28:37 -05:00
Sean McArthur
55344df43b
updating Class path since Shipyard changed it
2011-11-01 11:28:37 -05:00
Sean McArthur
3aef53c53f
updating modules to use /api/0/<model> route in Sync
2011-11-01 11:28:36 -05:00
Sean McArthur
cc2c86c409
put the Package settings in module 'editor/settings'
2011-11-01 11:28:36 -05:00
Sean McArthur
93150b9ae4
comments describing next actions for shipyard
2011-11-01 11:28:36 -05:00
Sean McArthur
2b2dc3cfe7
started making a shipyard "editor" app.
2011-11-01 11:28:30 -05:00
Arron Schaar
07ecd1b5c5
Merge pull request #49 from pennyfx/timeouts
...
Query timeout retry, force lowercase queries, added backend support for sorting
2011-10-31 13:18:54 -07:00
Sean McArthur
afb5ee614b
Merge pull request #46 from nickolay/master
...
Improve installation docs
2011-10-28 15:59:07 -07:00
Arron Schaar
c15e2abe40
Merge pull request #48 from pennyfx/upstream
...
force all queries to be lowercase bug 681747
2011-10-28 13:34:24 -07:00
Sean McArthur
6be9271ade
Merge pull request #47 from seanmonstar/ace-0.2.0
...
ACE v0.2.0
2011-10-28 12:45:09 -07:00
Arron Schaar MBP
fba970f81f
force all queries to be lowercase bug 681747
2011-10-28 11:00:09 -07:00
Sean McArthur
c5b4673249
updated to ace 0.2.0, using compressed version
2011-10-28 11:37:06 -05:00
Piotr Zalewa
9e015f0f13
Merge branch 'fix_edit_on_amo_on_production'
2011-10-28 18:09:27 +02:00
Piotr Zalewa
380c2edac1
AMO oAuth domain is different than the AMO site itself
...
the fix is adding addtional AMO_SITE_DOMAIN to use with parallel to
AMOAPI_OAUTH_DOMAIN
2011-10-28 14:55:59 +02:00
Arron Schaar MBP
c6f5889892
removed debug logging and _get_average_activity early return
2011-10-27 13:57:57 -07:00
Arron Schaar MBP
88ba6e3c3c
added retry to elastic search call
2011-10-27 13:27:24 -07:00
Arron Schaar MBP
b41f9c7350
Merge branch 'query_sort'
2011-10-26 15:21:55 -07:00
Arron Schaar MBP
a8e5893b6e
force all queries to be lowercase bug 681747
2011-10-26 15:12:09 -07:00
Sean McArthur
d377718174
adding test for requiring by library name
...
* also adding assert that xpi is created, since response[1] can't always be trusted
2011-10-26 08:26:19 -05:00