Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Eemeli Aro 9faea69c20
Set `tabWidth: 2` in Prettier config (#2438)
* chore: Update Prettier config, setting tabWidth:2

* style: Apply updated Prettier styles

If you need to rebase work past this style change, do as follows:

0. Consider this to be commit `commitA`, replacing that with its id in the following.
1. To make sure mistakes aren't fatal, assign a second branch to your current work.
2. Rebase your branch on the commit immediately before this one, commitA~
3. Run the following command at the root of the repo:

    git rebase --strategy-option=theirs \
      --exec 'npx prettier --write . && git add -u && git commit --amend --no-edit' \
      commitA

That will take a short while esp. if you have multiple commits,
as it runs Prettier on everything for every commit.
If you've deleted files, the rebase may drop down to interactive mode
and have you `git rm` as appropriate, then `git rebase --continue`.

You should end up with just your changes in your branch,
prettily formatted. To validate that,
apply the same Prettier config change to your original branch,
reformat the files with `npm run prettier`,
and then compare the results with the rebased branch.

* chore: Clean up lint configs
2022-03-03 09:46:35 +01:00
Jarek aea89555b1 Bug 1541252: Fix deployment on Heroku by removing requirements/python2.txt (#1309) 2019-06-07 08:54:02 +02:00
Jarek 46910e3e9d Fix bug 1537613: Update deps to versions compatible with Python 3 (#1252)
* Introduce requirements/python2.txt
* Move Mercurial to requirements/python2.txt
* Update Silme to the version with support for Python 3
2019-04-09 23:12:01 +02:00
Jarek 6da1f3524b Fix bug 1527507 - Refactor all dependencies (#1204)
Newer versions of Pip (7.1+) allow to create a constraints file which keeps track of versions of all sub-dependencies.

* All requirements files are renamed and moved into a separate directory.
* All sub-dependencies are moved to a constraints file.
2019-03-07 09:51:37 +01:00
Adrian Gaudebert dfbd89cea5
No bug - Run pyup only once a week. (#1044) 2018-08-06 16:25:03 +02:00
Adrian Gaudebert b406ddf05d Bug 1384167 - Add a config file for pyup. (#658)
We want to have the pyup service regularly check our requirements files for security update. Adding this config file is the first step to setup this process.
2017-08-02 15:25:58 +02:00