-
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
1 parent
135f92a
commit deec432
Showing
920 changed files
with
363,384 additions
and
42 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
package remote |
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 |
---|---|---|
@@ -1,17 +1,7 @@ | ||
,Reference File,App B,App A | ||
compare.json | ||
connection.indexSettings.dependencies.number_of_shards,1,2,2 | ||
connection.pingInterval,1000,999,999 | ||
Creation Date,2024-02-11 20:45:39 +0200 IST,2024-02-12 23:01:42.5645549 +0200 IST,2024-02-11 20:45:39 +0200 IST | ||
Modification Date,2024-02-11 20:45:39 +0200 IST,2024-02-12 23:01:42.5645549 +0200 IST,2024-02-11 20:45:39 +0200 IST | ||
|
||
|
||
|
||
compareB.json | ||
Creation Date,2024-02-11 20:45:39 +0200 IST,2024-02-11 20:45:39 +0200 IST | ||
Modification Date,2024-02-11 20:45:39 +0200 IST,2024-02-11 20:45:39 +0200 IST | ||
,Reference File | ||
field,reference.json,A.json,B.json | ||
connection.indexSettings.dependencies.number_of_shards,1,2 | ||
connection.pingInterval,1000,999 | ||
|
||
|
||
|
||
connection.pingInterval,1000,999,999 | ||
connection.retryInterval,5000,5003 | ||
Creation Date,2024-02-02 09:57:41.906940349 +0200 IST,2024-02-02 15:27:35.190198328 +0200 IST,2024-02-02 15:27:35.202198318 +0200 IST | ||
Modification Date,2024-02-02 09:57:41.906940349 +0200 IST,2024-02-02 15:27:35.190198328 +0200 IST,2024-02-02 15:27:35.202198318 +0200 IST |
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
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,28 @@ | ||
package main | ||
|
||
import ( | ||
_ "github.com/bramvdbogaerde/go-scp" | ||
_ "github.com/clbanning/mxj/v2" | ||
_ "github.com/fsnotify/fsnotify" | ||
_ "github.com/go-test/deep" | ||
_ "github.com/hashicorp/hcl" | ||
_ "github.com/inconshreveable/mousetrap" | ||
_ "github.com/magiconair/properties" | ||
_ "github.com/mitchellh/go-homedir" | ||
_ "github.com/mitchellh/mapstructure" | ||
_ "github.com/pelletier/go-toml/v2" | ||
_ "github.com/sagikazarmark/locafero" | ||
_ "github.com/sagikazarmark/slog-shim" | ||
_ "github.com/sourcegraph/conc" | ||
_ "github.com/spf13/afero" | ||
_ "github.com/spf13/cast" | ||
_ "github.com/spf13/cobra" | ||
_ "github.com/spf13/pflag" | ||
_ "github.com/spf13/viper" | ||
_ "github.com/subosito/gotenv" | ||
_ "go.uber.org/atomic" | ||
_ "go.uber.org/multierr" | ||
_ "golang.org/x/text" | ||
_ "gopkg.in/ini.v1" | ||
_ "gopkg.in/yaml.v3" | ||
) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.