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

[docker] Fixes #103 Skycoin VS Code dev image for Python #115

Open
wants to merge 52 commits into
base: develop
Choose a base branch
from

Commits on Dec 29, 2018

  1. [release] refs skycoin#85 - Run make build to make sure that the code…

    … base is up to date
    
    Ensure that build-swig is invoked prior to build-libc
    olemis committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    1c4a64a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    923feb2 View commit details
    Browse the repository at this point in the history
  3. refs skycoin#85 - Update repo-info after merging release branch into …

    …master
    
    ... so as to force build of latest branch in Docker Hub
    olemis committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    731ad33 View commit details
    Browse the repository at this point in the history
  4. [ci] refs skycoin#85 - Check out skycoin/skycoin v0.25.0 tag in sub…

    …module for Travis builds
    olemis committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    5bf3c46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbae55c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d596b8 View commit details
    Browse the repository at this point in the history
  7. [release] refs skycoin#85 - Release builds should be created from git…

    … tags (rather than `master` branch)
    olemis committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    95692e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2018

  1. Configuration menu
    Copy the full SHA
    52e03a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c5cc97 View commit details
    Browse the repository at this point in the history
  3. Merge pull request skycoin#92 from simelo/release-0.25.0

    fixes skycoin#85 - Release PySkycoin 0.25.0
    olemis authored Dec 30, 2018
    Configuration menu
    Copy the full SHA
    614da7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5caf5ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d84d8f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a11e9b3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request skycoin#97 from simelo/release-0.25.0

    [ci] fixes skycoin#85 - Finalize Travis upload packages onto PyPI
    olemis authored Dec 30, 2018
    Configuration menu
    Copy the full SHA
    fb71a09 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2018

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

Commits on Jan 1, 2019

  1. Configuration menu
    Copy the full SHA
    b1f1bbe View commit details
    Browse the repository at this point in the history
  2. Merge pull request skycoin#98 from simelo/release-0.25.0

    fixes skycoin#33 fixes skycoin#85 Correct rendering of PyPI page for release 0.25.0
    olemis authored Jan 1, 2019
    Configuration menu
    Copy the full SHA
    fad7f7c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. Configuration menu
    Copy the full SHA
    563bcf9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request skycoin#100 from simelo/release-0.25.0

    refs skycoin#85  Retry PyPI deployment of binary release
    olemis authored Jan 12, 2019
    Configuration menu
    Copy the full SHA
    94ab7e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    744d873 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2019

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

Commits on Jan 14, 2019

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

Commits on Jan 15, 2019

  1. Configuration menu
    Copy the full SHA
    537c9f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5e00fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcb0e1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f287b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0aabd0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ac1457 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51024cb View commit details
    Browse the repository at this point in the history
  8. Merge pull request skycoin#101 from simelo/release-0.25.0

    fixes skycoin#85 fixes skycoin#104 - Build multilinux wheels for release tags
    olemis authored Jan 15, 2019
    Configuration menu
    Copy the full SHA
    9529f4c View commit details
    Browse the repository at this point in the history
  9. [ci] refs skycoin#104 - Install SWIG and go inside PyPA Docker container

    ... needed for building PySkycoin
    olemis committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    7f1a9c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. [ci] refs skycoin#104 - pip install requirements.dev.txt with -r (ins…

    …tead of --upgrade) in install_linux.sh
    olemis committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    c6cfe2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d88fc7c View commit details
    Browse the repository at this point in the history
  3. Merge pull request skycoin#105 from simelo/release-0.25.0

    refs skycoin#104 - Go lang for multilinux wheels
    olemis authored Jan 16, 2019
    Configuration menu
    Copy the full SHA
    3eae90e View commit details
    Browse the repository at this point in the history
  4. [ci] refs skycoin#104 - Install SWIG dependencies inside PyPA contain…

    …ers. x86_64 wheels generated correctly
    olemis committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    cdbf644 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7ba0ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44bc5cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d698305 View commit details
    Browse the repository at this point in the history
  8. [ci] refs skycoin#85 skycoin#104 - Add make dist targets. Run them on…

    … Travis before_deploy
    olemis committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    c7f0818 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Configuration menu
    Copy the full SHA
    926a703 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77f4cfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e6a3c7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request skycoin#106 from simelo/release-0.25.0

    Make dist targets . Deploy to Github Releases and PyPI
    olemis authored Jan 17, 2019
    Configuration menu
    Copy the full SHA
    dcce7ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e67f06 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2019

  1. [docker] refs skycoin#82 Create virtualenv with 'pyskycoin' pre-insta…

    …lled
    
    - Update python versions
    - Add '--no-tty' and '-q' options to gpg to avoid future problems
    - Add '-q' option to wget to get less output data
    - Update README file
    stdevYuniers committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    ff83006 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a978ace View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    760f2ae View commit details
    Browse the repository at this point in the history
  4. [docker] refs skycoin#103 Add build of vscode docker image

    -  Add 'pylint' and 'flake8' to pre-installed pip packages
    -  Add 'ms-python.python', 'njpwerner.autodocstring', 'shardulm94.trailing-spaces' and 'eamodio.gitlens' to pre-installed Visual Studio Code extensions
    stdevYuniers committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    e599d2c View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/stdevYuniers_t82_pyskycoin_virtu…

    …al_env_docker_dev_image' into stdevYuniers_t103_pyskycoin_vscode_docker_dev-image
    stdevYuniers committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    7bf705e View commit details
    Browse the repository at this point in the history
  6. [docker] refs skycoin#103 Enhance doc about how use pyskycoin docker …

    …images
    
    - Add 'VisualStudioExptTeam.vscodeintellicode' Visual Studio Code extension
    - Mod README.md file
    stdevYuniers committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    b39d5dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f36ab94 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe4ea3c View commit details
    Browse the repository at this point in the history