• Sign in

Alex / prozorro-robot_tests · Commits

Logo 4k  2

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Network
  • Commits 2,473
  • Network
  • Compare
  • Branches 2
  • Tags 0
  • prozorro-robot_tests
11 Apr, 2016
2 commits
  • Merge pull request #134 from Leits/items ...
    d394c4cc
    Create and delete items by item id
    selurvedu authored
    2016-04-11 15:56:26 +0000  
    Browse Files »
  • Merge pull request #109 from mykhaly/update_mods ...
    e7ab7e55
    Remake tender creation and update modes
    selurvedu authored
    2016-04-11 15:37:32 +0000  
    Browse Files »

08 Apr, 2016
2 commits
  • Remake tender creation and update modes ...
    d3285968
    Rewrite prepare_test_tender_data in alphabetical order
    Update initial tenders data
    Rename `test_meat_tender_data` -> `test_tender_data_meat`
    Add new modes: `meat`, `multiItem`, `multiLot`
    Update tender creation to work with this changes
    Unify tender creation in that test suites.
    mykhaly authored
    2016-04-08 14:48:31 +0300  
    Browse Files »
  • Create and delete items by item id
    b4fed164
    Leits authored
    2016-04-08 10:06:47 +0300  
    Browse Directory »

06 Apr, 2016
1 commit
  • Add missing "mode": "test" for limited procurement
    caae4495
    selurvedu authored
    2016-04-06 15:16:11 +0000  
    Browse Files »

05 Apr, 2016
3 commits
  • Merge pull request #133 from selurvedu/optimal_intrs ...
    218887ad
    Optimal intervals
    selurvedu authored
    2016-04-05 20:11:23 +0000  
    Browse Directory »
  • Merge pull request #122 from mykhaly/wait_auction_end ...
    61e4e8b2
    Add implementation of waiting for the end of the auction
    selurvedu authored
    2016-04-05 19:49:33 +0000  
    Browse Files »
  • Merge branch 'master' into devel
    b4ce61a9
    selurvedu authored
    2016-04-05 19:47:56 +0000  
    Browse Files »

04 Apr, 2016
6 commits
  • Merge pull request #136 from mykhaly/wait_start_tender_period ...
    4227952e
    Fix `Дочекатись дати початку *` in open* procedures
    selurvedu authored
    2016-04-04 19:13:37 +0000  
    Browse Files »
  • Merge pull request #146 from openprocurement/single_lot_bid ...
    2fca1bd6
    Single lot bid and caching fixes
    Myroslav Opyr authored
    2016-04-04 16:37:02 +0300  
    Browse Files »
  • Merge pull request #145 from openprocurement/fix_initial_data_caching ...
    61ab5072
    Fix initial data caching
    Myroslav Opyr authored
    2016-04-04 16:36:01 +0300  
    Browse Files »
  • Merge pull request #144 from openprocurement/fix_initial_data_caching ...
    ed83d151
    Fix initial data caching
    Myroslav Opyr authored
    2016-04-04 14:33:03 +0300  
    Browse Files »
  • Merge pull request #143 from mykhaly/fix_initial_data ...
    808a3dca
    Fix caching initial tender data
    Myroslav Opyr authored
    2016-04-04 14:31:54 +0300  
    Browse Files »
  • Fix caching initial tender data ...
    0864c354
    From initial_data=${tender_data} to initial_data=${adapted_data}
    It was copy-paste error.
    mykhaly authored
    2016-04-04 13:44:26 +0300  
    Browse Directory »

03 Apr, 2016
2 commits
  • Merge pull request #140 from Leits/singlelot ...
    2687a5dc
    Single lot auction url
    Myroslav Opyr authored
    2016-04-03 14:52:27 +0300  
    Browse Files »
  • Single lot auction url
    d71fe531
    Leits authored
    2016-04-03 13:31:15 +0300  
    Browse Files »

02 Apr, 2016
2 commits
  • Merge pull request #139 from Leits/singlelot ...
    e6c42b85
    SingleLot bid
    Myroslav Opyr authored
    2016-04-02 20:15:43 +0300  
    Browse Files »
  • SingleLot bid
    99cf6af9
    Leits authored
    2016-04-02 20:10:15 +0300  
    Browse Files »

31 Mar, 2016
2 commits
  • Fix `Дочекатись дати початку *` in open* procedures
    8d0c9249
    mykhaly authored
    2016-03-31 18:14:21 +0300  
    Browse Files »
  • Merge pull request #132 from mykhaly/wait_start_enquiry ...
    b94613fa
    Wait to start of enquiry period
    Myroslav Opyr authored
    2016-03-31 13:50:14 +0300  
    Browse Files »

30 Mar, 2016
7 commits
  • Use the optimal values for period intervals ...
    b9020598
    The values are computed based on which brokers are active
    in current test suite. Even though the implementation
    is a bit complicated, explanation is very simple:
    The greatest value among currently used brokers is taken
    and then used everywhere. Each mode is independent,
    startDate and endDate are independent too.
    selurvedu authored
    2016-03-30 21:13:50 +0000  
    Browse Files »
  • Update keywords for loading data from files ...
    4986f5e8
    In essence:
    
    * Rename `load_initial_data_from` to `load_data_from`
      and add a new optional argument `mode`;
    
    * Add early recursive merging of brokers' data and
      default values into `load_data_from`;
    
    * Thanks to early merging we no longer need to
      touch `Default` in resource files, so the old code
      which used to do that was removed. Even more,
      `Default` is no longer accessible through `${BROKERS}`.
    selurvedu authored
    2016-03-30 21:13:50 +0000  
    Browse Files »
  • Update broker and user data preparation
    6b5a14d9
    selurvedu authored
    2016-03-30 21:13:50 +0000  
    Browse File »
  • Add error message for `Get Broker Property`
    e2270c41
    selurvedu authored
    2016-03-30 21:13:50 +0000  
    Browse File »
  • Specify used roles for each test suite
    535b0b08
    selurvedu authored
    2016-03-30 21:13:41 +0000  
    Browse Files »
  • Add `Дочекатись дати початку періоду подання уточнень` to openUA and ...
    4f4ec7b9
    openEU
    mykhaly authored
    2016-03-30 12:12:43 +0300  
    Browse Files »
  • Add `Дочекатись дати початку періоду подання уточнень` to keywords.robot
    432569fc
    mykhaly authored
    2016-03-30 12:12:07 +0300  
    Browse Directory »

29 Mar, 2016
1 commit
  • Merge pull request #125 from Leits/id ...
    9ef33508
    Support for question ids
    Myroslav Opyr authored
    2016-03-29 09:36:28 +0300  
    Browse Files »

28 Mar, 2016
1 commit
  • Work with question id
    66039b2a
    Leits authored
    2016-03-28 17:14:15 +0300  
    Browse Files »

25 Mar, 2016
2 commits
  • Add implementation of waiting for the end of the auction
    45a7cbdc
    mykhaly authored
    2016-03-25 10:37:33 +0200  
    Browse File »
  • Merge pull request #128 from mykhaly/unify_tags ...
    df29e887
    Unify tags
    Myroslav Opyr authored
    2016-03-25 03:20:12 +0200  
    Browse Files »

24 Mar, 2016
9 commits
  • Fix minor issues reported by Flake8
    9795bb85
    selurvedu authored
    2016-03-24 23:32:58 +0000  
    Browse Files »
  • Merge pull request #127 from Leits/self ...
    9b41db9a
    Fix bid error for aboveThreshold
    selurvedu authored
    2016-03-24 23:30:57 +0000  
    Browse Files »
  • Merge pull request #120 from mykhaly/adapted_intial_data ...
    c0fc5c1e
    Adapted intial data
    selurvedu authored
    2016-03-24 23:06:47 +0000  
    Browse Directory »
  • Remove unused provider roles from multiItemTender
    e114c67b
    selurvedu authored
    2016-03-24 23:06:08 +0000  
    Browse Files »
  • Unify tags in reporting
    e3e060ee
    mykhaly authored
    2016-03-24 18:16:25 +0200  
    Browse Files »
  • Unify tags in negotation
    7dfbddf7
    mykhaly authored
    2016-03-24 18:16:00 +0200  
    Browse Files »
  • Unify tags in negotiation.quick
    11d61de8
    mykhaly authored
    2016-03-24 17:48:22 +0200  
    Browse Files »
  • Replace `critical level ` -> `level` in tags ...
    8982a12b
    In multiItemTender and singleItemTender
    mykhaly authored
    2016-03-24 17:47:25 +0200  
    Browse Files »
  • Fix bid error for aboveThreshold
    87f9a198
    Leits authored
    2016-03-24 17:21:03 +0200  
    Browse Files »