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

Lab7 - Errors #681

Closed
wants to merge 16 commits into from
Closed

Lab7 - Errors #681

wants to merge 16 commits into from

Commits on Oct 27, 2019

  1. Added unit test and reduced error checking syntax

    Jim hejtmanek committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    7d1ca51 View commit details
    Browse the repository at this point in the history
  2. Added tests for errors

    Jim hejtmanek committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    66335e2 View commit details
    Browse the repository at this point in the history
  3. Added mutex and chane MapStore into a struct

    Jim hejtmanek committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    17a0a64 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Simplified the error tests and added some for completeness

    Jim hejtmanek committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    7109b0b View commit details
    Browse the repository at this point in the history
  2. Integrated the review points from lab6

    1.) Made sure that the items are copied when they are inserted and
    removed from the store
    
    2.) Change the generation of the item id to using math.rand in order to
    always get a positiv int
    
    3.) Removed the locking from the store that is not the sync store, as
    this was not what the instructions asked for
    James Hejtmanek committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    777e543 View commit details
    Browse the repository at this point in the history
  3. Remove wllshen8's lab 11 as it leads to failed builds

    This is a quick effort to move forward with remaining PRs.
    juliaogris authored and Jim hejtmanek committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    140569e View commit details
    Browse the repository at this point in the history
  4. Add lab 2, bubblesort (anz-bank#624)

    alextmz authored and Jim hejtmanek committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    d9292c3 View commit details
    Browse the repository at this point in the history
  5. Add lab 6 - CRUD Puppy with interface (anz-bank#653)

    Add lab 6 - CRUD Puppy with interface
    alextmz authored and Jim hejtmanek committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    acd28aa View commit details
    Browse the repository at this point in the history
  6. Add lab 7 - Errors (anz-bank#655)

    Add lab 7 - Errors
    alextmz authored and Jim hejtmanek committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    6adc13f View commit details
    Browse the repository at this point in the history
  7. Add lab 5 - Stringer (anz-bank#644)

    Add lab 5 - Stringer
    alextmz authored and Jim hejtmanek committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    5a76dfa View commit details
    Browse the repository at this point in the history
  8. Post lab11 fixes

    n0npax authored and Jim hejtmanek committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    999040b View commit details
    Browse the repository at this point in the history
  9. Add lab 4 - Numeronym (anz-bank#640)

    Add lab 4 - Numeronym
    alextmz authored and Jim hejtmanek committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    fc0ef5f View commit details
    Browse the repository at this point in the history
  10. Add lab 8 - Project Layout (anz-bank#657)

    Add lab 8 - Project Layout
    alextmz authored and Jim hejtmanek committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    7cf0b38 View commit details
    Browse the repository at this point in the history
  11. Made changes as per PR for lab7

    Removed error_test and added functions into store_test.go
    Renamed sync_mapstore to syncstore.go
    Various other renamings and changes
    
    Added syncstore to lab 7
    Jim hejtmanek committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    9d75ceb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    684a2e6 View commit details
    Browse the repository at this point in the history
  13. Made changes as per PR for lab7

    Removed error_test and added functions into store_test.go
    Renamed sync_mapstore to syncstore.go
    Various other renamings and changes
    
    Added syncstore to lab 7
    Jim hejtmanek committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    ff373cd View commit details
    Browse the repository at this point in the history