-
-
Notifications
You must be signed in to change notification settings - Fork 90
#1279 add full and minimal packages #1280
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
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
8771598
#1279 add full and minimal packages
robfrank 9907a38
#1279 move web code to dedicated module
robfrank 813ab50
#1279 rename to arcadedb-web
robfrank 5a6d6f0
#1279 fix pre-commit
robfrank 77c981e
#1279 add headless packaging
robfrank 052875e
1279 remove Dockerfile-multi
robfrank 8de2311
#1279 add docker build for minimal and headless
robfrank aa94202
#1279 fix version of webmodule
robfrank 2f60d72
chore: pre-commit update
robfrank 268277b
chore: pre-commit
robfrank c3ce10e
chore: pre-commit conf
robfrank 55d82b2
#1279 renamed module web to studio
robfrank 690ff1b
#1279 fix yaml
robfrank d7bf5d2
#1279 rename full package to package, as before
robfrank 4421646
#1279 rename arcadedb-package to arcadedb
robfrank File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,21 @@ | ||
| ### ArcadeDB Version: | ||
|
|
||
| `<version here, you can find it on the 1st line of server output>` | ||
|
|
||
| ### OS and JDK Version: | ||
|
|
||
| `<OS and JDK brand and version here. You can find it in the 2nd line of the server output>` | ||
|
|
||
| ### Expected behavior | ||
|
|
||
| `<add here>` | ||
|
|
||
| ### Actual behavior | ||
|
|
||
| `<add here>` | ||
|
|
||
| ### Steps to reproduce | ||
|
|
||
| `<add here>` | ||
|
|
||
| `<An SQL script to reproduce the problem or a JUnit test case will increase **A LOT** the chance to have a quick fix>` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,21 @@ | ||
| ## What does this PR do? | ||
|
|
||
| A brief description of the change being made with this pull request. | ||
|
|
||
| ## Motivation | ||
|
|
||
| What inspired you to submit this pull request? | ||
|
|
||
| ## Related issues | ||
|
|
||
| A list of issues either fixed, containing architectural discussions, otherwise relevant | ||
| for this Pull Request. | ||
|
|
||
| ## Additional Notes | ||
|
|
||
| Anything else we should know when reviewing? | ||
|
|
||
| ## Checklist | ||
|
|
||
| - [ ] I have run the build using `mvn clean package` command | ||
| - [ ] My unit tests cover both failure and success scenarios |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this intentional or some IDE auto formatting?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
autoformatter