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

Oracle Provider Implementation DONE #68

Open
wants to merge 146 commits into
base: master
Choose a base branch
from

Commits on Aug 8, 2017

  1. Move folders Test and Samples.

    Editing Dotmim.Sync namespaces and removing .Core
    Mimetis committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    4ef83d2 View commit details
    Browse the repository at this point in the history
  2. Editing Readme

    Mimetis committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    63f746f View commit details
    Browse the repository at this point in the history
  3. Adding VS 2017 image

    Mimetis committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    91fcd8c View commit details
    Browse the repository at this point in the history
  4. add .sql file to be ignored

    Mimetis committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    510ef40 View commit details
    Browse the repository at this point in the history
  5. delete sql files

    Mimetis committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    e34b982 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. Replacing Timestamp generation with SQLite expression "replace(strfti…

    …me('%Y%m%d%H%M%f', 'now'), '.', '')"
    
    More accurate and resolving some issues if 2 syncs are too fast (less than 1 sec)
    
    Adding SQLite tests
    Mimetis committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    4983ad4 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. Resolving issue if a row is inserted and updated before a sync has oc…

    …cured.
    
    This row appeared to be updated for the asker instead of appearing as for insert.
    Just check if timestamp of insert is after or before last asker timestamp
    Mimetis committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    7daef53 View commit details
    Browse the repository at this point in the history
  2. Playing with Errors on different SyncStage

    Adding SyncStage.EnsureDatabase, SyncStage.EnsureConfiguration and SyncStage.EnsureScopes
    Mimetis committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    a2bbbf2 View commit details
    Browse the repository at this point in the history
  3. Track SyncStage correctly

    Mimetis committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    65a3628 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f60ac8 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2017

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

Commits on Sep 11, 2017

  1. Merge pull request Mimetis#1 from tbolon/netstdfinal

    migrate to netstandard 2.0 final
    Mimetis committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    bbcf200 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2017

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

Commits on Sep 16, 2017

  1. Set theme jekyll-theme-cayman

    Mimetis committed Sep 16, 2017
    Configuration menu
    Copy the full SHA
    f927d56 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

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

Commits on Oct 3, 2017

  1. Adding MySQL / MYSQL tests

    Mimetis committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    18a9c52 View commit details
    Browse the repository at this point in the history
  2. ok merge .netstandard 2.0

    Mimetis committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    47d31ae View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

  1. Configuration menu
    Copy the full SHA
    b771558 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cafd2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75d7a8e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2017

  1. Allow byte as Auto Inc.

    Allow Computed column (default null on SQLite provider)
    Better No Primary keys execption
    Mimetis committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    8f31cc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e838eae View commit details
    Browse the repository at this point in the history
  3. Check SqlMetadata if needed.

    Check MaxLength over 4000 if Unicode
    Check Unsigned MySqlTypes
    Mimetis committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    496e7d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2017

  1. Configuration menu
    Copy the full SHA
    97d2f93 View commit details
    Browse the repository at this point in the history
  2. Add Project description

    Mimetis committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    7f77fab View commit details
    Browse the repository at this point in the history
  3. editing readme.md

    Mimetis committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    c9cd254 View commit details
    Browse the repository at this point in the history
  4. readme.md TL;DR summary

    Mimetis committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    d099802 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    856407b View commit details
    Browse the repository at this point in the history
  6. correct url for AdvWorks

    Mimetis committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    f1a122b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2017

  1. Configuration menu
    Copy the full SHA
    8cf7bb5 View commit details
    Browse the repository at this point in the history
  2. Fix spelling

    jawn committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    fa3271a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ca25fe View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. Changing SyncConfiguration to be able to get DmTable Config during En…

    …sureConfiguration Stage
    
    Delete DmColumnDefinition and replace with DmColumn
    Mimetis committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    f51f715 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2878121 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. Configuration menu
    Copy the full SHA
    9b8af51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6f36c1 View commit details
    Browse the repository at this point in the history
  3. merge PR

    Mimetis committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    0c01834 View commit details
    Browse the repository at this point in the history
  4. Fix spelling

    jawn committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    57c3a1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5050352 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1cf8ca6 View commit details
    Browse the repository at this point in the history
  7. link to wiki

    Mimetis committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    573084c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0bbd4b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. correct typo on sync_scope_id

    Mimetis committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    a1f266a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. Adding console project. dotnet-sync is able to parse all arguments an…

    …d store metadata.
    
    Next step is to launch a sync.
    Mimetis committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    028a205 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2017

  1. Correction on reserved key words (Issue Mimetis#15)

    Correction on bug of Json.Net and null get enumerator
    Correction on serialization of Enum with no 0 value
    Continuing dotmim-sync CLI
    Mimetis committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    4f30f0a View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2017

  1. Configuration menu
    Copy the full SHA
    a05a822 View commit details
    Browse the repository at this point in the history
  2. Correction on bug Mimetis#19 causing first insert from one client, no…

    …t replicated on others client (after 1st sync on server)
    
    Adding a new binaryconverter : BinaryFormatter.
    Making all classes [Serializable] when necessary (FU ....)
    Mimetis committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    f591cfa View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2017

  1. Adding tests for multiples clients through http.

    Adding backup for tests failures
    Mimetis committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    0574ffb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d10a30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47cdc77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ffdc57 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

  1. adding web option to CLI

    Mimetis committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    2a0fffc View commit details
    Browse the repository at this point in the history
  2. correction on urls

    Mimetis committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    c89be8a View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2017

  1. Configuration menu
    Copy the full SHA
    75b9b43 View commit details
    Browse the repository at this point in the history
  2. Version 0.1.5

    Mimetis committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    c7c44ec View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

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

Commits on Nov 22, 2017

  1. Changing SqlMetadata constructor behavior for handling VarBinary Corr…

    …ectly. Correction for Issue Mimetis#19
    Mimetis committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    2117d8a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2017

  1. Changing MySql Driver from Official MySql.Data to MySqlConnector, whi…

    …ch is actually .Net Standard compatible !
    
    Changing BLOB type to LONGBLOB to be able to store big blobs :)
    Mimetis committed Nov 23, 2017
    5 Configuration menu
    Copy the full SHA
    f2d7487 View commit details
    Browse the repository at this point in the history
  2. In some circumstances, we could have a last batch without any data (j…

    …ust to be sure we have the IsLastBatch set)
    
    And correction on updating value in concurrent list
    Mimetis committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    20b96e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2017

  1. Adding wordpress test backup

    Mimetis committed Nov 25, 2017
    Configuration menu
    Copy the full SHA
    6474cd7 View commit details
    Browse the repository at this point in the history
  2. Correcting bugs on MySql provider : Stored procedures, correct flag (…

    …UseAffectedRows) and MySqlParameter
    Mimetis committed Nov 25, 2017
    Configuration menu
    Copy the full SHA
    c59f099 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcae06d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2017

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

Commits on Nov 27, 2017

  1. Configuration menu
    Copy the full SHA
    5ba275c View commit details
    Browse the repository at this point in the history
  2. Update UWP sample

    Mimetis committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    09e69a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfd4efa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8be8c72 View commit details
    Browse the repository at this point in the history
  5. Removing Logger since it's not used.

    Will reimplement it in a near future
    Mimetis committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    851e6ab View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Fixing sting fixed length

    Mimetis committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    239219f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

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

Commits on Dec 1, 2017

  1. Configuration menu
    Copy the full SHA
    8dc0fa4 View commit details
    Browse the repository at this point in the history
  2. upload docs

    Mimetis committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    96fd110 View commit details
    Browse the repository at this point in the history
  3. Set theme jekyll-theme-dinky

    Mimetis committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    8396ce7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a245b3b View commit details
    Browse the repository at this point in the history
  5. Home webpage

    Mimetis committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    b067170 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13881e1 View commit details
    Browse the repository at this point in the history
  7. Readme

    Mimetis committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    dd4fba3 View commit details
    Browse the repository at this point in the history
  8. d

    Mimetis committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    f4e8275 View commit details
    Browse the repository at this point in the history
  9. d

    Mimetis committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    3a1ecea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    245ab5d View commit details
    Browse the repository at this point in the history
  11. using jekyll

    Mimetis committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    bc3d5be View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2017

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

    Mimetis committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    fa9acb7 View commit details
    Browse the repository at this point in the history
  3. config.yml

    Mimetis committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    04e78ee View commit details
    Browse the repository at this point in the history
  4. yml

    Mimetis committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    51f63b6 View commit details
    Browse the repository at this point in the history
  5. yml

    Mimetis committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    67e9daf View commit details
    Browse the repository at this point in the history
  6. yml

    Mimetis committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    808fd68 View commit details
    Browse the repository at this point in the history
  7. readme

    Mimetis committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    7299c35 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c1d4f0d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a4d1d1a View commit details
    Browse the repository at this point in the history
  10. docs2

    Mimetis committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    50f5b73 View commit details
    Browse the repository at this point in the history
  11. new docs

    Mimetis committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    df12d31 View commit details
    Browse the repository at this point in the history
  12. readme

    Mimetis committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    a01801c View commit details
    Browse the repository at this point in the history
  13. all docs files

    Mimetis committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    c9471bf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    200b845 View commit details
    Browse the repository at this point in the history
  15. edit sass

    Mimetis committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    26031a0 View commit details
    Browse the repository at this point in the history
  16. edit sass

    Mimetis committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    4943a2a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e4f8bef View commit details
    Browse the repository at this point in the history
  18. adding summary md

    Mimetis committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    647542e View commit details
    Browse the repository at this point in the history
  19. doc

    Mimetis committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    c53cf29 View commit details
    Browse the repository at this point in the history
  20. cs

    Mimetis committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    2061cd5 View commit details
    Browse the repository at this point in the history
  21. remove

    Mimetis committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    bafabe5 View commit details
    Browse the repository at this point in the history
  22. s

    Mimetis committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    f024183 View commit details
    Browse the repository at this point in the history
  23. d

    Mimetis committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    cb409f4 View commit details
    Browse the repository at this point in the history
  24. default

    Mimetis committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    14c8ca0 View commit details
    Browse the repository at this point in the history
  25. layout

    Mimetis committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    e61c954 View commit details
    Browse the repository at this point in the history
  26. layout

    Mimetis committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    32083c3 View commit details
    Browse the repository at this point in the history
  27. title css

    Mimetis committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    9fe15b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2017

  1. update docs

    Mimetis committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    36a1f2d View commit details
    Browse the repository at this point in the history
  2. conflict

    Mimetis committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    10d6d9e View commit details
    Browse the repository at this point in the history
  3. links

    Mimetis committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    4604337 View commit details
    Browse the repository at this point in the history
  4. summary

    Mimetis committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    9e3f651 View commit details
    Browse the repository at this point in the history
  5. summary

    Mimetis committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    cb9e181 View commit details
    Browse the repository at this point in the history
  6. link

    Mimetis committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    196c72a View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

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

    Mimetis committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    6b9238d View commit details
    Browse the repository at this point in the history
  3. update readme

    Mimetis committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    040cae8 View commit details
    Browse the repository at this point in the history
  4. Tag version 0.1.7.0

    Mimetis committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    7f2e410 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2017

  1. Resolve some perf issue and memory leaks.

    Resolve some bugs on relations on MySql, and add tests
    Add Provision and Deprovision methods
    Changing the way events are raised
    Mimetis committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    64b712c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. minor corrections to pass tests !

    upgrading packages
    Mimetis committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    4ff852e View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. Resolving some minor memory leaks

    Resolving issue on MySql
    Mimetis committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    821c802 View commit details
    Browse the repository at this point in the history
  2. mark as 0.1.8

    Mimetis committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    17eeb16 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

  1. Add Sync Progress Docs.

    Correcting a little bug on apply changes
    Mimetis committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    4267e9d View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2017

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

    Mimetis committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    c3ce70f View commit details
    Browse the repository at this point in the history
  3. theming

    Mimetis committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    c62313b View commit details
    Browse the repository at this point in the history
  4. d

    Mimetis committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    9800538 View commit details
    Browse the repository at this point in the history
  5. css

    Mimetis committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    10e688d View commit details
    Browse the repository at this point in the history
  6. update css

    Mimetis committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    7a80066 View commit details
    Browse the repository at this point in the history
  7. update css

    Mimetis committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    20759a1 View commit details
    Browse the repository at this point in the history
  8. update css

    Mimetis committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    95da5a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. Add synchronize doc

    Mimetis committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    cafd304 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00f79a9 View commit details
    Browse the repository at this point in the history
  3. Bug on Reinitialize when multiples tables are involved.

    Make tests for Reinitialize and ReinitializeWithUpload
    Mimetis committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    6eb537f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. Configuration menu
    Copy the full SHA
    c87026a View commit details
    Browse the repository at this point in the history
  2. add docs on existings tables

    Mimetis committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    a5abacb View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

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

Commits on Feb 13, 2018

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

Commits on Feb 14, 2018

  1. version 0.1.9

    Mimetis committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    ee524d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Resolve bugs on batch and conflict.

    Go for v 0.2.0
    Mimetis committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    ee27869 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. Configuration menu
    Copy the full SHA
    59f06ea View commit details
    Browse the repository at this point in the history
  2. change arbo folder

    LGouellec committed May 29, 2018
    Configuration menu
    Copy the full SHA
    53bef02 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

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

Commits on Jul 17, 2018

  1. Provider Oracle IN PROGRESS

    LGouellec committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    7886d9c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Oracle Provider Simply implementation DONE

    TODO : Bulk rules for Oracle
    LGouellec committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    a40aac5 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. Oracle Bulk Operation DONE

    LGouellec committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    03cdfc1 View commit details
    Browse the repository at this point in the history