-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'refresh' into sync-seeds
- Loading branch information
Showing
208 changed files
with
6,851 additions
and
1,134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
module.exports = { | ||
'env': { | ||
'browser': true, | ||
'es6': true, | ||
'node': true | ||
}, | ||
'extends': [ | ||
'eslint:recommended', | ||
'plugin:vue/recommended' | ||
], | ||
'globals': { | ||
'Atomics': 'readonly', | ||
'SharedArrayBuffer': 'readonly' | ||
}, | ||
'parserOptions': { | ||
'ecmaVersion': 2018, | ||
'sourceType': 'module' | ||
}, | ||
'plugins': [ | ||
'vue' | ||
], | ||
'rules': { | ||
'indent': [ | ||
'error', | ||
2 | ||
], | ||
'linebreak-style': [ | ||
'error', | ||
'unix' | ||
], | ||
'quotes': [ | ||
'error', | ||
'single' | ||
], | ||
'semi': [ | ||
'error', | ||
'never' | ||
], | ||
'padding-line-between-statements': [ | ||
'error', | ||
{ 'blankLine': 'always', 'prev': '*', 'next': 'return' }, | ||
{ 'blankLine': 'always', 'prev': ['const', 'let', 'var'], 'next': '*' }, | ||
{ 'blankLine': 'any', 'prev': ['const', 'let', 'var'], 'next': ['const', 'let', 'var'] } | ||
], | ||
'no-console': 'off' | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,4 +35,7 @@ tmp/cache/webpacker | |
|
||
.byebug_history | ||
|
||
.vscode/ | ||
.vscode/ | ||
|
||
# Special gemfile with GDAL v3 | ||
Gemfile_GDALV3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[submodule "db"] | ||
path = db | ||
url = https://github.com/unepwcmc/protectedplanet-db.git | ||
branch = refresh | ||
branch = ticket-13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
source 'https://rubygems.org' | ||
source 'https://wcmc-gems:[email protected]/' | ||
|
||
gem 'rails', '5.2.0' | ||
gem 'webpacker', '~> 4.0.2' | ||
|
||
#gem 'wcmc-components', path: "../web-components/gems/wcmc_components" | ||
gem 'wcmc-components', '~>0.0.5' | ||
|
||
|
||
gem 'bourbon' | ||
gem "neat" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ GIT | |
|
||
GEM | ||
remote: https://rubygems.org/ | ||
remote: https://wcmc-gems:[email protected]/ | ||
specs: | ||
actioncable (5.2.0) | ||
actionpack (= 5.2.0) | ||
|
@@ -1283,6 +1284,7 @@ GEM | |
vuejs-rails (2.3.2) | ||
warden (1.2.8) | ||
rack (>= 2.0.6) | ||
wcmc-components (0.0.5) | ||
webmock (1.22.6) | ||
addressable (>= 2.3.6) | ||
crack (>= 0.3.2) | ||
|
@@ -1366,6 +1368,7 @@ DEPENDENCIES | |
turnout (~> 2.5.0) | ||
uglifier (~> 4.1.17) | ||
vuejs-rails (~> 2.3.2) | ||
wcmc-components (~> 0.0.5) | ||
webmock (~> 1.22.0) | ||
webpacker (~> 4.0.2) | ||
whenever | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
//-------------------------------------------------- | ||
// classes | ||
//-------------------------------------------------- | ||
.svg { | ||
&--info { | ||
.circle { fill: $grey-dark; } | ||
.i { fill: none; } | ||
} | ||
|
||
&--info-light { | ||
.circle { fill: $grey-xlight; } | ||
.i { fill: none; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.