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

Merge Develop into Master #47

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open

Merge Develop into Master #47

wants to merge 39 commits into from

Commits on May 10, 2016

  1. Update README.md

    hmol committed May 10, 2016
    Configuration menu
    Copy the full SHA
    27332f4 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    hmol committed May 10, 2016
    Configuration menu
    Copy the full SHA
    08ce6e2 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    hmol committed May 10, 2016
    Configuration menu
    Copy the full SHA
    d4ce3ab View commit details
    Browse the repository at this point in the history

Commits on May 11, 2016

  1. Configuration menu
    Copy the full SHA
    41e936b View commit details
    Browse the repository at this point in the history
  2. Update README.md

    hmol committed May 11, 2016
    Configuration menu
    Copy the full SHA
    7d46221 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    hmol committed May 11, 2016
    Configuration menu
    Copy the full SHA
    d4ba026 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2016

  1. Update README.md

    hmol committed May 12, 2016
    Configuration menu
    Copy the full SHA
    f42cbb3 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2016

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

Commits on Jun 15, 2016

  1. Configuration menu
    Copy the full SHA
    aea6305 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61d5de2 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2016

  1. Added a MockSettings class for dependency injection unit testing purp…

    …oses. Added the SlackClientTests class and tests for the default constructor
    paulhtrott committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    a50b024 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2016

  1. Added option to print elapsed milliseconds to console at end of proce…

    …ssing.
    Thomas Wright committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    df51a2a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2016

  1. Merge pull request #17 from paulhtrott/UnitTestClients

    Added a MockSettings class for dependency injection unit testing purp…
    hmol authored Oct 7, 2016
    Configuration menu
    Copy the full SHA
    30e6088 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21 from tdwright/master

    Added option to print elapsed milliseconds to console at end of process
    hmol authored Oct 7, 2016
    Configuration menu
    Copy the full SHA
    4ab27ee View commit details
    Browse the repository at this point in the history
  3. fix for PrintSummary property

    Henrik Molnes committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    7402dde View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2016

  1. Merge pull request #1 from hmol/develop

    Merging changes from hmol/Linkcrawler
    tdwright authored Oct 10, 2016
    Configuration menu
    Copy the full SHA
    1942d54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45f859f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fec6c51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04ef217 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78f84b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    628bdc3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2 from tdwright/develop

    Merging develop and master
    tdwright authored Oct 10, 2016
    Configuration menu
    Copy the full SHA
    e9e457e View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2017

  1. Merge pull request #23 from tdwright/master

    Refactored URL lists and added simple summary table
    hmol authored Feb 19, 2017
    Configuration menu
    Copy the full SHA
    759c6cb View commit details
    Browse the repository at this point in the history

Commits on May 6, 2017

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

Commits on May 9, 2017

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

Commits on Jun 17, 2017

  1. Merge pull request #30 from melkor54248/develop

    Accept url as command line argument
    tdwright authored Jun 17, 2017
    Configuration menu
    Copy the full SHA
    b268624 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. Configuration menu
    Copy the full SHA
    021aa9d View commit details
    Browse the repository at this point in the history
  2. Added ParsersTests folder and moved ValidUrlParserTests.cs into it to…

    … match folder structure in main project
    davetolan committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    6dcdfdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3813000 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    473058f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Configuration menu
    Copy the full SHA
    1a8786c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cc30ba View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Update README.md

    hmol authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    1c3709c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Unit test issue 44

    Created a unit test to check valid URL pattern.
    Joose1992 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    e03559d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. DotNet7

    - Added a new folder that contains:
      - A new Link Crawler Solution in .Net 7
      - A Unit test
    Joose1992 committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    cdf05b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Merge pull request #45 from Joose1992/develop

    Unit test issue 44
    JustinGunther authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    2fd73f7 View commit details
    Browse the repository at this point in the history
  2. .NET 7 Build-Out

    Dot net7 rebuild
    JustinGunther authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    c7cd622 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #37 from davetolan/AddUnitTests

    Add unit tests
    JustinGunther authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    7c4beb4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #41 from EBWeist/develop

    Code cleanup and variable name consistency.
    JustinGunther authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    b2e8f14 View commit details
    Browse the repository at this point in the history