Commit Graph

20 Commits

Author SHA1 Message Date
Guo Xiang Tan 227ddb214e
DEV: Add commit to ignore for git blame. 2020-07-06 08:58:53 +08:00
Guo Xiang Tan 093ee1d80c
DEV: Ignore commit where we added rubocop. 2020-07-01 13:30:27 +08:00
OsamaSayegh ded5ebb5ae DEV: Make git ignore cosmetic commit 2020-06-05 05:51:07 +03:00
Michael Brown 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
Robin Ward 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
Robin Ward 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
Robin Ward e35286eda2 Ignore the `app` move 2020-04-23 13:43:48 -04:00
Joffrey JAFFEUX fffbb30ba4
DEV: hides double quotes lint changes from git blame (#9420) 2020-04-14 08:21:13 +02:00
Joffrey JAFFEUX 73c3fb8fb8
DEV: hides block-indentation lint changes from git blame (#9409) 2020-04-13 17:24:02 +02:00
Robin Ward a42668ead0 Revert "Another ignore entry"
This reverts commit f68c3d51fc.
2020-03-25 16:13:33 -04:00
Robin Ward f68c3d51fc Another ignore entry 2020-03-25 15:03:21 -04:00
Robin Ward 0025806b7e Ignore latest 2020-03-25 12:30:20 -04:00
Robin Ward 772583b9c3 Ignore more 2020-03-24 16:33:43 -04:00
Robin Ward ac34c7740a Ignore more commits 2020-03-24 16:11:56 -04:00
Robin Ward 4ecf0be93d Don't blame these renames 2020-03-23 15:05:58 -04:00
Robin Ward 37ed6d5a0e Ignore wizard es6 rename 2020-03-23 14:15:53 -04:00
Robin Ward 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
Robin Ward 3e34964c73 Ignore filename change 2020-03-13 17:03:08 -04:00
Robin Ward c61ebc9ba6 Don't blame the big rename commit 2020-03-12 13:30:59 -04:00
Joffrey JAFFEUX 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