-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Romuald Rousseau
committed
Oct 3, 2024
1 parent
3f06b86
commit d21cf39
Showing
98 changed files
with
571 additions
and
366 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...usseau/archery/commons/bigdata/Chunk.java → ...au/archery/commons/collections/Chunk.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...rchery/commons/bigdata/ChunkMetaData.java → ...ry/commons/collections/ChunkMetaData.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...hery/commons/bigdata/ChunkSerializer.java → .../commons/collections/ChunkSerializer.java
This file contains 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 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
2 changes: 1 addition & 1 deletion
2
...rchery/commons/types/CollectionUtils.java → .../commons/collections/CollectionUtils.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...au/archery/commons/bigdata/DataFrame.java → ...rchery/commons/collections/DataFrame.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...ry/commons/bigdata/DataFrameIterator.java → ...ommons/collections/DataFrameIterator.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...hery/commons/bigdata/DataFrameWriter.java → .../commons/collections/DataFrameWriter.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...eau/archery/commons/bigdata/DataView.java → ...archery/commons/collections/DataView.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...ery/commons/bigdata/DataViewIterator.java → ...commons/collections/DataViewIterator.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...rousseau/archery/commons/bigdata/Row.java → ...seau/archery/commons/collections/Row.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
.../archery/commons/bigdata/RowIterator.java → ...hery/commons/collections/RowIterator.java
This file contains 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
6 changes: 3 additions & 3 deletions
6
...gdata/serializer/ChunkSerializerFury.java → ...tions/serializer/ChunkSerializerFury.java
This file contains 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
6 changes: 3 additions & 3 deletions
6
...gdata/serializer/ChunkSerializerJava.java → ...tions/serializer/ChunkSerializerJava.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...ub/romualdrousseau/archery/util/Disk.java → ...ualdrousseau/archery/commons/io/Disk.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...omualdrousseau/archery/util/TempFile.java → ...rousseau/archery/commons/io/TempFile.java
This file contains 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 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
33 changes: 0 additions & 33 deletions
33
archery-commons/src/main/java/com/github/romualdrousseau/archery/commons/redux/Action.java
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
archery-commons/src/main/java/com/github/romualdrousseau/archery/commons/redux/Reducer.java
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
archery-commons/src/main/java/com/github/romualdrousseau/archery/commons/redux/Store.java
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...ry-commons/src/main/java/com/github/romualdrousseau/archery/commons/redux/Subscriber.java
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
archery-commons/src/test/java/com/github/romualdrousseau/archery/commons/FullTestSuite.java
This file contains 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package com.github.romualdrousseau.archery.commons; | ||
|
||
import org.junit.platform.suite.api.IncludeTags; | ||
import org.junit.platform.suite.api.SelectPackages; | ||
import org.junit.platform.suite.api.Suite; | ||
|
||
@Suite | ||
@IncludeTags({"unit", "full"}) | ||
@SelectPackages("com.github.romualdrousseau.archery.commons") | ||
public class FullTestSuite { | ||
} |
This file contains 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 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
55 changes: 0 additions & 55 deletions
55
archery-commons/src/test/java/com/github/romualdrousseau/archery/commons/Test_Redux.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.