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: Parcks/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Parcks/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.6
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 12 files changed
  • 1 contributor

Commits on Dec 3, 2017

  1. ADD VARIABLE MODEL

    - software catalog now has a list of variables included
    
     Changes to be committed:
    	modified:   src/domain/model/software_catalog.py
    	new file:   src/domain/model/variable.py
    	new file:   src/domain/parse/variable_parser.py
    	modified:   test/domain/model/test_package.py
    	new file:   test/domain/model/test_variable.py
    JValck committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    31a6bb5 View commit details
    Browse the repository at this point in the history
  2. TESTS FOR VARIABLE PARSER

    Changes:
    	new file:   test/domain/parse/test_variable_parser.py
    JValck committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    0f4f5e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2017

  1. FULL VARIABLE PARSER TESTS

    Added custom error MalformedVariableError
    
     Changes:
    	modified:   src/domain/parse/variable_parser.py
    	new file:   src/exceptions/malformed_variable_error.py
    	modified:   test/domain/parse/test_variable_parser.py
    JValck committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    e6b4222 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2017

  1. TEST TABLE CREATION

    Changes:
    	new file:   src/database/__init__.py
    	new file:   src/database/database_connection.py
    	new file:   src/database/variable_table_creator.py
    	new file:   test/database/__init__.py
    	new file:   test/database/test_variable_table_creator.py
    JValck committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    e83f530 View commit details
    Browse the repository at this point in the history
Loading