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: fullscale/evo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: security
Choose a base ref
...
head repository: fullscale/evo
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.
  • 6 commits
  • 9 files changed
  • 2 contributors

Commits on Feb 21, 2013

  1. explicitly decalre commons-codec dependency

    Spring OAuth was pulling in an older version (1.3).
    egaumer committed Feb 21, 2013
    Configuration menu
    Copy the full SHA
    af00eab View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2013

  1. move EvoHelper to common string utility class

    Create a string utility class where we can migrate some of the more
    common string operations to.
    egaumer committed Feb 22, 2013
    Configuration menu
    Copy the full SHA
    ecd19dc View commit details
    Browse the repository at this point in the history
  2. adding a few more common string utlitlies

    Checks for SYSTEM_INDEX and APP_INDEX should be centralized. Also,
    checks for invalid index names should be rolled in to a single
    isValidIndexName method.
    egaumer committed Feb 22, 2013
    Configuration menu
    Copy the full SHA
    a56c425 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2013

  1. hide bas64 implementation behind custom interface

    this allows us to swap in different base64 libs and essentially hide
    behind our own interface.
    egaumer committed Feb 23, 2013
    Configuration menu
    Copy the full SHA
    ae411e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2013

  1. Configuration menu
    Copy the full SHA
    b21fb45 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2013

  1. Configuration menu
    Copy the full SHA
    38be596 View commit details
    Browse the repository at this point in the history
Loading