Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rauchg/slackin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Urucas/slackin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 12 files changed
  • 1 contributor

Commits on Feb 19, 2015

  1. Add slackin engllish translation module prototype, translation tests …

    …& spaninsh & deutsche translations
    
    add locale.js
    
    add es, en localization
    
    add lang param to splash.js
    
    import locale and create locale instance in splash
    
    add lang param to bin/slackin
    
    fix bin/slackin to receive lang param
    
    update Makefile
    
    add clean
    
    let the user loads more than one lang for localization from cli
    
    export languajes on locale.js
    
    change slackin lang param to receive an array
    
    change splash.js lang param to be an array of locale objets
    
    update Makefile, remove locale folder from build
    
    remove locale/
    
    add comments
    
    add localization stringas
    
    fix undefined error on lang not defined in locale.js
    
    remove white space
    
    Typo "Languaje"
    
    Add German
    
    Add build instructions
    
    choose slackin language based on Accept-Language header
    
    add export default
    
    set default language to en & check request header accept language
    
    require langs setted as params
    
    add try@catch to avoid missing locale module error
    
    remove old locale object
    
    adding tests
    
    assign languages passed on bin/slackin as param to (slackin)params
    
    fix default langs param value & create instance of locale before creating (splash)
    
    fix (slackin) default param initialization
    
    add langs to program as parameters to (slackin)
    
    add travis.yml
    
    add test to package.json
    
    update travis.yml, downgrade node version to 2.0
    
    Update Readme.md
    
    update travis.yml, downgrade node version to 0.11
    
    fix Makefile, it was duplicating locale folder
    
    add translations.js test. This test checks every prototype on the locale folder have the methods needed for slackin translations
    
    fix error messages
    
    fix request.headers undefined bug
    
    add test param to package.json
    
    add 2 test, checking once created a slackin instance a request response statusCode equals 200 & check the response body is correct acording to english language
    
    returning string for simple elements in localization objects
    
    update translations prototype export
    
    update translations import
    
    Add config params for slackin constructor
    
    update translations prototypes tests
    
    update gitignore
    
    update test, change translations constructor
    
    update test, change translations constructor
    
    add slack token for testing
    vrunoa committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    2d95d95 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2015

  1. update test config & params

    vrunoa committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    9cd7e9f View commit details
    Browse the repository at this point in the history
  2. update transtaltions test

    vrunoa committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    76dc20f View commit details
    Browse the repository at this point in the history
  3. update transtaltions test

    vrunoa committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    1e027d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. resolve conflict

    vrunoa committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    db1563e View commit details
    Browse the repository at this point in the history
  2. remove old makefile

    vrunoa committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    d88dde4 View commit details
    Browse the repository at this point in the history
  3. add translation prototype test

    vrunoa committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    0621f9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0b5f09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50bbaf7 View commit details
    Browse the repository at this point in the history
  6. add jshint

    vrunoa committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    71521b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04abbac View commit details
    Browse the repository at this point in the history
Loading