Commit Graph

2289 Commits

Author SHA1 Message Date
Álax de Carvalho Alves
cee7479cf4 Setting Action Cable (#956)
* Configurations update for rails 4.0

* ActiveSupport::Testing::Performance extracted to a gem

* ruby prof required as a dependency

* disable rubocop on bin folder

* http patch

* Comment out to allow testing

* no longer supports plugin loading

* lock to sprockets 2.12

* Active record patches

* remove deprecated test syntax

* fix failing tests

* change new super class

* replace right_aws with right_aws_api

right_aws is no longer maintained, was throwing an error

* lock to rails 4.2.11.1

* change rails version in install script

* remove deprecation warnings

* Change test lib to minitest, add  minitest reporters

* make app work

* active record find patches

* root_in_json include defaulted to false

* confirm option removed in link helper

* cookies serializer changed to hybrid

* Change render :text to :plain

render :text will be deprecated and poses a security risk

* console for dev web

* Check and fix interface functionality

* fix export functionality

* add protected attributes for the warpable model

* fix image upload

* Fix comments and images failing tests

* include mass assignment security in annotations

* render html for update images

* clear mail array before every test

* Fix codeclimate issues

* skip failing test

The test is failing because of different names in model(warpable) and
controller(images) skipping this for now until we decide if we want to
standardize the names

* replace unprotected redirects

* Fix codeclimate issues

* Autofixing rubocop offenses and Problematic test for #578 (#667)

* Autofixing rubocop offenses

* Adding Rubocop to Travis pipelines and development branch

* Fixing maps controller test

* Fixing remaining offenses

* change post test to create since action new is a get action

* remove unprotected redirects

* Fix codeclimate issues

* Add yarn

* Remove error log

* Fix oauth icons

* Modify package.json

* Add yarn install to start.sh

* Add leaflet google

* Remove leaflet-google from package json

* remove passenger error logs

* Fix install script

* Remove flag

* Fix gemfile.lock

* Fix gemfile.lock

* Fix login

* Upgrade Gemfile to Rails 5.0

* require rake'

* Change config files

* Add application record

* Bump mysql

* Local builds for Travis runners (#672)

* Using local mysql for travis

* Fix codeclimate issues

* Refactoring yamls

* Autofixing rubocop offenses and Problematic test for #578 (#667)

* Autofixing rubocop offenses

* Adding Rubocop to Travis pipelines and development branch

* Fixing maps controller test

* Fixing remaining offenses

* Fixing unit tests

* Adding docker build to travis pipelines

* Adding docker build to travis pipelines

* Staging builds in travis

* fix travis.yml

* Upgrading sintax of assets and using required gems

* Using updated version of GDAL and installing required dependencies

* Enabling cache in between builds

* Test yarn for travis

* Conditionalize rake db:setup for travis

* Add semicolon

* Remove comment

* modify database.yml

* Migrate seperately

* Run create only for production

* Locking newer Rails v

* Running update task

* Adding missing bootsnap gem

* Fixing missing database

* Adding missing listen gem

* Fixing schema example version

* Fixing migration versions

* Updating dependencies for Rails 5

* Adding ApplicationMailer abstraction

* Adding required initializers

* Prefer require_relative instead of full path

* Making associations not required by default

* Regenerating schema file

* Hotfixing MassAssigment

* Upgrade web-console, remove mysql adapter override

* Remove attr_accessible

* Add rails-controller-testing gem

* Follow new syntax for tests

* Remove extra web-console from gemfile

* Regenerating lock file

* Fixing rubocop offenses and bundler version

* Using correct Paperclip class as in https://github.com/rails/rails/issues/26404#issuecomment-502129936

* Fix images functional tests

* images controller test typecast to string

* Fix rails logger

* Fix map tests

* Bumping rubocop version

* Autofixing rubocop offenses

* Including performance cop to rubocop

* Refactoring deprecated routing and secret_token

* Fixing routes for feed controller

* Using correct routes for RSS builder

* Fixing missing routes

* Fixing travis bundler and yarn cache

* Fixing bundle path

* Splitting bundle and yarn verifications

* Autofixing rubocop offenses

* Fixing prod host for travis, private class usage and rubocop offenses

* Upgrade to Rails 5.2 (#685)

* Upgrade Gemfile to Rails 5.0

* require rake'

* Change config files

* Add application record

* Bump mysql

* Locking newer Rails v

* Running update task

* Adding missing bootsnap gem

* Fixing missing database

* Adding missing listen gem

* Fixing schema example version

* Fixing migration versions

* Updating dependencies for Rails 5

* Adding ApplicationMailer abstraction

* Adding required initializers

* Prefer require_relative instead of full path

* Making associations not required by default

* Regenerating schema file

* Hotfixing MassAssigment

* Upgrade web-console, remove mysql adapter override

* Remove attr_accessible

* Add rails-controller-testing gem

* Follow new syntax for tests

* Remove extra web-console from gemfile

* Regenerating lock file

* Fixing rubocop offenses and bundler version

* Using correct Paperclip class as in https://github.com/rails/rails/issues/26404#issuecomment-502129936

* Fix images functional tests

* images controller test typecast to string

* Fix rails logger

* Fix map tests

* Bumping rubocop version

* Autofixing rubocop offenses

* Including performance cop to rubocop

* Refactoring deprecated routing and secret_token

* Fixing routes for feed controller

* Using correct routes for RSS builder

* Fixing missing routes

* Fixing travis bundler and yarn cache

* Fixing bundle path

* Splitting bundle and yarn verifications

* Fixing prod host for travis, private class usage and rubocop offenses

* Enforcing params usage on get method

* Using correct folder names to Rails >5 conventions

* Enforcing params wrapping and adding missing front_ui route

* Precompiling assets before serving

* Improving Jenkins startup script

* WIP action cable setup

* basic action cable setup complete

* minor change

* minor changes

* few changes

* Using supported docker yaml version by Jenkins

* Adding task to check database existance

* Improving start script

* Improving Makefile's recipes and target

* Adding task to check database existance

* Improving start script

* Improving Makefile's recipes and target

* Improving Makefile's recipes and target

* Patching https://github.com/publiclab/mapknitter/pull/803

* Improving Jenkins setup

* initial working functionality complete

* Fix map loading

* h

* Fixing Leaflet-Environmental-Layers map loading

* h

* leaflet

* fix

* change

* updates

* stop precompiling assets

* precompile

* Using correct Yarn, NPM and Node version, avoiding mismatch

* Removing unwanted tags.js invocation

* Improving Makefile recipe

* Using node_modules/ as dependencies folder, since https://github.com/sass/node-sass/issues/2050#issuecomment-317233552

* Upgrading Yarn dependencies

* Removing duplicate rubocop directive

* Removing test/ from codeclimate checks

* Removing fixed FIXME comments

* Removing fixed FIXME comments

* Updating docs in README

* Refactoring code

* Bumping recaptcha and include methods

* Adding Foreman gem

* Scheduling Puma and Passenger servers

* WIP action cable setup

* basic action cable setup complete

* minor change

* minor changes

* few changes

* initial working functionality complete

* Refactoring code

* Adding Foreman gem

* Scheduling Puma and Passenger servers

* few minor fix

* added a few tests

* Refactoring connection module

* Fixing migration version

* Using strong params in requests

* Using strong params in requests

* Use Rack::Test::UploadedFile instead of ActionDispatch::Http::UploadedFile

* added documentation

* added more docs

* added tests

* Fix minor asset issue

* Remove manual asset references and add them to application js

* Fix asset ordering in application.js

* Configure System tests  (#936)

* Add new system tests and fix minor asset loading

* modify test

* Add chromedriver to travis

* Add sudo

* Add dependencies to dockerfile

* Properly installing chrome and chromedriver

* Using puma as dependency and correct image controller

* added a few tests

* a few changes

* remove unnecessary render

* few test fixes

* action cable setup (#805)

* WIP action cable setup

* basic action cable setup complete

* minor change

* minor changes

* few changes

* initial working functionality complete

* Refactoring code

* Adding Foreman gem

* Scheduling Puma and Passenger servers

* WIP action cable setup

* basic action cable setup complete

* minor change

* minor changes

* few changes

* initial working functionality complete

* Refactoring code

* Adding Foreman gem

* Scheduling Puma and Passenger servers

* few minor fix

* added a few tests

* Refactoring connection module

* Using strong params in requests

* added documentation

* added more docs

* added tests

* Using puma as dependency and correct image controller

* added a few tests

* a few changes

* remove unnecessary render

* few test fixes

* Fixing CodeClimate issues

* Synch editing add ons (#957)

* few bug fixes

* separate editing channels for different maps

* test fixes

* rubocop fixes

* Undoing unwanted pattern set by Rubocop
2019-08-30 16:19:26 -04:00
Divya Baid
1ac63abb67 Search maps by a location (#924)
* Search maps by location

* mend

* Search by location -2

* Error fixed

* routes updated

* Naming changed

* Changes fixed

* Like operation fixed

* Error 500 solved

* Test added
2019-08-27 14:20:32 -04:00
dependabot-preview[bot]
a13b97c370 Bump leaflet-spin from 1.1.0 to 1.1.0 (#866)
Bumps [leaflet-spin](https://github.com/makinacorpus/Leaflet.Spin) from 1.1.0 to 1.1.0. This release includes the previously tagged commit.
- [Release notes](https://github.com/makinacorpus/Leaflet.Spin/releases)
- [Commits](f7c86843d2...1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-27 14:19:20 -04:00
Divya Baid
b0de400af4 OAuth of slider working (#969) 2019-08-27 10:10:06 -04:00
Kaustubh Nair
020573caa3 remove gracefuljs (#962) 2019-08-26 12:40:41 -04:00
dependabot-preview[bot]
4ab867367f Bump will_paginate from 3.1.7 to 3.1.8 (#955)
Bumps [will_paginate](https://github.com/mislav/will_paginate) from 3.1.7 to 3.1.8.
- [Release notes](https://github.com/mislav/will_paginate/releases)
- [Commits](https://github.com/mislav/will_paginate/compare/v3.1.7...v3.1.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-22 12:55:49 -04:00
dependabot-preview[bot]
5093d81a33 Bump autoprefixer-rails from 9.5.1.1 to 9.6.1 (#947)
Bumps [autoprefixer-rails](https://github.com/ai/autoprefixer-rails) from 9.5.1.1 to 9.6.1.
- [Release notes](https://github.com/ai/autoprefixer-rails/releases)
- [Changelog](https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ai/autoprefixer-rails/compare/9.5.1.1...9.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-22 12:49:59 -04:00
Kaustubh Nair
ab4727f085 Fix image placement (#951)
* Fix image placement

* Fix image placement

* Add test for pressing place

* Change button to link

* Check if image is present in layers

* Revert schema change

* remove semicolons
2019-08-20 11:00:14 -04:00
dependabot-preview[bot]
268594a1ea Bump faker from 1.9.6 to 2.1.2 (#945)
* Bump faker from 1.9.6 to 2.1.2

Bumps [faker](https://github.com/faker-ruby/faker) from 1.9.6 to 2.1.2.
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faker-ruby/faker/compare/1.9.6...v2.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix syntax for Faker:Number
2019-08-16 10:21:07 -04:00
Divya Baid
b924f76d03 UI improvements: version tracking and other in the sidebar (#923)
* ui-improvements

* Changes made -1
2019-08-16 10:13:07 -04:00
dependabot-preview[bot]
dfd64e2390 [Security] Bump nokogiri from 1.10.3 to 1.10.4 (#930)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.3 to 1.10.4. **This update includes a security fix.**
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.3...v1.10.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-16 10:12:37 -04:00
Divya Baid
8686d09909 Database migration - Paper trails error (#946) 2019-08-16 10:12:14 -04:00
dependabot-preview[bot]
ffb2d3c845 Bump minitest-reporters from 1.3.6 to 1.3.8 (#948)
Bumps [minitest-reporters](https://github.com/CapnKernul/minitest-reporters) from 1.3.6 to 1.3.8.
- [Release notes](https://github.com/CapnKernul/minitest-reporters/releases)
- [Changelog](https://github.com/kern/minitest-reporters/blob/master/CHANGELOG.md)
- [Commits](https://github.com/CapnKernul/minitest-reporters/compare/v1.3.6...v1.3.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-16 08:13:47 -04:00
Divya Baid
c7d700d520 Toggle view option for image added in the sidebar (#738)
* Toggle option for image view added

* list view correction

* Toggle-view
2019-08-16 08:13:03 -04:00
dependabot-preview[bot]
0ae8eb5c33 Bump leaflet-distortableimage from 0.6.9 to 0.7.2 (#949)
Bumps [leaflet-distortableimage](https://github.com/publiclab/Leaflet.DistortableImage) from 0.6.9 to 0.7.2.
- [Release notes](https://github.com/publiclab/Leaflet.DistortableImage/releases)
- [Commits](https://github.com/publiclab/Leaflet.DistortableImage/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-16 08:07:31 -04:00
Álax de Carvalho Alves
27f8941a40 Upgrading to Rails 5.2.3 (#891)
* Configurations update for rails 4.0

* ActiveSupport::Testing::Performance extracted to a gem

* ruby prof required as a dependency

* disable rubocop on bin folder

* http patch

* Comment out to allow testing

* no longer supports plugin loading

* lock to sprockets 2.12

* Active record patches

* remove deprecated test syntax

* fix failing tests

* change new super class

* replace right_aws with right_aws_api

right_aws is no longer maintained, was throwing an error

* lock to rails 4.2.11.1

* change rails version in install script

* remove deprecation warnings

* Change test lib to minitest, add  minitest reporters

* make app work

* active record find patches

* root_in_json include defaulted to false

* confirm option removed in link helper

* cookies serializer changed to hybrid

* Change render :text to :plain

render :text will be deprecated and poses a security risk

* console for dev web

* Check and fix interface functionality

* fix export functionality

* add protected attributes for the warpable model

* fix image upload

* Fix comments and images failing tests

* include mass assignment security in annotations

* render html for update images

* clear mail array before every test

* Fix codeclimate issues

* skip failing test

The test is failing because of different names in model(warpable) and
controller(images) skipping this for now until we decide if we want to
standardize the names

* replace unprotected redirects

* Fix codeclimate issues

* Autofixing rubocop offenses and Problematic test for #578 (#667)

* Autofixing rubocop offenses

* Adding Rubocop to Travis pipelines and development branch

* Fixing maps controller test

* Fixing remaining offenses

* change post test to create since action new is a get action

* remove unprotected redirects

* Fix codeclimate issues

* Add yarn

* Remove error log

* Fix oauth icons

* Modify package.json

* Add yarn install to start.sh

* Add leaflet google

* Remove leaflet-google from package json

* remove passenger error logs

* Fix install script

* Remove flag

* Fix gemfile.lock

* Fix gemfile.lock

* Fix login

* Upgrade Gemfile to Rails 5.0

* require rake'

* Change config files

* Add application record

* Bump mysql

* Local builds for Travis runners (#672)

* Using local mysql for travis

* Fix codeclimate issues

* Refactoring yamls

* Autofixing rubocop offenses and Problematic test for #578 (#667)

* Autofixing rubocop offenses

* Adding Rubocop to Travis pipelines and development branch

* Fixing maps controller test

* Fixing remaining offenses

* Fixing unit tests

* Adding docker build to travis pipelines

* Adding docker build to travis pipelines

* Staging builds in travis

* fix travis.yml

* Upgrading sintax of assets and using required gems

* Using updated version of GDAL and installing required dependencies

* Enabling cache in between builds

* Test yarn for travis

* Conditionalize rake db:setup for travis

* Add semicolon

* Remove comment

* modify database.yml

* Migrate seperately

* Run create only for production

* Locking newer Rails v

* Running update task

* Adding missing bootsnap gem

* Fixing missing database

* Adding missing listen gem

* Fixing schema example version

* Fixing migration versions

* Updating dependencies for Rails 5

* Adding ApplicationMailer abstraction

* Adding required initializers

* Prefer require_relative instead of full path

* Making associations not required by default

* Regenerating schema file

* Hotfixing MassAssigment

* Upgrade web-console, remove mysql adapter override

* Remove attr_accessible

* Add rails-controller-testing gem

* Follow new syntax for tests

* Remove extra web-console from gemfile

* Regenerating lock file

* Fixing rubocop offenses and bundler version

* Using correct Paperclip class as in https://github.com/rails/rails/issues/26404#issuecomment-502129936

* Fix images functional tests

* images controller test typecast to string

* Fix rails logger

* Fix map tests

* Bumping rubocop version

* Autofixing rubocop offenses

* Including performance cop to rubocop

* Refactoring deprecated routing and secret_token

* Fixing routes for feed controller

* Using correct routes for RSS builder

* Fixing missing routes

* Fixing travis bundler and yarn cache

* Fixing bundle path

* Splitting bundle and yarn verifications

* Autofixing rubocop offenses

* Fixing prod host for travis, private class usage and rubocop offenses

* Upgrade to Rails 5.2 (#685)

* Upgrade Gemfile to Rails 5.0

* require rake'

* Change config files

* Add application record

* Bump mysql

* Locking newer Rails v

* Running update task

* Adding missing bootsnap gem

* Fixing missing database

* Adding missing listen gem

* Fixing schema example version

* Fixing migration versions

* Updating dependencies for Rails 5

* Adding ApplicationMailer abstraction

* Adding required initializers

* Prefer require_relative instead of full path

* Making associations not required by default

* Regenerating schema file

* Hotfixing MassAssigment

* Upgrade web-console, remove mysql adapter override

* Remove attr_accessible

* Add rails-controller-testing gem

* Follow new syntax for tests

* Remove extra web-console from gemfile

* Regenerating lock file

* Fixing rubocop offenses and bundler version

* Using correct Paperclip class as in https://github.com/rails/rails/issues/26404#issuecomment-502129936

* Fix images functional tests

* images controller test typecast to string

* Fix rails logger

* Fix map tests

* Bumping rubocop version

* Autofixing rubocop offenses

* Including performance cop to rubocop

* Refactoring deprecated routing and secret_token

* Fixing routes for feed controller

* Using correct routes for RSS builder

* Fixing missing routes

* Fixing travis bundler and yarn cache

* Fixing bundle path

* Splitting bundle and yarn verifications

* Fixing prod host for travis, private class usage and rubocop offenses

* Enforcing params usage on get method

* Using correct folder names to Rails >5 conventions

* Enforcing params wrapping and adding missing front_ui route

* Precompiling assets before serving

* Improving Jenkins startup script

* Using supported docker yaml version by Jenkins

* Adding task to check database existance

* Improving start script

* Improving Makefile's recipes and target

* Adding task to check database existance

* Improving start script

* Improving Makefile's recipes and target

* Improving Makefile's recipes and target

* Patching https://github.com/publiclab/mapknitter/pull/803

* Improving Jenkins setup

* Fix map loading

* h

* Fixing Leaflet-Environmental-Layers map loading

* h

* leaflet

* fix

* change

* updates

* stop precompiling assets

* precompile

* Using correct Yarn, NPM and Node version, avoiding mismatch

* Removing unwanted tags.js invocation

* Improving Makefile recipe

* Using node_modules/ as dependencies folder, since https://github.com/sass/node-sass/issues/2050#issuecomment-317233552

* Upgrading Yarn dependencies

* Removing duplicate rubocop directive

* Removing test/ from codeclimate checks

* Removing fixed FIXME comments

* Removing fixed FIXME comments

* Updating docs in README

* Bumping recaptcha and include methods

* Fixing migration version

* Using strong params in requests

* Using strong params in requests

* Use Rack::Test::UploadedFile instead of ActionDispatch::Http::UploadedFile

* Remove rubocop linter

* Fix codeclimate issues

* Fix minor asset issue

* Remove manual asset references and add them to application js

* Fix asset ordering in application.js

* Configure System tests  (#936)

* Add new system tests and fix minor asset loading

* modify test

* Add chromedriver to travis

* Add sudo

* Add dependencies to dockerfile

* Properly installing chrome and chromedriver

* Fixing Map loading since merges
2019-08-15 15:59:45 -04:00
Wildin Mota
1281de8205 Implement factory method systax (#942)
- Delete unnecessary 'new' keyboard
- Fix for methods name
2019-08-15 06:46:42 -04:00
jywarren
619fcc4375 add -geo to tiff 2019-08-14 19:42:07 -04:00
jywarren
c615554471 followup exporter fix 2019-08-14 19:11:49 -04:00
jywarren
c76748ec33 exporter hotfix 2019-08-14 19:02:54 -04:00
Gaurav Sachdeva
f77bef70f8 popper working on edit map page (#934) 2019-08-14 14:40:24 -04:00
vpaez
023d0c316c Fixed repeated word in Statistics page issue (#905) 2019-08-13 02:58:08 +05:30
Sridhar B.S
204dd5e079 Use class factory syntax (#909) 2019-08-11 08:20:21 -04:00
jywarren
d5c9565a34 require uglifier 2019-08-09 15:56:25 +06:00
jywarren
8caefa757e uglifier gem harmony flag for es6 2019-08-09 15:13:39 +06:00
Cess
b2ee288da5 fix images urls (#904) 2019-08-09 14:11:15 +06:00
Cess
58f2efb8ff add default value for bands string (#913) 2019-08-09 00:48:33 -05:00
Sasha Boginsky
a79a86f2af Map location not loading fix / other bug fixes (no more errors in terminal)! (#892)
* h

* h

* update mapknitter variable

* commit changes

* checkoutout extraneous file

* Checkout 2nd extraneous file

* Checkout third extranous file

* fix bounds are not valid error

* undo file rename

* Everything working now

* readd new line at end of file

* Readd new line to file again

* remove deprecated L.Mixin.Events

* commit

* final

* make sure events are running

* fix readOnly bug

* fix zoom bug

* imorove the bounds

* final
2019-08-06 23:50:16 -04:00
Divya Baid
b8757c16bc Version tracking of images (#862)
* version-1

* version-2

* code climate fix

* Change count to count_version

* Logged in users can edit the maps

* Test added

* clock button added

* clock button added history button removed

* Change papertrail version to json, set limit to 10

- Clean up revert method

* test image versioning and rollback

* remove version limit

* create temp image folders

* script removed

* Small change

* warpable saved

* Small fix

* version-revert fixed

* Cloned version added on top

* final changes

* final changes - 1

* Removing count_version

* tests improved

* remove byebug
2019-08-04 02:16:11 +05:30
dependabot-preview[bot]
6c4bd54c24 [Security] Bump jquery-ujs from 0.0.0 to 1.0.4 (#764)
Bumps [jquery-ujs](https://github.com/rails/jquery-ujs) from 0.0.0 to 1.0.4. **This update includes security fixes.**
- [Release notes](https://github.com/rails/jquery-ujs/releases)
- [Commits](https://github.com/rails/jquery-ujs/commits/v1.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-04 02:05:19 +05:30
Divya Baid
5fb968f87e Map and gallery template added to tags page (#821)
* Map and gallery templete added to tags page

* Gallery template
2019-08-02 04:45:55 -04:00
dependabot-preview[bot]
3ca0b08749 Bump tzinfo-data from 1.2019.1 to 1.2019.2 (#789)
Bumps [tzinfo-data](https://github.com/tzinfo/tzinfo-data) from 1.2019.1 to 1.2019.2.
- [Release notes](https://github.com/tzinfo/tzinfo-data/releases)
- [Commits](https://github.com/tzinfo/tzinfo-data/compare/v1.2019.1...v1.2019.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-30 01:56:53 +05:30
dependabot-preview[bot]
24a081acd9 Bump faker from 1.9.4 to 1.9.6 (#816)
Bumps [faker](https://github.com/stympy/faker) from 1.9.4 to 1.9.6.
- [Release notes](https://github.com/stympy/faker/releases)
- [Changelog](https://github.com/stympy/faker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stympy/faker/compare/1.9.4...1.9.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-29 23:42:15 +05:30
shivam kumar singh
fb87640767 Extra leaflet line removed (#887) 2019-07-27 21:27:30 -04:00
Divya Baid
513b52fd19 Anonymous map option added (#820)
* anonymous map option added

* Limitations for  anonymous maps added
2019-07-26 22:03:36 -04:00
Cess
1548afb7ec lower zoom level (#873) 2019-07-26 13:38:13 -05:00
Cess
47d43354e8 Tweaks to maps per region (#879)
* cache regional maps

* add tag filter on maps

* test tag  filter in regional maps
2019-07-26 12:37:42 -05:00
Jeffrey Warren
e2c890d5be Update _share.html.erb 2019-07-25 16:49:21 -05:00
dependabot-preview[bot]
023ab87cd7 Bump mysql2 from 0.3.21 to 0.5.2 (#318)
Bumps [mysql2](https://github.com/brianmario/mysql2) from 0.3.21 to 0.5.2.
- [Release notes](https://github.com/brianmario/mysql2/releases)
- [Changelog](https://github.com/brianmario/mysql2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianmario/mysql2/compare/0.3.21...0.5.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-07-24 17:09:00 -04:00
dependabot-preview[bot]
7ab3571e45 Bump rake from 12.3.2 to 12.3.3 (#877)
Bumps [rake](https://github.com/ruby/rake) from 12.3.2 to 12.3.3.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](https://github.com/ruby/rake/compare/v12.3.2...v12.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-24 17:07:46 -04:00
Vignesh Elangovan
48e4f82aba update docker version (#852) 2019-07-24 17:07:25 -04:00
Divya Baid
820d1f7673 Adds commands in Readme to run specific test (#876) 2019-07-24 00:19:17 +05:30
Ozuna
e9d09abdae Updated-L.Control.Layers initializer to class factory syntax (#869) 2019-07-23 06:53:52 -04:00
Sasha Boginsky
f29aa5dc9f update docs (#819) 2019-07-19 12:49:18 -04:00
Gowtham Ravella
3c618c7a14 Chat-in-different-ways button (#864)
* First Commit

* First commit

* Update README.md
2019-07-18 19:34:56 -04:00
Sasha Boginsky
c72172bbaf Update LDI (#863) 2019-07-18 00:49:55 -04:00
Sasha Boginsky
7c628abd41 remove 2nd easybutton dependency (#854) 2019-07-18 00:48:17 +05:30
Kaustubh Nair
d2aea02ee3 Fix codecov inconsistencies (#837)
* start simplecov in test helper

* Remove old reports before running

* turn on project

* Removing reports dir after job success

* Update .travis.yml

* Update .travis.yml

* Change formatter declaration location

* Remove reports during build

* Update .travis.yml
2019-07-17 14:54:48 -04:00
Gaurav Sachdeva
1dc6a5c05f exclude idea file from tracking (#847) 2019-07-18 00:14:52 +05:30
it-mikhail
7954bf1535 Update to README.md (added badge first-timers-only-friendly) (#848)
* Update README.md

added new badge (first-timers-only-friendly) to the README file.

* Update README.md

* Update README.md
2019-07-15 17:44:25 -04:00