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

[WIP] Locks + cache for multiple revisions #8510

Closed
wants to merge 68 commits into from

Commits on Feb 2, 2021

  1. classes for a Conan cache

    jgsogo committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    03a2833 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    0b1d298 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78d9152 View commit details
    Browse the repository at this point in the history
  3. class per file

    jgsogo committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    15fc970 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    602d45a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c274ad4 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. wip

    jgsogo committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    099776f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. work on folders

    jgsogo committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    9e85c3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    893ee3f View commit details
    Browse the repository at this point in the history
  3. first running impl

    jgsogo committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    056b452 View commit details
    Browse the repository at this point in the history
  4. add comment

    jgsogo committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    0dcbd71 View commit details
    Browse the repository at this point in the history
  5. add comment

    jgsogo committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    7cc54d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. small testing

    jgsogo committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    deb051b View commit details
    Browse the repository at this point in the history
  2. add more tests

    jgsogo committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    9df88a6 View commit details
    Browse the repository at this point in the history
  3. add more tests

    jgsogo committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    062d33f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4454c18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1850271 View commit details
    Browse the repository at this point in the history
  6. add default path for packages

    jgsogo committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    4b2224d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. working with multiprocessing

    jgsogo committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    ee889b7 View commit details
    Browse the repository at this point in the history
  2. organize fixtures

    jgsogo committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    d068fcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9117a64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a10a92f View commit details
    Browse the repository at this point in the history
  5. rename functions

    jgsogo committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    25b15f5 View commit details
    Browse the repository at this point in the history
  6. reuse sqlite3 initializations

    jgsogo committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    d857f53 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

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

    jgsogo committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    fd2cfc6 View commit details
    Browse the repository at this point in the history
  3. testing using external tools

    jgsogo committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    eecd0a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. remove files

    jgsogo committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    907b3aa View commit details
    Browse the repository at this point in the history
  2. fix import

    jgsogo committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    13484d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8a7b04 View commit details
    Browse the repository at this point in the history
  4. dump to output buffer

    jgsogo committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    3d6c9dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43c0784 View commit details
    Browse the repository at this point in the history
  6. exceptions for cache

    jgsogo committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    11cfbb3 View commit details
    Browse the repository at this point in the history
  7. update comments

    jgsogo committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    ce12419 View commit details
    Browse the repository at this point in the history
  8. Prevent SQL injection cc/ @SSE4

    jgsogo committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    628a606 View commit details
    Browse the repository at this point in the history
  9. simplify function interfaces

    jgsogo committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    622c24b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2fefe1c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    63b4689 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1d35f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fcb580 View commit details
    Browse the repository at this point in the history
  4. remove useless lines

    jgsogo committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    1dde7ba View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

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

Commits on Feb 25, 2021

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

    jgsogo committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    15e5fa7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f44e3d View commit details
    Browse the repository at this point in the history
  4. move functions inside

    jgsogo committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    aa40da5 View commit details
    Browse the repository at this point in the history
  5. add comments

    jgsogo committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    4e0c2e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3598cf View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Configuration menu
    Copy the full SHA
    6946db8 View commit details
    Browse the repository at this point in the history
  2. basic testing for packages

    jgsogo committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    1b825dc View commit details
    Browse the repository at this point in the history
  3. tests for packages table

    jgsogo committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    c605699 View commit details
    Browse the repository at this point in the history
  4. latest pref, tests

    jgsogo committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    2bbdc52 View commit details
    Browse the repository at this point in the history
  5. table to store folders

    jgsogo committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    63be035 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf79d39 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a38a6be View commit details
    Browse the repository at this point in the history
  8. add uniqueness checks

    jgsogo committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    d6fba26 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    69d067c View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    e641c85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81df9e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1666cfc View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    522b839 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea7059c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26fb724 View commit details
    Browse the repository at this point in the history
  4. remove dead code

    jgsogo committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    3879d87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfc58aa View commit details
    Browse the repository at this point in the history
  6. Add docu

    jgsogo committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    e67b028 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8079715 View commit details
    Browse the repository at this point in the history