FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing main...3.29.x · CESNET/perun · GitHub

/ perun Public
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CESNET/perun
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: CESNET/perun
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.29.x
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 24 files changed
  • 3 contributors

Commits on Jul 27, 2021

  1. Release 3.28.0

    - New method getGroupRichMembersByIds, which can retrieve group members
      by ids.
    - Search methods fo members/users now support uuid.
    - Optimalized methods getMembersPage, findUsers a findMembers.
    - Removed method for preferred mail changed which used i/m parameters.
    - Module urn_perun_group_attribute_def_def_adGroupname now support dash
      in value.
    - Methods remove group from resource now support also inactive
      assignments.
    - Object assignedResource now contains also assigned tags.
    - Einfra and MU password modules now generate shorter password without
      some characters, which were confusing for users.
    - Methods like assignGroupsToResources now support assignment in async
      mode.
    - Created component for group-resource assignment revalidation.
    - Support for notification tags which support attributes from submitted
      application.
    - Support for prefiling attributes from submitted VO application to a
      new Group application.
    balcirakpeter committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    b4504cd View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    9cf5799 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.29.0

    # [3.29.0](v3.28.0...v3.29.0) (2021-08-10)
    
    ### Bug Fixes
    
    * **core:** allowed included groups in modules sendAs, sendOnBehalf ([b9e5aa1](b9e5aa1))
    * **core:** wait before member async validation ([62b1238](62b1238))
    * **gui:** Fixed unresponsive tabs for form item editing ([722ef63](722ef63))
    * **registrar:** Constant-time MAC comparison ([df03683](df03683))
    
    ### Features
    
    * **core:** allow empty login in module login-namespace:mu-adm ([51e970b](51e970b))
    * **core:** module studentIdentifiers changed to create and remove userExtSources with attributes ([b5bc9fd](b5bc9fd))
    * **core:** new user virtual attribute studentIdentifiers ([550e515](550e515))
    * **ldap:** Add attribute studentIdentifiers to LDAP schema ([5721459](5721459))
    * **registrar:** VO and group application notifications adjustment ([2af55a2](2af55a2))
    * add method reserveRandomPassword to OpenAPI ([2c69369](2c69369))
    * **core:** store cause of group-resource assignment failure ([d670408](d670408))
    * **perun:** method isLoginAvailable added to OpenAPI ([a5d361d](a5d361d))
    
    ### Performance Improvements
    
    * **core:** adjust threads pool for async tasks ([dc6a339](dc6a339))
    semantic-release-bot committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    3029368 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66f1007 View commit details
    Browse the repository at this point in the history
  4. chore(release): 3.29.1

    ## [3.29.1](v3.29.0...v3.29.1) (2021-08-10)
    
    ### Bug Fixes
    
    * **core:** fixed audit logging for group-resource assignement without services on resource ([8824735](8824735))
    semantic-release-bot committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    7bc71cc View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    46f6a50 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.29.2

    ## [3.29.2](v3.29.1...v3.29.2) (2021-08-12)
    
    ### Bug Fixes
    
    * **githubci:** fix version update in cli on release ([c57bb3e](c57bb3e))
    semantic-release-bot committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    c11c5a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. fix(core): correctly close connection to extSources

    * In some scenarios we didn't close connectinos to extSources. This might cause a problem on the
    extsource system.
     * Missing closements were detected and added.
    Vojtech-Sassmann committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    c9c1498 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.29.3

    ## [3.29.3](v3.29.2...v3.29.3) (2021-08-24)
    
    ### Bug Fixes
    
    * **core:** correctly close connection to extSources ([c9c1498](c9c1498))
    semantic-release-bot committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    a368f95 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. fix(core): user correct authorization for getGroupAssignments

    * The resource parameter was not passed to the method which was used to filter returned groups.
    Therefore, all policies, which used the Resource or Facility object, were not evaluated correctly.
    Vojtech-Sassmann committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    72184ce View commit details
    Browse the repository at this point in the history
  2. fix(core): use correct authorization for getResourceAssignments

    * The group parameter was not passed to the method which was used to filter returned resources.
    Therefore, all policies, that used the Group object, were not evaluated correctly.
    Vojtech-Sassmann committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    e48a54d View commit details
    Browse the repository at this point in the history
  3. chore(release): 3.29.4

    ## [3.29.4](v3.29.3...v3.29.4) (2021-09-10)
    
    ### Bug Fixes
    
    * **core:** use correct authorization for getResourceAssignments ([e48a54d](e48a54d))
    * **core:** user correct authorization for getGroupAssignments ([72184ce](72184ce))
    semantic-release-bot committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    f931ae4 View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL