-
Notifications
You must be signed in to change notification settings - Fork 0
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
238 Open API: Document an endpoint to return a single capital project #282
238 Open API: Document an endpoint to return a single capital project #282
Conversation
The changes are good. But, I want to hold off merging so that other endpoints can be implemented before this one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYSA: Rebasing to main will delete the openapi/index.html
and then ignore any regeneration of it. This will prevent future conflicts from that file. This should make life a little easier. Conflicts will still happen with the yaml file- so it goes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resolve conflicts & consolidate to one commit and I'll approve
Resolved conflicts, will squash when merging. |
Squashing is disabled. Only rebasing is enabled |
I'm encountering issues attempting to squash locally. Do you have a good set of instructions? |
Standby |
The heart of what we're doing is rewriting the history of the feature branch to make it more succinct. That way, when we place it in the shared history of main (which we never rewrite), we have an easy to read log of changes. A better overview for squash v rebase than I could give With that in mind, the first thing we'll do is a soft reset back to the last commit that came from main:
This gives us all of the relevant code changes while removing the commits from the history. While we're here, I noticed that
It also seems the non-200 endpoints seem to have gone missing from the
We'll stage these changes to the code
Then commit
Then rebase onto main
Finally, force push your feature branch
|
eef8bb2
to
3a52ef2
Compare
Thanks, @TangoYankee. |
3a52ef2
to
ed1d6da
Compare
497c370
to
e2a5a67
Compare
Add the /capital-projects/{managingCode}/{capitalProjectid} endpoint. closes #238
e2a5a67
to
23b1f93
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 🚀 🚀 🚀 🚀 🚀 🚀
Fixed the issue in the CapitalProjectBudgeted schema, and added the
/capital-projects/{managingCode}/{capitalProjectid}
endpoint.Completes #238