This website requires JavaScript.
Explore
Help
Sign In
plausible
/
analytics
Watch
1
Star
1
Fork
0
You've already forked analytics
mirror of
https://github.com/plausible/analytics.git
synced
2024-12-02 07:38:47 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7755d4fd29
analytics
/
priv
/
repo
/
migrations
/
.formatter.exs
5 lines
68 B
Elixir
Raw
Normal View
History
Unescape
Escape
Initial commit
2019-09-02 14:29:19 +03:00
[
OpenAPI: first pass on Plugins API - Shared Links (#3378) * Update depenedencies: OpenAPISpex + cursor based pagination * Update formatter config * Add internal server error implementation * Test errors * Implement pagination interface * Implement Plugins API module macros * Implement Public API base URI (to be used with path helpers once called from within forwarded router's scope) * Implement OpenAPI specs + schemas * Implement Shared Links context module * Add pagination and error views * Add Shared Link view * Implement Shared Link controller * Expose SharedLink.t() spec * Implement separate router for the Plugins API * Update moduledocs * Always wrap resource objects with `data` * Update moduledoc * Use https://github.com/open-api-spex/open_api_spex/pull/425 due to https://github.com/open-api-spex/open_api_spex/issues/92 * Rely on BASE_URL for swagger-ui server definition * Fixup goals migration * Migrate broken goals before deleting dupes * Remove bypassing test rate limiting for which there's none anyway * Move the context module under `Plausible.` namespace * Bring back conn assignment to PluginsAPICase template * Update test/plausible_web/plugins/api/controllers/shared_links_test.exs Co-authored-by: Uku Taht <Uku.taht@gmail.com> * Update renamed aliases * Seed static token for development purposes * Delegate Plugins API 500s to a familiar shape * Simplify with statement --------- Co-authored-by: Uku Taht <Uku.taht@gmail.com>
2023-10-02 12:18:49 +03:00
import_deps
:
[
:ecto_sql
,
:open_api_spex
]
,
Initial commit
2019-09-02 14:29:19 +03:00
inputs
:
[
"
*.exs
"
]
]
Reference in New Issue
Copy Permalink