Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / weareyipyip/Phoenix-API-Toolkit issues and pull requests
#59 - Use Plug.Crypto.secure_compare/2 to avoid timing attacks
Pull Request -
State: closed - Opened by jc00ke 5 months ago
- 1 comment
#58 - Fix call to deprecated Logger.warn/2
Pull Request -
State: closed - Opened by LouisMT over 1 year ago
#57 - Fix generating filter docs without `filter_by`
Pull Request -
State: closed - Opened by LouisMT over 1 year ago
#56 - Bump deps, pass `:filter_by` function to standard_filters/6
Pull Request -
State: closed - Opened by juulSme over 1 year ago
- 3 comments
#55 - Update LICENSE
Pull Request -
State: closed - Opened by UpperCi over 1 year ago
#54 - Bump minimum Elixir version
Pull Request -
State: closed - Opened by LouisMT almost 2 years ago
#53 - Don't limit order_by field name length
Pull Request -
State: closed - Opened by LouisMT almost 2 years ago
#52 - Allow all maintainers to release
Pull Request -
State: closed - Opened by LouisMT about 2 years ago
#51 - Add greater than and smaller than or equal to
Pull Request -
State: closed - Opened by LouisMT about 2 years ago
#50 - Dynamic filters with function clauses (breaking change)
Pull Request -
State: closed - Opened by juulSme over 2 years ago
#49 - Add support for custom upload validators
Pull Request -
State: closed - Opened by LouisMT over 2 years ago
#48 - Add `PhoenixApiToolkit.Ecto.Validators.validate_upload/4`
Pull Request -
State: closed - Opened by juulSme over 3 years ago
#47 - Add `Validators.multifield_apply(changeset, fields, func)`
Pull Request -
State: closed - Opened by juulSme over 3 years ago
#46 - Add supported for multi-order_by, fix OTP 24 support
Pull Request -
State: closed - Opened by juulSme over 3 years ago
- 2 comments
#45 - Dynamic filter for `:list_contains` now uses PG '&&' operator
Pull Request -
State: closed - Opened by juulSme over 3 years ago
#44 - Fix CI
Pull Request -
State: closed - Opened by juulSme over 3 years ago
#43 - Order by with string, not atom
Issue -
State: closed - Opened by MarcAntoine-Arnaud almost 4 years ago
- 2 comments
#42 - Pagination and total number of items
Issue -
State: closed - Opened by MarcAntoine-Arnaud almost 4 years ago
- 3 comments
#41 - Matches with string, not atoms as Phoenix parameters are strings
Pull Request -
State: closed - Opened by MarcAntoine-Arnaud about 4 years ago
- 1 comment
#40 - Support bitstring, not only atoms
Issue -
State: closed - Opened by MarcAntoine-Arnaud about 4 years ago
- 2 comments
#39 - Improve sets
Issue -
State: closed - Opened by MarcAntoine-Arnaud about 4 years ago
- 1 comment
#38 - Allow disabling limit in GenericRequestValidator.query_pagination/4
Pull Request -
State: closed - Opened by juulSme about 4 years ago
#37 - Update CI/CD, set version from pipeline
Pull Request -
State: closed - Opened by juulSme about 4 years ago
#36 - Add raw JWT to conn
Pull Request -
State: closed - Opened by LouisMT about 4 years ago
#35 - proper format for URL query params
Issue -
State: closed - Opened by ddaugher about 4 years ago
- 1 comment
#34 - Expand dynamic_filters functionality, remove deprecated content
Pull Request -
State: closed - Opened by juulSme over 4 years ago
- 2 comments
#33 - Add upload mime validator
Pull Request -
State: closed - Opened by LouisMT over 4 years ago
#32 - Add pagination on database level
Pull Request -
State: closed - Opened by LouisMT over 4 years ago
- 1 comment
#31 - Add pagination on database level
Pull Request -
State: closed - Opened by LouisMT over 4 years ago
#30 - Add AJAX-only CSRF-protection plug, bump deps, v0.13.0
Pull Request -
State: closed - Opened by juulSme over 4 years ago
#29 - Deprecate GenericQueries, v0.12.0
Pull Request -
State: closed - Opened by juulSme over 4 years ago
- 1 comment
#28 - Feature/ci matrix and elixir 1.10
Pull Request -
State: closed - Opened by EvertVerboven almost 5 years ago
#27 - Feature/runtime config
Pull Request -
State: closed - Opened by juulSme almost 5 years ago
#26 - Oauth2 and HMAC plugs read config at compile time
Issue -
State: closed - Opened by juulSme almost 5 years ago
Labels: bug
#25 - No CI run on tags
Pull Request -
State: closed - Opened by juulSme over 5 years ago
#24 - Fix CI duplication
Pull Request -
State: closed - Opened by juulSme over 5 years ago
#23 - Try to fix github actions
Pull Request -
State: closed - Opened by juulSme over 5 years ago
#22 - Path param request validator now checks if it is >0
Pull Request -
State: closed - Opened by juulSme over 5 years ago
#21 - Migrate to new GitHub Actions yaml format
Pull Request -
State: closed - Opened by juulSme over 5 years ago
#20 - WIP: Migrate to new GitHub Actions yaml format
Pull Request -
State: closed - Opened by juulSme over 5 years ago
#19 - Postfix smaller-than filters with "_lt" instead of "_sm"
Pull Request -
State: closed - Opened by juulSme over 5 years ago
#18 - Add filter documentation generator
Pull Request -
State: closed - Opened by juulSme over 5 years ago
#17 - Add Dialyzer and tighten CI/CD checks
Pull Request -
State: closed - Opened by juulSme over 5 years ago
#16 - Simplify test helpers api (again)
Pull Request -
State: closed - Opened by juulSme over 5 years ago
#15 - Fix to_string_map test helper
Pull Request -
State: closed - Opened by juulSme over 5 years ago
#14 - Improve test helper API to increase configurability
Pull Request -
State: closed - Opened by juulSme over 5 years ago
#13 - Add Github Actions badge
Pull Request -
State: closed - Opened by juulSme over 5 years ago
#12 - Bump version to 0.3.0
Pull Request -
State: closed - Opened by juulSme over 5 years ago
#11 - Add generic request validator
Pull Request -
State: closed - Opened by juulSme over 5 years ago
#10 - Widen Elixir version support to >=1.7
Pull Request -
State: closed - Opened by juulSme over 5 years ago
#9 - Widen Elixir version support to >=1.7
Pull Request -
State: closed - Opened by juulSme over 5 years ago
#8 - Add Oauth2, HMAC and general security plugs
Pull Request -
State: closed - Opened by juulSme over 5 years ago
#7 - Refactor dynamic filters to generate more efficient code
Pull Request -
State: closed - Opened by juulSme over 5 years ago
#6 - Add Ecto custom validators
Pull Request -
State: closed - Opened by juulSme over 5 years ago
#5 - Improve standard_filters macros
Pull Request -
State: closed - Opened by juulSme over 5 years ago
#4 - Fix triple releasing
Pull Request -
State: closed - Opened by juulSme over 5 years ago
#3 - Update readme and bump version
Pull Request -
State: closed - Opened by juulSme over 5 years ago
#2 - CI/CD
Pull Request -
State: closed - Opened by juulSme over 5 years ago
#1 - Attempt at CI
Pull Request -
State: closed - Opened by juulSme over 5 years ago