Commit graph

104 commits

Author SHA1 Message Date
Leela vadlamudi
3875004d7e
Merge pull request #13057 from leela/email-refactoring
refactor: Email Module - 1
2021-05-05 11:45:04 +05:30
leela
0a1902e650 fix: semgrep's split translation regex 2021-05-03 06:25:57 +05:30
Mohammad Hasnain Mohsin Rajan
3e78995594
ci: Use different service name for push and pull request events (#13030)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-04-29 13:06:55 +05:30
Suraj Shetty
90dde099df
ci: Remove coverage step from workflow 2021-04-29 12:55:46 +05:30
Mohammad Hasnain Mohsin Rajan
9070cdc73d
ci: fix coveralls (#12971)
* fix: add service

* Update ci-tests.yml

* Update ci-tests.yml

* fix: coverage version

* fix: coveralls

* Update requirements.txt

* fix: add service name env var

* ci: Set COVERALLS_SERVICE_NAME as github

* ci: add tokens

* Update ci-tests.yml

* ci: no rcfile

* fix: pin versions

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-04-26 20:28:15 +05:30
Ankush Menat
5881c5dbec
ci(semgrep): add more rules, r/python.correctness (#12876)
* ci(semgrep): add more rules, r/python.correctness

- Added file for defining rules as per frappe data model:
frappe_correctness.yml
- Add rule for SQLi, with WARNING only for now
- Add rule file for UX
- WARNING | INFO do not fail the build now

* ci(semgrep): on_cancel, on_submit correctness rule

* ci(semgrep): split workflow in steps

* ci(semgrep): catch line breaks in _()

* chore: fix sider issue
2021-04-23 09:04:34 +05:30
Mohammad Hasnain Mohsin Rajan
d61f5afcdd
ci: Set COVERALLS_SERVICE_NAME as github (#12961)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-04-22 15:53:52 +05:30
Mohammad Hasnain Mohsin Rajan
2128a0d766
ci: Fix coveralls (#12926) 2021-04-21 15:22:41 +05:30
Rohan Bansal
86851028ea feat: manage Python 3 compatiblity with dependencies 2021-04-14 14:40:58 +05:30
Prssanna Desai
70b7909c06
Merge branch 'develop' into permlevel-fix 2021-03-24 18:56:28 +05:30
Suraj Shetty
d7ca5765d2
Merge pull request #12577 from ankush/semgrep_translation_rules 2021-03-24 12:31:20 +05:30
Suraj Shetty
6dcc00ad95 ci: Trigger ssh for gha based on label 2021-03-24 09:39:18 +05:30
Suraj Shetty
994818959b ci: Remove tmate 2021-03-23 19:53:53 +05:30
Ankush Menat
cee30d2fa7
ci: ignore safe_eval paths 2021-03-23 18:24:01 +05:30
prssanna
d0ba1e0c4c test: debug failing tests 2021-03-23 13:58:25 +05:30
Suraj Shetty
0827fba2d8
chore: Update stale.yml config 2021-03-22 10:56:18 +05:30
Suraj Shetty
c5b5dc3b48
Merge branch 'develop' into semgrep_translation_rules 2021-03-22 10:44:37 +05:30
Suraj Shetty
e43a0d141d chore: Ignore cypress setup for server tests 2021-03-19 19:19:56 +05:30
Gavin D'souza
428facac7e Merge branch 'refactor-personal-data-deletion' of github.com:gavindsouza/frappe into refactor-personal-data-deletion 2021-03-17 13:00:16 +05:30
Gavin D'souza
c0d052cf94 Revert "ci: Bump mariaDB version to 10.4"
This reverts commit c9d0aae791.
2021-03-17 12:59:27 +05:30
Suraj Shetty
a22123577a
Merge branch 'develop' into refactor-personal-data-deletion 2021-03-17 08:14:07 +05:30
Sagar Vora
86e76e6350
ci: update badge in README and add push event trigger (#12592) 2021-03-17 07:50:51 +05:30
Mohammad Hasnain Mohsin Rajan
e233d9dc3e
ci: Use Ubuntu 18.04 specifically and remove verbose flag (#12588) 2021-03-16 19:58:08 +05:30
Gavin D'souza
c9d0aae791 ci: Bump mariaDB version to 10.4
10.5 is latest stable, but this feature was developed on 10.4; so
leaving this here.
2021-03-16 12:45:31 +05:30
Gavin D'souza
5677629adb chore: Bump Postgres to 12.4 2021-03-15 16:15:29 +05:30
Ankush Menat
d7bc848a52
test(semgrep): python and javascript translation
- Move rules to .github folder to reduce clutter in root folder
- separate out rules
- add tests for rules
- docs for writing more rules
2021-03-13 18:22:48 +05:30
Mohammad Hasnain Mohsin Rajan
7148af3c20
ci: Fix Github Action (#12574) 2021-03-12 22:44:30 +05:30
Mohammad Hasnain Mohsin Rajan
3ee0d76776
ci: Port from TravisCI to Github Actions (#12559) 2021-03-12 13:59:30 +05:30
Ankush Menat
6c2d377e74
fix: use semgrep cli instead of docker image (#12566)
CLI is more flexible at present. Until github action catches up,
switch to CLI version.

This also fixes failure from forks which don't contain semgrep config
yet.
2021-03-11 10:42:42 +05:30
Ankush Menat
a74b7b04ac
chore: add semgrep linting (#12524) 2021-03-09 12:04:09 +05:30
Suraj Shetty
da166c3db9 chore: Fix translation syntax check 2021-01-30 13:02:52 +05:30
Suraj Shetty
e643ccf002 chore: Show correct line number 2021-01-30 08:29:20 +05:30
Suraj Shetty
cae26da129 chore: Fix translation syntax check 2021-01-30 08:16:59 +05:30
robert kimutai
9591d01c2c
chore: Update CONTRIBUTING.md (#12241) 2021-01-20 15:22:12 +05:30
Suraj Shetty
00896f36fe
revert: "fix: improve translation pattern" (#12205) 2021-01-13 20:46:27 +05:30
barredterra
ce0b243d93 chore: flake8 allow long line 2020-12-29 12:07:32 +01:00
barredterra
a4e11583dd fix: no multiline source or context, allow null 2020-12-10 11:56:31 +01:00
barredterra
46edda896e fix: improve translation pattern 2020-12-04 17:44:36 +01:00
gavin
7bba0b7da9
chore(GitHub): Add issue template config 2020-11-27 15:56:28 +05:30
Raffael Meyer
0d6dafa3f5
fix: allow other github links in same PR 2020-11-24 11:36:23 +01:00
Gavin D'souza
7c6cd34c51 ci: Update names for GHA workflows and jobs 2020-11-04 12:27:14 +05:30
gavin
e24c01f798
ci: Rename jobs (#11858) 2020-11-04 12:18:18 +05:30
Faris Ansari
c7ed6ce977 fix: Remove test strings and early return 2020-10-12 21:12:47 +05:30
Faris Ansari
18bc0d14cf fix: remove hardcoded path 2020-10-12 21:03:22 +05:30
Faris Ansari
8708e56896 fix: Handle f string and fix words check 2020-10-12 21:00:15 +05:30
Faris Ansari
d1b92c66bb fix: eager lookup 2020-10-12 17:36:44 +05:30
Faris Ansari
a113f5c285 fix: add test strings 2020-10-12 17:28:21 +05:30
Faris Ansari
5cf39f746a chore: Check existence of words in translation linter 2020-10-12 17:26:36 +05:30
Suraj Shetty
23bbbb1bbd chore: Consider template string as invalid 2020-10-12 11:34:51 +05:30
Gavin D'souza
076ba11111 fix: Update documentation helper 2020-10-05 14:06:58 +05:30