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

Develop #26

Merged
merged 6 commits into from
Jul 9, 2023
Merged

Develop #26

merged 6 commits into from
Jul 9, 2023

Conversation

pxp9
Copy link
Contributor

@pxp9 pxp9 commented Jul 9, 2023

No description provided.

pxp9 and others added 6 commits July 8, 2023 19:27
* tenemos las tallas gracias a la cortesía de ChatGPT beautiful soup y una buena feature del navegador xd, subimos el JSON donde están todas las categorías (falta parsear) y empezamos con las marcas

* script de python que te saca todos los nombres de marcas de la pagina brands/byLetter/Letra

* nombres de marcas y tallas extraidas

* script que hace requests a la api y obtiene el ID de la marca

* Got brands_ids :D

* formatting catalogs ids

* organizando los recursos de los filtros

* materiales

* arreglillos de ultima hora

* arreglillos de ultima hora

* Added scrappers as submodule

* Refactor completed

* Fmt formatted

* actualizando el submodulo del scrapper

* primera migration sizes complete

* get_catalogs , alvaro y README

* Finished catalogs

* Fix README

* Fix both Readme

* Fix dependency for Diesel

* Created more migrations

* Brands needs a fix

* fix migrations and brands

* migracion de countries y query de la BBDD de una marca

* fix clippy

* arreglando un bug con las cookies, haciendo un test y limitando get_item a 1 elemento

* fix fmt

* mejorando la API del wrapper , implementando FROM de Brand

* fix fmt

* fix clippy on test

* review API and model types

* fix fmt

* Db tests

* fix workflow

* empezando a procesar los filtros en la URI

* Finished db-feeder

* Added some tests

* Added query

* Added optional num field in get_items

* Added Get_category_by_name tested

* Converted vec<i32> to String

Co-authored-by: Pmarquez <pxp9@users.noreply.github.com>

* Finished filters

* Fix doctest

* Added get-host

* Cargo clippy fix

* Small changes big steps

* Fix languages

* fuck cargo fmt

---------

Co-authored-by: alvarocabo <alvarocaboac2@gmail.com>
Co-authored-by: Pmarquez <pxp9@users.noreply.github.com>
* countries , price from and price to filter done

* fix typo docs

* Improved README

* Fixing doc tests

* Small fix

* Added search by country

* Como no el fmt

* Added material and size filters

* Removed debug element

* Attemp of testing item by color

* Ignoring the test for now

* Fix clippy

* Ignore test for now

* Removed main.rs

* Updated .gitignore

* tests de filtros

* fix clippy and fmt

---------

Co-authored-by: alvarocabo <alvarocaboac2@gmail.com>
@pxp9 pxp9 merged commit c932042 into main Jul 9, 2023
4 checks passed
pxp9 added a commit that referenced this pull request Jul 11, 2023
* Develop (#26)

* Pxp9/ft filters url (#14)

* tenemos las tallas gracias a la cortesía de ChatGPT beautiful soup y una buena feature del navegador xd, subimos el JSON donde están todas las categorías (falta parsear) y empezamos con las marcas

* script de python que te saca todos los nombres de marcas de la pagina brands/byLetter/Letra

* nombres de marcas y tallas extraidas

* script que hace requests a la api y obtiene el ID de la marca

* Got brands_ids :D

* formatting catalogs ids

* organizando los recursos de los filtros

* materiales

* arreglillos de ultima hora

* arreglillos de ultima hora

* Added scrappers as submodule

* Refactor completed

* Fmt formatted

* actualizando el submodulo del scrapper

* primera migration sizes complete

* get_catalogs , alvaro y README

* Finished catalogs

* Fix README

* Fix both Readme

* Fix dependency for Diesel

* Created more migrations

* Brands needs a fix

* fix migrations and brands

* migracion de countries y query de la BBDD de una marca

* fix clippy

* arreglando un bug con las cookies, haciendo un test y limitando get_item a 1 elemento

* fix fmt

* mejorando la API del wrapper , implementando FROM de Brand

* fix fmt

* fix clippy on test

* review API and model types

* fix fmt

* Db tests

* fix workflow

* empezando a procesar los filtros en la URI

* Finished db-feeder

* Added some tests

* Added query

* Added optional num field in get_items

* Added Get_category_by_name tested

* Converted vec<i32> to String

Co-authored-by: Pmarquez <pxp9@users.noreply.github.com>

* Finished filters

* Fix doctest

* Added get-host

* Cargo clippy fix

* Small changes big steps

* Fix languages

* fuck cargo fmt

---------

Co-authored-by: alvarocabo <alvarocaboac2@gmail.com>
Co-authored-by: Pmarquez <pxp9@users.noreply.github.com>

* Fix cargo lock

* countries , price from and price to filter done (#25)

* countries , price from and price to filter done

* fix typo docs

* Improved README

* Fixing doc tests

* Small fix

* Added search by country

* Como no el fmt

* Added material and size filters

* Removed debug element

* Attemp of testing item by color

* Ignoring the test for now

* Fix clippy

* Ignore test for now

* Removed main.rs

* Updated .gitignore

* tests de filtros

* fix clippy and fmt

---------

Co-authored-by: alvarocabo <alvarocaboac2@gmail.com>

---------

Co-authored-by: alvarocabo <alvarocaboac2@gmail.com>
Co-authored-by: Pmarquez <pxp9@users.noreply.github.com>

* chore(cargo): bump serde from 1.0.167 to 1.0.168 (#27)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.167 to 1.0.168.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.167...v1.0.168)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md (#28)

* delete Cargo.lock (#29)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: alvarocabo <alvarocaboac2@gmail.com>
Co-authored-by: Pmarquez <pxp9@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
0xCAB0 added a commit that referenced this pull request Jul 15, 2023
* Pxp9/ft filters url (#14)

* tenemos las tallas gracias a la cortesía de ChatGPT beautiful soup y una buena feature del navegador xd, subimos el JSON donde están todas las categorías (falta parsear) y empezamos con las marcas

* script de python que te saca todos los nombres de marcas de la pagina brands/byLetter/Letra

* nombres de marcas y tallas extraidas

* script que hace requests a la api y obtiene el ID de la marca

* Got brands_ids :D

* formatting catalogs ids

* organizando los recursos de los filtros

* materiales

* arreglillos de ultima hora

* arreglillos de ultima hora

* Added scrappers as submodule

* Refactor completed

* Fmt formatted

* actualizando el submodulo del scrapper

* primera migration sizes complete

* get_catalogs , alvaro y README

* Finished catalogs

* Fix README

* Fix both Readme

* Fix dependency for Diesel

* Created more migrations

* Brands needs a fix

* fix migrations and brands

* migracion de countries y query de la BBDD de una marca

* fix clippy

* arreglando un bug con las cookies, haciendo un test y limitando get_item a 1 elemento

* fix fmt

* mejorando la API del wrapper , implementando FROM de Brand

* fix fmt

* fix clippy on test

* review API and model types

* fix fmt

* Db tests

* fix workflow

* empezando a procesar los filtros en la URI

* Finished db-feeder

* Added some tests

* Added query

* Added optional num field in get_items

* Added Get_category_by_name tested

* Converted vec<i32> to String

Co-authored-by: Pmarquez <pxp9@users.noreply.github.com>

* Finished filters

* Fix doctest

* Added get-host

* Cargo clippy fix

* Small changes big steps

* Fix languages

* fuck cargo fmt

---------

Co-authored-by: alvarocabo <alvarocaboac2@gmail.com>
Co-authored-by: Pmarquez <pxp9@users.noreply.github.com>

* Fix cargo lock

* countries , price from and price to filter done (#25)

* countries , price from and price to filter done

* fix typo docs

* Improved README

* Fixing doc tests

* Small fix

* Added search by country

* Como no el fmt

* Added material and size filters

* Removed debug element

* Attemp of testing item by color

* Ignoring the test for now

* Fix clippy

* Ignore test for now

* Removed main.rs

* Updated .gitignore

* tests de filtros

* fix clippy and fmt

---------

Co-authored-by: alvarocabo <alvarocaboac2@gmail.com>

* bump the version to 0.2

* fix conflict

* merge (#31)

* Develop (#26)

* Pxp9/ft filters url (#14)

* tenemos las tallas gracias a la cortesía de ChatGPT beautiful soup y una buena feature del navegador xd, subimos el JSON donde están todas las categorías (falta parsear) y empezamos con las marcas

* script de python que te saca todos los nombres de marcas de la pagina brands/byLetter/Letra

* nombres de marcas y tallas extraidas

* script que hace requests a la api y obtiene el ID de la marca

* Got brands_ids :D

* formatting catalogs ids

* organizando los recursos de los filtros

* materiales

* arreglillos de ultima hora

* arreglillos de ultima hora

* Added scrappers as submodule

* Refactor completed

* Fmt formatted

* actualizando el submodulo del scrapper

* primera migration sizes complete

* get_catalogs , alvaro y README

* Finished catalogs

* Fix README

* Fix both Readme

* Fix dependency for Diesel

* Created more migrations

* Brands needs a fix

* fix migrations and brands

* migracion de countries y query de la BBDD de una marca

* fix clippy

* arreglando un bug con las cookies, haciendo un test y limitando get_item a 1 elemento

* fix fmt

* mejorando la API del wrapper , implementando FROM de Brand

* fix fmt

* fix clippy on test

* review API and model types

* fix fmt

* Db tests

* fix workflow

* empezando a procesar los filtros en la URI

* Finished db-feeder

* Added some tests

* Added query

* Added optional num field in get_items

* Added Get_category_by_name tested

* Converted vec<i32> to String

Co-authored-by: Pmarquez <pxp9@users.noreply.github.com>

* Finished filters

* Fix doctest

* Added get-host

* Cargo clippy fix

* Small changes big steps

* Fix languages

* fuck cargo fmt

---------

Co-authored-by: alvarocabo <alvarocaboac2@gmail.com>
Co-authored-by: Pmarquez <pxp9@users.noreply.github.com>

* Fix cargo lock

* countries , price from and price to filter done (#25)

* countries , price from and price to filter done

* fix typo docs

* Improved README

* Fixing doc tests

* Small fix

* Added search by country

* Como no el fmt

* Added material and size filters

* Removed debug element

* Attemp of testing item by color

* Ignoring the test for now

* Fix clippy

* Ignore test for now

* Removed main.rs

* Updated .gitignore

* tests de filtros

* fix clippy and fmt

---------

Co-authored-by: alvarocabo <alvarocaboac2@gmail.com>

---------

Co-authored-by: alvarocabo <alvarocaboac2@gmail.com>
Co-authored-by: Pmarquez <pxp9@users.noreply.github.com>

* chore(cargo): bump serde from 1.0.167 to 1.0.168 (#27)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.167 to 1.0.168.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.167...v1.0.168)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md (#28)

* delete Cargo.lock (#29)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: alvarocabo <alvarocaboac2@gmail.com>
Co-authored-by: Pmarquez <pxp9@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* currency config (#32)

* currency config

* fix fmt

* currency constructor

* Added test

* cargo fmt

---------

Co-authored-by: alvarocabo <alvarocaboac2@gmail.com>

* example filter (#33)

* fix fmt

* Added pretty nice documentation (#35)

* Added pretty nice documentation

* Fmt fixxx

* Fix typeBuilder typo

* Las comillas :<

* Bump to version 0.3

* Init CHANGELOG

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Pmarquez <48651252+pxp9@users.noreply.github.com>
Co-authored-by: Pmarquez <pxp9@users.noreply.github.com>
Co-authored-by: pxp9 <pepe.marquezromero@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants