Tags

Tags give the ability to mark specific points in history as being important
  • v0.3.2

    0459830c · Git-Lighttp v0.3.2 ·
    Git-Lighttp v0.3.2
    
    - Ruby 2.5 compatibility.
    - Fixes.
    
  • v0.3.1

    Git-Lighttp v0.3.1
    ------------------
    
    Improvements.
    
    - Documentation improved using Markdown.
    - Code improved using Rubocop.
    - Fixes in tests and configurations (Travis CI, Gitlab CI).
    - Gemspec improved and cleaned.
    
    This is a beta version. For more informations about this release,
    please visit <http://gitlab.com/hallison/git-lighttp>.
    
  • v0.2.0

    Git-Lighttp v0.2.0
    ------------------
    
    Implementation of viewer for browsing of source code:
    
    - Fixes in tasks.
    - Adding of classes for handle repositories.
    - Improvements in all helpers.
    - Base controller for shared settings
    - The project handler has been improved to find a repository and run the
      command line for get files and informations.
    - The HTTP Backend class has been updated for use the new changes in project
      handler.
    - Fixes in RPC service to POST git-upload-pack
      - The repository was passed as current directory instead of the full path.
    - Adding of tree in project handler
    - Adding of viewer for browsing of source code
      - The recursive tree has been removed for improve performance.
      - Small improvements in helpers and tests.
    
    This is a beta version. For more informations about this release,
    please visit <http://gitlab.com/hallison/git-lighttp>.
    
  • v0.3.0

    Release: v0.3.0
    Git-Lighttp v0.3.0
    ------------------
    
    Improvements and new features.
    
    - Fixes in the Sinatra compatibility.
    - Improvements in the treeish middleware.
    - HTTP group support.
    - The configuration can be made the rack-way, using the class itself.
    - The project renamed from Git-Webby to Git-Lighttp.
    
    This is a beta version. For more informations about this release,
    please visit <http://gitlab.com/hallison/git-lighttp>.
    
  • v0.1.0

    Release: v0.1.0
    Git-Lighttp v0.1.0
    ------------------
    
    Implementation of the basic features:
    
    - Smart-HTTP implementation.
    - Authentication using `htpasswd` features (only crypt algorithm).
    - Basic configuration in Rackup file.
    
    This is a beta version. For more informations about this release,
    please visit <http://gitlab.com/hallison/git-lighttp>.