Thanks to visit codestin.com
Credit goes to github.com

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: Apress/practical-docker-with-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1
Choose a base ref
...
head repository: Apress/practical-docker-with-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0
Choose a head ref
  • 9 commits
  • 99 files changed
  • 3 contributors

Commits on Jan 9, 2020

  1. Update README.md

    SathyaBhat authored Jan 9, 2020
    Configuration menu
    Copy the full SHA
    8c74bc8 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

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

Commits on Jul 2, 2020

  1. fix retrieving chat_sender_id and person_id (#17)

    Co-authored-by: akozyreva <[email protected]>
    akozyreva and akozyreva authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    731f8ba View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2021

  1. Clean up code (#19)

    * fix missing variable
    
    * clean up code, switch to f-strings
    SathyaBhat authored Jul 4, 2021
    Configuration menu
    Copy the full SHA
    259ec84 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Chapter 4 - clean up code, switch to f-strings, remove tokens, and un…

    …wanted fluff (#20)
    
    * change to python 3 syntax
    
    * clean up for ch 04
    SathyaBhat authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    23e5d96 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    SathyaBhat authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    bee319d View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Clean up some of the code used in Chapter 5 (#21)

    * cleanup some code
    
    * rename dir
    
    * clean up code
    
    * minor corrections to text
    SathyaBhat authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    4b34ab2 View commit details
    Browse the repository at this point in the history
  2. Chapter 6 & 7 revamp (#22)

    * cleanup some code
    
    * rename dir
    
    * clean up code
    
    * minor corrections to text
    
    * rename dir
    
    * chapters 6 & 7 revamped
    
    * rename exercise 2 folder
    
    * revamp newsbot
    
    * update compose files
    SathyaBhat authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    94fb382 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. add workflow (#23)

    * add workflow
    
    * add lint w/flake8
    
    * change criteria
    
    * add Docker build job
    
    * add wait on lint before starting docker build. use the sha as the tag
    
    * add the repo while tagging
    
    * add login creds
    
    * add ch 8 exercises
    
    * update readme
    SathyaBhat authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    c9eacb6 View commit details
    Browse the repository at this point in the history
Loading