Skip to content

Latest commit

 

History

History
103 lines (90 loc) · 9.35 KB

CHANGELOG.md

File metadata and controls

103 lines (90 loc) · 9.35 KB

Change Log

Full Changelog

Implemented enhancements:

  • Check ignored files which still are present #72
  • Specify user/password on the command line #69
  • .jazzignore -> .gitignore #66
  • Configuration of conflict resolver #55
  • Ability to use -i when loading a workspace #50
  • Link commits with Issue-System (Jira/Github/BitBucket) #48
  • Provide configuration with fallback-values #47
  • Decide if migration should be resumed or is started #42
  • Make migrated branch to master #41
  • Ignore binary files #33
  • Make encoding configurable #30
  • Add configuration to choose between lscm and scm #28
  • Ability to accept multiple (more than two) change sets together to avoid conflicts #27
  • Check Replacing of InitialBaseLines/OldestStream #23
  • One-way Bridge #11
  • CLI Support #10
  • Start migration from an existing prepared workspace vs newly created workspace #8
  • Start migration from a specific baseline #6
  • Accept changesby date instead of component #5
  • Loop through migrated branches and compare with stream #4

Fixed bugs:

  • .gitignore files get lost #85
  • added files in .gitignore should be non-recursive #81
  • Travis build sometimes failing #77
  • output of git status -z should not be stripped #75
  • "<No comment>" comment is translated to "<No comment to" #65
  • Migration fails on Windows when using long paths #61
  • Streams with spaces in their name lead to all sorts of problems #51
  • Running migration a 2nd time on an already migrated repository starts from scratch #44
  • Handling of capitalization breaks if a file in a directory beginning with 'A' is renamed #39
  • Fails to handle Workspace with spaces in name #36
  • Make encoding configurable #30
  • retryacceptincludingnextchangeset broken #29
  • Handling of changeset-comments with linebreaks #21
  • "Press any other key to skip this changeset and continue" does not continue #18
  • Switch branch aborted #17
  • Conflicts and outgoing changes #7
  • Commit comments fail when comment contains "" #1

Closed issues:

  • Error: "destination path 'XXX' already exists and is not an empty directory #103
  • Error with lcm show #101
  • Getting Component History Programmatically #84
  • Exclude directories from migration #74
  • Enable line ending normalization for text files #73
  • Core dumps are committed to Git #67
  • Collecting change sets to accept together should be from the same component #52
  • describe way how to configure scm #43
  • initialCommit should only take place when something has been changed #38
  • test_getSampleConfig_ExpectInitializedConfigWithDefaultValues fails on linux #35
  • When Git commits are missed, the files are not included with the next commit #32
  • Delete Folder Logs when migration is started #24
  • No repositories found based on path #14

Merged pull requests:

  • Replace custom quote function with shlex.quote #107 (pbhandari)
  • Fix typo in license shield #98 (ohumbel)
  • [fix] Add quotes for Password string since it may contain special chars. #96 (cwill747)
  • Minor cleanups #94 (docwhat)
  • Acceptwithoutmerge #91 (WtfJoke)
  • Enhance gitignore #89 (reinhapa)
  • Fixes no longer working link #88 (reinhapa)
  • Enable migration.py to be executed on its own #87 (ohumbel)
  • Fixes #85: prevent reload from moving .gitignore away #86 (ohumbel)
  • Make sure ignored file names are not recursive #83 (ohumbel)
  • Enable to configure exclusion of directories #82 (ohumbel)
  • enable line ending normalization for text files #79 (ohumbel)
  • Summary of ignored but still present files #78 (ohumbel)
  • Correctly parse output of git status -z #76 (ohumbel)
  • .jazzignore <-> .gitignore #71 (ohumbel)
  • enable RTC credentials on the command line #70 (ohumbel)
  • Conflictresolution within the same component #64 (ohumbel)
  • Fixed comparison #60 (jacobilsoe)
  • List files with specific extensions in your workspace #59 (ohumbel)
  • handle relative file names in tests #58 (ohumbel)
  • Added configuration of change set accept max count #57 (jacobilsoe)
  • Link commits by adding a prefix on comments #56 (WtfJoke)
  • Make inclusion of component roots configurable #54 (ohumbel)
  • block invalid branch names #53 (ohumbel)
  • the config file can be specified on the command line #46 (ohumbel)
  • Allow ignoring big files (by extension) #45 (ohumbel)
  • Quick fix for issue #39 #40 (ohumbel)
  • [fix] Add quotes around the workspace name #37 (cwill747)
  • Fix for issue 31 #34 (ljhaywar)
  • UTF-8 support, configuration of conflict resolution and configuration of scm command #26 (jacobilsoe)
  • Fix Issue 14 #15 (WtfJoke)
  • Some suggestions #9 (ebullient)

* This Change Log was automatically generated by github_changelog_generator