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

Added ability for user to set a reference_job as in the config in ord… #281

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
1 change: 1 addition & 0 deletions .elixir_ls/build/test/lib/benchee/.mix/compile.xref
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
�haj
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
48 changes: 48 additions & 0 deletions .elixir_ls/build/test/lib/benchee/ebin/benchee.app
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{application,benchee,
[{applications,[kernel,stdlib,elixir,deep_merge,excoveralls]},
{description,"Versatile (micro) benchmarking that is extensible. Get statistics such as:\naverage, iterations per second, standard deviation and the median.\n"},
{modules,['Elixir.BenchKeyword','Elixir.Benchee',
'Elixir.Benchee.Benchmark',
'Elixir.Benchee.Benchmark.Collect',
'Elixir.Benchee.Benchmark.Collect.Memory',
'Elixir.Benchee.Benchmark.Collect.NativeTime',
'Elixir.Benchee.Benchmark.Collect.Time',
'Elixir.Benchee.Benchmark.Hooks',
'Elixir.Benchee.Benchmark.RepeatedMeasurement',
'Elixir.Benchee.Benchmark.Runner',
'Elixir.Benchee.Benchmark.ScenarioContext',
'Elixir.Benchee.CollectionData',
'Elixir.Benchee.Configuration',
'Elixir.Benchee.Conversion',
'Elixir.Benchee.Conversion.Count',
'Elixir.Benchee.Conversion.DeviationPercent',
'Elixir.Benchee.Conversion.Duration',
'Elixir.Benchee.Conversion.Format',
'Elixir.Benchee.Conversion.Memory',
'Elixir.Benchee.Conversion.Scale',
'Elixir.Benchee.Conversion.Unit',
'Elixir.Benchee.Formatter',
'Elixir.Benchee.Formatters.Console',
'Elixir.Benchee.Formatters.Console.Helpers',
'Elixir.Benchee.Formatters.Console.Memory',
'Elixir.Benchee.Formatters.Console.RunTime',
'Elixir.Benchee.Formatters.TaggedSave',
'Elixir.Benchee.Output.BenchmarkPrinter',
'Elixir.Benchee.Scenario',
'Elixir.Benchee.ScenarioLoader',
'Elixir.Benchee.Statistics',
'Elixir.Benchee.Statistics.Mode',
'Elixir.Benchee.Statistics.Percentile',
'Elixir.Benchee.Suite','Elixir.Benchee.System',
'Elixir.Benchee.Test.FakeBenchmarkPrinter',
'Elixir.Benchee.Test.FakeBenchmarkRunner',
'Elixir.Benchee.Test.FakeFormatter',
'Elixir.Benchee.TestHelpers',
'Elixir.Benchee.Utility.DeepConvert',
'Elixir.Benchee.Utility.FileCreation',
'Elixir.Benchee.Utility.Parallel',
'Elixir.Benchee.Utility.RepeatN',
'Elixir.DeepMerge.Resolver.Benchee.Configuration',
'Elixir.DeepMerge.Resolver.Benchee.Suite',benchee]},
{registered,[]},
{vsn,"0.14.0"}]}.
Binary file not shown.
Empty file.
1 change: 1 addition & 0 deletions .elixir_ls/build/test/lib/certifi/ebin
3 changes: 3 additions & 0 deletions .elixir_ls/build/test/lib/certifi/mix.rebar.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{deps,[{parse_trans,"~>3.3"}]}.
{erl_opts,[deterministic,{platform_define,"^2",'OTP_20_AND_ABOVE'}]}.
{overrides,[]}.
1 change: 1 addition & 0 deletions .elixir_ls/build/test/lib/certifi/priv
Binary file not shown.
Binary file not shown.
Empty file.
1 change: 1 addition & 0 deletions .elixir_ls/build/test/lib/deep_merge/.mix/compile.xref
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
�haj
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
9 changes: 9 additions & 0 deletions .elixir_ls/build/test/lib/deep_merge/ebin/deep_merge.app
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{application,deep_merge,
[{applications,[kernel,stdlib,elixir,logger]},
{description,"Deep (recursive) merging for maps, keyword lists and whatever else\nyou may want via implementing a simple protocol.\n"},
{modules,['Elixir.DeepMerge','Elixir.DeepMerge.Resolver',
'Elixir.DeepMerge.Resolver.Any',
'Elixir.DeepMerge.Resolver.List',
'Elixir.DeepMerge.Resolver.Map']},
{registered,[]},
{vsn,"0.2.0"}]}.
Binary file not shown.
Binary file not shown.
Empty file.
1 change: 1 addition & 0 deletions .elixir_ls/build/test/lib/excoveralls/.mix/compile.xref
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
�haj
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
40 changes: 40 additions & 0 deletions .elixir_ls/build/test/lib/excoveralls/ebin/excoveralls.app
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{application,excoveralls,
[{applications,[kernel,stdlib,elixir,jason,hackney]},
{description,"Coverage report tool for Elixir with coveralls.io integration.\n"},
{modules,['Elixir.ExCoveralls','Elixir.ExCoveralls.Circle',
'Elixir.ExCoveralls.ConfServer',
'Elixir.ExCoveralls.Cover','Elixir.ExCoveralls.Drone',
'Elixir.ExCoveralls.Html',
'Elixir.ExCoveralls.Html.Safe',
'Elixir.ExCoveralls.Html.View',
'Elixir.ExCoveralls.Html.View.PathHelper',
'Elixir.ExCoveralls.InvalidConfigError',
'Elixir.ExCoveralls.InvalidOptionError',
'Elixir.ExCoveralls.Json','Elixir.ExCoveralls.Local',
'Elixir.ExCoveralls.Local.Count',
'Elixir.ExCoveralls.PathReader',
'Elixir.ExCoveralls.Post','Elixir.ExCoveralls.Poster',
'Elixir.ExCoveralls.ReportUploadError',
'Elixir.ExCoveralls.Semaphore',
'Elixir.ExCoveralls.Settings',
'Elixir.ExCoveralls.Settings.Files',
'Elixir.ExCoveralls.StatServer',
'Elixir.ExCoveralls.Stats',
'Elixir.ExCoveralls.Stats.Line',
'Elixir.ExCoveralls.Stats.Source',
'Elixir.ExCoveralls.StopWords',
'Elixir.ExCoveralls.SubApps',
'Elixir.ExCoveralls.Task.Util',
'Elixir.ExCoveralls.Travis',
'Elixir.Mix.Tasks.Coveralls',
'Elixir.Mix.Tasks.Coveralls.Circle',
'Elixir.Mix.Tasks.Coveralls.Detail',
'Elixir.Mix.Tasks.Coveralls.Drone',
'Elixir.Mix.Tasks.Coveralls.Html',
'Elixir.Mix.Tasks.Coveralls.Json',
'Elixir.Mix.Tasks.Coveralls.Post',
'Elixir.Mix.Tasks.Coveralls.Runner',
'Elixir.Mix.Tasks.Coveralls.Semaphore',
'Elixir.Mix.Tasks.Coveralls.Travis']},
{registered,[]},
{vsn,"0.10.6"}]}.
Empty file.
1 change: 1 addition & 0 deletions .elixir_ls/build/test/lib/hackney/ebin
1 change: 1 addition & 0 deletions .elixir_ls/build/test/lib/hackney/include
35 changes: 35 additions & 0 deletions .elixir_ls/build/test/lib/hackney/mix.rebar.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{erl_opts,[debug_info,
{platform_define,"R14",no_callback_support},
{platform_define,"^[0-9]+",namespaced_types},
{platform_define,"^R",no_proxy_sni_support}]}.
{xref_checks,[undefined_function_calls]}.
{cover_enabled,true}.
{eunit_opts,[verbose]}.
{post_hooks,[{clean,"rm -rf *~ */*~ */*.xfm test/*.beam"}]}.
{deps,[{idna,"6.0.0"},
{mimerl,"~>1.1"},
{certifi,"2.5.1"},
{metrics,"1.0.1"},
{ssl_verify_fun,"1.1.4"}]}.
{profiles,
[{docs,
[{deps,
[{edown,
{git,"https://github.com/uwiger/edown.git",
{tag,"0.8.1"}}}]},
{edoc_opts,
[{doclet,edown_doclet},
{packages,false},
{subpackages,true},
{top_level_readme,
{"./README.md","http://github.com/benoitc/hackney"}}]}]},
{test,[{deps,[{cowboy,"1.0.4"},{jsone,"1.4.7"}]}]}]}.
{dialyzer,[{warnings,[race_conditions,no_return,unmatched_returns,
error_handling]},
{plt_apps,top_level_deps},
{plt_extra_apps,[]},
{plt_location,local},
{plt_prefix,"hackney"},
{base_plt_location,"."},
{base_plt_prefix,"hackney"}]}.
{overrides,[]}.
Empty file.
1 change: 1 addition & 0 deletions .elixir_ls/build/test/lib/idna/ebin
5 changes: 5 additions & 0 deletions .elixir_ls/build/test/lib/idna/mix.rebar.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{erl_opts,[]}.
{deps,[{unicode_util_compat,".*",
{git,"https://github.com/benoitc/unicode_util_compat.git",
{tag,"0.3.1"}}}]}.
{overrides,[]}.
Binary file not shown.
Binary file not shown.
Empty file.
1 change: 1 addition & 0 deletions .elixir_ls/build/test/lib/jason/.mix/compile.xref
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
�haj
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
23 changes: 23 additions & 0 deletions .elixir_ls/build/test/lib/jason/ebin/jason.app
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{application,jason,
[{applications,[kernel,stdlib,elixir]},
{description,"A blazing fast JSON parser and generator in pure Elixir.\n"},
{modules,['Elixir.Jason','Elixir.Jason.Codegen',
'Elixir.Jason.DecodeError','Elixir.Jason.Decoder',
'Elixir.Jason.Decoder.Unescape','Elixir.Jason.Encode',
'Elixir.Jason.EncodeError','Elixir.Jason.Encoder',
'Elixir.Jason.Encoder.Any',
'Elixir.Jason.Encoder.Atom',
'Elixir.Jason.Encoder.BitString',
'Elixir.Jason.Encoder.Date',
'Elixir.Jason.Encoder.DateTime',
'Elixir.Jason.Encoder.Decimal',
'Elixir.Jason.Encoder.Float',
'Elixir.Jason.Encoder.Integer',
'Elixir.Jason.Encoder.Jason.Fragment',
'Elixir.Jason.Encoder.List',
'Elixir.Jason.Encoder.Map',
'Elixir.Jason.Encoder.NaiveDateTime',
'Elixir.Jason.Encoder.Time','Elixir.Jason.Formatter',
'Elixir.Jason.Fragment','Elixir.Jason.Helpers']},
{registered,[]},
{vsn,"1.1.2"}]}.
Empty file.
1 change: 1 addition & 0 deletions .elixir_ls/build/test/lib/metrics/ebin
15 changes: 15 additions & 0 deletions .elixir_ls/build/test/lib/metrics/mix.rebar.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{erl_opts,[debug_info]}.
{deps,[]}.
{profiles,
[{docs,
[{deps,
[{edown,
{git,"https://github.com/uwiger/edown.git",{tag,"0.8"}}}]},
{edoc_opts,
[{doclet,edown_doclet},
{packages,false},
{subpackages,true},
{top_level_readme,
{"./README.md",
"http://github.com/benoitc/erlang-metrics"}}]}]}]}.
{overrides,[]}.
Empty file.
1 change: 1 addition & 0 deletions .elixir_ls/build/test/lib/mimerl/ebin
3 changes: 3 additions & 0 deletions .elixir_ls/build/test/lib/mimerl/mix.rebar.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{erl_opts,[debug_info]}.
{deps,[]}.
{overrides,[]}.
Empty file.
1 change: 1 addition & 0 deletions .elixir_ls/build/test/lib/parse_trans/ebin
1 change: 1 addition & 0 deletions .elixir_ls/build/test/lib/parse_trans/include
13 changes: 13 additions & 0 deletions .elixir_ls/build/test/lib/parse_trans/mix.rebar.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{erl_first_files,["src/parse_trans.erl","src/parse_trans_pp.erl",
"src/parse_trans_codegen.erl"]}.
{erl_opts,[debug_info]}.
{xref_checks,[undefined_function_calls]}.
{profiles,
[{docs,
[{deps,[{edown,"0.8.1"}]},
{edoc_opts,
[{doclet,edown_doclet},
{top_level_readme,
{"./README.md","http://github.com/uwiger/parse_trans"}}]}]},
{test,[{extra_src_dirs,["examples"]}]}]}.
{overrides,[]}.
Binary file not shown.
Empty file.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{application,ssl_verify_fun,
[{applications,[kernel,stdlib,elixir]},
{description,"SSL verification functions for Erlang\n"},
{modules,[ssl_verify_fingerprint,ssl_verify_fun_cert_helpers,
ssl_verify_fun_encodings,ssl_verify_hostname,
ssl_verify_pk,ssl_verify_string,ssl_verify_util]},
{registered,[]},
{vsn,"1.1.4"}]}.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
1 change: 1 addition & 0 deletions .elixir_ls/build/test/lib/unicode_util_compat/ebin
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{erl_opts,[debug_info,{platform_define,"^[2-9]",'OTP20'}]}.
{deps,[]}.
{overrides,[]}.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading