Commit Graph

25 Commits

Author SHA1 Message Date
969917c4a2 Hide large refactor commit from blame
It's mostly about moving tests from one place to another and needn't
pollute the git history.
2020-10-05 12:09:34 -04:00
29f7e0689f DEV: Hide large commit for moving test directories 2020-10-01 14:19:15 -04:00
291f8a17bb Ignore the giant rename commit 2020-09-23 10:03:56 -04:00
647cdca99b DEV: ignore coding standards applied to plugins (#10595) 2020-09-04 13:53:26 +02:00
034a59a69d DEV: ignore coding standards commit (#10593) 2020-09-04 13:44:58 +02:00
227ddb214e DEV: Add commit to ignore for git blame. 2020-07-06 08:58:53 +08:00
093ee1d80c DEV: Ignore commit where we added rubocop. 2020-07-01 13:30:27 +08:00
ded5ebb5ae DEV: Make git ignore cosmetic commit 2020-06-05 05:51:07 +03:00
c8370b9c78 DEV: remove objects that do not exist in the repo from .git-blame-ignore-revs (#9904)
* a freshly cloned repo does not have these objects
2020-05-28 12:31:00 +10:00
cbb27241c4 DEV: Make discourse-common an Ember addon. (#9578)
This is to help with the migration to Ember CLI. In the current running
version of Discourse everything should be the same as before, just with
a few extra files that are not used. However, using Ember CLI this can
be installed as an Ember addon.

Co-Authored-By: Jarek Radosz <jradosz@gmail.com>
2020-04-29 12:18:21 -04:00
c1cc2f2a05 DEV: Remove ember-addons (#9559)
We weren't using this very much and introduces a dependency between
discourse-common and discourse which makes moving to yarn workspaces
more difficult.

In the future we might user ember-addons properly but for now it's
easier to move the code into discourse-common.

Note the old folder is still there because at least one plugin was still
requiring the old files. It will be removed in the future.
2020-04-28 10:14:49 -04:00
e35286eda2 Ignore the app move 2020-04-23 13:43:48 -04:00
fffbb30ba4 DEV: hides double quotes lint changes from git blame (#9420) 2020-04-14 08:21:13 +02:00
73c3fb8fb8 DEV: hides block-indentation lint changes from git blame (#9409) 2020-04-13 17:24:02 +02:00
a42668ead0 Revert "Another ignore entry"
This reverts commit f68c3d51fcf89d22ebc2dc343fe23b435587686a.
2020-03-25 16:13:33 -04:00
f68c3d51fc Another ignore entry 2020-03-25 15:03:21 -04:00
0025806b7e Ignore latest 2020-03-25 12:30:20 -04:00
772583b9c3 Ignore more 2020-03-24 16:33:43 -04:00
ac34c7740a Ignore more commits 2020-03-24 16:11:56 -04:00
4ecf0be93d Don't blame these renames 2020-03-23 15:05:58 -04:00
37ed6d5a0e Ignore wizard es6 rename 2020-03-23 14:15:53 -04:00
07813c4a91 Convert select-kit from es6 to js (#9246)
* Convert select-kit from es6 to js

* Hide more git blames
2020-03-20 12:40:32 -04:00
3e34964c73 Ignore filename change 2020-03-13 17:03:08 -04:00
c61ebc9ba6 Don't blame the big rename commit 2020-03-12 13:30:59 -04:00
6ba7f924ba DEV: introduces git-blame-ignore-revs (#8880)
To setup locally:

git config blame.ignoreRevsFile .git-blame-ignore-revs
2020-02-06 11:37:54 -05:00