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: raenjamio/cursoPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: karlud-python23
Choose a base ref
...
head repository: raenjamio/cursoPython
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.
  • 19 commits
  • 3 files changed
  • 4 contributors

Commits on Apr 21, 2017

  1. Merge pull request #59 from udacity/karlud-python23

    Support both Python 3 and 2.
    karlud authored Apr 21, 2017
    Configuration menu
    Copy the full SHA
    eab233e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2017

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

Commits on May 9, 2017

  1. Merge pull request #1 from udacity/master

    Update from main repo.
    karlud authored May 9, 2017
    Configuration menu
    Copy the full SHA
    0a7c53b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b914084 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #63 from karlud/master

    Update Vagrantfile to use bento box.
    karlud authored May 9, 2017
    Configuration menu
    Copy the full SHA
    c37e842 View commit details
    Browse the repository at this point in the history
  4. Update repo title, too.

    karlud authored May 9, 2017
    Configuration menu
    Copy the full SHA
    4ed6f51 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

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

Commits on Jun 19, 2017

  1. Work around chef/bento#661

    q.v. udacity/fullstack-nanodegree-vm#69
    
    grub-pc has a bug that's keeping noninteractive config from working.
    This works around it by forcing super-extra-double noninteractive config.
    karlud committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    b629acc View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. fix: add back installation of requests package

    The Python requests package is needed on the course, but is not
    a requirement of any other package, so does not get installed.
    SteveWooding committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    725eca1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #70 from SteveWooding/install-requests

    fix: add back installation of requests package
    forbiddenvoid authored Jul 10, 2017
    Configuration menu
    Copy the full SHA
    4d4031b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. Create CODEOWNERS

    karlud authored Jul 18, 2017
    Configuration menu
    Copy the full SHA
    397264e View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2017

  1. fix: Set Bento box version to last working version

    The latest version of the Bento box caused the file sharing
    to break, so fix the version to the last known working version.
    This can be updated to a later version, once it has been fully
    tested.
    SteveWooding committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    77d9d8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75 from SteveWooding/fixed-bento-version

    fix: Set Bento box version to last working version
    forbiddenvoid authored Jul 31, 2017
    Configuration menu
    Copy the full SHA
    68119af View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2017

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

Commits on Feb 9, 2018

  1. Update Vagrantfile

    forbiddenvoid authored Feb 9, 2018
    Configuration menu
    Copy the full SHA
    9549689 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2018

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

Commits on Mar 4, 2018

  1. fix: Share folder between guest and host.

    It is expected that vagrant mount the folder on "/vagrant" in the guest automatically. However, it does not work and the fix is to do that explicitly
    abdennour committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    45b9484 View commit details
    Browse the repository at this point in the history
  2. fix: Renaming of psycopg2 linux package.

    psycopg2 is renamed to psycopg2-binary. It should be considered with "apt-get install"
    abdennour committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    e0a52bb View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. Merge pull request #87 from abdennour/master

    3 fixes related to vagrant box  and some linux packages
    karlud authored Mar 5, 2018
    Configuration menu
    Copy the full SHA
    484c2b9 View commit details
    Browse the repository at this point in the history
Loading