Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added nologo switch #13

Merged
merged 9 commits into from
Aug 4, 2011
Merged

Added nologo switch #13

merged 9 commits into from
Aug 4, 2011

Commits on May 30, 2011

  1. Write-Documentation now shows column with information which tasks are…

    … default.
    
    Also added columns order to format-table, to print them in nice order
    Rafal Klys authored and whut committed May 30, 2011
    Configuration menu
    Copy the full SHA
    f7d09cd View commit details
    Browse the repository at this point in the history
  2. Fixed: Setting $psake.config.taskNameFormat in psake-conf.ps1 from bu…

    …ild script dir wasn't respected
    
    Now psake-config.ps1 from build script dir is loaded first, and then new psake context is created with newest $psake.config.taskNameFormat
    whut committed May 30, 2011
    Configuration menu
    Copy the full SHA
    e44fff2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85895d7 View commit details
    Browse the repository at this point in the history
  4. Moved one comment back to right place and renamed variable includeBlo…

    …ck to includeFilename, because it's filename not block
    whut committed May 30, 2011
    Configuration menu
    Copy the full SHA
    01920fe View commit details
    Browse the repository at this point in the history
  5. Added config property coloredOutput

    Rafal Klys authored and whut committed May 30, 2011
    Configuration menu
    Copy the full SHA
    091cc67 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2011

  1. Psake configuration from psake-config.ps1 is now incremental

    Now it is possible to set some properties in psake-config.ps1 from psake.psm1 directory, but setting all is not required.
    And it is possible to set another in psake.config.ps1 from build script directory.
    Rafal Klys authored and whut committed Jun 27, 2011
    Configuration menu
    Copy the full SHA
    9b0f75d View commit details
    Browse the repository at this point in the history
  2. Replaced write-host which can't be redirected with write-output while…

    … outputing colored messages
    
    Updated change from 091cc67
    Also changed colors used for task notification from darkgreen to blue
    And all colors are in uppercase, this way call somwhere inside powershell.exe (exactly in System.Management.Automation.dll!System.Management.Automation.LanguagePrimitives.ConvertStringToEnum) will not throw exception (which is also handled there, so it's not an error)
    whut committed Jun 27, 2011
    Configuration menu
    Copy the full SHA
    93efb7f View commit details
    Browse the repository at this point in the history
  3. Configuration from psake-config now supports nested Invoke-Psake invo…

    …cations
    
    Instead of single $psake.config (which could be changed in nested Invoke-Psake invocation, but wasn't cleaned afterwards) there is now $psake.context.Peek().config
    
    Additional changes required to this to work:
     - task name format is only in psake config, not also in $psake.formatTaskName, same with $psake.framework_version
     - default config is now in separate property $psake.config_default
     - added Get-CurrentConfigurationOrDefault to get config from $psake.context.Peek().config if it exists or $psake.config_default otherwise
     - psake-config sets config into variable $config which is from Get-CurrentConfigOrDefault
     - updated spec/writing_psake_variables_should_pass
     - buildFile parameter to Invoke-Psake now doesn't have default value, if it's null build file from psake config is used
    whut committed Jun 27, 2011
    Configuration menu
    Copy the full SHA
    d706e52 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2011

  1. Merge branch 'master' into config_and_color

    Conflicts:
    	psake.psm1
    lanwin committed Aug 4, 2011
    Configuration menu
    Copy the full SHA
    86e57b8 View commit details
    Browse the repository at this point in the history