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

Add new challenge 'check_if_same_files' #102

Merged
merged 6 commits into from Feb 16, 2017
Merged

Commits on Feb 7, 2017

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

Commits on Feb 12, 2017

  1. Pull request gitunique (jarv#89)

    * Added two new challenges. The first related to advanced file display, the second to navigating nested directories.
    
    * Added hidden directory and corrected symlink
    
    * Finalised pull request
    
    * Removed hidden directory (from challenges and challenges.yaml) as difficult to sync via git
    
    * Added file to hidden directory so I can commit it
    
    * Made description of list_files_adv more specific
    
    * Updated nested_dirs description as requested
    gitunique authored and parththaker committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    e53ac9c View commit details
    Browse the repository at this point in the history
  2. Fix problem where challenges with tests would falsely report correct.

    * In cases where running commands was timing out due to server issues
    commands with tests would fall through and pass. Now we will throw.
    
    * Use a random script name so you don't see it when commands fail.
    jarv authored and parththaker committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    85b2f44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    419b7b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5df3eac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e3eee2 View commit details
    Browse the repository at this point in the history