Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

NYCPlanning/ae-zoning-api

TangoYankee created a review comment on a pull request on NYCPlanning/ae-zoning-api
This is an example of the select syntax referenced by the other two comments.

View on GitHub

TangoYankee created a review comment on a pull request on NYCPlanning/ae-zoning-api
Same feedback as above to use select statement. When converting to a select statement, we can use `limit(1)` to achieve the same effect as `findFirst`. It will return an array of results. We wil...

View on GitHub

TangoYankee created a review comment on a pull request on NYCPlanning/ae-zoning-api
The `map` operation on line `31` adds an O(n) operation to achieve the type assertion. I think it would be more efficient to convert the `findMany` operation on line `21` to a `select` statement a...

View on GitHub

TangoYankee created a review on a pull request on NYCPlanning/ae-zoning-api

View on GitHub

horatiorosa pushed 4 commits to Issue/390-remove-enums-from-zoning-district-class NYCPlanning/ae-zoning-api
  • Remove capital project category enum Drop the capitalProjectEnum and the field that uses it - Removes a typo in enum... 49b3b6f
  • Capital project category with check Use a check contraint for capital project category closes #392 part 2 of 2 adca05b
  • Upgrade github action runner Manually install heroku cli to support runner upgrade closes #397 15a2b4a
  • 390 removed enums from zoning-district-category and added constraints - refactored some repos to fix type errors 0358dc1

View on GitHub

horatiorosa pushed 3 commits to Issue/390-remove-enums-from-zoning-district-class NYCPlanning/ae-zoning-api
  • 390 removed enums from zoning-district-category and added constraints - refactored some repos to fix type errors 9755b55
  • adding src gen files d9d0236
  • adding migration files 1b78769

View on GitHub

TangoYankee deleted a branch NYCPlanning/ae-zoning-api

397/gh-action-heroku

TangoYankee pushed 1 commit to main NYCPlanning/ae-zoning-api
  • Upgrade github action runner Manually install heroku cli to support runner upgrade closes #397 15a2b4a

View on GitHub

TangoYankee closed a pull request on NYCPlanning/ae-zoning-api
Upgrade github action runner
Manually install heroku cli to support runner upgrade closes #397
horatiorosa created a review on a pull request on NYCPlanning/ae-zoning-api
🚀

View on GitHub

TangoYankee opened a pull request on NYCPlanning/ae-zoning-api
Upgrade github action runner
Manually install heroku cli to support runner upgrade closes #397
TangoYankee created a branch on NYCPlanning/ae-zoning-api

397/gh-action-heroku - This application is API for serving data related to zoning and tax lots.

TangoYankee opened an issue on NYCPlanning/ae-zoning-api
Manually install heroku cli
# Description If anyone tries to run a pipeline that deploys to heroku and it crashes with the error: `.../bin/sh: 1: heroku: not found`, it's because GitHub is upgrading its ubuntu runners to 24....
TangoYankee deleted a branch NYCPlanning/ae-zoning-api

392/check-capital-project-category

TangoYankee closed a pull request on NYCPlanning/ae-zoning-api
392/check capital project category
Capital project category with check Use a check constraint for capital project category closes https://github.com/NYCPlanning/ae-zoning-api/issues/392 ***Note:*** *changes are split into two...
horatiorosa created a review on a pull request on NYCPlanning/ae-zoning-api
🚀

View on GitHub

TangoYankee pushed 1 commit to 392/check-capital-project-category NYCPlanning/ae-zoning-api
  • Capital project category with check Use a check contraint for capital project category closes #392 part 2 of 2 c493542

View on GitHub

horatiorosa pushed 1 commit to Issue/390-remove-enums-from-zoning-district-class NYCPlanning/ae-zoning-api
  • 390 removed enums from zoning-district-category and added constraints - refactored some repos to fix type errors 9ef767a

View on GitHub

horatiorosa created a branch on NYCPlanning/ae-zoning-api

Issue/390-remove-enums-from-zoning-district-class - This application is API for serving data related to zoning and tax lots.

TangoYankee pushed 1 commit to 392/check-capital-project-category NYCPlanning/ae-zoning-api
  • Capital project category with check Use a check contraint for capital project category closes #392 part 2 of 2 6366cf2

View on GitHub

TangoYankee opened a pull request on NYCPlanning/ae-zoning-api
392/check capital project category
Capital project category with check Use a check constraint for capital project category closes https://github.com/NYCPlanning/ae-zoning-api/issues/392 part 2 of 2 ***Note:*** *changes are sp...
TangoYankee pushed 1 commit to 392/check-capital-project-category NYCPlanning/ae-zoning-api
  • Capital project category with check Use a check contraint for capital project category clses #392 part 2 of 2 efa54e4

View on GitHub

TangoYankee created a branch on NYCPlanning/ae-zoning-api

392/check-capital-project-category - This application is API for serving data related to zoning and tax lots.

TangoYankee pushed 1 commit to ty/exp/composite-tax-lot NYCPlanning/ae-zoning-api

View on GitHub

horatiorosa deleted a branch NYCPlanning/ae-zoning-api

391/refac-cap-fund-to-remove-enums

horatiorosa pushed 1 commit to main NYCPlanning/ae-zoning-api
  • 391 drop enums, update types from enum to text, add constraints - in capital-project-fund - in capital-commitment-f... 273fc6d

View on GitHub

horatiorosa closed an issue on NYCPlanning/ae-zoning-api
Refactor capital fund category from enum to check constraint
# Acceptance criteria - [x] Remove the `captial_fund_category` enum - [x] Change the type of the `capitalFundCategory` field of the `capital_project_fund` table from an enum to text - [x] Add the c...
horatiorosa closed a pull request on NYCPlanning/ae-zoning-api
391/refac cap fund to remove enums
#### Description drop enums, update types from enum to text, add constraints - in capital-project-fund - in capital-commitment-fund - includes new migration #### TIckets Clo...
TangoYankee created a review on a pull request on NYCPlanning/ae-zoning-api

View on GitHub

TangoYankee created a review on a pull request on NYCPlanning/ae-zoning-api

View on GitHub

Load more