Commit Graph

65 Commits

Author SHA1 Message Date
Maxime Beauchemin b1adede1ee
feat: docker-compose to work off repo Dockerfile (#27434) 2024-03-11 13:15:02 -07:00
Evan Rusackas 785e832e8d
chore(actions): generate FOSSA report on master, and ALWAYS check for… (#26857) 2024-01-29 16:18:50 -07:00
Multazim Deshmukh 050543ae1b
feat: migrate to docker compose v2 (#25565) 2023-10-10 14:38:40 -07:00
Kamil Gabryjelski ff95d0face
feat: Implement using Playwright for taking screenshots in reports (#25247) 2023-10-04 06:51:58 +02:00
Josh Soref 3e0c70d018
chore(misc): Spelling (#25456)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-29 09:34:04 -07:00
Craig Rueda 515452c7e2
chore(async): Making create app configurable (#25346) 2023-09-20 10:04:58 -07:00
Michael S. Molina 9df1b26654
fix: Bumps Flask Caching to fix RCE vulnerability (#25090) 2023-08-31 08:44:48 -03:00
Michael S. Molina 7317d9c0b2
fix: docker-compose non-dev (#25055) 2023-08-22 11:35:10 -03:00
Sebastian Liebscher 969cd664cb
chore: use os.getenv to simplify superset_config.py (#25016) 2023-08-21 08:45:22 -03:00
Daniel Vaz Gaspar 269c99293f
chore: isolate examples database by default (#25003) 2023-08-17 11:50:24 +01:00
Daniel Vaz Gaspar c238d9733a
fix: docker compose refusing to start (#24565) 2023-06-30 11:55:13 +01:00
Maxime Beauchemin 6a8f60f9fd
chore: deprecate FLASK_ENV and improve conf.ENVIRONMENT_TAG_CONFIG (#24404) 2023-06-29 12:04:32 -07:00
Aleksey Karpov ba3bdc077c
build(docker): simplification of assembly to facilitate further support (#24504) 2023-06-24 11:41:57 -07:00
Elizabeth Thompson b68de27dc6
fix: force data load on import examples (#24410)
Co-authored-by: Evan Rusackas <evan@preset.io>
2023-06-16 12:55:35 -07:00
Alvaro Olmedo Rodriguez 19a94009b0
fix: Fixes #24391 (Problems with celery beat running with docker when the machine is rebooted suddenly) (#24392)
Co-authored-by: Alvaro Olmedo <alvaro.olmedo@datadope.io>
2023-06-14 14:37:55 -06:00
John Bodley a4d5d7c6b9
chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
EugeneTorap dab038c005
chore: Bump redis to 4.5.4 (#23845) 2023-04-28 10:46:56 +02:00
Daniel Vaz Gaspar b180319bbf
fix: refuse to start with default secret on non debug envs (#23186) 2023-03-01 11:21:12 +00:00
Harshvardhan Singh 0870a0b046
fix: Read MAPBOX_API_KEY from environment (#16926) 2023-01-17 15:54:04 -07:00
Artem Shumeiko 31e639318b
chore(celery): update celery config variables names (#22499) 2023-01-13 16:56:15 +00:00
Aleks Vujić b55ef5b514
fix: fix comment in Docker environment files (#22421) 2022-12-20 19:07:27 +05:30
lucapette 54f6fd6a82
fix: docker links (#21797) 2022-10-19 22:24:22 +08:00
ʈᵃᵢ 04dd8d414d
fix(celery cache warmup): add auth and use warm_up_cache endpoint (#21076) 2022-08-30 09:24:24 -07:00
Craig Rueda 90600d1883
Fixing broken node build (#20727) 2022-07-18 15:19:54 -07:00
Yongjie Zhao 5990ea639e
fix: getting default value in run-server.sh (#20736) 2022-07-18 23:00:27 +08:00
Multazim Deshmukh 883241070f
fix: make max-requests and max-requests-jitter adjustable (#20733)
Co-authored-by: Multazim Deshmukh <multazim.deshmukh@morningstar.com>
2022-07-17 20:59:16 +08:00
Multazim Deshmukh 86368dd406
fix(docker): Make Gunicorn Keepalive Adjustable (#20348)
Co-authored-by: Multazim Deshmukh <multazim.deshmukh@morningstar.com>
2022-06-10 13:04:39 -07:00
Jinghuayao 2a75e4c3c3
test(native filter): add new test for dependent filter (#19392)
* add new test for dependent filter
2022-04-01 01:06:48 -07:00
Phillip Kelley-Dotson 0968f86584
chore: remove deprecated config keys and endpoints code 2.0 (#19361)
* remove depracted keys and associated methods

* remove api methods and tablemodel views

* remove deprecated api and unsued vars

* reremove schedules

* readd code

* fix pylint

* run black

* remove test

* core select start test

* add suggested changes
2022-03-29 13:23:05 -07:00
David Aaron Suddjian 97abc28a1f
chore!: remove `ENABLE_REACT_CRUD_VIEWS` feature flag (permanently enable) (#19231)
* remove ENABLE_REACT_CRUD_VIEWS feature flag

* docs

* deal with problematic tests

* empty test suite

* skip test

* test conditions changed

* removing the tests instead of skipping
2022-03-18 14:00:23 -07:00
ofekisr aee5c9a3ea
chore: removing redundant docker-entrypoint (#17687)
* chore: removing redundant docker-entrypoint

* chore: chmod the run-server

* Update Dockerfile

Co-authored-by: Amit Miran <47772523+amitmiran137@users.noreply.github.com>
2021-12-08 20:43:28 +02:00
John Bodley ab4e3b9bf9
chore: Enforce Mypy for non-tests (#15757)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
2021-07-22 06:46:43 +12:00
Jonathan Hult 0778f4ab28
docs(docker): update README (#15607)
Fix broken README links
Update Grammar
Update blurb about Production mode
2021-07-10 13:30:35 -04:00
ofekisr b5119b8dff
refactor(tests): decouple unittests from integration tests (#15473)
* refactor move all tests to be under integration_tests package

* refactor decouple unittests from integration tests - commands

* add unit_tests package

* fix celery_tests.py

* fix wrong FIXTURES_DIR value
2021-07-01 18:03:07 +03:00
Daniel Wood 6edf3404a7
fix(docker/helm): Make webserver query timeout adjustable (#15007)
* Allow timeout override, but keep default if unset

* Add template placeholder values for timeout change

* Bump chart version

* linting

* remove whitespace
2021-06-16 09:23:47 +03:00
David Aaron Suddjian 7b87eb15bd
fix: use npm v7 in docker compose (#15160) 2021-06-15 09:43:43 -07:00
Ke Zhu 9967a5f640
refactor: adopt --app as celery global option (#15053) 2021-06-08 20:18:55 -07:00
Daniel Vaz Gaspar d46aa6004d
fix(docker): superset permissions and firefox config (#14736)
* fix(docker): superset permissions and firefox config

* fix lint

* user SUPERSET_HOME ENV on bootstrap script
2021-05-26 09:12:48 +01:00
Daniel Vaz Gaspar 38a7c537ff
feat: add alerts & reports to docker compose (#14267)
* feat: add alerts & reports to docker compose

* change to firefox

* add missing package
2021-04-22 17:42:52 +01:00
Octavian f3becbeb4f
Use the right variable for Celery results in Redis (#13936) 2021-04-06 10:06:46 +08:00
ʈᵃᵢ 541d23bbd1
fix: enable installing docker/requirements-local.txt in docker-compose-non-dev.yml (#13926) 2021-04-02 19:06:30 -06:00
Rob DiCiuccio 27f7d1157f
build: Ephemeral environments for PRs via slash command (#13189)
* First pass at ephemeral env, new Docker ci target

* Add service checks, get public IP

* Separate issue_comment and workflow_run jobs

* Refactor workflows

* Adjust comment author association

* Checkout code

* Fix image name, manage service desired task count

* Use merge commit sha

* Fix IP output, add failure comment

* Refactor comment parsing & env spinup

* Check container image publish status

* Parse AWS account ID from registry URL

* Use PR number rather than variable merge commit SHA for image tag

* Fix docker push conditional

* Push multiple tags to ECR

* Fix comment author check

* Refactor comment body check

* Provision service with active task to get correct IP

* /testenv up

* Add @mentions to PR comments, env var cleanup
2021-02-24 10:50:52 -08:00
ʈᵃᵢ aa50161933
chore: add non-dev docker-compose workflow (#13143) 2021-02-18 09:55:15 -08:00
Srini Kadamati 7577f47706
docs: update README.MD and FAQ Page for Superset 1.0 launch (#12499)
* fixed whitespace

* commit exclusion of package-lock from large file size precommit hook

* Converted all PNG files to JPG files to save space, stay under <500kb file size

* added link to release notes for 1.0
2021-01-20 16:27:19 -08:00
adam-stasiak-polidea 6311a9ec8c
feat: Added setup for running Cypress tests in docker locally (#11207)
* Working configuration

* Fixes

* Set database volume directory. Added info in CONTRIBUTING how to avoid malformed database in tests.
2020-12-14 08:06:19 -08:00
adam-stasiak-polidea 16e69f1131
feat: Option to run npm dev-server (hot reload) while calling docker-compose up (#11238)
* Configured docker to be able running dev-server instead of frontend dev script

* reverted changes

* license fix
2020-11-30 09:35:58 -08:00
Craig Rueda 141cb45b5a
fix: Fixing issue around requirements-local.txt (#11769)
* Fixing issue around requirements-local.txt

* Fixing license

* Linting
2020-11-20 14:18:17 -08:00
David Aaron Suddjian 676e0bb282
docs: fix docker config paths (#11703)
* docs: fix config paths for docker

* xit bad cypress tests
2020-11-17 22:00:12 -08:00
Brylie Christopher Oxley e52a399e18
Reorganize steps (#11015)
Reorganize steps to
1. run db migrations
2. create default roles/permissions
3. create admin user
4. (optional) load examples
2020-09-28 10:51:50 -07:00
Craig Rueda 5a908d4513
fix: Updating Dockerfile to work with updated python requirements. (#10550)
* Updating Dockerfile to work with updated python requirements.

* Adding a Docker build step to CI workflow

* Trying docker build-push

* Linting Dockerfile-dev

* Switching to dev dockerfile
2020-08-08 18:56:20 -07:00