├── LICENSE ├── README.md ├── hadoop ├── .classpath ├── .gitignore ├── .project ├── bin │ └── run.sh ├── build.xml ├── config │ ├── ivy │ │ ├── ivy.xml │ │ └── ivysettings.xml │ └── jobs │ │ ├── base.properties │ │ ├── white-elephant-full-usage.job │ │ └── white-elephant-incremental-usage.job ├── lib │ └── static │ │ └── azkaban-common-0.10.jar ├── scripts │ ├── README.md │ ├── cfg.pm │ └── statsupload.pl └── src │ ├── avro_schemas │ ├── JobConf.avsc │ ├── LogData.avsc │ └── Stats.avsc │ └── java │ └── com │ └── linkedin │ └── whiteelephant │ ├── ProcessLogs.java │ ├── analysis │ └── ComputeUsagePerHour.java │ ├── mapreduce │ ├── MyAvroMultipleOutputs.java │ └── lib │ │ ├── input │ │ ├── CombineDocumentFileFormat.java │ │ └── CombinedTextInputFormat.java │ │ └── job │ │ ├── StagedOutputJob.java │ │ └── StagedOutputJobExecutor.java │ ├── parsing │ ├── LineParsing.java │ ├── ParseJobConfs.java │ └── ParseJobsFromLogs.java │ └── util │ └── JobStatsProcessing.java └── server ├── .gitignore ├── Gemfile ├── Gemfile.lock ├── app.rb ├── app ├── assets │ ├── javascripts │ │ ├── app.js │ │ ├── controllers │ │ │ └── index.js.coffee │ │ ├── rickshaw │ │ │ └── Rickshaw.Fixtures.LocalTime.js │ │ ├── templates │ │ │ ├── application.hbs │ │ │ ├── graph.hbs │ │ │ ├── index.hbs │ │ │ ├── table.hbs │ │ │ └── usage_query.hbs │ │ ├── vendor.js │ │ └── views │ │ │ ├── graph.js.coffee │ │ │ ├── index.js.coffee │ │ │ ├── table.js.coffee │ │ │ └── usage_query.js.coffee │ └── stylesheets │ │ ├── core.css.less │ │ └── tablesorter.less ├── cache_builder.rb ├── cube.rb ├── executor.rb ├── usage_data.rb ├── usage_database.rb ├── usage_file_load_task.rb ├── usage_hadoop_loader.rb ├── usage_loader.rb └── usage_local_loader.rb ├── build.xml ├── config.ru ├── config ├── ivy │ ├── ivy.xml │ └── ivysettings.xml ├── trinidad.yml └── warble.rb ├── environment.rb ├── environment.sh ├── lib └── static │ └── hsqldb.jar ├── licenses ├── bootstrap-license ├── d3-license ├── es5-shim-license ├── hsqldb-license ├── jquery-license ├── jquery-multiselect-license ├── jquery-tablesorter-license ├── jquery-ui-license ├── jstz-license ├── moment-license ├── mustache-license ├── rickshaw-license └── underscore-license ├── log4j └── log4j.properties ├── public ├── images │ ├── asc.gif │ ├── bg.gif │ ├── desc.gif │ └── pager │ │ ├── first.png │ │ ├── last.png │ │ ├── next.png │ │ └── prev.png └── img │ ├── glyphicons-halflings-white.png │ └── glyphicons-halflings.png ├── sample_config.yml ├── setup.sh ├── src └── java │ └── com │ └── linkedin │ └── whiteelephant │ └── TimeZoneConversion.java ├── startup.sh ├── test_data.rb ├── vendor └── assets │ ├── javascripts │ ├── d3.layout.min.js │ ├── d3.min.js │ ├── d3.v3.js │ ├── d3.v3.min.js │ ├── ember-1.0.0-pre.4.js │ ├── es5-shim.js │ ├── es5-shim.min.js │ ├── handlebars-1.0.rc.1.js │ ├── jquery-1.7.2.min.js │ ├── jquery-ui-1.8.24.custom.min.js │ ├── jquery.multiselect.filter.js │ ├── jquery.multiselect.js │ ├── jquery.tablesorter.js │ ├── jquery.tablesorter.min.js │ ├── jquery.tablesorter.pager.js │ ├── json2.js │ ├── jstz-1.0.4.min.js │ ├── moment.js │ ├── moment.min.js │ ├── mustache.js │ ├── rickshaw.js │ ├── rickshaw.min.js │ └── underscore-1.3.3-min.js │ └── stylesheets │ ├── bootstrap │ ├── accordion.less │ ├── alerts.less │ ├── bootstrap.less │ ├── breadcrumbs.less │ ├── button-groups.less │ ├── buttons.less │ ├── carousel.less │ ├── close.less │ ├── code.less │ ├── component-animations.less │ ├── dropdowns.less │ ├── forms.less │ ├── grid.less │ ├── hero-unit.less │ ├── labels-badges.less │ ├── layouts.less │ ├── mixins.less │ ├── modals.less │ ├── navbar.less │ ├── navs.less │ ├── pager.less │ ├── pagination.less │ ├── popovers.less │ ├── progress-bars.less │ ├── reset.less │ ├── responsive-1200px-min.less │ ├── responsive-767px-max.less │ ├── responsive-768px-979px.less │ ├── responsive-navbar.less │ ├── responsive-utilities.less │ ├── responsive.less │ ├── scaffolding.less │ ├── sprites.less │ ├── tables.less │ ├── thumbnails.less │ ├── tooltip.less │ ├── type.less │ ├── utilities.less │ ├── variables.less │ └── wells.less │ ├── images │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ ├── ui-bg_flat_75_ffffff_40x100.png │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ ├── ui-bg_glass_65_ffffff_1x400.png │ ├── ui-bg_glass_75_dadada_1x400.png │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ ├── ui-bg_glass_95_fef1ec_1x400.png │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ ├── ui-icons_222222_256x240.png │ ├── ui-icons_2e83ff_256x240.png │ ├── ui-icons_454545_256x240.png │ ├── ui-icons_888888_256x240.png │ └── ui-icons_cd0a0a_256x240.png │ ├── jquery-ui-1.8.24.custom.less │ ├── jquery.multiselect.filter.less │ ├── jquery.multiselect.less │ └── rickshaw.min.css └── views ├── home.erb └── layout.erb /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/README.md -------------------------------------------------------------------------------- /hadoop/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/.classpath -------------------------------------------------------------------------------- /hadoop/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/.gitignore -------------------------------------------------------------------------------- /hadoop/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/.project -------------------------------------------------------------------------------- /hadoop/bin/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/bin/run.sh -------------------------------------------------------------------------------- /hadoop/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/build.xml -------------------------------------------------------------------------------- /hadoop/config/ivy/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/config/ivy/ivy.xml -------------------------------------------------------------------------------- /hadoop/config/ivy/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/config/ivy/ivysettings.xml -------------------------------------------------------------------------------- /hadoop/config/jobs/base.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/config/jobs/base.properties -------------------------------------------------------------------------------- /hadoop/config/jobs/white-elephant-full-usage.job: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/config/jobs/white-elephant-full-usage.job -------------------------------------------------------------------------------- /hadoop/config/jobs/white-elephant-incremental-usage.job: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/config/jobs/white-elephant-incremental-usage.job -------------------------------------------------------------------------------- /hadoop/lib/static/azkaban-common-0.10.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/lib/static/azkaban-common-0.10.jar -------------------------------------------------------------------------------- /hadoop/scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/scripts/README.md -------------------------------------------------------------------------------- /hadoop/scripts/cfg.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/scripts/cfg.pm -------------------------------------------------------------------------------- /hadoop/scripts/statsupload.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/scripts/statsupload.pl -------------------------------------------------------------------------------- /hadoop/src/avro_schemas/JobConf.avsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/src/avro_schemas/JobConf.avsc -------------------------------------------------------------------------------- /hadoop/src/avro_schemas/LogData.avsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/src/avro_schemas/LogData.avsc -------------------------------------------------------------------------------- /hadoop/src/avro_schemas/Stats.avsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/src/avro_schemas/Stats.avsc -------------------------------------------------------------------------------- /hadoop/src/java/com/linkedin/whiteelephant/ProcessLogs.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/src/java/com/linkedin/whiteelephant/ProcessLogs.java -------------------------------------------------------------------------------- /hadoop/src/java/com/linkedin/whiteelephant/analysis/ComputeUsagePerHour.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/src/java/com/linkedin/whiteelephant/analysis/ComputeUsagePerHour.java -------------------------------------------------------------------------------- /hadoop/src/java/com/linkedin/whiteelephant/mapreduce/MyAvroMultipleOutputs.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/src/java/com/linkedin/whiteelephant/mapreduce/MyAvroMultipleOutputs.java -------------------------------------------------------------------------------- /hadoop/src/java/com/linkedin/whiteelephant/mapreduce/lib/input/CombineDocumentFileFormat.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/src/java/com/linkedin/whiteelephant/mapreduce/lib/input/CombineDocumentFileFormat.java -------------------------------------------------------------------------------- /hadoop/src/java/com/linkedin/whiteelephant/mapreduce/lib/input/CombinedTextInputFormat.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/src/java/com/linkedin/whiteelephant/mapreduce/lib/input/CombinedTextInputFormat.java -------------------------------------------------------------------------------- /hadoop/src/java/com/linkedin/whiteelephant/mapreduce/lib/job/StagedOutputJob.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/src/java/com/linkedin/whiteelephant/mapreduce/lib/job/StagedOutputJob.java -------------------------------------------------------------------------------- /hadoop/src/java/com/linkedin/whiteelephant/mapreduce/lib/job/StagedOutputJobExecutor.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/src/java/com/linkedin/whiteelephant/mapreduce/lib/job/StagedOutputJobExecutor.java -------------------------------------------------------------------------------- /hadoop/src/java/com/linkedin/whiteelephant/parsing/LineParsing.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/src/java/com/linkedin/whiteelephant/parsing/LineParsing.java -------------------------------------------------------------------------------- /hadoop/src/java/com/linkedin/whiteelephant/parsing/ParseJobConfs.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/src/java/com/linkedin/whiteelephant/parsing/ParseJobConfs.java -------------------------------------------------------------------------------- /hadoop/src/java/com/linkedin/whiteelephant/parsing/ParseJobsFromLogs.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/src/java/com/linkedin/whiteelephant/parsing/ParseJobsFromLogs.java -------------------------------------------------------------------------------- /hadoop/src/java/com/linkedin/whiteelephant/util/JobStatsProcessing.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/hadoop/src/java/com/linkedin/whiteelephant/util/JobStatsProcessing.java -------------------------------------------------------------------------------- /server/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/.gitignore -------------------------------------------------------------------------------- /server/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/Gemfile -------------------------------------------------------------------------------- /server/Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/Gemfile.lock -------------------------------------------------------------------------------- /server/app.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/app.rb -------------------------------------------------------------------------------- /server/app/assets/javascripts/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/app/assets/javascripts/app.js -------------------------------------------------------------------------------- /server/app/assets/javascripts/controllers/index.js.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/app/assets/javascripts/controllers/index.js.coffee -------------------------------------------------------------------------------- /server/app/assets/javascripts/rickshaw/Rickshaw.Fixtures.LocalTime.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/app/assets/javascripts/rickshaw/Rickshaw.Fixtures.LocalTime.js -------------------------------------------------------------------------------- /server/app/assets/javascripts/templates/application.hbs: -------------------------------------------------------------------------------- 1 |
2 | {{outlet}} 3 |
-------------------------------------------------------------------------------- /server/app/assets/javascripts/templates/graph.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/app/assets/javascripts/templates/graph.hbs -------------------------------------------------------------------------------- /server/app/assets/javascripts/templates/index.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/app/assets/javascripts/templates/index.hbs -------------------------------------------------------------------------------- /server/app/assets/javascripts/templates/table.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/app/assets/javascripts/templates/table.hbs -------------------------------------------------------------------------------- /server/app/assets/javascripts/templates/usage_query.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/app/assets/javascripts/templates/usage_query.hbs -------------------------------------------------------------------------------- /server/app/assets/javascripts/vendor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/app/assets/javascripts/vendor.js -------------------------------------------------------------------------------- /server/app/assets/javascripts/views/graph.js.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/app/assets/javascripts/views/graph.js.coffee -------------------------------------------------------------------------------- /server/app/assets/javascripts/views/index.js.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/app/assets/javascripts/views/index.js.coffee -------------------------------------------------------------------------------- /server/app/assets/javascripts/views/table.js.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/app/assets/javascripts/views/table.js.coffee -------------------------------------------------------------------------------- /server/app/assets/javascripts/views/usage_query.js.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/app/assets/javascripts/views/usage_query.js.coffee -------------------------------------------------------------------------------- /server/app/assets/stylesheets/core.css.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/app/assets/stylesheets/core.css.less -------------------------------------------------------------------------------- /server/app/assets/stylesheets/tablesorter.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/app/assets/stylesheets/tablesorter.less -------------------------------------------------------------------------------- /server/app/cache_builder.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/app/cache_builder.rb -------------------------------------------------------------------------------- /server/app/cube.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/app/cube.rb -------------------------------------------------------------------------------- /server/app/executor.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/app/executor.rb -------------------------------------------------------------------------------- /server/app/usage_data.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/app/usage_data.rb -------------------------------------------------------------------------------- /server/app/usage_database.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/app/usage_database.rb -------------------------------------------------------------------------------- /server/app/usage_file_load_task.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/app/usage_file_load_task.rb -------------------------------------------------------------------------------- /server/app/usage_hadoop_loader.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/app/usage_hadoop_loader.rb -------------------------------------------------------------------------------- /server/app/usage_loader.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/app/usage_loader.rb -------------------------------------------------------------------------------- /server/app/usage_local_loader.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/app/usage_local_loader.rb -------------------------------------------------------------------------------- /server/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/build.xml -------------------------------------------------------------------------------- /server/config.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/config.ru -------------------------------------------------------------------------------- /server/config/ivy/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/config/ivy/ivy.xml -------------------------------------------------------------------------------- /server/config/ivy/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/config/ivy/ivysettings.xml -------------------------------------------------------------------------------- /server/config/trinidad.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/config/trinidad.yml -------------------------------------------------------------------------------- /server/config/warble.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/config/warble.rb -------------------------------------------------------------------------------- /server/environment.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/environment.rb -------------------------------------------------------------------------------- /server/environment.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/environment.sh -------------------------------------------------------------------------------- /server/lib/static/hsqldb.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/lib/static/hsqldb.jar -------------------------------------------------------------------------------- /server/licenses/bootstrap-license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/licenses/bootstrap-license -------------------------------------------------------------------------------- /server/licenses/d3-license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/licenses/d3-license -------------------------------------------------------------------------------- /server/licenses/es5-shim-license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/licenses/es5-shim-license -------------------------------------------------------------------------------- /server/licenses/hsqldb-license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/licenses/hsqldb-license -------------------------------------------------------------------------------- /server/licenses/jquery-license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/licenses/jquery-license -------------------------------------------------------------------------------- /server/licenses/jquery-multiselect-license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/licenses/jquery-multiselect-license -------------------------------------------------------------------------------- /server/licenses/jquery-tablesorter-license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/licenses/jquery-tablesorter-license -------------------------------------------------------------------------------- /server/licenses/jquery-ui-license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/licenses/jquery-ui-license -------------------------------------------------------------------------------- /server/licenses/jstz-license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/licenses/jstz-license -------------------------------------------------------------------------------- /server/licenses/moment-license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/licenses/moment-license -------------------------------------------------------------------------------- /server/licenses/mustache-license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/licenses/mustache-license -------------------------------------------------------------------------------- /server/licenses/rickshaw-license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/licenses/rickshaw-license -------------------------------------------------------------------------------- /server/licenses/underscore-license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/licenses/underscore-license -------------------------------------------------------------------------------- /server/log4j/log4j.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/log4j/log4j.properties -------------------------------------------------------------------------------- /server/public/images/asc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/public/images/asc.gif -------------------------------------------------------------------------------- /server/public/images/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/public/images/bg.gif -------------------------------------------------------------------------------- /server/public/images/desc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/public/images/desc.gif -------------------------------------------------------------------------------- /server/public/images/pager/first.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/public/images/pager/first.png -------------------------------------------------------------------------------- /server/public/images/pager/last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/public/images/pager/last.png -------------------------------------------------------------------------------- /server/public/images/pager/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/public/images/pager/next.png -------------------------------------------------------------------------------- /server/public/images/pager/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/public/images/pager/prev.png -------------------------------------------------------------------------------- /server/public/img/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/public/img/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /server/public/img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/public/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /server/sample_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/sample_config.yml -------------------------------------------------------------------------------- /server/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/setup.sh -------------------------------------------------------------------------------- /server/src/java/com/linkedin/whiteelephant/TimeZoneConversion.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/src/java/com/linkedin/whiteelephant/TimeZoneConversion.java -------------------------------------------------------------------------------- /server/startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/startup.sh -------------------------------------------------------------------------------- /server/test_data.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/test_data.rb -------------------------------------------------------------------------------- /server/vendor/assets/javascripts/d3.layout.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/javascripts/d3.layout.min.js -------------------------------------------------------------------------------- /server/vendor/assets/javascripts/d3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/javascripts/d3.min.js -------------------------------------------------------------------------------- /server/vendor/assets/javascripts/d3.v3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/javascripts/d3.v3.js -------------------------------------------------------------------------------- /server/vendor/assets/javascripts/d3.v3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/javascripts/d3.v3.min.js -------------------------------------------------------------------------------- /server/vendor/assets/javascripts/ember-1.0.0-pre.4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/javascripts/ember-1.0.0-pre.4.js -------------------------------------------------------------------------------- /server/vendor/assets/javascripts/es5-shim.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/javascripts/es5-shim.js -------------------------------------------------------------------------------- /server/vendor/assets/javascripts/es5-shim.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/javascripts/es5-shim.min.js -------------------------------------------------------------------------------- /server/vendor/assets/javascripts/handlebars-1.0.rc.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/javascripts/handlebars-1.0.rc.1.js -------------------------------------------------------------------------------- /server/vendor/assets/javascripts/jquery-1.7.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/javascripts/jquery-1.7.2.min.js -------------------------------------------------------------------------------- /server/vendor/assets/javascripts/jquery-ui-1.8.24.custom.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/javascripts/jquery-ui-1.8.24.custom.min.js -------------------------------------------------------------------------------- /server/vendor/assets/javascripts/jquery.multiselect.filter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/javascripts/jquery.multiselect.filter.js -------------------------------------------------------------------------------- /server/vendor/assets/javascripts/jquery.multiselect.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/javascripts/jquery.multiselect.js -------------------------------------------------------------------------------- /server/vendor/assets/javascripts/jquery.tablesorter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/javascripts/jquery.tablesorter.js -------------------------------------------------------------------------------- /server/vendor/assets/javascripts/jquery.tablesorter.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/javascripts/jquery.tablesorter.min.js -------------------------------------------------------------------------------- /server/vendor/assets/javascripts/jquery.tablesorter.pager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/javascripts/jquery.tablesorter.pager.js -------------------------------------------------------------------------------- /server/vendor/assets/javascripts/json2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/javascripts/json2.js -------------------------------------------------------------------------------- /server/vendor/assets/javascripts/jstz-1.0.4.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/javascripts/jstz-1.0.4.min.js -------------------------------------------------------------------------------- /server/vendor/assets/javascripts/moment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/javascripts/moment.js -------------------------------------------------------------------------------- /server/vendor/assets/javascripts/moment.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/javascripts/moment.min.js -------------------------------------------------------------------------------- /server/vendor/assets/javascripts/mustache.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/javascripts/mustache.js -------------------------------------------------------------------------------- /server/vendor/assets/javascripts/rickshaw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/javascripts/rickshaw.js -------------------------------------------------------------------------------- /server/vendor/assets/javascripts/rickshaw.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/javascripts/rickshaw.min.js -------------------------------------------------------------------------------- /server/vendor/assets/javascripts/underscore-1.3.3-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/javascripts/underscore-1.3.3-min.js -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/accordion.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/accordion.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/alerts.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/alerts.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/bootstrap.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/bootstrap.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/breadcrumbs.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/breadcrumbs.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/button-groups.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/button-groups.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/buttons.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/buttons.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/carousel.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/carousel.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/close.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/close.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/code.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/code.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/component-animations.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/component-animations.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/dropdowns.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/dropdowns.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/forms.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/forms.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/grid.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/grid.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/hero-unit.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/hero-unit.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/labels-badges.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/labels-badges.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/layouts.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/layouts.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/mixins.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/mixins.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/modals.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/modals.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/navbar.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/navbar.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/navs.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/navs.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/pager.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/pager.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/pagination.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/pagination.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/popovers.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/popovers.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/progress-bars.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/progress-bars.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/reset.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/reset.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/responsive-1200px-min.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/responsive-1200px-min.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/responsive-767px-max.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/responsive-767px-max.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/responsive-768px-979px.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/responsive-768px-979px.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/responsive-navbar.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/responsive-navbar.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/responsive-utilities.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/responsive-utilities.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/responsive.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/responsive.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/scaffolding.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/scaffolding.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/sprites.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/sprites.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/tables.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/tables.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/thumbnails.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/thumbnails.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/tooltip.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/tooltip.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/type.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/type.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/utilities.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/utilities.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/variables.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/variables.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/bootstrap/wells.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/bootstrap/wells.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/jquery-ui-1.8.24.custom.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/jquery-ui-1.8.24.custom.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/jquery.multiselect.filter.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/jquery.multiselect.filter.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/jquery.multiselect.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/jquery.multiselect.less -------------------------------------------------------------------------------- /server/vendor/assets/stylesheets/rickshaw.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/vendor/assets/stylesheets/rickshaw.min.css -------------------------------------------------------------------------------- /server/views/home.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/views/home.erb -------------------------------------------------------------------------------- /server/views/layout.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkedInAttic/white-elephant/HEAD/server/views/layout.erb --------------------------------------------------------------------------------