You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brecht Van Lommel 7a286e4753
Improve pull request command line instructions (#27778)
* Show checkout instructions also when there is no permission to push,
for anyone who wants to locally test the changes.
* First checkout the branch exactly as is, without immediately having to
solve merge conflicts. Leave this to the merge step, since it's often
convenient to test a change without worrying about this.
* Use `git fetch -u`, so an existing local branch is updated when
re-testing the same pull request. But not the more risky `git fetch -f`
in to handle force pushes, as we don't want to accidentally overwrite
important local changes.
* Show different merge command depending on the chosen merge style,
interactively updated.
8 months ago
..
components Improve pull request command line instructions (#27778) 8 months ago
features Fix duplicate project board when hitting `enter` key (#27746) 8 months ago
markup Fix mermaid flowchart margin issue (#27503) 9 months ago
modules Enable followCursor for language stats bar (#27713) 8 months ago
render Use vitest globals (#27102) 9 months ago
standalone Add toasts to UI (#25449) 1 year ago
test Replace 'userxx' with 'orgxx' in all test files when the user type is org (#27052) 10 months ago
utils Replace ajax with fetch, improve image diff (#27267) 9 months ago
vendor Vendor `jquery.are-you-sure` with strict mode fixes (#26901) 10 months ago
webcomponents Add minimum polyfill to support "relative-time-element" in PaleMoon (#26575) 11 months ago
bootstrap.js Remove joinPaths function (#26833) 10 months ago
index.js Hide archived labels by default from the suggestions when assigning labels for an issue (#27451) 9 months ago
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations (#11055) 4 years ago
svg.js Replace ajax with fetch, improve image diff (#27267) 9 months ago
svg.test.js Use vitest globals (#27102) 9 months ago
utils.js Replace ajax with fetch, improve image diff (#27267) 9 months ago
utils.test.js Use vitest globals (#27102) 9 months ago