-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
🥔⛰️Neighborhoods
#892
Labels
Milestone
Comments
zspencer
added
⛰️ epic
Work we expect will take multiple patches to complete
🛠️ infrastructure
ci, build, deploy, networking, etc.
labels
Feb 26, 2023
This was referenced Mar 2, 2023
zspencer
added a commit
that referenced
this issue
Mar 2, 2023
- #892 This gets rid of the following deprecation warning: `Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.`
zspencer
added a commit
that referenced
this issue
Mar 3, 2023
`Neighborhood`: Update `bundler` gem - #892 This gets rid of the following deprecation warning: `Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.`
zspencer
added a commit
that referenced
this issue
Mar 17, 2023
- #892 Piikup-Sandbox is experiencing some sadness because of policy issues it seems.
anaulin
pushed a commit
that referenced
this issue
Mar 18, 2023
🧹 `Neighborhood`: Send Authorization errors to Sentry - #892 Piikup-Sandbox is experiencing some sadness because of policy issues it seems.
zspencer
added a commit
that referenced
this issue
Apr 2, 2023
- #892 When a domain object wants to be routed to via `:resource` vs `:resources`, there are slightly different shapes to the value we intend to pass to `polymorphic_path` (or `url_for` or... all the rails url builders) In particular, `[:edit, parent, object]` becomes `[:edit, parent, :object_name]` and `[:new, parent, object]` becomes `[:new, parent, :object_name]`, `show` and `update` and `destroy` actions remain `[parent, object]` however! Co-authored-by: Dicko Sow <[email protected]>
zspencer
added a commit
that referenced
this issue
Apr 3, 2023
- #892 When a domain object wants to be routed to via `:resource` vs `:resources`, there are slightly different shapes to the value we intend to pass to `polymorphic_path` (or `url_for` or... all the rails url builders) In particular, `[:edit, parent, object]` becomes `[:edit, parent, :object_name]` and `[:new, parent, object]` becomes `[:new, parent, :object_name]`, `show` and `update` and `destroy` actions remain `[parent, object]` however! Co-authored-by: Dicko Sow <[email protected]>
zspencer
added a commit
that referenced
this issue
Apr 3, 2023
- #892 When a domain object wants to be routed to via `:resource` vs `:resources`, there are slightly different shapes to the value we intend to pass to `polymorphic_path` (or `url_for` or... all the rails url builders) In particular, `[:edit, parent, object]` becomes `[:edit, parent, :object_name]` and `[:new, parent, object]` becomes `[:new, parent, :object_name]`, `show` and `update` and `destroy` actions remain `[parent, object]` however! Co-authored-by: Dicko Sow <[email protected]>
zspencer
added a commit
that referenced
this issue
Apr 6, 2023
- #892 We have some sad background jobs in the queue, this will let me purge the heretics. Co-authored-by: Kelly Hong <[email protected]>
zspencer
added a commit
that referenced
this issue
Apr 6, 2023
* 🛠️ `Neighborhood`: Expose `sidekiq-web` ui to Operators - #892 We have some sad background jobs in the queue, this will let me purge the heretics. Co-authored-by: Kelly Hong <[email protected]> * `Neighborhood`: Write some tests for the costraint Co-authored-by: Kelly Hong <[email protected]> --------- Co-authored-by: Kelly Hong <[email protected]>
zspencer
added a commit
that referenced
this issue
Apr 10, 2023
- #892 Surprised there weren't any errors, but I'll take it!
zspencer
added a commit
that referenced
this issue
Apr 13, 2023
- #892 This threw off a contributor recently 🙃
anaulin
pushed a commit
that referenced
this issue
Apr 13, 2023
📝 `Neighborhood`: Don't reference PostgreSQL 12 specifically - #892 This threw off a contributor recently 🙃
This was referenced Apr 15, 2023
Closed
zspencer
added a commit
that referenced
this issue
Apr 26, 2023
- #892 While ideally we would have a matrix of supported rubies in CI so Contributors and Operators can run whatever Ruby they want; that's not where we are yet. So this bumps the `main` branch to 3.2.2; the most up-to-date "Matz Ruby Implementation" (mri) Ruby.
zspencer
added a commit
that referenced
this issue
Apr 26, 2023
- #892 While ideally we would have a matrix of supported rubies in CI so Contributors and Operators can run whatever Ruby they want; that's not where we are yet. So this bumps the `main` branch to 3.2.2; the most up-to-date "Matz Ruby Implementation" (mri) Ruby.
11 tasks
zspencer
added a commit
that referenced
this issue
May 7, 2023
- #892 I normally just write these every time, but eh maybe someone else will benefit from me putting them in here. I've also seen a really lovely `make`-a-like written in Rust that the former CTO of NPM seems to like; but I can't remember it's name 🙃.
zspencer
added a commit
that referenced
this issue
May 14, 2023
This was referenced May 14, 2023
zspencer
added a commit
that referenced
this issue
May 16, 2023
zspencer
added a commit
that referenced
this issue
May 18, 2023
zspencer
added a commit
that referenced
this issue
May 18, 2023
zspencer
added a commit
that referenced
this issue
May 18, 2023
zspencer
added a commit
that referenced
this issue
Jun 25, 2023
- #892 We used this early on to provide a degree of feature flagging; but we haven't used it lately and we will probably want to rely on `flippa` or something more fully featured and better maintained as we mature.
zspencer
added a commit
that referenced
this issue
Jun 25, 2023
`Neighborhood`: Get rid of unused `Feature` model - #892 We used this early on to provide a degree of feature flagging; but we haven't used it lately and we will probably want to rely on `flippa` or something more fully featured and better maintained as we mature.
zspencer
added a commit
that referenced
this issue
Oct 10, 2023
- #892 Per https://github.com/nodejs/release#release-schedule, Node 16 is decommissioned! This bumps us to the newest LTS, Node 18! Hooray! Make sure to delete your `node_modules` folder, since I have no idea how any of this works but I expect that keeping old node modules around is bad-idea-jeans.
zspencer
added a commit
that referenced
this issue
Oct 11, 2023
- #892 Per https://github.com/nodejs/release#release-schedule, Node 16 is decommissioned! This bumps us to the newest LTS, Node 18! Hooray! Make sure to delete your `node_modules` folder, since I have no idea how any of this works but I expect that keeping old node modules around is bad-idea-jeans.
zspencer
added a commit
that referenced
this issue
Oct 11, 2023
- #892 Per https://github.com/nodejs/release#release-schedule, Node 16 is decommissioned! This bumps us to the newest LTS, Node 18! Hooray! Make sure to delete your `node_modules` folder, since I have no idea how any of this works but I expect that keeping old node modules around is bad-idea-jeans.
rosschapman
pushed a commit
that referenced
this issue
Oct 23, 2023
- #892 Per https://github.com/nodejs/release#release-schedule, Node 16 is decommissioned! This bumps us to the newest LTS, Node 18! Hooray! Make sure to delete your `node_modules` folder, since I have no idea how any of this works but I expect that keeping old node modules around is bad-idea-jeans.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Neighborhoods
#892 are managed by 🥔👩🎤Operators
#103 and provide 🥔⛰️Space
#1154 to ⛰️✨👏🏾👩🎤Clients
#1475Use Cases
Neighborhood
: Trust and Safety #1450Neighborhood
: Provisioning aNeighborhood
#1449Neighborhood
:Support
#1503Neighborhood
: HostedUtilities
#891Frequently Asked Questions
What kind of Neighborhood are there?
While right now, there is only the Zinc
Neighborhood
Neighborhoods
may specialize in a particular industry, region, or cultural touchpoint. Examples:If you are hosting a Neighborhood, get in touch so we can add you to our list!
The text was updated successfully, but these errors were encountered: