Bob Matcuk
b5ef7d9721
remove travis ( #506 )
2021-01-29 12:29:54 -05:00
Matt Torok
4ab4641e95
[FE-8955] Format codebase + add formatting checker to test suite ( #374 )
...
* Run `npm run format` on entire codebase
* Add script to check formatting and make it part of the test suite
The script just runs `prettier`, but gives helpful headers and footers, since people seem perpetually confused about the test output when there's a formatting error. (To their credit, `prettier`'s output is less than helpful here.)
2019-08-06 15:29:13 -07:00
Jonathan Huang
af48ce6739
Geo Heatmap Example ( #77 )
...
* geoheatmap raster layer
set mapbox token in examples, set cap in example 3, raise poly point cap in other examples (#92 )
include all css and js files in one bundle
bump tp webpack 2
begin raster heatmap example
basic heatmap raster layer mixin
fix lint
xyDim getter/setter for heatmap raster layer
raster heatmap layer example with sliders
example to use distinct lang
refactor
use mapd data layer
use webpack dev server for examples
update example build script
calculate proper gap size
update geoheatmap example image
update example image styling
dynamic number of bins on geoheatmap
vega-lite api for heat layer
implement hex binning
update aggregate
ability to switch mark types
update babelrx
manual pixel sizing
add destroy hook
dynamic color domain
linting
use layer.genSQL in genVega
handle aggregation parsing
rebuild
do not set null colordomain
fix test
update bundle
fix test
* tweak example
2017-08-28 15:03:01 -07:00
mLuby
0605995681
use browser-connector
2017-05-24 13:13:30 -07:00
Marc Balaban
bc0a49d7e5
[DOCS/EXAMPLE] gh-pages docs/example automatically update when merging to master
...
- updated package.json scripts
- created after-success script: "publish-docs-and-examples"
2017-05-04 17:38:29 -07:00
Marc Balaban
e09eac3ceb
[DOCS] set up documentation js and cleaned README.md
...
- also fixed scripts
2017-05-03 17:44:56 -07:00
Jonathan Huang
a79bb576b6
Example fix ( #114 )
...
* fix examples and scripts
* fix test scripts
* update license and fix package.json docs + lint scripts
* update coverage requirements
2017-04-30 22:08:35 -07:00
Marc Balaban
a2e7221177
fixed examples, removed build for css ( #113 )
2017-04-26 17:24:15 -07:00
Marc Balaban
f03967b70f
updated copy-example-lib script and updated connector library ( #106 )
2017-04-25 17:14:51 -07:00
Marc Balaban
6d07136a56
[SCRIPTS] all npm scripts working again ( #105 )
2017-04-25 16:36:08 -07:00
mrblueblue
66e7473612
add compiled sass styles to examples
2017-04-24 20:00:50 -07:00
Marc Balaban
5ab97003de
[FOLDERS] put dc files in new organization folder structure ( #2430 )
...
[OVERRIDES] reintegrated all DC overrides/tests with new structure
[REBASE] rebase mapdc on latest code changes
2017-03-22 11:05:35 -07:00
ʈᵃᵢ
7f4e4359c7
[infra] removes mapbox from libraries, includes the module through no… ( #2279 )
...
* [infra] removes mapbox from libraries, includes the module through node_modules
* up timeout on examples e2e
2017-02-16 16:27:42 -08:00
Jonathan Huang
7251f1d4e3
mapdc as ES6 Modules ( #2255 )
...
* [MAPDC] refactor using es6 modules
add logging module
add more charts and mixins
add bubble overlay, heatmap, boxplot
add more charts
finish moving to new folder
beging moving overrides to new folder
replace mapdc src/
update build script
fix tests
fix mapdc import
fix mapdc import
prebuild mapdc css styles
remove console
redrawAll on rangeFilter update
remove grunt, delete dead files
update tests
minor fixes
fix raster-mixin d3 import
lint
clear cache
fix mapdc style import
fix example styles
* remove dc from scatter-mixin
2017-02-13 15:20:37 -08:00
ʈᵃᵢ
9cf2babcd6
[infra] consolidate node_modules in root dir ( #1972 )
...
* [infra] consolidate node_modules in root dir
* [infra] use yarn (#1979 )
* add yarn to build
* add dep
* add dep, again
2016-12-14 16:51:29 -08:00
Jonathan Huang
a8d5ea15fe
Example 5 - Polygon Lasso ( #1816 )
...
* [DC] add example 5
[DC] update converGeoJSONtoSQL function
[DC] update dependencies to include sprintf
[DC] example 5, no hover on poly select
[DC] disable hover and clicks on polygon draw mode for lasso tool
[DC] wrap coord filter in parens
[DC] test map draw mixin
[DC] use unlikely statement optimization for polygon queries
* circle experiment
* [DC] add circle control to example 5
* update mapbox-gl-draw build process
* [DC] update circle query
* [DC] add tests for circle geojson to sql
* [DC] update circle lasso formula
* [DC] use distance_in_meters for circle query
* fix tests
* update example
2016-11-17 17:50:08 -08:00
Jonathan Huang
ac82a9c44f
[DC] use cdn jquery for examples
2016-09-19 17:30:17 -07:00
Jonathan Huang
61fff6b1c1
[DC EXAMPLES] update build script
2016-07-14 19:36:31 -07:00
Jonathan Huang
b42b1cb6ea
[CROSSFILTER] bundle for examples
2016-06-17 17:35:35 -07:00
Danny Delott
9d2f68ecbf
Update MapdCon paths in dc examples
2016-06-14 14:36:40 -07:00
Danny Delott
01db89ff9b
Add clean scripts
2016-06-10 11:57:47 -07:00
Danny Delott
43bd3f3253
Add --no-npm flag, refactor build scripts
...
- Use $PIPESTATUS instead of $? to capture exit statuses
2016-04-14 11:21:37 -07:00
Danny Delott
7ee71c6b56
Update example asset paths, move build process
...
- Run `npm build:example` from mapdc's package.json
2016-04-12 12:45:36 -07:00
Danny Delott
8e74aa8fcd
Add build_output.txt to libaries build scripts
2016-04-11 17:31:59 -07:00
Danny Delott
06bcea6a65
Rename install.sh to build.sh
2016-03-17 13:01:52 -07:00
Danny Delott
a59aa3ec38
Update build for project and example
2016-03-17 12:03:01 -07:00
Danny Delott
264b9fca9a
Fix deployment to npm registry
2016-02-09 14:05:25 -08:00
Danny Delott
b444946240
Add install.sh
2016-02-08 16:31:07 -08:00
Danny Delott
fc191654c9
Add deploy scripts from @mapd/npm-deploy-scripts
2016-02-08 16:31:07 -08:00
Andrew Seidl
6ea55f67e4
deploy: silently fail if temp branch does not exist
2016-01-15 23:33:21 -08:00
Danny Delott
a25738c6b7
Fix semvar check
...
- Check the PR title, not the contents of the PR for a semvar label.
2016-01-04 16:07:51 -08:00
Danny Delott
3f429a40ce
[patch] Update build
2015-12-07 12:45:36 -08:00
Danny Delott
7236cf1b75
[patch] Update build
2015-12-07 12:30:43 -08:00
Danny Delott
c01d9d2879
Set semvar from git log
2015-12-07 11:42:43 -08:00
Danny Delott
1f2c6ff26c
Add script to check semvar tags in pull request
...
- Checks a pull request's commit messages for a valid semvar tag.
2015-12-07 11:14:04 -08:00
Danny Delott
ac01ea70a2
Fix current directories
2015-12-03 15:47:18 -08:00
Danny Delott
1dea743281
quickfix 2
2015-12-03 15:45:13 -08:00
Danny Delott
26d44d9d93
Change path
2015-12-03 15:43:29 -08:00
Danny Delott
07793204f9
quickfix
2015-12-03 15:41:57 -08:00
Danny Delott
5f7b200244
Update path
2015-12-03 15:38:58 -08:00
Danny Delott
9c50493732
Update deploy script
2015-12-03 15:36:32 -08:00
Danny Delott
b1baf855e1
Refactor deploy script
2015-12-03 15:12:04 -08:00
Danny Delott
b1d2ce4e24
Add logs
2015-12-03 15:02:13 -08:00
Danny Delott
51fdf21783
Fix deploy script working directory
2015-12-03 14:57:36 -08:00
Danny Delott
d1407ea258
Add npm publish
2015-12-03 14:34:57 -08:00
Danny Delott
f9199eb5f7
Fix branching in deploy script
2015-12-03 12:30:33 -08:00
Danny Delott
e1e3409b1f
Update deploy script
2015-12-03 12:26:15 -08:00
Jenkins MapD
a8a7406a49
0.0.13
2015-12-03 14:04:04 -06:00
Danny Delott
e25eacedd6
Update deploy scripts
2015-12-03 14:04:04 -06:00
Danny Delott
21db7c896c
Update README
2015-11-24 11:34:39 -08:00