- Dec 05, 2022
-
-
Andreas Ellewsen authored
Handle updates better in guest import See merge request !362
-
- Dec 01, 2022
-
-
Andreas Ellewsen authored
Introduces the --update-existing option, set to False by default. Thie option controls whether or not we want to update already imported information with the info from the file. This is usually not what we want since sponsors may have changed the end dates for already imported roles after the previous import. We choose to leave it as an option so that we CAN overwrite information if we really want. This commit also removes the ignore-id-req option since that only makes matter worse than not importing the person.
-
- Nov 29, 2022
-
-
Andreas Ellewsen authored
Fix orgreg import not seeing duplicates See merge request !361
-
Andreas Ellewsen authored
OuIdentifiers used to be restricted to the name+value combination to make sure that no two units could have the same legacy_stedkode. This becomes problematic when two units have the same short_name. This makes it possible for two units to have the same value for the same OuIdentifier name, and adds a constraint that makes it impossible for each unit to have more than one OuIdentifier with the same 'name', i.e multiple legacy_stedkode for one unit.
-
Andreas Ellewsen authored
The import script checked the source instead of the value when looking for existing values. This caused the unique constraint on the name+values combination to fail. We now check the value and name instead of value and source.
-
Andreas Ellewsen authored
Upgrade orgreg client See merge request !359
-
The old version of the client did not fetch short name correctly from the api response. This new one does, but shortname is now called short_name, forcing some small adjustments of the tests and their settings.
-
- Nov 28, 2022
-
-
Marte Fossum authored
Make test for unsupported fieldname and fix fieldname check See merge request !358
-
Marte Fossum authored
-
- Nov 23, 2022
-
-
Marte Fossum authored
Add shortname + legacy_stedkode when listing units See merge request !355
-
Marte Fossum authored
-
- Nov 15, 2022
-
-
Marte Fossum authored
GREG-297: UiT theme See merge request !356
-
Marte Fossum authored
-
- Nov 14, 2022
-
-
Jonas Braathen authored
Create endpoint for inviting a guest See merge request !353
-
- Nov 09, 2022
-
-
Petr.Kalashnikov authored
Add legacy_stedkode for OU with a filter correction option specific for UiB See merge request !357
-
pka065 authored
-
- Nov 01, 2022
- Oct 25, 2022
-
-
Henrich Neumann authored
After merge conflict the lock file is sometimes corrupt
-
Henrich Neumann authored
-
Henrich Neumann authored
Add comments field for roles Removed contact_person_unit from read_only_fields for roles
-
- Oct 20, 2022
-
-
Marte Fossum authored
Add support for SO numbers See merge request !351
-
Marte Fossum authored
-
Petr.Kalashnikov authored
GREG-292: search for person via v1-api See merge request !348
-
Andreas Ellewsen authored
Switch text from National to Norwegian See merge request !354
-
Andreas Ellewsen authored
Calling norwegian fnr "National ID number" makes people input their id numbers from their home country in addition to their passport numbers. This text change hopefully makes it clearer for our non-norwegian friends.
-
- Oct 19, 2022
-
-
Henrich Neumann authored
Refactered the mail sending
-
pka065 authored
-
Henrich Neumann authored
This fixes the linting error in the pipeline.
-
Henrich Neumann authored
This endpoint is separate from an existing endpoint in the frontend that does nearly the same thing.
-
- Oct 18, 2022
-
-
Jonas Braathen authored
Only email sponsor when action is needed See merge request !352
-
- Oct 17, 2022
-
-
Andreas Ellewsen authored
We no longer email sponsors(hosts) if they don't need to verify any of the information provided by their guest.
-
- Oct 13, 2022
-
-
Marte Fossum authored
Allow empty gender field in admin interface See merge request !350
-
Marte Fossum authored
-
- Oct 11, 2022
- Oct 10, 2022
-
-
pka065 authored
-