feat: Users metadata #2
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
elixir-migration-check.yml
on: pull_request
Build and test
6m 18s
Annotations
5 errors and 11 warnings
Build and test:
test/logflare_web/controllers/api/partner/account_controller_test.exs#L69
test create/2 returns 400 when no email is given (LogflareWeb.Api.Partner.AccountControllerTest)
|
Build and test:
test/logflare_web/controllers/api/partner/account_controller_test.exs#L45
test create/2 returns 201 and the user information and a token to access the API (LogflareWeb.Api.Partner.AccountControllerTest)
|
Build and test:
test/logflare/single_tenant_test.exs#L133
test single tenant mode using Postgres create_default_user/0, get_default_user/0 :inserts a default enterprise user if not present (Logflare.SingleTenantTest)
|
Build and test:
test/logflare/single_tenant_test.exs#L33
test single tenant mode using Big Query create_default_user/0, get_default_user/0 :inserts a default enterprise user if not present (Logflare.SingleTenantTest)
|
Build and test
Process completed with exit code 2.
|
Build and test
The following actions uses node12 which is deprecated and will be forced to run on node16: ATiltedTree/setup-rust@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build and test
use Bitwise is deprecated. import Bitwise instead
|
Build and test
missing parentheses for expression following "do:" keyword. Parentheses are required to solve ambiguity inside keywords.
|
Build and test
missing parentheses for expression following "do:" keyword. Parentheses are required to solve ambiguity inside keywords.
|
Build and test
String.lstrip/1 is deprecated. Use String.trim_leading/1 instead
|
Build and test
use Bitwise is deprecated. import Bitwise instead
|
Build and test
use Bitwise is deprecated. import Bitwise instead
|
Build and test
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
Build and test
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
|
Build and test
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
|
Build and test
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
|