Skip to content

Commit db07e89

Browse files
authored
Migrate to v-api (#187)
* Migrate to v-api * Fix license header * Test key generation * Workflow cleanup * Expand test logging * Installer and initial data fixes * Continue updates and integration * Integrate local login * Rebuild default sdk * Add dev endpoint to sdk * Work on db migration. Remove local dev default * Fix error return * Update user permissions to clear out empty sets * Update tests for changed failure status code
1 parent d8158be commit db07e89

File tree

97 files changed

+13877
-23091
lines changed

Some content is hidden

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

97 files changed

+13877
-23091
lines changed

.cargo/config.toml

-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
[alias]
22
xtask = "run --package xtask --"
3-
4-
[build]
5-
rustflags = ["--cfg", "tracing_unstable"]

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1
1616
with:
1717
command: build
18-
args: --release --all-features
18+
args: --release

.github/workflows/fmt.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1
1616
with:
1717
command: fmt
18-
args: -- --check
18+
args: -- --check

.github/workflows/license-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@master
1414
- name: Check License Header
15-
uses: apache/skywalking-eyes/header@3ea9df11bb3a5a85665377d1fd10c02edecf2c40
15+
uses: apache/skywalking-eyes/header@3ea9df11bb3a5a85665377d1fd10c02edecf2c40

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,4 @@ jobs:
4949
command: test
5050
env:
5151
TEST_DATABASE: postgres://test:test@localhost
52-
RUSTFLAGS: "--cfg tracing_unstable"
53-
RUST_LOG: rfd=trace
52+
RUST_LOG: v=trace,rfd=trace

0 commit comments

Comments
 (0)