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

feat(api-v2): Remove ForbiddenResource #1615

Merged
merged 31 commits into from Apr 7, 2020

Commits on Feb 19, 2020

  1. Copy the full SHA
    3dbb59c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Merge branch 'develop' into wip/1543-forbidden-resource

    # Conflicts:
    #	webapi/src/main/scala/org/knora/webapi/util/StringFormatter.scala
    Benjamin Geer committed Feb 28, 2020
    Copy the full SHA
    b6d3cf2 View commit details
    Browse the repository at this point in the history
  2. test: Fix tests.

    Benjamin Geer committed Feb 28, 2020
    Copy the full SHA
    49f4214 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9171746 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into wip/1543-forbidden-resource

    Benjamin Geer committed Feb 28, 2020
    Copy the full SHA
    15c3be5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    cae954d View commit details
    Browse the repository at this point in the history
  6. refactor(test): Simplify code.

    Benjamin Geer committed Feb 28, 2020
    Copy the full SHA
    d6c8fc0 View commit details
    Browse the repository at this point in the history
  7. refactor(api-v2): Simplify response processing (ongoing).

    Benjamin Geer committed Feb 28, 2020
    Copy the full SHA
    7f1d91f View commit details
    Browse the repository at this point in the history
  8. Merge branch 'develop' into wip/1543-forbidden-resource

    Benjamin Geer committed Feb 28, 2020
    Copy the full SHA
    623630c View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. feat(api-v2): Add ForbiddenValue (ongoing).

    Benjamin Geer committed Mar 3, 2020
    Copy the full SHA
    5d1b28e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. feat(api-v2): Remove ForbiddenResource (ongoing).

    Benjamin Geer committed Mar 4, 2020
    Copy the full SHA
    e86b20b View commit details
    Browse the repository at this point in the history
  2. test(api-v2): Fix compile error.

    Benjamin Geer committed Mar 4, 2020
    Copy the full SHA
    c25808e View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. feat(api-v2): Get rid of ForbiddenResource (ongoing).

    Benjamin Geer committed Mar 5, 2020
    Copy the full SHA
    d8d1c38 View commit details
    Browse the repository at this point in the history
  2. feat(api-v2): Remove ForbiddenResource (ongoing).

    Benjamin Geer committed Mar 5, 2020
    Copy the full SHA
    da23fc6 View commit details
    Browse the repository at this point in the history
  3. feat(api-v2): Remove ForbiddenResource (ongoing).

    Benjamin Geer committed Mar 5, 2020
    Copy the full SHA
    baeff8a View commit details
    Browse the repository at this point in the history
  4. feat(api-v2): Remove ForbiddenResource (ongoing).

    Benjamin Geer committed Mar 5, 2020
    Copy the full SHA
    144863d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f3ed00c View commit details
    Browse the repository at this point in the history
  6. style(api-v2): Clean up a few things.

    Benjamin Geer committed Mar 5, 2020
    Copy the full SHA
    5de2b47 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. docs(gravsearch): Update docs.

    Benjamin Geer committed Mar 6, 2020
    Copy the full SHA
    ba61578 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Merge branch 'develop' into wip/1543-forbidden-resource

    Benjamin Geer committed Mar 9, 2020
    Copy the full SHA
    8a0c8c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Merge branch 'develop' into wip/1543-forbidden-resource

    Benjamin Geer committed Mar 10, 2020
    Copy the full SHA
    62d843c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Merge branch 'develop' into wip/1543-forbidden-resource

    Benjamin Geer committed Mar 11, 2020
    Copy the full SHA
    d56811c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. test(gravsearch): Add client test data with paging.

    Benjamin Geer committed Mar 12, 2020
    Copy the full SHA
    40fa184 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. docs(gravsearch): Update design docs.

    Benjamin Geer committed Mar 20, 2020
    Copy the full SHA
    b46c4f0 View commit details
    Browse the repository at this point in the history
  2. feat(upgrade): Increment knora-base version.

    - Simplify Gravsearch paging.
    - Add design docs.
    Benjamin Geer committed Mar 20, 2020
    Copy the full SHA
    8e81c67 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. fix(knora-ontologies): Remove extra rdfs:comment.

    Benjamin Geer committed Mar 23, 2020
    Copy the full SHA
    65b9380 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Merge branch 'develop' into wip/1543-forbidden-resource

    # Conflicts:
    #	docs/src/paradox/05-internals/design/api-v2/gravsearch.md
    #	webapi/src/main/scala/org/knora/webapi/responders/v2/SearchResponderV2.scala
    Benjamin Geer committed Apr 3, 2020
    Copy the full SHA
    1347d64 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into wip/1543-forbidden-resource

    Benjamin Geer committed Apr 3, 2020
    Copy the full SHA
    6db2513 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. refactor: Fixes for review.

    Benjamin Geer committed Apr 7, 2020
    Copy the full SHA
    6e96460 View commit details
    Browse the repository at this point in the history
  2. fix(api-v2): If we filtered out all the link values of a property, fi…

    …lter out the property.
    Benjamin Geer committed Apr 7, 2020
    Copy the full SHA
    35fafe4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b990663 View commit details
    Browse the repository at this point in the history