Skip to content
Snippets Groups Projects
  1. Jun 30, 2020
  2. Apr 23, 2020
    • Jonas Theis's avatar
      Flexible integration tests (#339) · dcfd8db9
      Jonas Theis authored
      * Introduce concept of networks
      
      * Adjust tests to use flexible Docker networks
      
      * Adjust test execution workflow
      
      * Separately build GoShimmer Docker image
      
      * Generate identities to create containers from seeds
      
      * Move Docker network functionality
      
      * Add comments and docs
      
      * Update readme
      
      * Update readme
      
      * Address PR comments
      
      * Use log instead of fmt
      
      * Introduce proper error handling
      
      * Use named return for error
      Unverified
      dcfd8db9
  3. Apr 16, 2020
    • Jonas Theis's avatar
      Integration tests (#312) · 14948393
      Jonas Theis authored
      * Add docker compose for running integration tests.
      Runs entry_node and arbitrary number of peers in docker network
      
      * Fix permission denied in container if run without mounting a `rw` volume making it possible to run as throw-away container.
      Remove `VOLUME` from Dockerfile as this only pollutes host system with anonymous volumes.
      
      * Use named network for easier external use
      
      * Add test container that discovers peers and waits for autopeering to happen
      
      * Fix min waitForNeighbors
      
      * Add go.sum
      
      * Run integration tests with Github Actions
      
      * Added framework that abstracts the docker network and provides convenience functionality
      
      * Update directory in Github Actions
      
      * Add bash script for automated local test execution
      
      * Add getMessageByHash endpoint
      
      * Adjust to merge changes
      
      * Add methods to easily do HTTP POST requests
      
      * Added relay message test
      
      * Increase client timeout
      
      * Verbose output for tests makes it easier to follow the execution
      
      * Introduce small API wrapper for GoShimmer HTTP API
      
      * Adjust relay test to use new API wrapper
      
      * WIP: Docker logs
      
      * Fix issue with serving visualizer analysis server of entry node
      
      * Persist logs of containers after CI run
      
      * Fix test file
      
      * Fix uploading of artifacts
      
      * Save all containers' logs as artifacts
      
      * Create logs files also with local run
      
      * Add possibility to retrieve logs from a peer via Docker logs
      
      * Make tester part of the goshimmer module to make code sharing possible
      
      * Use client/lib to make HTTP requests in tester
      
      * Fix unit test directory
      
      * Add comments/doc to the code
      
      * Add readme
      
      * Move tester to own module and don't build container but use existing golang one instead
      
      * Address PR comments
      
      * Adjust to merge
      
      * Only use 1 config file for all containers
      
      * go mod tidy
      
      * Rename client lib base url
      Unverified
      14948393
  4. Jan 31, 2020
    • Luca Moser's avatar
      Adjusts readme for v0.1.0 release (#124) · 3787f7c5
      Luca Moser authored
      * :construction: WIP
      
      * :pencil: adds modules description
      
      * :pencil: adds more details about the design
      
      * :pencil: adds ToC
      
      * :pencil: fixes typos
      
      * :pencil: moves glumb into Prerequisites section
      
      * :pencil: fixes ToC anchors
      
      * :pencil: improves modules overview
      
      * fixes spaceing in readme, fixes some typos, adds visualizer install instr.
      
      * :art: changes code-block to note
      
      * :art: updates building-blocks image
      
      * more fixes
      
      * remove testnet mention from readme
      
      * :pencil: improves autopeering module
      
      * Tidy build instructions
      
      * Review README
      
      * Readd link to autopeering simulator
      
      * :pencil: adds Adaptive proof of work simulator link
      
      * Fix spacing after link
      
      * Remove no longer included plugins
      
      * rewrites client lib http ref section
      
      * try to make readme more uniform
      
      * ay caramba
      
      * Update README.md (#196)
      
      Added the web address to visit to view the visualizer.
      
      * :pencil:
      
       adds Dashboard section
      
      * updates dashboard screenshot
      
      * use other screenshot
      
      Co-authored-by: default avatarAngelo Capossele <angelocapossele@gmail.com>
      Co-authored-by: default avatarJake Cahill <45230295+JakeSCahill@users.noreply.github.com>
      Co-authored-by: default avatarWolfgang Welz <welzwo@gmail.com>
      Unverified
      3787f7c5
Loading