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

Geosynk20 pusher #142

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

Geosynk20 pusher #142

wants to merge 89 commits into from

Commits on Jun 14, 2021

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

Commits on Sep 1, 2021

  1. Geosync Provider 2.0 Beta.

    - The non UI-part of the Provider has been rewritten to .NET Standard 2.0 for compatibility with .NET Core, and are now used by the new core Provider  and by the ASP.Net Web Application.
    - In the UI added Timestamp on Changelog.
    For better compatibility with .NET Standard and .NET Core / .NET 5:
    - Changed provider settings database to SQLite from SQL server Compact and replaced Entity Framework with Dapper.
    - Updated and replaced NuGet packages.
    Tools: Visual Studio 2019 .NET Framework 4.7.2 / .NET Standard 2.0 / .NET 5.
    larseggan committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    e9d8403 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ce405e View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. general workflow

    jarped committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    3f2debd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c59b9f View commit details
    Browse the repository at this point in the history
  3. undo silly commits

    jarped committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    11b7909 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Configuration menu
    Copy the full SHA
    1eaae97 View commit details
    Browse the repository at this point in the history
  2. remove unused variable

    jarped committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    e158ad8 View commit details
    Browse the repository at this point in the history
  3. add dataset

    jarped committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    96d276e View commit details
    Browse the repository at this point in the history
  4. refactored status

    jarped committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    193e320 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2c4fdb View commit details
    Browse the repository at this point in the history
  6. reuse changelogs if exists

    jarped committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    0592140 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. set client credentials

    jarped committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    e622320 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. use proper datatypes

    jarped committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    7939c85 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. set headers

    jarped committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    f7e43e9 View commit details
    Browse the repository at this point in the history
  2. working version

    jarped committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    81ecff8 View commit details
    Browse the repository at this point in the history
  3. try to read status

    jarped committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    dbc7f41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52c2ac5 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. wait for result

    jarped committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    aa7e3f8 View commit details
    Browse the repository at this point in the history
  2. flesh out DatasetStatus

    jarped committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    ac01718 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. test correct result

    make nullable
    jarped committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    47b9be6 View commit details
    Browse the repository at this point in the history
  2. write strings as status

    jarped committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    aa4fbf4 View commit details
    Browse the repository at this point in the history
  3. expand reported status

    jarped committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    0cf2930 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. WriteChanges:

    Added validation_mode=loose
    larseggan committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    d13d165 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. added loop and reporting

    jarped committed May 30, 2022
    Configuration menu
    Copy the full SHA
    c5121f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c0168b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. set headers

    jarped committed May 31, 2022
    Configuration menu
    Copy the full SHA
    e86c73f View commit details
    Browse the repository at this point in the history
  2. use datasetId in errorMessage

    jarped committed May 31, 2022
    Configuration menu
    Copy the full SHA
    e85abb0 View commit details
    Browse the repository at this point in the history
  3. write message if exists

    jarped committed May 31, 2022
    Configuration menu
    Copy the full SHA
    41ab90f View commit details
    Browse the repository at this point in the history
  4. dont write message for now

    jarped committed May 31, 2022
    Configuration menu
    Copy the full SHA
    c30511c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad6c184 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cfa90d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    327f2de View commit details
    Browse the repository at this point in the history
  8. use correct index

    jarped committed May 31, 2022
    Configuration menu
    Copy the full SHA
    6fef11d View commit details
    Browse the repository at this point in the history
  9. subtract 1 from endIndex

    jarped committed May 31, 2022
    Configuration menu
    Copy the full SHA
    16cd2b2 View commit details
    Browse the repository at this point in the history
  10. try simplify for off-by-one

    jarped committed May 31, 2022
    Configuration menu
    Copy the full SHA
    3500ba2 View commit details
    Browse the repository at this point in the history
  11. refactoring

    jarped committed May 31, 2022
    Configuration menu
    Copy the full SHA
    ffce7f5 View commit details
    Browse the repository at this point in the history
  12. Fix

    larseggan committed May 31, 2022
    Configuration menu
    Copy the full SHA
    5eea005 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0bd023b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e468027 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. update endindex

    jarped committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    bf61fac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3511665 View commit details
    Browse the repository at this point in the history
  3. logging in pusher

    larseggan committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    15a66c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ff6d85 View commit details
    Browse the repository at this point in the history
  5. use entities directly

    jarped committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    61279d8 View commit details
    Browse the repository at this point in the history
  6. savechanges

    jarped committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    0c9868c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd4c0dd View commit details
    Browse the repository at this point in the history
  8. add to correct table

    jarped committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    2a36efa View commit details
    Browse the repository at this point in the history
  9. always new db

    jarped committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    22c76b0 View commit details
    Browse the repository at this point in the history
  10. explicitly set changelogid

    jarped committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    9f870ec View commit details
    Browse the repository at this point in the history
  11. addObject

    jarped committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    55ba554 View commit details
    Browse the repository at this point in the history
  12. revert

    jarped committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    3a5ced9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3c94d1b View commit details
    Browse the repository at this point in the history
  14. use void

    jarped committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    9067fe2 View commit details
    Browse the repository at this point in the history
  15. remove extra news

    jarped committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    a55d16a View commit details
    Browse the repository at this point in the history
  16. new StoredChangelogsEntities

    jarped committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    7ff758c View commit details
    Browse the repository at this point in the history
  17. Fix

    larseggan committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    78be77e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

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

Commits on Jun 24, 2022

  1. - The UI-part of the provider has got a new Blazor Web-UI supporting …

    …Push.
    
      All the tables for push can be edited in the program in addition to the existing tables.
    - For logging NLog has been replaced with the more modern Serilog in all projects.
    - The Push code has been added to a new .NET core project.
    - The Push-component now raises events that can be handled by both the non UI Provider push program and the new  and the Blazor program.
    larseggan committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    e68f8c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    415ee18 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. #149 Fix immediate redraw of _listPushLog table

    ANd cleaned up code and improved events from pusher.
    larseggan committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    b787441 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26abf52 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Version 2.1.3

    - Fixed problem with push of large datasets (prevent too big headers)
    - Better logging
    - Portion size for creation of initial changelog is now read from database
    larseggan committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    b946890 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    larseggan committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    03a4400 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    16547cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7eecb29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0fd248 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. issue #158: Fixed:

    Etter publisering må det kunne fungre å kjøre Blazor Geosynk Push på IIS.
    Også teste publisering av Provider_Netcore.
    larseggan committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    16603d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. added datasets-method

    jarped committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    a9c2744 View commit details
    Browse the repository at this point in the history
  2. fix name

    jarped committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    6750bee View commit details
    Browse the repository at this point in the history
  3. added ngid dataset class

    jarped committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    e6f5abc View commit details
    Browse the repository at this point in the history
  4. make method public

    jarped committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    00ef562 View commit details
    Browse the repository at this point in the history
  5. send in currentSubscriber

    jarped committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    f8119cd View commit details
    Browse the repository at this point in the history
  6. get subsciber by id

    jarped committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    02a1cc5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c8a741 View commit details
    Browse the repository at this point in the history
  8. use correct mime

    jarped committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    df81dcf View commit details
    Browse the repository at this point in the history
  9. use string for id

    jarped committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    8ffc632 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. #154: WEB Push-klient må kunne Hent liste over tilgjengelige dataset

    #159: Provider_NotCore fix publisering ved self-extracting for database database
    larseggan committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    b0656db View commit details
    Browse the repository at this point in the history
  2. Update README.md

    larseggan committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    b3d9478 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9cef82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7484309 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    larseggan committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    143feb9 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

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

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    14cf54d View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Documentation
    larseggan committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    8ded24d View commit details
    Browse the repository at this point in the history
  3. Update README.md

    larseggan committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    239c39c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63c308c View commit details
    Browse the repository at this point in the history
  5. Update README.md

    larseggan committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    8a42b69 View commit details
    Browse the repository at this point in the history