8000 Comparing v0.2.0...master · rweickelt/qst · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: rweickelt/qst
Failed to load repositories. Confirm that selected base r EE8C ef is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: rweickelt/qst
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 23 files changed
  • 1 contributor

Commits on Mar 9, 2019

  1. Implement independent item loader in the execution stage (#63)

    Qst files are now loaded 2 times: first in the analyzer stage and later again
    in the execution stage. Both stages are now decoupled from each other in
    such a way that they no longer share objects. This is a necessary step
    for #29 and #62.
    
    * Improve tag lookup table and Tag
    * Eliminate Testcase item from Job
    * Eliminate Project item from execution stage
    * Introduce ProjectDatabase as a central storage container containing
      the intermediate representation.
    rweickelt authored Mar 9, 2019
    Configuration menu
    Copy the full SHA
    e5ca897 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce74113 View commit details
    Browse the repository at this point in the history
Loading
0