Suraj Shetty
04d6fbb628
Merge pull request #17648 from surajshetty3416/fix-notification-indicator
2022-07-28 10:41:45 +05:30
Suraj Shetty
ae9dac0251
Merge branch 'develop' into fix-notification-indicator
2022-07-28 10:41:19 +05:30
Suraj Shetty
ed4412c55a
fix: Show notification indicator badge only if there are unread notifications
2022-07-28 10:37:08 +05:30
Ritwik Puri
cb6438158b
fix: don't use cache for sequence in mariadb ( #17640 )
...
* fix: don't use cache for sequence in mariadb
* chore: update sequence related comments
2022-07-27 22:46:56 +05:30
Aditya Hase
97429e8012
fix(report-view): Honor disable_auto_refresh and disable_count ( #17641 )
2022-07-27 19:21:13 +05:30
Suraj Shetty
3de50b1c84
Merge pull request #17625 from netchampfaris/update-progress-bar-absolute
2022-07-27 16:55:49 +05:30
Faris Ansari
21bbe18cc4
fix: absolute option for terminal progress bar
2022-07-27 12:37:19 +05:30
Suraj Shetty
d66333d316
Merge pull request #16224 from phot0n/remove-payment-gateways
2022-07-27 12:18:14 +05:30
Shariq Ansari
f26894936e
fix: grid search breaks if filter from other grid pages ( #17632 )
2022-07-27 11:27:23 +05:30
phot0n
ed39d2c6ed
chore: remove payments params from webform's whitelisted accept fuction
2022-07-27 11:00:02 +05:30
Shariq Ansari
0b9a9ebfac
fix: load avatars of user in notification dropdown ( #17630 )
2022-07-27 10:42:01 +05:30
phot0n
cd2664bf99
chore: remove get_payment_gateway_controller safe global
2022-07-26 23:18:23 +05:30
phot0n
a1ffcb37ee
chore: remove payments fields from edit_profile, request_data & request_to_delete_data webforms
2022-07-26 23:17:05 +05:30
phot0n
332919317d
chore: remove payments_tab from web form
2022-07-26 23:17:05 +05:30
phot0n
a2571b5490
chore: patch for deleting payment doctypes
2022-07-26 23:17:05 +05:30
phot0n
4b069374f5
chore: remove stripe patch
2022-07-26 23:17:05 +05:30
phot0n
a02bd94d16
chore: remove payment gateway libraries
2022-07-26 23:17:04 +05:30
phot0n
090d0321a8
chore: fix linter
2022-07-26 23:17:04 +05:30
phot0n
a52483f110
Revert "fix: remove integration request check from test_is_set_is_not_set"
...
This reverts commit b3f57f0e7774928df90bdf84c7ec23b5d3be53c8.
2022-07-26 23:17:04 +05:30
phot0n
f71562fd49
chore: add integration request doctype back (with utils)
2022-07-26 23:17:04 +05:30
phot0n
91b04c2154
test: fix test_set_field_tables
...
removed amount_field from groupby and fields
2022-07-26 23:17:04 +05:30
Sagar Vora
84c6c09b80
fix: fallback to unscrubbed table fieldname if label not found ( #17599 )
2022-07-26 21:10:54 +05:30
Sagar Vora
70284ad6b0
fix: use comma as separator instead of space for offset ( #17627 )
2022-07-26 21:09:37 +05:30
phot0n
83fe747f75
chore: remove payment utils and hooks
2022-07-26 15:11:56 +05:30
phot0n
be4b7906c0
chore: remove payment stuff from web form controller class
2022-07-26 15:11:56 +05:30
phot0n
6c75787d40
chore: remove payments section from webform doctype
2022-07-26 15:11:56 +05:30
phot0n
5c2cfdd1e9
fix: remove integration request check from test_is_set_is_not_set
2022-07-26 15:11:56 +05:30
phot0n
f3473b059e
chore: remove payment gateway and integration request doctype
2022-07-26 15:11:56 +05:30
phot0n
725b8fb13a
chore: remove payments card from integration workspace
2022-07-26 15:11:56 +05:30
phot0n
34a256ac29
chore: remove payment gateway template pages
2022-07-26 15:11:56 +05:30
phot0n
0cb65b3a5a
chore: remove checkout.bundle.js
2022-07-26 15:11:56 +05:30
phot0n
7ced29e531
chore: remove payments template includes
2022-07-26 15:11:56 +05:30
phot0n
310b8327c7
chore: remove payment doctypes
2022-07-26 15:11:56 +05:30
phot0n
df30f47f4e
chore: remove razorpay.js
2022-07-26 15:11:56 +05:30
Ankush Menat
5a2b500100
fix(UX): mentions - prioritize invovled users
2022-07-25 18:44:53 +05:30
Ankush Menat
dd767bd687
refactor: move get_involved_users to form
...
Involved users is a property of the form and doesn't have much to do
with reviews.
2022-07-25 17:47:52 +05:30
Shariq Ansari
3216529deb
fix: Letter head image not working ( #17608 )
2022-07-25 17:46:27 +05:30
Gavin D'souza
d2a5b8b002
ci: Skip pre-commit on branch builds
2022-07-25 16:30:11 +05:30
gavin
2eccdad19d
Merge pull request #17605 from gavindsouza/ci-actions-refactor
...
ci: Actions Cleanup
2022-07-25 16:25:03 +05:30
Gavin D'souza
590e983a7f
ci: Rename release action
...
release.yml was a bit ambiguous given we have separate action configs
related to release event or intent.
2022-07-25 15:26:17 +05:30
Gavin D'souza
1e40b32ebf
ci: Combine actions to be triggered 'on release'
...
* Trigger static asset building & updating release assets
* Trigger Docker release build
2022-07-25 15:26:17 +05:30
Gavin D'souza
de97eaf603
ci: Merge vulnerable dependency check to linter action
2022-07-25 15:26:17 +05:30
Gavin D'souza
a7ab78bde1
ci(minor): Actions
...
* Rename CI actions to add database_type
* Add workflow_dispatch to assets build action on develop
* Rename unit test jobs for better labelling on PR check titles
* Rename Patch action for consistency
2022-07-25 15:26:12 +05:30
Gavin D'souza
4289e7c7ea
ci: Merge PR linter checks
...
* Combine jobs to be triggered at pull_request events: commit-lint,
docs-required, linter
* PY310-ize helper scripts
2022-07-25 14:33:30 +05:30
Gavin D'souza
31658e5241
ci: Install wkhtmltopdf in the background
2022-07-25 13:07:53 +05:30
Gavin D'souza
d23705f60c
ci: Cleanup install.sh
2022-07-25 13:06:07 +05:30
mergify[bot]
249e647fc4
Merge pull request #17592 from nabinhait/notify-mentions
...
feat: Enable mentions and notify users from any text field
2022-07-23 14:12:38 +00:00
Shadrak Gurupnor
c38f79edd6
style: Fix import order
2022-07-23 19:23:05 +05:30
mergify[bot]
b718bfe6b8
Merge pull request #17482 from ChillarAnand/cleanup
...
refactor!: Removed parse package
2022-07-23 06:44:22 +00:00
Ankush Menat
615f0dbcb8
Revert "refactor: desk missing doc handling"
...
This reverts commit d11fdc3ca4 .
2022-07-22 19:24:34 +05:30