-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/add bulk contentful upload app #26
Open
DanielClarkeEducation
wants to merge
23
commits into
main
Choose a base branch
from
feature/add-bulk-contentful-upload-app
base: main
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
Feature/add bulk contentful upload app #26
DanielClarkeEducation
wants to merge
23
commits into
main
from
feature/add-bulk-contentful-upload-app
Conversation
This file contains 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
…ulk upload process
… textFieldParser when reading the csv as this can handle enclosed fields
sam-c-dfe
force-pushed
the
feature/add-bulk-contentful-upload-app
branch
from
March 6, 2024 15:36
6888213
to
7e12236
Compare
…couple of the help text values.
Bumps [azure/login](https://github.com/azure/login) from 1 to 2. - [Release notes](https://github.com/azure/login/releases) - [Commits](Azure/login@v1...v2) --- updated-dependencies: - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Initial commit of the QualificationsDetails controller & view. * EYQB-110: Updated to add in unit tests for the controller. Refactored the content service slightly to use a generic method for retrieving the content. * EYQB-110: Updated to encode qualificationId * EYQB-110: Updated the view to add in the additional qualification data * EYQB-110: Added in a temporary page to link to the qualification details for a number of hardcoded qualificationIds * Added in the qualification details e2e check * Removed as not needed at this point * Added a readme file to say how to run the e2e tests locally. * EYQB-110: Testing the urls config to see if it picks up the new page as a relative path * EYQB-110: Added absolute paths
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](coverlet-coverage/coverlet@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [contentful.csharp](https://github.com/contentful/contentful.net) from 7.5.0 to 7.5.1. - [Release notes](https://github.com/contentful/contentful.net/releases) - [Changelog](https://github.com/contentful/contentful.net/blob/master/CHANGELOG.md) - [Commits](contentful/contentful.net@v7.5.0...v.7.5.1) --- updated-dependencies: - dependency-name: contentful.csharp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [contentful.aspnetcore](https://github.com/contentful/contentful.net) from 7.5.0 to 7.5.1. - [Release notes](https://github.com/contentful/contentful.net/releases) - [Changelog](https://github.com/contentful/contentful.net/blob/master/CHANGELOG.md) - [Commits](contentful/contentful.net@v7.5.0...v.7.5.1) --- updated-dependencies: - dependency-name: contentful.aspnetcore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* EYQB: Architectural Decision Logs * EYQB: Typo
* EYQB-133: Initial commit of the content structure for the Start Page. Added custom renderers. * EYQB-133: Added unit tests and start of the e2e tests * EYQB-133: Added custom paragraph renderer * EYQB-133: Removed pargraph renderer and wrapped the content instead * EYQB-133: Updated to set the body styling on the qualification details page
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
POC for how we are going to populate and allow uploads to contentful.
The ticket includes:
Ticket number (if applicable)
EYQB-13
How Has This Been Tested?
Both apps have manually been tested and shown to work
Screenshots
Checklist: