Skip to content
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

docs: add danielolaviobr as a contributor for test, test, and code #11

Merged
merged 2 commits into from
Oct 4, 2022

Conversation

allcontributors[bot]
Copy link
Contributor

Adds @danielolaviobr as a contributor for test, test, code.

This was requested by colbyfayock in this comment

@vercel
Copy link

vercel bot commented Oct 4, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
next-cloudinary ✅ Ready (Inspect) Visit Preview Oct 4, 2022 at 2:50PM (UTC)

@colbyfayock colbyfayock closed this Oct 4, 2022
@colbyfayock colbyfayock reopened this Oct 4, 2022
@colbyfayock colbyfayock merged commit 876ccc1 into main Oct 4, 2022
@colbyfayock colbyfayock deleted the all-contributors/add-danielolaviobr branch October 4, 2022 15:05
@cloudinary-community cloudinary-community deleted a comment from github-actions bot Oct 9, 2022
colbyfayock pushed a commit that referenced this pull request Oct 19, 2022
)

# Description

Logo images in README change dynamically, adapting to the user's theme

## Issue Ticket Number

<!-- Specifiy which issue this fixes by referencing the issue number
(`#11`) or issue URL. -->
<!-- Example: Fixes
#1 -->

Fixes #33 

## Type of change

<!-- Please select all options that are applicable. -->

- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] This change requires a documentation update


# Checklist

<!-- These must all be followed and checked. -->

- [x] I have followed the contributing guidelines of this project as
mentioned in [CONTRIBUTING.md](/CONTRIBUTING.md)
- [x] I have created an
[issue](https://github.com/colbyfayock/next-cloudinary/issues) ticket
for this PR
- [x] I have checked to ensure there aren't other open [Pull
Requests](https://github.com/colbyfayock/next-cloudinary/pulls) for the
same update/change?
- [x] I have performed a self-review of my own code
- [x] I have run tests locally to ensure they all pass
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes needed to the documentation
colbyfayock added a commit that referenced this pull request Oct 28, 2022
# Description

* Adds a script to automatically upload example images to an account
* Updates Docs to allow for a configurable directory in case prefer to
change location

## Issue Ticket Number

<!-- Specifiy which issue this fixes by referencing the issue number
(`#11`) or issue URL. -->
<!-- Example: Fixes
#1 -->

Fixes #49 

## Type of change

<!-- Please select all options that are applicable. -->

- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] Fix or improve the documentation
- [ ] This change requires a documentation update


# Checklist

<!-- These must all be followed and checked. -->

- [x] I have followed the contributing guidelines of this project as
mentioned in [CONTRIBUTING.md](/CONTRIBUTING.md)
- [x] I have created an
[issue](https://github.com/colbyfayock/next-cloudinary/issues) ticket
for this PR
- [x] I have checked to ensure there aren't other open [Pull
Requests](https://github.com/colbyfayock/next-cloudinary/pulls) for the
same update/change?
- [x] I have performed a self-review of my own code
- [x] I have run tests locally to ensure they all pass
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes needed to the documentation
colbyfayock added a commit that referenced this pull request Oct 31, 2022
# Description

<!-- Include a summary of the change made and also list the dependencies
that are required if any -->

## Issue Ticket Number

<!-- Specifiy which issue this fixes by referencing the issue number
(`#11`) or issue URL. -->
<!-- Example: Fixes
#1 -->

Fixes #54 

## Type of change

<!-- Please select all options that are applicable. -->

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Fix or improve the documentation
- [ ] This change requires a documentation update


# Checklist

<!-- These must all be followed and checked. -->

- [ ] I have followed the contributing guidelines of this project as
mentioned in [CONTRIBUTING.md](/CONTRIBUTING.md)
- [ ] I have created an
[issue](https://github.com/colbyfayock/next-cloudinary/issues) ticket
for this PR
- [ ] I have checked to ensure there aren't other open [Pull
Requests](https://github.com/colbyfayock/next-cloudinary/pulls) for the
same update/change?
- [ ] I have performed a self-review of my own code
- [ ] I have run tests locally to ensure they all pass
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes needed to the documentation
github-actions bot pushed a commit that referenced this pull request Oct 31, 2022
# [0.6.0](v0.5.0...v0.6.0) (2022-10-31)

### Features

* Upload Widget Docs & Simplification ([#55](#55)) ([5b1492f](5b1492f)), closes [#11](#11) [#54](#54)
@michizhou michizhou mentioned this pull request Nov 9, 2022
12 tasks
colbyfayock pushed a commit that referenced this pull request Nov 9, 2022
# Description

<!-- Include a summary of the change made and also list the dependencies
that are required if any -->

Resolves certain issues with the PR template, primarily with a comment
on issue ticket numbers that causes [this
issue](#1) to be
accidentally closed every time a new PR is merged with the comment left
in the PR description. Also fixed a similar comment so that [this
PR](#11) isn't
accidentally referenced by unrelated commits or PRs.

## Type of change

<!-- Please select all options that are applicable. -->

- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Fix or improve the documentation
- [ ] This change requires a documentation update


# Checklist

<!-- These must all be followed and checked. -->

- [x] I have followed the contributing guidelines of this project as
mentioned in [CONTRIBUTING.md](/CONTRIBUTING.md)
- [ ] I have created an
[issue](https://github.com/colbyfayock/next-cloudinary/issues) ticket
for this PR
- [x] I have checked to ensure there aren't other open [Pull
Requests](https://github.com/colbyfayock/next-cloudinary/pulls) for the
same update/change?
- [x] I have performed a self-review of my own code
- [x] I have run tests locally to ensure they all pass
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes needed to the documentation
colbyfayock added a commit that referenced this pull request Dec 9, 2022
# Description

<!-- Include a summary of the change made and also list the dependencies
that are required if any -->

Implements image polling on the client side so that when using
transformations which require processing and return a 423 status code,
the image loads upon completion. This intends to use the `onError`
function available for all `next/image` components. For polling, the
general approach is that when an error occurs, a simple fetch is made to
the image URL. We will check the response and then continue polling
until it's available if it's a 423 status code.

## Issue Ticket Number

<!-- Specifiy which issue this fixes by referencing the issue number
(`#11`) or issue URL. -->
<!-- Example: Fixes
#1 -->

Fixes #1 

## Type of change

<!-- Please select all options that are applicable. -->

- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Fix or improve the documentation
- [ ] This change requires a documentation update


# Checklist

<!-- These must all be followed and checked. -->

- [ ] I have followed the contributing guidelines of this project as
mentioned in [CONTRIBUTING.md](/CONTRIBUTING.md)
- [ ] I have created an
[issue](https://github.com/colbyfayock/next-cloudinary/issues) ticket
for this PR
- [ ] I have checked to ensure there aren't other open [Pull
Requests](https://github.com/colbyfayock/next-cloudinary/pulls) for the
same update/change?
- [ ] I have performed a self-review of my own code
- [ ] I have run tests locally to ensure they all pass
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes needed to the documentation

Co-authored-by: Colby Fayock <[email protected]>
github-actions bot pushed a commit that referenced this pull request Dec 17, 2022
# [1.4.0](v1.3.0...v1.4.0) (2022-12-17)

### Features

* Implement error polling for image processing with timeout ([#56](#56)) ([85efc54](85efc54)), closes [#11](#11) [#1](#1)
cham74 added a commit to cham74/next-image-delivery that referenced this pull request Dec 23, 2023
cham74 added a commit to cham74/next-image-delivery that referenced this pull request Dec 23, 2023
# Description

<!-- Include a summary of the change made and also list the dependencies
that are required if any -->

Resolves certain issues with the PR template, primarily with a comment
on issue ticket numbers that causes [this
issue](cloudinary-community/next-cloudinary#1) to be
accidentally closed every time a new PR is merged with the comment left
in the PR description. Also fixed a similar comment so that [this
PR](cloudinary-community/next-cloudinary#11) isn't
accidentally referenced by unrelated commits or PRs.

## Type of change

<!-- Please select all options that are applicable. -->

- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Fix or improve the documentation
- [ ] This change requires a documentation update


# Checklist

<!-- These must all be followed and checked. -->

- [x] I have followed the contributing guidelines of this project as
mentioned in [CONTRIBUTING.md](/CONTRIBUTING.md)
- [ ] I have created an
[issue](https://github.com/colbyfayock/next-cloudinary/issues) ticket
for this PR
- [x] I have checked to ensure there aren't other open [Pull
Requests](https://github.com/colbyfayock/next-cloudinary/pulls) for the
same update/change?
- [x] I have performed a self-review of my own code
- [x] I have run tests locally to ensure they all pass
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes needed to the documentation
cham74 added a commit to cham74/next-image-delivery that referenced this pull request Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant