Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: check-style compile warnings in server #2437

Closed
wants to merge 39 commits into from
Closed
Changes from 2 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
3559ace
refact: move dirs into hugegraph-server
VGalaxies Aug 1, 2023
9068cef
refact: create dirs for hugegraph-pd and hugegraph-store
VGalaxies Aug 2, 2023
fd161f2
refact: init root pom for all modules
VGalaxies Aug 4, 2023
49a1acf
fix: fix parent of submodules in hugegraph-server
VGalaxies Aug 4, 2023
fca91b2
fix: path
msgui Aug 13, 2023
8465927
fix: conf path
msgui Aug 13, 2023
3b791ee
fix: 1.10 -> 1.11
msgui Aug 13, 2023
ae90ba6
Revert "fix: 1.10 -> 1.11"
msgui Aug 14, 2023
ce5ddbf
fix: version 1.0.0 -> 1.5.0
msgui Aug 14, 2023
8a7ed6a
fix:
msgui Aug 14, 2023
242786b
check
msgui Aug 16, 2023
2e401de
fix: SERVER_DIR
msgui Aug 16, 2023
67de746
fix
msgui Aug 16, 2023
edb77ef
fix
msgui Aug 16, 2023
764dd89
fix: SERVER_DIR
msgui Aug 16, 2023
9a2f2e6
Merge pull request #5 from msgui/fix_CI
msgui Aug 17, 2023
4f68641
test
msgui Sep 9, 2023
d582a51
Merge pull request #14 from msgui/new-fix-depedency-review
msgui Sep 9, 2023
80cf036
Merge branch 'master' of https://github.com/msgui/incubator-hugegraph
msgui Sep 13, 2023
2b241dd
Merge branch 'master' of https://github.com/msgui/incubator-hugegraph
msgui Oct 12, 2023
5b5560f
Merge branch 'master' of https://github.com/msgui/incubator-hugegraph
msgui Nov 28, 2023
016d451
Merge branch 'apache:master' into master
msgui Dec 5, 2023
c7d7c93
chore
msgui Dec 5, 2023
644e15e
Merge branch 'apache:master' into master
msgui Dec 7, 2023
0e14a96
Merge branch 'apache:master' into master
msgui Dec 9, 2023
51dd042
Merge branch 'apache:master' into master
msgui Jan 30, 2024
5c19a5a
add: Configure all files to use LF
msgui Feb 1, 2024
e5ebbb4
format hg-server-api
msgui Feb 1, 2024
65a3161
format hg-server-cassandra
msgui Feb 1, 2024
642fd3a
format hg-server-core
msgui Feb 1, 2024
604fbde
format hg-server-dist
msgui Feb 1, 2024
d898038
format hg-server-example
msgui Feb 1, 2024
7ea6d21
format hg-server-hbase
msgui Feb 1, 2024
7f39c04
format hg-server-mysql
msgui Feb 1, 2024
c546885
format hg-server-palo
msgui Feb 1, 2024
ead9b34
format hg-server-postgresql
msgui Feb 1, 2024
37cf9b1
format hg-server-rocksdb
msgui Feb 1, 2024
15ef231
format hg-server-scylladb
msgui Feb 1, 2024
579a6a2
format hg-server-test
msgui Feb 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "3rd-party"
on:
push:
branches:
- master
# - master
- /^release-.*$/
pull_request:

Expand Down