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

25 Коммитов

Автор SHA1 Сообщение Дата
Stephen Palmer 2ca37da1d5 Merge branch 'master' of github.com:patrickmcurry/git-unity-as 2014-12-01 16:01:00 -06:00
Stephen Palmer 54fd9f29d9 Fixing bug where some change sets were omitted, causing import failure 2014-12-01 16:00:50 -06:00
reichertworks 7fcbc7e56f Updating readme 2014-11-14 14:17:03 -06:00
reichertworks 56b08a4ba3 Fixing typos 2014-11-14 14:16:02 -06:00
Stephen Palmer 6b55b5dc7a Merge branch 'master' of github.com:patrickmcurry/git-unity-as 2014-11-13 21:13:05 -06:00
Stephen Palmer 0b49047f67 Fix incorrect hash key for config file output path 2014-11-13 21:12:35 -06:00
reichertworks 8ea3ee075c Updated readme 2014-11-12 14:00:01 -06:00
reichertworks 089cfb9050 Update readme 2014-11-12 13:53:50 -06:00
reichertworks 773aa02427 Initial version of README 2014-11-12 13:52:37 -06:00
Stephen Palmer eb62c0c8d4 More refactoring to clean up pylint output. 2014-09-16 22:22:58 -05:00
Stephen Palmer 139de9124a Some code cleanup based on pylint output 2014-09-16 09:15:00 -05:00
Stephen Palmer 68194a37ae Add support for specifying target export branch 2014-09-16 08:51:46 -05:00
Stephen Palmer 46ae342f9b Simplified git-unity-as.py to strictly function as an export tool. Responsiblity for managing output git repos will shift to a different tool (chameleon). Refactored option parser and config value helper. 2014-09-16 08:45:12 -05:00
Stephen Palmer 856853141a Use the filerename command to correctly rename directories (and files) 2014-09-13 11:22:27 -05:00
Stephen Palmer 103a9585b9 Fix bug in version sorter that allowed a handful of out of order deletions to slip through 2014-09-12 11:28:35 -05:00
Stephen Palmer b427203ed3 Only look for assets tagged with asset and asset.meta 2014-09-11 10:17:46 -05:00
Stephen Palmer 4b90786b4a Write meta files for dirs; sort deleted directories below any child files within a changeset; refactor guid_path for clarity 2014-09-11 08:14:51 -05:00
Stephen Palmer f2edf0d222 Save last_mark after each changeset is processed; fix user sql query to return all project users; fix sql query to sort changeset revisions correctly 2014-09-10 13:20:42 -05:00
Stephen Palmer 8f85bc0267 Track imported changelist to support incremental updates 2014-09-02 08:25:12 -05:00
Stephen Palmer 60efec36cd Use shell=True to run git 2014-08-31 21:31:22 -05:00
Stephen Palmer 230d5bb421 More cleanup; refactored DB connection parameters to command line args; added internal git fast-import piping (use --stdout to instead pipe through the shell) 2014-08-31 21:18:18 -05:00
Stephen Palmer 8fa41b4a4c Added argument parsing; support for --no-data for debugging 2014-08-31 17:06:16 -05:00
Stephen Palmer 68375e1ac8 Formatting and code cleanup; turned main loop into a function call, preparing for option parsing 2014-08-31 16:47:33 -05:00
Stephen Palmer e7142ca079 Object data is now written correctly; formatting cleanup and comments added 2014-08-30 16:47:05 -05:00
Stephen Palmer e10066ab1a Initial version of asset server converter script. Still a WIP, currently can export a asset server changelists to the correct git fast-import format, but currently writes dummy data to every file revision. 2014-08-29 20:47:09 -05:00