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

Content dir 2 #396

Merged
merged 165 commits into from
Jun 3, 2020
Merged

Content dir 2 #396

merged 165 commits into from
Jun 3, 2020

Commits on Apr 6, 2020

  1. Configuration menu
    Copy the full SHA
    2dc0cf5 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    56a7049 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba350d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8638a8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b3338f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2765651 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a215e76 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    05aaa6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01548aa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from iorveth/content_dir_2

    Remove entity_id from Entity structure
    iorveth authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    f58444b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8513791 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9a0085 View commit details
    Browse the repository at this point in the history
  6. Rename PropertyType::Internal to PropertyType::Reference, and same fo…

    …r PropertyValue::Internal
    iorveth committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    df8da46 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe389e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Configuration menu
    Copy the full SHA
    e7a791a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    670411e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1adebe1 View commit details
    Browse the repository at this point in the history
  4. Rename to content-directory

    iorveth committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    2395986 View commit details
    Browse the repository at this point in the history
  5. Rename to content-directory

    iorveth committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    53de22e View commit details
    Browse the repository at this point in the history
  6. Fix runtime namings

    iorveth committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    c69f7cc View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Configuration menu
    Copy the full SHA
    aecd002 View commit details
    Browse the repository at this point in the history
  2. revert related changes

    iorveth committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    627fd27 View commit details
    Browse the repository at this point in the history
  3. Architecture reworkings: values field of Entity type changed to BTree…

    …Map<u16, PropertyValue> where key is index of property in class
    iorveth committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    affd773 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0621b8 View commit details
    Browse the repository at this point in the history
  5. Architecture reworkings: in_class_schema_indexes switched to BTreeSet…

    … representation, renamed to supported_schemas
    iorveth committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    d0b1fe9 View commit details
    Browse the repository at this point in the history
  6. Drop security/configuration constraints from runtime storage, make th…

    …em configurable through runtime trait
    iorveth committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    48888d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e5e345 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Apply rustfmt

    iorveth committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    b773d78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35b40f5 View commit details
    Browse the repository at this point in the history
  3. clear, remove_at property value level vector operations initial imple…

    …mentation. Begun work on insert_at implementation
    iorveth committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    d7f3269 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    d4a085d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. insert_at error improvements

    iorveth committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    a778bed View commit details
    Browse the repository at this point in the history
  2. Security: implement mechanism for entity vector level specific operat…

    …ions to avoid possible data races
    iorveth committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    eaf1aef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6821daa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10d8be7 View commit details
    Browse the repository at this point in the history
  5. Tests: refactoring

    iorveth committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    3dbdc40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39e0cf2 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Core logic refactoring, insert_at ReferenceVec, when uknown internal …

    …entity_id failure test added
    iorveth committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    639e637 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Fix clippy warnings

    iorveth committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    2eccac7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52bd20f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85c5354 View commit details
    Browse the repository at this point in the history
  4. Tests: add respective failure cases for insert_at, remove_at entity v…

    …alues vec operations, when provided vector index is out of range
    iorveth committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    e0ee630 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Configuration menu
    Copy the full SHA
    3de80c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    766c8ce View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    279e5da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a161533 View commit details
    Browse the repository at this point in the history
  3. Fix mut in required() method

    iorveth committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    1d53021 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d533491 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Configuration menu
    Copy the full SHA
    3a4df8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21a344e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f8eec3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Fix batch transaction test

    iorveth committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    2067612 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    629ba85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9725e55 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Configuration menu
    Copy the full SHA
    7399812 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    6d15ed5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1bea65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    310a78c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a76414 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0774cc1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    256d918 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Configuration menu
    Copy the full SHA
    b1a90b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3fdcd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f40d993 View commit details
    Browse the repository at this point in the history
  4. Cargo fmt

    iorveth committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    29b8c9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf2dbbb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4440fbf View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Configuration menu
    Copy the full SHA
    549197b View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    a428056 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19166c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1dcdbf View commit details
    Browse the repository at this point in the history
  4. Clean up

    iorveth committed May 4, 2020
    Configuration menu
    Copy the full SHA
    bb0ffa0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b60e553 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Commit broken tests

    iorveth committed May 5, 2020
    Configuration menu
    Copy the full SHA
    0c25d60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f86a42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1232d4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4817a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    112a055 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    043ce67 View commit details
    Browse the repository at this point in the history
  2. Fix namings

    iorveth committed May 6, 2020
    Configuration menu
    Copy the full SHA
    ad099f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10dedf2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd0b74b View commit details
    Browse the repository at this point in the history
  5. Comment broken test coverage

    iorveth committed May 6, 2020
    Configuration menu
    Copy the full SHA
    175dd0f View commit details
    Browse the repository at this point in the history
  6. Reverting governance stuff

    iorveth committed May 6, 2020
    Configuration menu
    Copy the full SHA
    662dab8 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Cargo.lock

    iorveth committed May 7, 2020
    Configuration menu
    Copy the full SHA
    5847536 View commit details
    Browse the repository at this point in the history
  2. Fix clippy warnings

    iorveth committed May 7, 2020
    Configuration menu
    Copy the full SHA
    9ade8a8 View commit details
    Browse the repository at this point in the history
  3. Number of classes, number of schemas per class, number of properties …

    …per class constraints and respective core logic implementation, minor refactoring
    iorveth committed May 7, 2020
    Configuration menu
    Copy the full SHA
    ad4cb43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb926b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8233cc7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2628109 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8973bad View commit details
    Browse the repository at this point in the history
  8. Clippy fix

    iorveth committed May 7, 2020
    Configuration menu
    Copy the full SHA
    ce442a5 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Introduce class entities creation, individual entities creation per c…

    …lass constraints, class permissions design imroved, additional security check for create entities extrinsic
    iorveth committed May 8, 2020
    Configuration menu
    Copy the full SHA
    2d97765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b6c75d View commit details
    Browse the repository at this point in the history
  3. Do not forget to increment/decrement class entities counter after res…

    …pective class entities creation/removal operations
    iorveth committed May 8, 2020
    Configuration menu
    Copy the full SHA
    6a96df8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbfcf97 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Configuration menu
    Copy the full SHA
    07cbb66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    216aeef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83aa6b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93af3c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    915c04c View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Additional security check to forbid adding class maintainer, entity c…

    …reator groups, that do not exist yet
    iorveth committed May 14, 2020
    Configuration menu
    Copy the full SHA
    801f2d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    924b3fb View commit details
    Browse the repository at this point in the history
  3. Add entities creator extrinsic: Create entity creation voucher in cas…

    …e, if not exist yet and individual voucher limit specified
    iorveth committed May 14, 2020
    Configuration menu
    Copy the full SHA
    a35869b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    909f5cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc389f4 View commit details
    Browse the repository at this point in the history
  6. Cargo fmt

    iorveth committed May 14, 2020
    Configuration menu
    Copy the full SHA
    f58b0a3 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Configuration menu
    Copy the full SHA
    d12ffaa View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Simplify actor model

    iorveth committed May 19, 2020
    Configuration menu
    Copy the full SHA
    ff30810 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08d6579 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7617811 View commit details
    Browse the repository at this point in the history
  4. Refactoring & optimizations

    iorveth committed May 19, 2020
    Configuration menu
    Copy the full SHA
    b2ac6c5 View commit details
    Browse the repository at this point in the history
  5. add missing add/remove curator extrinsics and corresponding curators …

    …per group max number constraint
    iorveth committed May 19, 2020
    Configuration menu
    Copy the full SHA
    2abe6e9 View commit details
    Browse the repository at this point in the history
  6. remove unused Credential type

    iorveth committed May 19, 2020
    Configuration menu
    Copy the full SHA
    5d06be5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d83967a View commit details
    Browse the repository at this point in the history
  8. cargo fmt

    iorveth committed May 19, 2020
    Configuration menu
    Copy the full SHA
    2a0a3b7 View commit details
    Browse the repository at this point in the history
  9. Refactoring and documentation

    iorveth committed May 19, 2020
    Configuration menu
    Copy the full SHA
    527b38d View commit details
    Browse the repository at this point in the history
  10. Additional type documentation

    iorveth committed May 19, 2020
    Configuration menu
    Copy the full SHA
    6913c5d View commit details
    Browse the repository at this point in the history
  11. remove example.rs

    iorveth committed May 19, 2020
    Configuration menu
    Copy the full SHA
    0c7d5c6 View commit details
    Browse the repository at this point in the history
  12. remove example mod

    iorveth committed May 19, 2020
    Configuration menu
    Copy the full SHA
    784987e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Configuration menu
    Copy the full SHA
    0e3aab2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07c1161 View commit details
    Browse the repository at this point in the history
  3. Unused function removed

    iorveth committed May 20, 2020
    Configuration menu
    Copy the full SHA
    07f7fd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e11cc4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6e5227 View commit details
    Browse the repository at this point in the history
  6. clippy fixed

    iorveth committed May 20, 2020
    Configuration menu
    Copy the full SHA
    45ceb1a View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Configuration menu
    Copy the full SHA
    1e0754a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Forbid to change entity controller in update_entity_permissions to av…

    …oid future broken inbound references
    iorveth committed May 22, 2020
    Configuration menu
    Copy the full SHA
    dfb9c64 View commit details
    Browse the repository at this point in the history
  2. Remove the rest of class Property's mutation functionality & introduc…

    …e inbound_same_owner_references_from_other_entities_count
    iorveth committed May 22, 2020
    Configuration menu
    Copy the full SHA
    cb0d785 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e14444 View commit details
    Browse the repository at this point in the history
  4. Cargo fmt

    iorveth committed May 22, 2020
    Configuration menu
    Copy the full SHA
    c76c7e8 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Configuration menu
    Copy the full SHA
    3e7ec9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72180b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb542e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1407f88 View commit details
    Browse the repository at this point in the history
  5. Make MaximumNumberOfOperationsDuringAtomicBatching static module para…

    …meter, add respective constraint check
    iorveth committed May 25, 2020
    Configuration menu
    Copy the full SHA
    21c334d View commit details
    Browse the repository at this point in the history
  6. Renamings: lead extrinsics

    iorveth committed May 25, 2020
    Configuration menu
    Copy the full SHA
    96c6cc7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef71043 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    421d211 View commit details
    Browse the repository at this point in the history
  9. add_curator_group_extrinsic: Force T::CuratorGroupId to be autogenera…

    …ted, each time, new curator group added, initialize runtime storage with default empty group instead of providing one, fix runtime constraints
    iorveth committed May 25, 2020
    Configuration menu
    Copy the full SHA
    994841b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. 2 Configuration menu
    Copy the full SHA
    9efec14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bcb2b5 View commit details
    Browse the repository at this point in the history
  3. Renamings: get -> ensure

    iorveth committed May 26, 2020
    Configuration menu
    Copy the full SHA
    ac6e00a View commit details
    Browse the repository at this point in the history
  4. Renamings: get -> ensure

    iorveth committed May 26, 2020
    Configuration menu
    Copy the full SHA
    712f921 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d13d18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da4fd9e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4b3c38 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    09db913 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Transaction extrinsic: Hold entities id, created in operation in Vec …

    …container instead of BtreeMap
    iorveth committed May 27, 2020
    Configuration menu
    Copy the full SHA
    9d0312a View commit details
    Browse the repository at this point in the history
  2. insert_at_entity_property_vector extrinsic: Do not forget to ensure P…

    …ropertyValue under in_class_schema_property_id is VecPropertyValue
    iorveth committed May 27, 2020
    Configuration menu
    Copy the full SHA
    7a69ebe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb46345 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb5ab12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a59e686 View commit details
    Browse the repository at this point in the history
  6. Clippy warning fixed

    iorveth committed May 27, 2020
    Configuration menu
    Copy the full SHA
    68bd7b1 View commit details
    Browse the repository at this point in the history
  7. Move mutation safe marker

    iorveth committed May 27, 2020
    Configuration menu
    Copy the full SHA
    491488c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c28fe8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a7d72b6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. update_entity_creation_voucher, create_entity extrinsics: Get rid of …

    …reluctant entity_creation_vouchers lookup, wrap EntityCreationVouchers runtime storage value in Option
    iorveth committed May 28, 2020
    Configuration menu
    Copy the full SHA
    b45c0fb View commit details
    Browse the repository at this point in the history
  2. Renamings: per_controller_entity_creation_limit -> default_entity_cre…

    …ation_voucher_upper_bound, update_entity_creation_voucher extrinsic: fix constraint check
    iorveth committed May 28, 2020
    Configuration menu
    Copy the full SHA
    09def5d View commit details
    Browse the repository at this point in the history
  3. remove_entity extrinsic fixed, do not forget to credit entity_creatio…

    …n_voucher after entity removal performed
    iorveth committed May 28, 2020
    Configuration menu
    Copy the full SHA
    4069caa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    624e422 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0aec99c View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Fix Cargo.lock merge conflict

    iorveth committed May 29, 2020
    Configuration menu
    Copy the full SHA
    11dfeff View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Namings fixed

    iorveth committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    d5445c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Voucher related logic fixed

    iorveth committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    64c9ebd View commit details
    Browse the repository at this point in the history