This repository was archived by the owner on Sep 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Bump pyyaml from 5.4.1 to 6.0 #851
Open
dependabot
wants to merge
73
commits into
release
Choose a base branch
from
dependabot/pip/pyyaml-6.0
base: release
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…s-bearer CSCMETAX-536: [FIX]
…atalogs-from-app-config CSCMETAX-61: [REF] Load END_USER_ALLOWED_DATA_CATALOGS from app_confi…
Merge pull request #424 from CSCfi/stable
stable to master: v0.9.8
Merge stable to master
Merge stable to master
Merge stable to master
Merge stable to master
Merge stable to master
Merge Stable to Master
Merge stable to master
…-groups CSCFAIRMETA-122: [ADD] PAS catalog: Add groups for creating and editing
Merge stable to master
Merge stable to master: v1.6.0
Merge stable to master: v1.7.0
Merge stable to master v1.7.1
Merge stable to master: v1.7.1
Merge stable to master: v2.0.0
Merge stable to master: v2.0.1
Merge stable to master: v2.0.2
* CSCFAIRMETA-647: [FIX] bug with almost simultaneous requests - LightFileserializer made modifications to class variable so when two requests came almost at the same time the latter was using modified version of the variable. Fixed with deepcopy - Changed app to use local Elasticsearch with tests since it is now working * CSCFAIRMETA-710: [FIX] _mapping endpoint and ES in testcases - Correctly call elasticsearch when request comes to _mapping endpoint - Tests can be run against local elasticsearch which reduces the population time - Follow naming convention in refdata loader with non-internal functions * CSCFAIRMETA-710: [FIX] remove unnecessary variable * CSCFAIRADM-337: [ADD] Update domain references (#631) - These mostly concern test data, but should be updated still * CSCFAIRMETA-704 [FIX] merge-draft-does-not-save-changes - In merge_draft take preservation_state from draft cr * CSCFAIRMETA-704-merge-draft-does-not-save-changes - Change metax-demo to metax.demo * CSCFAIRMETA-716: [FIX] create-draft-internal-error-when-draft-already-exists - Add a check for next_draft * CSCFAIRMETA-712-Issues-with-emails -Add migration to change email and organization name * CSCFAIRMETA-712-Issues-with-emails - Add check whether metadata_owner_org or metadata_provider_org exists * CSCFAIRMETA-636-return-if-files-are-part-of-some-dataset - Add ?keys=datasets|files and ?keysonly=bool - Remove parameter ?detailed as it is the same as ?keys=files * CSCFAIRMETA-636-return-if-files-are-part-of-some-dataset - Add test for parameter ?keysonly * CSCFAIRMETA-636-return-if-files-are-part-of-some-dataset - Add support for leaving argument ?detailed * CSCFAIRMETA-636-return-if-files-are-part-of-some-dataset Add ?keysonly return input list except standalone files or datasets without files * CSCFAIRMETA-636-return-if-files-are-part-of-some-dataset - Refactor sql's - Fix parameters 'request' and 'preferred_identifier' Co-authored-by: Tommi Pulli <tommi.pulli7@gmail.com> Co-authored-by: Tommi Pulli <43133956+tompulli@users.noreply.github.com> Co-authored-by: Mattias Levlin <11610718+MattiasLevlin@users.noreply.github.com> Co-authored-by: Tommi Pulli <tommi.pulli7@gmail.com> Co-authored-by: Tommi Pulli <43133956+tompulli@users.noreply.github.com> Co-authored-by: Mattias Levlin <11610718+MattiasLevlin@users.noreply.github.com>
* CSCFAIRMETA-647: [FIX] bug with almost simultaneous requests - LightFileserializer made modifications to class variable so when two requests came almost at the same time the latter was using modified version of the variable. Fixed with deepcopy - Changed app to use local Elasticsearch with tests since it is now working * CSCFAIRMETA-710: [FIX] _mapping endpoint and ES in testcases - Correctly call elasticsearch when request comes to _mapping endpoint - Tests can be run against local elasticsearch which reduces the population time - Follow naming convention in refdata loader with non-internal functions * CSCFAIRMETA-710: [FIX] remove unnecessary variable * CSCFAIRADM-337: [ADD] Update domain references (#631) - These mostly concern test data, but should be updated still * CSCFAIRMETA-704 [FIX] merge-draft-does-not-save-changes - In merge_draft take preservation_state from draft cr * CSCFAIRMETA-704-merge-draft-does-not-save-changes - Change metax-demo to metax.demo * CSCFAIRMETA-716: [FIX] create-draft-internal-error-when-draft-already-exists - Add a check for next_draft * CSCFAIRMETA-712-Issues-with-emails -Add migration to change email and organization name * CSCFAIRMETA-712-Issues-with-emails - Add check whether metadata_owner_org or metadata_provider_org exists * CSCFAIRMETA-636-return-if-files-are-part-of-some-dataset - Add ?keys=datasets|files and ?keysonly=bool - Remove parameter ?detailed as it is the same as ?keys=files * CSCFAIRMETA-636-return-if-files-are-part-of-some-dataset - Add test for parameter ?keysonly * CSCFAIRMETA-636-return-if-files-are-part-of-some-dataset - Add support for leaving argument ?detailed * CSCFAIRMETA-636-return-if-files-are-part-of-some-dataset Add ?keysonly return input list except standalone files or datasets without files * CSCFAIRMETA-636-return-if-files-are-part-of-some-dataset - Refactor sql's - Fix parameters 'request' and 'preferred_identifier' * CSCFAIRMETA-762-New-links-for-SYKE-datasets - Save old notation into own field - Replace notation with new guid - Add datasets folder into migrations - Replace syke url for harvester Co-authored-by: Tommi Pulli <tommi.pulli7@gmail.com> Co-authored-by: Tommi Pulli <43133956+tompulli@users.noreply.github.com> Co-authored-by: Mattias Levlin <11610718+MattiasLevlin@users.noreply.github.com>
This reverts commit ff4cb87.
Merge Stable to Master
Merge Stable to Master
Merge Stable to Master
Merge Stable to Master
Merge Stable to Master
21/10/1 Production update * Update mime-types in reference-data * New endpoint for counting project files and counting files in multiple projects * Make critical RPC-API operations atomic * PAS-templates can now be fetched from the API * Support filtering datasets by project * Remove editor database model * Deleted objects are now stored to database as JSON-blobs * Refactor error-handling API to save errors on database * Add management command to fix invalid file byte size values * Swagger and docs can now be generated at runtime * Improve various reference-data entries * Improve organization reference-data update process * Format the entire codebase with black-formatter * Remove duplicate tests and tests failing on global state * Add Matomo-integration to /swagger and /docs endpoints * Refactor docs and swagger generation * Major improvements on enduser documentation * Change Matomo URL to new metrics.fairdata.fi * Fix invalid authentication checks for anonymous users * Improve actor filter for organizations * Make django-debug-toolbar optional on runtime when DEBUG is true * Fix PAS-template incorrect datacatalog See merge request fairdata/fairdata-metax!86
21/11/MR1 Production Update * Reference data fixes See merge request fairdata/fairdata-metax!90
* Reference data fixes
21/11/hotfix See merge request fairdata/fairdata-metax!94
…rs to file instead of database for now.
Production hotfix 21/11/02 See merge request fairdata/fairdata-metax!99
…ror tests if they are not enabled.
CSCFAIRADM-986 Extra Production update See merge request fairdata/fairdata-metax!105
22/02/RC2 Production Update See merge request fairdata/fairdata-metax!147
22/03/RC1 Production Update See merge request fairdata/fairdata-metax!153
22/03/Hotfix/1 Production Update See merge request fairdata/fairdata-metax!159
22/03/Hotfix/2 Production Update See merge request fairdata/fairdata-metax!164
Production Update 22/04/01 See merge request fairdata/fairdata-metax!179
See merge request fairdata/fairdata-metax!184
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.4.1 to 6.0. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](yaml/pyyaml@5.4.1...6.0) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps pyyaml from 5.4.1 to 6.0.
Changelog
Sourced from pyyaml's changelog.
Commits
8cdff2c6.0 releasea4fb55eUpdate Python 3.10 versions for Windows builde45b964Add Python 3.10 to tox.ini4808fba6.0b1 released5aba40Omnibus CI/artifact build updatea6d384cVarious setup fixes8f3f979No longer using appveyorc274365The yaml.load{,_all} functions require Loader= now2f87ac4Add a basic test file for yaml.load and yaml.dump7bd92dfMakefile tweaksDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)