Ankush Menat
b0c10102de
chore: update FR template
...
[skip ci]
2022-05-13 14:35:51 +05:30
Ankush Menat
cb8cd7f5bc
chore: stale bot - increase # of days for issues
...
[skip ci]
2022-05-12 15:45:19 +05:30
gavin
389c2853eb
docs: Trimmed whitespace from "Try on FCloud" button
...
ERPNext Port of b1effcab4b
2022-04-28 14:57:43 +05:30
Ankush Menat
3ae9fa98c4
ci: failfast when merge conflict exists ( #30823 )
...
[skip ci]
2022-04-27 14:33:26 +05:30
Deepesh Garg
e4265ce814
chore: Update creds to allow updates on protected branch ( #30749 )
2022-04-19 17:26:42 +05:30
Deepesh Garg
6f332f3669
fix: Update token to allow updates on protected branch
2022-04-19 15:28:56 +05:30
Ankush Menat
6fc11cb4c5
ci: use latest ubuntu container
2022-04-18 16:17:36 +05:30
Deepesh Garg
cc1bdd426b
chore: Update branch name
2022-04-18 10:48:31 +05:30
Deepesh Garg
41249c57c4
chore: Add sematic releases
2022-04-18 10:38:22 +05:30
Ankush Menat
71de754368
ci: coverage not getting processed ( #30704 )
2022-04-13 18:23:22 +05:30
Ankush Menat
c14c513214
ci: collate codecov reports before uploading
...
Currently due to flake partial reports are submitting which results in
constant fluctuation of coverage reports.
Change: First collect coverage and if all builds pass then submit it.
2022-04-10 17:50:57 +05:30
Ankush Menat
62c57199f2
chore: remove ui test config
...
[skip ci]
2022-03-30 12:50:37 +05:30
Ankush Menat
f1a7e3b9ad
ci: skip tests on CSV
...
[skip ci]
2022-03-14 18:22:07 +05:30
Ankush Menat
229db14b7e
ci: move some tasks to background
...
- wkhtml download
- asset building
2022-02-17 16:16:53 +05:30
Ankush Menat
13a60fb258
ci: ignore bugs identified in QA process for stalebot
...
[skip ci]
2022-02-15 10:43:58 +05:30
Ankush Menat
6f2c9c692c
ci: workflow dispatch options ( #29611 )
2022-02-03 17:30:42 +05:30
Ankush Menat
be0a4412d3
chore: update label rules
2022-01-13 17:19:59 +05:30
Ankush Menat
8f0d10a1b7
chore: add crm module in issue template
...
[skip ci]
2022-01-11 18:45:53 +05:30
Ankush Menat
2854f63caf
fix!: drop python 3.7 support
2022-01-10 18:28:46 +05:30
Ankush Menat
5b67dbf8d0
ci: only run label action once
2022-01-09 20:27:18 +05:30
Ankush Menat
55d00a3cf6
ci: fix auto label behaviour
2022-01-09 20:18:42 +05:30
Ankush Menat
23b0a3f546
ci: add auto labeller workflow
2022-01-09 20:11:19 +05:30
Conor
d2074b16db
ci: postgres unittests configurations ( #28952 )
...
Co-authored-by: Ankush Menat <ankush@frappe.io>
2022-01-02 23:33:10 +05:30
Ankush Menat
8dc1ce12d4
chore: simplify bug report form
2021-12-22 12:13:31 +05:30
Ankush Menat
fe597cdd3b
chore: remove unused issue tempaltes
...
[skip ci]
2021-12-10 18:33:58 +05:30
Ankush Menat
fcb614d1b7
chore: correct form format for issues
2021-12-10 18:23:24 +05:30
Ankush Menat
bf48f17600
chore: new and improved bug report form
...
[skip ci]
2021-12-10 18:17:21 +05:30
Ankush Menat
ffa3d45c42
chore: update stale rules and apply on issues
...
[skip ci]
2021-12-10 18:17:21 +05:30
Conor
03370c63c5
chore: minor typo correction in CONTRIBUTING ( #28386 )
2021-11-14 09:46:31 +05:30
Ankush Menat
b728597ef4
fix: use hotfix branches for patch tests
2021-11-10 19:41:55 +05:30
Revant Nandgaonkar
c2697bca76
ci: change GITHUB_PAT to CI_PAT
2021-11-03 13:52:37 +05:30
Revant Nandgaonkar
c587f18735
chore: migrate docker to github actions
2021-11-02 12:09:41 +05:30
Ankush Menat
27cbeb920e
test(patch): run patch tests for major releases
...
Run patch tests one at a time
v10 db -> v12-> v13 -> .... -> frappe:corresponding base branch and PR.
2021-11-01 17:44:46 +05:30
Ankush Menat
4ad2b851c4
chore: change semgrep rules repo name
...
[skip ci]
2021-10-22 22:39:11 +05:30
Ankush Menat
cc1baae5eb
ci: move semgrep rules out of repo ( #28067 )
...
Moving semgrep rules out of repos as it's unnecessary to maintain
same ruleset for different repos and different branches.
2021-10-22 21:43:50 +05:30
Ankush Menat
5ada11b1af
ci: run semgrep after basic linters
2021-10-20 19:09:57 +05:30
Ankush Menat
92c0dcc3ea
ci: install dev requirements in CI
2021-10-20 19:09:57 +05:30
gavin
9916b87767
ci: Rule Added for using frappe.qb over db.sql* ( #28000 )
...
ERPNext port of https://github.com/frappe/frappe/pull/14481
Co-authored-by: Ankush Menat <ankush@iwebnotes.com>
Co-authored-by: abhishek <as7122000@gmail.com>
2021-10-19 14:20:09 +05:30
Mohammad Hussain Nagaria
904381295e
chore: Add Try on Frappe Cloud button to README ( #27950 )
2021-10-13 20:07:27 +05:30
Ankush Menat
06b426e9c3
ci: rule to fail PRs that add a new manual commit ( #27928 )
...
Manual commits are frequent source of bugs, confusions or undefined
behaviour.
All new manual commits should be explcitly ignored with explanation on
why it's added. This will only fail for new additions. Existing ones
need to be cleaned up manually.
2021-10-12 23:01:37 +05:30
ChillarAnand
4dc17a856e
fix(CI): Use bugbear instead of flake8-mutable
2021-10-11 11:17:55 +05:30
Chillar Anand
772d4753e7
refactor: Clean up mutable defaults and add CI check ( #27828 )
...
* refactor: Clean up mutable defaults and add CI check
2021-10-06 16:58:48 +00:00
Ankush Menat
35e30bdcaf
ci: fail build if asset bundling fails ( #27820 )
2021-10-05 21:44:34 +05:30
Suraj Shetty
1fc8fcc258
ci: Upload coverage report to codecov
2021-09-10 08:08:00 +05:30
Dany Robert
fa819f2fb0
fix: General Ledger translation issues ( #27298 )
...
* fix: remove translations from GL report options
Options need not be translated, their display label gets translated
client side.
* fix: make group by options translatable
* ci: semgrep rule for translated options in report
Co-authored-by: Ankush Menat <ankush@iwebnotes.com>
2021-09-08 16:28:05 +05:30
Ankush Menat
5596988c94
ci: fix docs checker for wiki based docs ( #27380 )
2021-09-07 14:53:30 +05:30
Chillar Anand
915b34391c
chore: Clean up imports ( #27302 )
...
* chore: Added isort to pre-commit config
* chore: Sort imports with isort
* chore: Clean up imports with pycln
* chore: Sort imports with isort
* chore: Fix import issues
* chore: Clean up sider issues
* chore: Remove import errors from flake8 ignore list
* chore: Clean up lint issues
2021-09-02 16:44:59 +05:30
Ankush Menat
65279c2471
ci: add strict config for flake8
2021-09-01 16:57:21 +05:30
Alan
72ece75b11
ci(semgrep): add translation checks for report labels ( #27280 )
...
* ci(semgrep): add translation checks for report labels
* refactor: shift report tests to it's own yml
path can't be applied on a test id basis
* ci: ignore regional report in translation checks
[skip ci]
2021-09-01 14:19:39 +05:30
gavin
dea14eef51
Merge pull request #27240 from ankush/ubuntu_ci
...
ci: switch to latest LTS Ubuntu version
2021-08-31 18:22:30 +05:30