Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running query tests in browser #8584

Merged
merged 62 commits into from
Oct 10, 2019
Merged

Running query tests in browser #8584

merged 62 commits into from
Oct 10, 2019

Commits on Jul 23, 2019

  1. WIP investigating migrating to tape

    Arindam Bose committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    a6f18fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f286372 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. working prototype of tests in browser with browserify

    Arindam Bose committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    2143ed6 View commit details
    Browse the repository at this point in the history
  2. remove beforeEach and afterEach temporarily

    Arindam Bose committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    4cf2312 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. stage

    Arindam Bose committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    6d3df51 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2019

  1. Configuration menu
    Copy the full SHA
    42013e3 View commit details
    Browse the repository at this point in the history
  2. revert change to util/test

    Arindam Bose committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    62923a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6ae97e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. working style json preprocessing

    Arindam Bose committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    f54c2fc View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. first working protoype of in-browser query tests

    Arindam Bose committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    1b19da4 View commit details
    Browse the repository at this point in the history
  2. add __ENVIRONMENT__ flag and add request proxies

    Arindam Bose committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    8705ef6 View commit details
    Browse the repository at this point in the history
  3. working query tests!!

    Arindam Bose committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    6f88052 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. further improments

    Arindam Bose committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    c6a5b9a View commit details
    Browse the repository at this point in the history
  2. attempting switch to non esm node

    Arindam Bose committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    e02bc60 View commit details
    Browse the repository at this point in the history
  3. migrate to using hook in testem

    Arindam Bose committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    f5b5995 View commit details
    Browse the repository at this point in the history
  4. switch to using testem hooks

    Arindam Bose committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    95ca5c9 View commit details
    Browse the repository at this point in the history
  5. fix most linking errors

    Arindam Bose committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    6619e8b View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of github.com:mapbox/mapbox-gl-js into devops/t…

    …est-browserify
    
    # Conflicts:
    #	yarn.lock
    Arindam Bose committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    c2c0404 View commit details
    Browse the repository at this point in the history
  7. fix error in suite_implementation

    Arindam Bose committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    dd71bb1 View commit details
    Browse the repository at this point in the history
  8. change environment variable style

    Arindam Bose committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    964a698 View commit details
    Browse the repository at this point in the history
  9. fix failing query tests

    Arindam Bose committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    36a0042 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    925848c View commit details
    Browse the repository at this point in the history
  11. switch to curl instead of wget

    Arindam Bose committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    c47b4ac View commit details
    Browse the repository at this point in the history
  12. Using apt-get -f instead

    Arindam Bose committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    bf03603 View commit details
    Browse the repository at this point in the history
  13. attempt auto install of dependencies

    Arindam Bose committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    0077659 View commit details
    Browse the repository at this point in the history
  14. switch to using public node image

    Arindam Bose committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    3f4f8e4 View commit details
    Browse the repository at this point in the history
  15. de-derp

    Arindam Bose committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    de1cde3 View commit details
    Browse the repository at this point in the history
  16. uncache node_modules

    Arindam Bose committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    580a0cd View commit details
    Browse the repository at this point in the history
  17. try node 10.16

    Arindam Bose committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    b3c79a0 View commit details
    Browse the repository at this point in the history
  18. remove xvfb

    Arindam Bose committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    cf81bcd View commit details
    Browse the repository at this point in the history
  19. remove the need for multi-entry

    Arindam Bose committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    a7e4cd6 View commit details
    Browse the repository at this point in the history
  20. force invalidate eslintcache

    Arindam Bose committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    64caacd View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. upuse GL_JS_ENV environment variable instead

    Arindam Bose committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    5593011 View commit details
    Browse the repository at this point in the history
  2. better test result collection on circle-ci

    Arindam Bose committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    8ebd56f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. address PR comments and simplify build folders

    Arindam Bose committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    142335e View commit details
    Browse the repository at this point in the history
  2. fix flow errors and fix a typo

    Arindam Bose committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    4f10a25 View commit details
    Browse the repository at this point in the history
  3. remove eslint and flow annotations from testem

    Arindam Bose committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    18da05b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. switch to using custom json diff with epsilon checking

    Arindam Bose committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    9c56096 View commit details
    Browse the repository at this point in the history
  2. actually add epsilon checking

    Arindam Bose committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    d80bd42 View commit details
    Browse the repository at this point in the history
  3. cleanup and remove unused packages

    Arindam Bose committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    9f97f16 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. add comments

    Arindam Bose committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    8c59c36 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:mapbox/mapbox-gl-js into devops/t…

    …est-browserify
    
    # Conflicts:
    #	yarn.lock
    Arindam Bose committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    481c27e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Merge branch 'master' of github.com:mapbox/mapbox-gl-js into devops/t…

    …est-browserify
    
    # Conflicts:
    #	package.json
    #	yarn.lock
    Arindam Bose committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    7b4ec5b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Remove unecessary mapbox-gl-test.js build, using gl-dev build dir…

    …ectly.
    Arindam Bose committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    1415b4c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. add build watchers for convenient local debugging

    Arindam Bose committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    7352d3b View commit details
    Browse the repository at this point in the history
  2. fix circle integration

    Arindam Bose committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    a41873c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:mapbox/mapbox-gl-js into devops/t…

    …est-browserify
    
    # Conflicts:
    #	test/integration/lib/server.js
    Arindam Bose committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    758822a View commit details
    Browse the repository at this point in the history
  4. Fix linting

    Arindam Bose committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    ebcc44b View commit details
    Browse the repository at this point in the history
  5. Revert whitespace change in rollup_plugins.js

    Arindam Bose committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    a70055b View commit details
    Browse the repository at this point in the history
  6. Remove unused env-var flow definition

    Arindam Bose committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    3d49d95 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Add prettified HTML reporter for tap output

    Arindam Bose committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    62a5a2a View commit details
    Browse the repository at this point in the history
  2. revert intentionally broken test

    Arindam Bose committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    657f211 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Configuration menu
    Copy the full SHA
    f926ef2 View commit details
    Browse the repository at this point in the history
  2. Lock circleci to use debian-stretch

    Arindam Bose committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    614e795 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

  1. Configuration menu
    Copy the full SHA
    688f177 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Merge branch 'master' of github.com:mapbox/mapbox-gl-js into devops/t…

    …est-browserify
    
    # Conflicts:
    #	.circleci/config.yml
    #	yarn.lock
    Arindam Bose committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    fc0feec View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Add env var to disable build notifications

    Arindam Bose committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    d1acb15 View commit details
    Browse the repository at this point in the history
  2. - Move tap-parser to devDependencies

    - update debug pages to have a more reliable part to `access_token_generated.js`
    - Update npm run scripts for query tests to use browser version by default.
    Arindam Bose committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    f3e2574 View commit details
    Browse the repository at this point in the history
  3. Add documentation to the readme

    Arindam Bose committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    a631a9c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. fix aggresive fixture watcher, and silence warnings from rollup build…

    … process to prevent terminal from getting messed up.
    Arindam Bose committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    53f87a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Merge branch 'master' of github.com:mapbox/mapbox-gl-js into devops/t…

    …est-browserify
    
    # Conflicts:
    #	package.json
    #	yarn.lock
    Arindam Bose committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    bc7e46b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Merge branch 'master' of github.com:mapbox/mapbox-gl-js into devops/t…

    …est-browserify
    
    # Conflicts:
    #	yarn.lock
    Arindam Bose committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    521363d View commit details
    Browse the repository at this point in the history