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 #1329

Merged
merged 40 commits into from
Sep 27, 2023
Merged

Oracle Provider #1329

merged 40 commits into from
Sep 27, 2023

Commits on May 10, 2023

  1. Added Oracle Provider

    Andreas Kosubek committed May 10, 2023
    Configuration menu
    Copy the full SHA
    05da4e5 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Changed author

    Andreas Kosubek committed May 16, 2023
    Configuration menu
    Copy the full SHA
    ae58ab9 View commit details
    Browse the repository at this point in the history
  2. Modified formatting with Black

    Andreas Kosubek committed May 16, 2023
    Configuration menu
    Copy the full SHA
    04f23b2 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

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

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    f8fef75 View commit details
    Browse the repository at this point in the history
  2. Adapt Python Flake8 style

    Andreas Kosubek committed May 30, 2023
    Configuration menu
    Copy the full SHA
    b20a774 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/xkosubek/pygeoapi

    Andreas Kosubek committed May 30, 2023
    Configuration menu
    Copy the full SHA
    c7d5193 View commit details
    Browse the repository at this point in the history
  4. Adapted line length

    Andreas Kosubek committed May 30, 2023
    Configuration menu
    Copy the full SHA
    a221fcd View commit details
    Browse the repository at this point in the history
  5. Flake8

    Andreas Kosubek committed May 30, 2023
    Configuration menu
    Copy the full SHA
    889b35d View commit details
    Browse the repository at this point in the history
  6. Line length <= 79

    Andreas Kosubek committed May 30, 2023
    Configuration menu
    Copy the full SHA
    e2bfd4a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    d5e68b2 View commit details
    Browse the repository at this point in the history
  2. Added Oracle provider into CI/CD

    Andreas Kosubek committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    f796c84 View commit details
    Browse the repository at this point in the history
  3. Changed code style to flake8

    Andreas Kosubek committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    469f4d8 View commit details
    Browse the repository at this point in the history
  4. style: tabs to spaces

    Andreas Kosubek committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    c26d5b8 View commit details
    Browse the repository at this point in the history
  5. style: line length

    Andreas Kosubek committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    b217532 View commit details
    Browse the repository at this point in the history
  6. style: trailing whitespaces

    Andreas Kosubek committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    32d5403 View commit details
    Browse the repository at this point in the history
  7. Changed dictionary concat to old style

    Andreas Kosubek committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    3e8d6c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Fixed skip geometry error.

    Andreas Kosubek committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    fe12204 View commit details
    Browse the repository at this point in the history
  2. Added first set of unit tests

    Andreas Kosubek committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    5793c7c View commit details
    Browse the repository at this point in the history
  3. Deleted whitespaces

    Andreas Kosubek committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    733cf90 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    706ad8d View commit details
    Browse the repository at this point in the history
  2. Added Oracle provider documentation

    Andreas Kosubek committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    ff3421b View commit details
    Browse the repository at this point in the history
  3. First version Part 4 (CRUD)

    Andreas Kosubek committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    6482c57 View commit details
    Browse the repository at this point in the history
  4. First version OGC API Feature Part 4 (CRUD)

    Andreas Kosubek committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    b7f1b20 View commit details
    Browse the repository at this point in the history
  5. Changed style for flake8

    Andreas Kosubek committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    95dd9de View commit details
    Browse the repository at this point in the history
  6. Style: trailing whitespaces

    Andreas Kosubek committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    8c93808 View commit details
    Browse the repository at this point in the history
  7. style: line too long

    Andreas Kosubek committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    6aef948 View commit details
    Browse the repository at this point in the history
  8. style: line too long

    Andreas Kosubek committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    ea30a20 View commit details
    Browse the repository at this point in the history
  9. CRUD: Added update

    Andreas Kosubek committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    f117fd7 View commit details
    Browse the repository at this point in the history
  10. flake nervt

    Andreas Kosubek committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    bc6f060 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. CRUD: update + delete

    Andreas Kosubek committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    8b3ef13 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Added tests + fixed errors

    Andreas Kosubek committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    6a28ed0 View commit details
    Browse the repository at this point in the history
  2. Updated docs

    Andreas Kosubek committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    efd1960 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from xkosubek/feature/ogc-api-part4-crud

    Feature/ogc api part4 crud
    xkosubek authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    4135cf6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    074bd48 View commit details
    Browse the repository at this point in the history
  5. Added test_get.. + Error fixing

    Andreas Kosubek committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    3a04b23 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Worked reviews in

    Andreas Kosubek committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    fe29eb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    242f1a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    215a386 View commit details
    Browse the repository at this point in the history
  2. Added pull request comments

    Andreas Kosubek committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    4a517b2 View commit details
    Browse the repository at this point in the history