Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Improve performance of creating access rules #236

Merged
merged 10 commits into from
Apr 1, 2021

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    98acf22 View commit details
    Browse the repository at this point in the history
  2. Refactor acl.go

    hculea committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    a3adf78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5263470 View commit details
    Browse the repository at this point in the history
  4. Fix lint.

    hculea committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    f3a3386 View commit details
    Browse the repository at this point in the history
  5. Delete redundant blank lines.

    hculea committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    6230285 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Refactor testcase to use format used through the repo

    Changing naming and test struct format to be consistent throughout
    the repository.
    SimonBarendse committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    4ee9cae View commit details
    Browse the repository at this point in the history
  2. Fix: don't continue test on error

    Just printing the error isn't sufficient. In case of an error in
    these situations, we shouldn't continue, as it results in a
    nil-pointer derference.
    SimonBarendse committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    254bb27 View commit details
    Browse the repository at this point in the history
  3. Fix: isolate cases in separate testcases

    Separating testcases like this gives lots of benefits:
    - When a test fails, the name of the case that fails is given.
    - Test reports show all cases ran
    - When one case fails, the others are still also ran, to see if they succeed.
    SimonBarendse committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    33318b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a10743e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec7b4a4 View commit details
    Browse the repository at this point in the history