Skip to content

Commit cc86a07

Browse files
committed
Merge branch 'dev'
2 parents 3faf7e5 + 5a67a88 commit cc86a07

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+948
-465
lines changed

.devenv/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.devenv/env

Lines changed: 0 additions & 2 deletions
This file was deleted.

.devenv/project.temp.yaml

Lines changed: 0 additions & 72 deletions
This file was deleted.

.devenv/setup.sh

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/CONTRIBUTING.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Here is a little useful information for contributing:
1111
the [locales readme instructions here](https://github.com/ddnexus/pagy/blob/master/gem/locales/README.md).
1212
3. **Pagy repo setup**
1313
- Clone pagy: `git clone https://github.com/ddnexus/pagy && cd pagy`
14-
- [Configure the git-hooks](https://github.com/ddnexus/pagy/tree/master/scripts/hooks)
14+
- [Configure the git-hooks](https://github.com/ddnexus/pagy/tree/master/scripts/hooks) _(optional)_
1515
4. **Development**
1616
- Please create your own branch out of `master` and use it for your development and PR
1717
- Ensure you are basing your PR on the `master` branch and keep rebasing it on `master` when it changes
@@ -24,13 +24,12 @@ Here is a little useful information for contributing:
2424
- `cd` in the pagy root directory
2525
- Install [bun](https://bun.sh/docs/installation)
2626
- Run `bun install`
27-
- Run `retype start`
27+
- Run `bunx retype statr --port 5000`
2828
- Point your browser at `http://localhost:5000/pagy` for real-time feedback
2929
5. **Testing**
30-
- If your PR **does not add any new feature** (e.g. a fix), please, just ensure that the "All checks have passed" indicator gets
31-
green light on the PR page (if it's not enabled, a maintainer will enable it for you)
32-
- If your PR **adds new features**, it needs [Ruby testing](https://github.com/ddnexus/pagy/tree/master/test) and/or
33-
[E2E testing](https://github.com/ddnexus/pagy/tree/master/e2e) or the coverage will fail. Ask for support if you need
30+
- If your PR **does not add any new feature** (e.g. a fix), please, just ensure that the indicator with "All checks have passed" gets
31+
green light on the PR page (if it's not enabled, a maintainer will enable it for you).
32+
- If your PR **adds new features**, it needs [Ruby testing](https://github.com/ddnexus/pagy/tree/master/test) or the coverage will fail. Ask for support if you need
3433
assistance.
3534

3635
Thank you!

.github/ISSUE_TEMPLATE/Code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body:
1919
attributes:
2020
label: 👀 Before submitting...
2121
options:
22-
- label: I upgraded to pagy version 43.2.10
22+
- label: I upgraded to pagy version 43.3.0
2323
required: true
2424
- label: I asked [Pagy AI](https://gurubase.io/g/pagy) (Good starting point for further investigation).
2525
required: true

.github/chore-merge.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/latest_release_body.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
### Changes in 43.2.10
1+
### Changes in 43.3.0
22

33
<!-- changes_start -->
4-
- Add failing test and revert code that caused empty aria label
5-
- Avoid invalid limit param (similar to #862)
6-
- Add thread flag to /bin/pagy
7-
- Add uri gem dependency to the gemspec
8-
- Freeze the @order in key* apps
9-
- Replace require with require_relative in Pagy::CLI
10-
- Make Pagy.options thread-safe
4+
- Add :typesense_rails paginator (See typesense/typesense-rails#17)
5+
- Accept a variable number of search arguments
6+
- Improve resilience of internal pagy nav method
7+
- Use Pagy::OPTIONS instead of Pagy.options for efficiency
8+
- Simplify assign options
119
<!-- changes_end -->
1210

1311
[CHANGELOG](https://ddnexus.github.io/pagy/changelog)

.gitignore

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# Exception to the gitignore rule:
2-
# /.idea/* should be ignored at the user level,
3-
# but that would remove the saved run configuration for the repoS
4-
# that are quite a few and very useful not only for the author
5-
/.idea/*
6-
!/.idea/runConfigurations
1+
/.idea/
2+
/.bundle/
3+
/vendor/bundle/
74
/coverage/
85
node_modules/
96
___*

.idea/runConfigurations/e2e.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)