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

Boost us back to 2025 in the footer after having it lost during merge conflict resolving #2183

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

yarikoptic
Copy link
Member

I felt odd when saw 2024 back online, while seeing #2144 merged and released. It also took a bit to track it down since apparently git log -p does not show merges, and here I believe it happened in #2135 while resolving conflict merges in 700abad .

See

git diff 700abad2c5f3ae28cb32ce8bc1099a3501347c5d^2..700abad2c5f3ae28cb32ce8bc1099a3501347c5d -- web/src/components/DandiFooter.vue

To at least partially assist and annotate merges which were problematic and how, I have in my ~/.gitconfig

[merge]
    summary = true
    log = true

and then when I do merge locally I get commented out section listing conflicted files, which I uncomment and add description on why conflict and how was handled. See e.g. dandi/dandi-cli@1948866 . Might be worth adopting IMHO.

Also this commit/PR includes auto-removal of useless trailing spaces done by pre-commit to that file

[INFO] This may take a few minutes...
trim trailing whitespace.................................................Failed
- hook id: trailing-whitespace
- exit code: 1
- files were modified by this hook

Fixing web/src/components/DandiFooter.vue

@kabilar do you have pre-commit enabled for your local clone?

…lving

I believe it happened in #2135 while resolving conflict merges in
700abad .

See

    git diff 700abad^2..700abad -- web/src/components/DandiFooter.vue

Also it includes auto-removal of useless trailing spaces done by
pre-commit to that file

    [INFO] This may take a few minutes...
    trim trailing whitespace.................................................Failed
    - hook id: trailing-whitespace
    - exit code: 1
    - files were modified by this hook

    Fixing web/src/components/DandiFooter.vue
@yarikoptic yarikoptic added UX Affects usability of the system DX Affects developer experience patch Increment the patch version when merged labels Feb 11, 2025
@yarikoptic yarikoptic requested a review from waxlamp February 11, 2025 22:43
@kabilar
Copy link
Member

kabilar commented Feb 19, 2025

@kabilar do you have pre-commit enabled for your local clone?

Thanks. I will use it in the future.

@waxlamp waxlamp added release Create a release when this pr is merged and removed UX Affects usability of the system DX Affects developer experience labels Feb 19, 2025
@waxlamp waxlamp merged commit b6e1877 into master Feb 19, 2025
4 checks passed
@waxlamp waxlamp deleted the bf-back-to-the-future branch February 19, 2025 18:43
@dandibot
Copy link
Member

🚀 PR was released in v0.4.19 🚀

@dandibot dandibot added the released This issue/pull request has been released. label Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged release Create a release when this pr is merged released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants