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

Initial Working POC #1

Merged
merged 4 commits into from
Apr 18, 2021
Merged

Initial Working POC #1

merged 4 commits into from
Apr 18, 2021

Conversation

juftin
Copy link
Owner

@juftin juftin commented Apr 18, 2021

No description provided.

@juftin juftin merged commit 1cd21fa into master Apr 18, 2021
@juftin juftin deleted the integration branch April 18, 2021 02:02
juftin added a commit that referenced this pull request Jan 6, 2023
juftin added a commit that referenced this pull request Jan 18, 2023
* Add support for tours (ticket and timed-entry) as new providers

A tour facility is currently modeled as a campground and each individual
tour is a campsite. User interface was not updated yet but the logic
does the work as expected.

* Add RecreationDotGovDailyTicket and RecreationDotGovDailyTimedEntry

With this endpoint, available time slots can be extracted. They're
attached as equipments on each tour (as campsite).

* RecreationDotGov Tours (#1)

Flake8 + ABC

* Fix Flake8 lint errors

Co-authored-by: Justin Flannery <juftin@juftin.com>
juftin added a commit that referenced this pull request Jan 18, 2023
* Add support for tours (ticket and timed-entry) as new providers

A tour facility is currently modeled as a campground and each individual
tour is a campsite. User interface was not updated yet but the logic
does the work as expected.

* Add RecreationDotGovDailyTicket and RecreationDotGovDailyTimedEntry

With this endpoint, available time slots can be extracted. They're
attached as equipments on each tour (as campsite).

* Flake8 + ABC

* Add support for tours (ticket and timed-entry) as new providers

A tour facility is currently modeled as a campground and each individual
tour is a campsite. User interface was not updated yet but the logic
does the work as expected.

* Add RecreationDotGovDailyTicket and RecreationDotGovDailyTimedEntry

With this endpoint, available time slots can be extracted. They're
attached as equipments on each tour (as campsite).

* RecreationDotGov Tours (#1)

Flake8 + ABC

* Fix Flake8 lint errors

* 🐛 semantic-release

* 🔖 0.7.4

# [v0.7.4](v0.7.3...v0.7.4) (2022-12-22)

## 🐛 Bug Fixes
- [`6d7c682`](6d7c682)  semantic-release

* 👷 publish pre-releases

* 📝 Docs + GA

* 🐛 Docker Home Directory (#173)

* 🔖 0.7.5

# [v0.7.5](v0.7.4...v0.7.5) (2022-12-22)

## 🐛 Bug Fixes
- [`6c92220`](6c92220)  Docker Home Directory (#173) (Issues: [`#173`](#173))

* 🐛 CI/CD Triggers (#174)

* 🔖 0.7.6

# [v0.7.6](v0.7.5...v0.7.6) (2022-12-22)

## 🐛 Bug Fixes
- [`92169f8`](92169f8)  CI/CD Triggers (#174) (Issues: [`#174`](#174))

* ✨ GoingToCamp Provider 🏕 (#99)

* Add going to camp support

* Fix type hints for _fetch_nested_keys

* Add missing 'provider' argument to 'campsites()'

* Fix invalid equipment parameter name

* Fix provider config for recreation-areas

* flake8 can get some satisfaction

* Add python tests for going to camp search

* Fix recursive resource fetch bug

* Revert back to requipment-id instead of changing the --equipment API

* Check off the final TODO list

* Update camply/search/search_going_to_camp.py

* Update camply/search/search_going_to_camp.py

* Refactor 'self->cls' in validator

* Add multiple search window support to search library

* Coerce start date to 'today' when it's in the past

* Skip all sites with zero capacity

* ✅ Testing Improvements: Cassettes and CLIRunner (#155)

* Add going to camp support

* Fix type hints for _fetch_nested_keys

* Add missing 'provider' argument to 'campsites()'

* Fix invalid equipment parameter name

* Fix provider config for recreation-areas

* flake8 can get some satisfaction

* Add python tests for going to camp search

* Fix recursive resource fetch bug

* Revert back to requipment-id instead of changing the --equipment API

* Testing Improvements: Cassettes and CLIRunner

* Testing Improvements: Cassettes and CLIRunner

* Testing Improvements: Cassettes and CLIRunner

* Testing Improvements: Cassettes and CLIRunner

* Testing Improvements: Cassettes and CLIRunner

* Check off the final TODO list

* Testing Improvements: Cassettes and CLIRunner

* Testing Improvements: Cassettes and CLIRunner

* Update camply/search/search_going_to_camp.py

* Update camply/search/search_going_to_camp.py

* Refactor 'self->cls' in validator

* Add multiple search window support to search library

* Coerce start date to 'today' when it's in the past

* GoingToCamp + Tests

* 🚧 Merging Latest

Co-authored-by: Adriano Caloiaro <code@adriano.fyi>
Co-authored-by: Adriano <3331648+acaloiaro@users.noreply.github.com>

* 📌 dependency updates (#172)

* 🔒 dependency updates

* 🔒 dependency updates

* 🔒 dependency updates

* 📝 Providers Documentation (#156)

* feature/goingtocamp

* Add a blurb about GoingToCamp provider (#175)

* GoingToCamp Documentation

* GoingToCamp Documentation

* GoingToCamp Documentation

Co-authored-by: Adriano Caloiaro <3331648+acaloiaro@users.noreply.github.com>

* 🔖 0.8.0

# [v0.8.0](v0.7.6...v0.8.0) (2022-12-27)

## ✨ New Features
- [`6620f4c`](6620f4c)  GoingToCamp Provider 🏕 (#99) (Issues: [`#99`](#99))

* 📌 Lock File

* Merge branch 'main' into tours

Co-authored-by: Jingyuan Liang <jingyuanliang@google.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Adriano Caloiaro <3331648+acaloiaro@users.noreply.github.com>
Co-authored-by: Adriano Caloiaro <code@adriano.fyi>
juftin added a commit that referenced this pull request Jan 25, 2023
* Add support for tours (ticket and timed-entry) as new providers

A tour facility is currently modeled as a campground and each individual
tour is a campsite. User interface was not updated yet but the logic
does the work as expected.

* Add RecreationDotGovDailyTicket and RecreationDotGovDailyTimedEntry

With this endpoint, available time slots can be extracted. They're
attached as equipments on each tour (as campsite).

* RecreationDotGov Tours (#1)

Flake8 + ABC

* Fix Flake8 lint errors

Co-authored-by: Justin Flannery <juftin@juftin.com>
juftin added a commit that referenced this pull request Jan 25, 2023
* Add support for tours (ticket and timed-entry) as new providers

A tour facility is currently modeled as a campground and each individual
tour is a campsite. User interface was not updated yet but the logic
does the work as expected.

* Add RecreationDotGovDailyTicket and RecreationDotGovDailyTimedEntry

With this endpoint, available time slots can be extracted. They're
attached as equipments on each tour (as campsite).

* RecreationDotGov Tours (#1)

Flake8 + ABC

* Fix Flake8 lint errors

Co-authored-by: Justin Flannery <juftin@juftin.com>
juftin added a commit that referenced this pull request Jan 25, 2023
* Add support for tours (ticket and timed-entry) as new providers

A tour facility is currently modeled as a campground and each individual
tour is a campsite. User interface was not updated yet but the logic
does the work as expected.

* Add RecreationDotGovDailyTicket and RecreationDotGovDailyTimedEntry

With this endpoint, available time slots can be extracted. They're
attached as equipments on each tour (as campsite).

* RecreationDotGov Tours (#1)

Flake8 + ABC

* Fix Flake8 lint errors

Co-authored-by: Justin Flannery <juftin@juftin.com>
juftin added a commit that referenced this pull request Jan 25, 2023
* ✨ RecDotGov Tours + Timed Entry (#151)

* Add support for tours (ticket and timed-entry) as new providers

A tour facility is currently modeled as a campground and each individual
tour is a campsite. User interface was not updated yet but the logic
does the work as expected.

* Add RecreationDotGovDailyTicket and RecreationDotGovDailyTimedEntry

With this endpoint, available time slots can be extracted. They're
attached as equipments on each tour (as campsite).

* RecreationDotGov Tours (#1)

Flake8 + ABC

* Fix Flake8 lint errors

Co-authored-by: Justin Flannery <juftin@juftin.com>

* ✨ RecDotGov Tours + Timed Entry

* 📝 New Provider Docs (#190)

* 📝 New Provider Docs

* 📝 Provider Docs

Co-authored-by: jingyuanliang <jingyuanliang@google.com>
github-actions bot pushed a commit that referenced this pull request Jan 25, 2023
# [v0.9.0](v0.8.0...v0.9.0) (2023-01-25)

## ✨ New Features
- [`54000e3`](54000e3)  RecDotGov Tours + Tickets + Timed Entry (#189) (Issues: [`#189`](#189) [`#151`](#151) [`#1`](#1) [`#190`](#190))
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.

1 participant