Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (352 - 354 of 1174)

Ticket Resolution Summary Owner Reporter
#894 fixed index User.username Christopher Allan Webber
Description

We should add an index on User.username because, well, not having an index seems pretty crazy :)

Adding this index and migration shouldn't be hard, so marking as bitesized.

#896 fixed Missing `pyld` packagee on update Daniel Krol
Description

I'm starting from a fresh creation of the repo. I ran the virtualenv command to install the packages. Then I run the update command right away just to make sure everything is in order:

`./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate && git

submodule fetch`

It started fetching packages, but suddenly ended thusly:

ImportError: No module named pyld

I ran:

pip install pyld

Now when I run the update command, the missing pyld error doesn't come up.

#897 fixed I think that there's no such thing as `git submodule fetch` Daniel Krol
Description

When I run the update command:

./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate && git submodule fetch

I (after everything installs) get:

error: pathspec 'fetch' did not match any file(s) known to git. Did you forget to 'git add'?

I see nothing in here about a fetch subcommand.

http://git-scm.com/docs/git-submodule

Perhaps you meant git submodule update? Does that do the fetching?

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.