Commit graph

23686 commits

Author SHA1 Message Date
Chinmay D. Pai
ca7fc2c17d
chore: delete user on the unix socket as well
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-03-11 18:23:20 +05:30
Chinmay D. Pai
004ddacbf1
fix: do not set db_host to % and instead pass to setup_db
db_host != the hostname part after @, hmm. so instead we'll pass
no-mariadb-socket flag to setup_database where we'll drop and create
users with host set to the TCP/IP socket instead of the UNIX socket.

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-03-06 13:02:26 +05:30
Chinmay D. Pai
e5a896ef00
feat(db): add new-site flag to use tcp/ip instead of unix socket
ref frappe/bench#949

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-03-05 23:27:15 +05:30
Aditya Hase
cadb2bb4f2
Merge pull request #9617 from scmmishra/yet-another-yet-another-desk
feat: yet another desk
2020-03-05 21:27:36 +05:30
Aditya Hase
d5fc0cef5d
Merge pull request #9542 from adityahase/feat-monitor
feat: Monitor
2020-03-05 21:24:29 +05:30
Aditya Hase
542a3ce222 fix: Remove flaky assertions 2020-03-05 17:20:59 +05:30
mergify[bot]
fc2073081f
Merge pull request #9543 from adityahase/fix-frequent-scheduler
feat(scheduler): Frequent job scheduling
2020-03-05 11:15:59 +00:00
Aditya Hase
4e69326fac style: Remove unused imports 2020-03-05 16:27:22 +05:30
Aditya Hase
692055499a feat(scheduler): Frequent job scheduling
Scheduler tick interval (default 60 seconds) can now be configured with scheduler_tick_interval key in common_site_config.json
2020-03-05 15:45:19 +05:30
Shivam Mishra
81fd7641d5 refactor: disable sorting for charts section 2020-03-05 15:08:39 +05:30
Shivam Mishra
492a5ad0d0 feat: disable customization for mobile or when specified 2020-03-05 15:06:19 +05:30
Aditya Hase
4740e4f7e6 refactor: Monitor
Do not collect request headers
Collect job wait time and whether it was scheduled
2020-03-05 15:06:15 +05:30
Aditya Hase
268c577acd fix(monitor): Include request ip in monitored data 2020-03-05 15:06:15 +05:30
Aditya Hase
2b8c5a7f47 fix: Push a newline after all logs 2020-03-05 15:06:15 +05:30
Aditya Hase
cb3507f5e4 fix(monitor): Use datetime.utcnow() instead of timezone.utc
Python 2, 3 compatibility issue
2020-03-05 15:06:15 +05:30
Aditya Hase
56e1cdde53 fix(monitor): Add UUID to every log 2020-03-05 15:06:15 +05:30
Aditya Hase
ea3f5632d1 fix(monitor): Remove unused imports 2020-03-05 15:06:15 +05:30
Aditya Hase
96d9f2624b fix(monitor): Maintain MAX_LOG entries in cache 2020-03-05 15:06:15 +05:30
Aditya Hase
af3c4feb64 feat: Monitor
Collect HTTP Request and Background Job logs
2020-03-05 15:06:15 +05:30
Shivam Mishra
af475a7d5d fix (cleanup): remove incomplete dependencies data 2020-03-05 11:31:19 +05:30
Shivam Mishra
8764661a72 fix: remove incomplete dependencies in migrate script 2020-03-05 11:22:39 +05:30
nehasacher143
d2369f76f6
feat: disable fields for comment (#9637)
* feat: disabled email and name fields for comments

* fix: disabled fields only for logged in users
2020-03-04 14:22:05 +00:00
Priyanka Gangar
f64785c895
fix: tag updating does work in preserve order (#9510)
* fix: tag updating does work in preserve order

* Removed Used Data

* Minor Changes

* Modified Changes with unique

* fix: revert sort order for Tag

Co-authored-by: pinka0925 <44537026+pinka0925@users.noreply.github.com>
2020-03-04 11:16:31 +00:00
Shridhar Patil
6397ffc6c5
fix: Create contact moved to background job in user (#9462)
* create contact moved to after insert hook in User

* [feat]: Update contact infomartion in background

* fix: create contact in foreground for tests
2020-03-04 11:15:37 +00:00
mergify[bot]
7fd609374b
Merge pull request #9484 from ruchamahabal/onboarding_slide_fixes
fix: Onboarding Dialog
2020-03-04 08:31:25 +00:00
Bernhard Sirlinger
7da5298a98
chore(deps): bump snyk from 1.297.2 to 1.297.4 (#9633)
Bumps [snyk](https://github.com/snyk/snyk) from 1.297.2 to 1.297.4.
- [Release notes](https://github.com/snyk/snyk/releases)
- [Changelog](https://github.com/snyk/snyk/blob/master/.releaserc)
- [Commits](https://github.com/snyk/snyk/compare/v1.297.2...v1.297.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-04 09:10:52 +05:30
Bernhard Sirlinger
53b899343e
chore(deps): bump urllib3 from 1.25.7 to 1.25.8 (#9624)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.7 to 1.25.8.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.25.7...1.25.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-03 07:45:57 +05:30
mergify[bot]
156f7430cd
Merge pull request #9620 from frappe/revert-9577-dependabot/pip/pyyaml-5.3
revert: "chore(deps): bump pyyaml from 5.1 to 5.3"
2020-03-03 01:48:42 +00:00
Bernhard Sirlinger
195fd59a82
chore(deps): bump cookie from 0.3.1 to 0.4.0 (#9627)
Bumps [cookie](https://github.com/jshttp/cookie) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Changelog](https://github.com/jshttp/cookie/blob/master/HISTORY.md)
- [Commits](https://github.com/jshttp/cookie/compare/v0.3.1...v0.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-03 07:05:44 +05:30
Bernhard Sirlinger
9db23e02dd
chore(deps): bump pyopenssl from 19.0.0 to 19.1.0 (#9626)
Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 19.0.0 to 19.1.0.
- [Release notes](https://github.com/pyca/pyopenssl/releases)
- [Changelog](https://github.com/pyca/pyopenssl/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pyca/pyopenssl/compare/19.0.0...19.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-03 07:01:41 +05:30
Bernhard Sirlinger
17ff75fc44
chore(deps): bump passlib from 1.7.1 to 1.7.2 (#9625)
Bumps [passlib](https://bitbucket.org/ecollins/passlib) from 1.7.1 to 1.7.2.
- [Commits](https://bitbucket.org/ecollins/passlib/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-03 07:00:38 +05:30
mergify[bot]
869fd37c0b
Merge pull request #9587 from prssanna/aggregate-on-group-by
feat(Reports): Allow child table fields in aggregate on
2020-03-02 19:25:27 +00:00
mergify[bot]
795913e488
Merge pull request #9611 from prssanna/multiple-click-fix
fix(Print Format): click event being triggered multiple times
2020-03-02 19:21:25 +00:00
Suraj Shetty
d125c4c272
Merge branch 'develop' into aggregate-on-group-by 2020-03-03 00:14:47 +05:30
Suraj Shetty
317f1d0c81
Merge branch 'develop' into revert-9577-dependabot/pip/pyyaml-5.3 2020-03-03 00:14:31 +05:30
mergify[bot]
9441aec3f9
Merge pull request #9622 from surajshetty3416/ignore-pyyaml
chore(snyk): Ignore PYYAML from snyk check
2020-03-02 18:17:47 +00:00
mergify[bot]
5abca9c67e
Merge pull request #9621 from gavindsouza/update-frontmatter
chore(deps): bump frontmatter to 3.0.6
2020-03-02 18:06:28 +00:00
Suraj Shetty
6c9b938235 chore(snyk): Ignore PYYAML from snyk check 2020-03-02 23:33:49 +05:30
Gavin D'souza
f2b8f42b90 chore(deps): bump frontmatter to 3.0.6 2020-03-02 22:47:10 +05:30
gavin
4ca2dd5f34 Revert "chore(deps): bump pyyaml from 5.1 to 5.3 (#9577)"
This reverts commit a2c23fcea6.
2020-03-02 22:41:52 +05:30
Bernhard Sirlinger
891ce910e0
chore(deps): bump socket.io from 2.2.0 to 2.3.0 (#9575)
Bumps [socket.io](https://github.com/socketio/socket.io) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Commits](https://github.com/socketio/socket.io/compare/2.2.0...2.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-02 22:20:48 +05:30
Bernhard Sirlinger
f8aa5c29ad
chore(deps): bump express from 4.16.4 to 4.17.1 (#9580)
Bumps [express](https://github.com/expressjs/express) from 4.16.4 to 4.17.1.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.16.4...4.17.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-02 22:20:31 +05:30
Bernhard Sirlinger
eabb7f5e98
chore(deps): bump requests from 2.22.0 to 2.23.0 (#9579)
Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.23.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.22.0...v2.23.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-02 22:20:08 +05:30
prssanna
ecde921c8a fix: fix aggregate on select field html 2020-03-02 21:19:04 +05:30
Bernhard Sirlinger
7db20711db
chore(deps): bump ipython from 5.8.0 to 5.9.0 (#9592)
Bumps [ipython](https://github.com/ipython/ipython) from 5.8.0 to 5.9.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](https://github.com/ipython/ipython/compare/5.8.0...5.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-02 20:53:03 +05:30
Shivam Mishra
6a9a7f37f3 feat: mark query report in API 2020-03-02 20:33:48 +05:30
Suraj Shetty
09c1f295d1 Merge branch 'develop' of https://github.com/frappe/frappe into onboarding_slide_fixes 2020-03-02 20:26:49 +05:30
Bernhard Sirlinger
3005790c3c
chore(deps): bump six from 1.13.0 to 1.14.0 (#9594)
Bumps [six](https://github.com/benjaminp/six) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/benjaminp/six/releases)
- [Changelog](https://github.com/benjaminp/six/blob/master/CHANGES)
- [Commits](https://github.com/benjaminp/six/compare/1.13.0...1.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-02 20:19:59 +05:30
Bernhard Sirlinger
eb3f49a0fd
chore(deps): bump pygments from 2.2.0 to 2.5.2 (#9591)
Bumps [pygments](https://github.com/pygments/pygments) from 2.2.0 to 2.5.2.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.2.0...2.5.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-02 20:19:21 +05:30
mergify[bot]
7f4ddbf03e
Merge pull request #9612 from Thunderbottom/rq-worker-name
fix(rq): randomize worker name with uuid
2020-03-02 14:42:33 +00:00