Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / paltman-archive/nashvegas issues and pull requests

#60 - Bump django from 1.4 to 2.2.24

Pull Request - State: open - Opened by dependabot[bot] about 3 years ago
Labels: dependencies

#59 - Bump django from 1.4 to 1.11.29

Pull Request - State: closed - Opened by dependabot[bot] about 4 years ago - 1 comment
Labels: dependencies

#58 - Bump django from 1.4 to 1.11.28

Pull Request - State: closed - Opened by dependabot[bot] over 4 years ago - 1 comment
Labels: dependencies

#57 - Bump django from 1.4 to 1.11.23

Pull Request - State: closed - Opened by dependabot[bot] over 4 years ago - 1 comment
Labels: dependencies

#56 - Tests break when nashvegas is enabled.

Issue - State: closed - Opened by justinabrahms over 11 years ago - 2 comments

#55 - minor spelling fixes

Pull Request - State: closed - Opened by asparagui over 11 years ago - 1 comment

#54 - Add basic test for duplicates in get_pending_migrations

Pull Request - State: closed - Opened by dcramer over 11 years ago - 1 comment

#53 - Add test for get_pending_migrations and duplicates

Pull Request - State: closed - Opened by dcramer over 11 years ago - 1 comment

#52 - comparedb improvements (ignoring, more context, error handling)

Pull Request - State: closed - Opened by iivvoo over 11 years ago

#51 - Minor changes to documentation.

Pull Request - State: closed - Opened by jonathanchu almost 12 years ago - 1 comment

#50 - Support multiple databases and interactive option in syncdb

Pull Request - State: closed - Opened by dcramer almost 12 years ago

#49 - Use timezone aware timestamps when Django timezone support is enabled.

Pull Request - State: closed - Opened by rudolphfroger about 12 years ago - 1 comment

#48 - Calling Django's version of syncdb should still be possible

Issue - State: closed - Opened by brutasse about 12 years ago - 3 comments

#47 - Refactor utilities

Pull Request - State: closed - Opened by dcramer about 12 years ago - 2 comments

#46 - Improve SyncDB

Pull Request - State: closed - Opened by dcramer about 12 years ago - 3 comments

#45 - Correctly support the interactive flag (via --noinput)

Pull Request - State: closed - Opened by dcramer over 12 years ago

#44 - Change migrations to be transactional

Pull Request - State: closed - Opened by dcramer over 12 years ago - 2 comments

#43 - Ignore .pyc files by default in migrations

Pull Request - State: closed - Opened by brutasse over 12 years ago - 1 comment

#42 - Support multi-db (to some extent) with --seed and make stop_at optional

Pull Request - State: closed - Opened by dcramer over 12 years ago - 1 comment

#41 - Issue with versioning

Issue - State: closed - Opened by dcramer over 12 years ago - 2 comments

#40 - Correct behavior of _get_current_migration_number

Pull Request - State: closed - Opened by dcramer over 12 years ago

#39 - [Proposal] Replace syncdb with upgradedb --execute

Issue - State: closed - Opened by dcramer over 12 years ago - 5 comments

#38 - Handle both legacy and new migrations based on if the file exists

Pull Request - State: closed - Opened by dcramer over 12 years ago

#37 - Tested and documented comparedb update

Pull Request - State: closed - Opened by jpic over 12 years ago - 2 comments

#35 - Fix #34

Pull Request - State: closed - Opened by jpic over 12 years ago - 1 comment

#34 - comparedb omits the database name as suffix for createdb command

Issue - State: closed - Opened by jpic over 12 years ago

#33 - Multidb support

Pull Request - State: closed - Opened by dcramer over 12 years ago - 3 comments

#32 - Improving support for multi-db and pep8

Pull Request - State: closed - Opened by dcramer over 12 years ago

#31 - Allow Specification of the location of the migration directory

Pull Request - State: closed - Opened by dstufft over 12 years ago - 1 comment

#30 - [enhancement] NASHVEGAS_MIGRATIONS_PATH setting

Issue - State: closed - Opened by jpic over 12 years ago

#29 - Hi! I cleaned up your code for you!

Pull Request - State: closed - Opened by GunioRobot over 12 years ago

#28 - Inconsistency between NASHVEGAS docs & code

Issue - State: closed - Opened by ptoal over 12 years ago - 1 comment

#27 - close the cursor as soon as possible

Pull Request - State: closed - Opened by peterbe almost 13 years ago - 7 comments

#26 - Initial schema followed by migrations in MySQL

Issue - State: open - Opened by peterbe almost 13 years ago - 3 comments

#25 - Missing rollback feature

Issue - State: closed - Opened by marcinn about 13 years ago - 2 comments

#23 - my proposal to solve the bug #22

Pull Request - State: closed - Opened by marcinn about 13 years ago - 1 comment

#22 - bug in migrations execution

Issue - State: open - Opened by marcinn about 13 years ago - 1 comment

#21 - upgradedb --execute failing on SQLite

Issue - State: closed - Opened by j4mie about 13 years ago - 2 comments

#20 - Comparedb

Pull Request - State: closed - Opened by brutasse about 13 years ago - 1 comment

#19 - Error messages

Pull Request - State: closed - Opened by brutasse about 13 years ago - 2 comments

#18 - Initial create throws exception

Issue - State: closed - Opened by await over 13 years ago - 2 comments

#17 - Better Error message when migration can not be loaded

Issue - State: closed - Opened by issackelly over 13 years ago - 1 comment

#16 - allows the user to choose which database to run migrations on.

Pull Request - State: closed - Opened by binarymatt over 13 years ago

#15 - ignore hidden files in db directory

Issue - State: closed - Opened by Gautier over 13 years ago - 1 comment

#14 - Add option for running fixtures

Issue - State: closed - Opened by paltman over 13 years ago

#13 - Add option for running fixtures

Issue - State: closed - Opened by paltman over 13 years ago - 1 comment

#12 - Just a quick idea to prevent developers accidentally using syncdb by asking for confirmation.

Pull Request - State: closed - Opened by jezdez over 13 years ago - 3 comments

#11 - Remove any BEGIN/COMMIT from output

Issue - State: closed - Opened by paltman over 13 years ago - 1 comment

#10 - It's not clear in the docs that --seed 5 runs 1, 2, 3, and 4 but not 5.

Issue - State: closed - Opened by issackelly over 13 years ago - 2 comments

#9 - Docs suggest that YYYYMMDD-01 is a valid identifier, but it is not.

Issue - State: closed - Opened by issackelly over 13 years ago - 1 comment

#8 - Add ability to seed the Migration model with migrations already applied.

Issue - State: closed - Opened by paltman almost 14 years ago - 1 comment

#7 - Improve --create option to generate more than just model adds

Issue - State: closed - Opened by paltman almost 14 years ago - 1 comment

#6 - Add ContentType Creation/Update

Issue - State: closed - Opened by paltman about 15 years ago

#5 - Add better (more robust) error handling

Issue - State: closed - Opened by paltman about 15 years ago

#4 - Add ability to execute python scripts in addition to sql scripts

Issue - State: closed - Opened by paltman about 15 years ago

#3 - Use python logging instead of print statements

Issue - State: closed - Opened by paltman about 15 years ago

#2 - Make PEP 8 Compliant

Issue - State: closed - Opened by paltman about 15 years ago

#1 - Create Versions Model

Issue - State: closed - Opened by paltman about 15 years ago