Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
New search system (#303)
* new search engine

* map

* advanced search

* hop

* fix

* initial values

* fix

* remove shared

* lock

* amplitude

* deploy staging

* fix

* anne cook
  • Loading branch information
rap2hpoutre committed May 23, 2019
1 parent 32fd053 commit e228170
Show file tree
Hide file tree
Showing 53 changed files with 995 additions and 50,601 deletions.
18 changes: 6 additions & 12 deletions .circleci/config.yml
Expand Up @@ -130,8 +130,6 @@ jobs:
app: api
- prepare:
app: production
- prepare:
app: shared
- prepare:
app: diffusion
##############
Expand All @@ -155,11 +153,6 @@ jobs:
steps:
- test:
app: production
test_shared:
executor: docker_node
steps:
- test:
app: shared
##############
# BUILD JOBS #
##############
Expand Down Expand Up @@ -275,15 +268,14 @@ workflows:
- test_diffusion:
requires:
- prepare_all
- test_shared:
requires:
- prepare_all
- build_diffusion_staging:
requires:
- test_diffusion
filters:
branches:
only: master
only:
- master
- new-search-system
- build_diffusion_prod:
requires:
- deploy_diffusion_staging
Expand Down Expand Up @@ -313,7 +305,9 @@ workflows:
- build_diffusion_staging
filters:
branches:
only: master
only:
- master
- new-search-system
- deploy_production_staging:
requires:
- build_production_staging
Expand Down

0 comments on commit e228170

Please sign in to comment.