Skip to content

Commit 5d1b0ab

Browse files
committed
feat: Remove unnecessary frontend dependency from deployment workflow
1 parent d18032f commit 5d1b0ab

File tree

4 files changed

+77
-1
lines changed

4 files changed

+77
-1
lines changed

.all-contributorsrc

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"projectName": "jzfs-rust",
3+
"projectOwner": "GitDataAI",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": true,
11+
"commitConvention": "none",
12+
"contributors": [],
13+
"contributorsPerLine": 7,
14+
"linkToUsage": true
15+
}

.github/workflows/flow.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ jobs:
1515
deployment:
1616
needs:
1717
- backend
18-
- frontend
1918
uses: ./.github/workflows/deployment.yml
2019
secrets: inherit

LICENSE

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Copyright (c) 2024 GitDataAI
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of
4+
this software and associated documentation files (the “Software”), to deal in
5+
the Software without restriction, including without limitation the rights to
6+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
7+
the Software, and to permit persons to whom the Software is furnished to do so,
8+
subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in all
11+
copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
15+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
16+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
17+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
18+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
2+
---
3+
4+
# JZFS
5+
6+
#### 🚧 Current Status: Incubating - JZFS is not ready for production usage. The API is still evolving and documentation is lacking.
7+
8+
JZFS is a distributed git storage service for the Rust programming language that prioritizes ease-of-use. It supports both Single Machine as well as some distributed environments, including Kubernetes and more. Note that JZFS does not hide the store; instead, JZFS exposes features based on the target distributed git storage service.
9+
10+
### Current Status and Roadmap
11+
12+
JZFS is still in the early development stages and is considered **incubating**. There is no commitment to ongoing maintenance or development. As the project evolves, this may change in the future. Therefore, we encourage you to explore, experiment, and contribute to JZFS, but do not attempt to use it in production.
13+
14+
The immediate next steps for the project are to fill obvious gaps, such as implementing error handling, removing panics throughout the codebase, supporting additional data types, and writing documentation. After that, development will be based on feedback and contributions.
15+
16+
### License
17+
18+
This project is licensed under the [MIT License].
19+
20+
[MIT License]: LICENSE
21+
22+
### Contribution
23+
24+
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in GitDataAi by you, Please refer to [Contribution Guidelines](Contributing.md), shall be licensed as MIT, without any additional terms or conditions.
25+
26+
27+
28+
29+
30+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
31+
[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-)
32+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
33+
## Contributors ✨
34+
35+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
36+
37+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
38+
<!-- prettier-ignore-start -->
39+
<!-- markdownlint-disable -->
40+
<!-- markdownlint-restore -->
41+
<!-- prettier-ignore-end -->
42+
<!-- ALL-CONTRIBUTORS-LIST:END -->
43+
44+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)