Skip to content
This repository was archived by the owner on Jun 15, 2024. It is now read-only.

Fix merge conflict#78

Merged
nh916 merged 10 commits intodevelopfrom
fix_merge_conflict
Feb 14, 2023
Merged

Fix merge conflict#78
nh916 merged 10 commits intodevelopfrom
fix_merge_conflict

Conversation

@nh916
Copy link
Copy Markdown
Contributor

@nh916 nh916 commented Feb 10, 2023

No description provided.

nh916 and others added 10 commits December 1, 2022 15:49
I think having good issue templates where users can report their issue with the needed information can benefit this repository and help our users
* bumping version to 0.6.3

* removed requirements_dev.txt

* updated packages on requirements.txt

* removing docs from master, so docs can only live in the docs branch

* Fix mac issues

* updated workflow (#54)

updated workflow to use requirements.txt instead of requirements_dev.txt

* updated importing tkinter (#55)

* Feature property method (#57)

* adding property:method

* Add material characteristics (#52)

* Add characterization for exisitng materials functionality

* Tested add_material_characteristics and made fixes

* changed truth check

* Tested synthesis, works. Also, changed truth checking back

* made boolean assignment a function

* Variable for row input start

* Version bump 1.0.0 (#59)

* version bump to 0.6.4

* version bump to 1.0.0

Co-authored-by: CVilla17 <villac@mit.edu>
Co-authored-by: Brilant Kasami <brili@users.noreply.github.com>
Co-authored-by: Bora Dauti <boradauti@Boras-MacBook-Pro.local>
Co-authored-by: CVilla17 <95596724+CVilla17@users.noreply.github.com>
Update base.html to fix merge conflict
* changed artifact name for MAC
* updated requirements.txt to use cript==0.6.1
* bumped Excel uploader version 1.0.1
# Conflicts:
#	src/web/templates/base.html
<link href="../css/styles.css" rel="stylesheet">

<title>CRIPT Excel Uploader - version 1.0.2</title>
<title>CRIPT Excel Uploader - version 1.0.1</title>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

10 commits; one line changed, I suggest highly to do rebase instead of merge.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you tell me a bit more? why rebase?

@bearmit
Copy link
Copy Markdown

bearmit commented Feb 10, 2023 via email

@nh916
Copy link
Copy Markdown
Contributor Author

nh916 commented Feb 10, 2023

It looks like you want to rebase develop on top of staging or master right? If I am correct, you just need to rebase your develop branch on yop of it and push --force. ...>

Well I don't think I can because I dont have access to force pushing on any of the protected branches. My main objective here is to fix the merge conflict to push develop into master for a new release PR do you think rebase would be helpful here?

@bearmit
Copy link
Copy Markdown

bearmit commented Feb 10, 2023

It looks like you want to rebase develop on top of staging or master right? If I am correct, you just need to rebase your develop branch on yop of it and push --force. ...>

Well I don't think I can because I dont have access to force pushing on any of the protected branches. My main objective here is to fix the merge conflict to push develop into master for a new release PR do you think rebase would be helpful here?

Yes, If you had the rights, I think it would be easier yes, and the history would be simpler to understand.
Philosophical question: to merge master into dev do we need a PR and 4 reviewer? With more privileges you can have the magic "by-pass branch protection" checkbox (^^)

@nh916
Copy link
Copy Markdown
Contributor Author

nh916 commented Feb 10, 2023

to merge master into dev do we need a PR and 4 reviewer?

@bearmit yes, I would first need to first do a PR to fix develop, then a PR to merge develop into master. However, if there is still a merge conflict then I would have to do more PR's for the release

I think you might be right, rebase is probably better because we have been getting a merge conflict a few times now when trying to merge develop into master for a release

Copy link
Copy Markdown

@bearmit bearmit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Ardi028 I suggest to give more rights to Navid to perform rebases and pushes on protected branches when necessary. I believe this PR is unnecessary.

@nh916 nh916 merged commit b05bc7d into develop Feb 14, 2023
@nh916 nh916 deleted the fix_merge_conflict branch February 14, 2023 19:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants