Anubhav

Results 24 comments of Anubhav

@jylee-git after some thought, I do not really see a reason we might need a regex validation at all for the author name given in `@@author` tags. (if no author...

> I don't think there's a need for any validations required for the author names/IDs. I agree with this. Shall we remove the regex validation then? @fzdy1914 would you agree?

@jylee-git @fzdy1914 what do you think about this suggestion?

Prof @damithc, @eugenepeh , may I confirm if we can create a single ramp chart that captures the work attributed to all virtual authors (as opposed to 1 ramp chart...

@eugenepeh, ok, I will implement the bugfix in #1067, with the view that our goal is to have separate ramp charts for virtual authors. I'll discuss with the team in...

To summarise the discussion above, 1. CLI will have higher priority than standalone config --> If a user specifies the same argument on CLI **and** in standalone config, the value...

> Note that theres author configurations involve as well, that is something that need to be take care of as well. Wouldn't it follow the same logic? - `--inherit` -...

@jylee-git, may I check this with you? One implication of this is whenever we extend `GitTestTemplate` and form a new subclass for testing, we have to be aware that `generateTestFileInfo`...

Two test cases are affected if we remove line 96 and 97. They are `FileAnalyzerTest#blameTest` and `FileAnalyzerTest#blameTestDateRange` I'll check if these tests could be refactored

@jylee-git @fzdy1914, I think we should remove the modifications to `config` in the `generateTestFileInfo` method (i.e. remove line 96 and 97) Reason: I think the config setup should be done...