Skip to content

Commit 5f7d1b4

Browse files
authored
refactor: upgrade ui orion-server api to v2 (#2036)
1 parent 1658ef6 commit 5f7d1b4

Some content is hidden

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

51 files changed

+11925
-2398
lines changed

.github/workflows/base.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
on:
1010
workflow_dispatch:
11-
push:
12-
branches:
13-
- main
1411
pull_request:
1512
paths-ignore:
1613
- "config/**"

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Generated by Cargo
22
# will have compiled files and executables
33
/target
4-
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
5-
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
6-
Cargo.lock
74

85
# These are backup files generated by rustfmt
96
**/*.rs.bk

0 commit comments

Comments
 (0)