Commit graph

987 commits

Author SHA1 Message Date
saxenabhishek
15f3523c24 test: qb parameterization
where conditions
set update conditions
where with a function
2022-01-11 01:01:29 +05:30
Gavin D'souza
202145f0ec test: Add tests for frappe.db.set_value 2022-01-10 21:01:02 +05:30
saxenabhishek
f7cb090c5a style: test_query_builder 2022-01-10 16:09:53 +05:30
Gavin D'souza
3052808048 fix: Don't cast to str if None or Falsy
* refactor: use get_single_value instead of set_value(blah, None, blah1)
* User.reload in test_home_page to combat what happens locally
2022-01-10 15:05:57 +05:30
Suraj Shetty
f930fd0fe1
Merge branch 'develop' into multistep_webforms 2022-01-06 18:31:37 +05:30
Suraj Shetty
a051f796cc
Merge branch 'develop' into multistep_webforms 2022-01-06 11:06:28 +05:30
Suraj Shetty
1d11ff0375
Merge branch 'develop' into fix-datetime-filter 2022-01-06 11:06:02 +05:30
Suraj Shetty
5d5ad78789 refactor: Rename week_starts_on to first_day_of_the_week
For consistency
2022-01-05 14:54:46 +05:30
Suraj Shetty
f6d0697309 test: Fix test_assign 2022-01-04 19:54:41 +05:30
mergify[bot]
22adb529d9
Merge pull request #15495 from ankush/postgres_rollbacks
fix(postgres)!: transactions implementation for PostgreSQL
2022-01-04 11:56:11 +00:00
Gavin D'souza
4b9d8c0258 fix: Remove extra Document.validate_owner validation 2022-01-04 15:31:08 +05:30
Suraj Shetty
65a28002c2
Merge branch 'develop' into fix-datetime-filter 2022-01-04 15:19:56 +05:30
Gavin D'souza
6f2125fca6 Merge branch 'develop' of github.com:frappe/frappe into owner-unchange 2022-01-04 15:06:37 +05:30
Ankush Menat
5fac8bb965 test: don't hardcode test password 2022-01-04 13:59:22 +05:30
shadrak gurupnor
6c6ff2c16d fix: overriding of owner of doc
feat: Fixed the dilemma of owner field in ToDo document
2022-01-04 13:39:16 +05:30
Suraj Shetty
4a5d9a02e3 test: Update date utils test cases 2022-01-04 13:04:10 +05:30
Ankush Menat
e08b41964c feat: savepoint contextmanager
syntactic sugar around frappe.db.savepoint and rollback
2022-01-03 22:20:39 +05:30
Suraj Shetty
85360ef4c0 test: Add cases to check date utilities 2022-01-03 13:37:11 +05:30
Gavin D'souza
ecb0cd4139 test: Add test for disallowing setting tandard fields
Via db008020f6
2021-12-30 10:37:12 +05:30
Gavin D'souza
272cea4940 test: Add test for owner, creation constants 2021-12-30 10:33:08 +05:30
hrwx
39c0577fc5 chore: update cypress test cases 2021-12-30 02:09:51 +05:30
hrwx
8935691b32 Merge branch 'develop' of github.com:frappe/frappe into multistep_webforms 2021-12-30 01:58:29 +05:30
mergify[bot]
5793b3ce52
Merge pull request #15464 from ChillarAnand/archive
test: Test case for archiving site before dropping
2021-12-29 03:54:37 +00:00
ChillarAnand
8191fafa58 chore: Add test for archiving site before dropping 2021-12-28 16:04:37 +05:30
hrwx
cc5723b42f Merge branch 'develop' of github.com:frappe/frappe into multistep_webforms 2021-12-28 04:50:51 +05:30
mergify[bot]
ba9d302357
Merge pull request #15328 from saxenabhishek/aks-test-fixtures
test: import fixtures
2021-12-25 20:46:33 +00:00
Suraj Shetty
f19c67314d
style: Fixed indentation 2021-12-24 19:19:22 +05:30
saxenabhishek
ed9dad8f30 test: import single doctype 2021-12-23 22:13:51 +05:30
saxenabhishek
016bda51aa test: import doctype fixtures 2021-12-23 21:29:12 +05:30
Sagar Vora
01f4ba2061 feat: frappe.enqueue and frappe.call for server scripts 2021-12-22 13:21:13 +05:30
Ankush Menat
1c0de77634 feat: SQL savepoints 2021-12-20 23:07:53 +05:30
Suraj Shetty
9006f92296
test: Fix flaky test of language selection (#15373) 2021-12-20 19:37:52 +05:30
hrwx
b020b865ba feat: test cases for webform 2021-12-19 00:59:54 +00:00
Aradhya
7faa843e97 feat: Added distinct in get_value 2021-12-17 15:01:24 +05:30
Aradhya
e1360a3770 test: Added tests for distinct in get values 2021-12-17 13:45:57 +05:30
Suraj Shetty
e8ced74901
Merge branch 'develop' into aks-feat-sanitise_qb_2 2021-12-12 10:16:26 +05:30
saxenabhishek
07ee1bdc0c test: ConstantColumn 2021-12-10 12:30:19 +05:30
saxenabhishek
aa855afe08 test: test for patches through walk 2021-12-06 14:32:58 +05:30
Aradhya
e862ae83da fix: fixed list of Field objects as fields in get_values
tests: added test for list of field objects
2021-12-03 14:24:19 +05:30
Suraj Shetty
615db9b55e style: Fix sider alerts 2021-11-28 09:44:05 +05:30
Suraj Shetty
63f318cbd1
Merge branch 'develop' into refactor-linked-with 2021-11-28 09:37:30 +05:30
mergify[bot]
55103a92e6
Merge pull request #14987 from Aradhya-Tripathi/at/queries
refactor: moving raw queries to frappe ORM
2021-11-26 16:20:04 +00:00
Gavin D'souza
0657524888 refactor: Retire color in favour of click.secho
* Add type hints for Command test suite
* Remove support utils - dead code
2021-11-25 12:49:43 +05:30
mergify[bot]
a6e3d3ab08
Merge pull request #14555 from ankush/diffview
feat: diffview for client/server scripts
2021-11-24 01:45:53 +00:00
Aradhya
59f54aa60c refactor: changed default_ordering to keep_default_ordering 2021-11-23 15:26:15 +05:30
Aradhya
9ccf467acb fix: fixed no order arg in converted queries 2021-11-23 13:30:42 +05:30
mergify[bot]
41fc11f0bf
Merge pull request #14514 from dgerhardt/naming-series-calendar-week
feat: add consecutive calendar week (WW) for naming series
2021-11-23 05:54:20 +00:00
ritwik
5cfe3ad946
feat: add no-git option in make-app command and boilerplate generation (#15028) 2021-11-23 04:11:06 +00:00
mergify[bot]
48be7257f9
Merge pull request #15017 from ankush/event_data_type
fix: change Event subject data type from Data to Text
2021-11-22 04:18:37 +00:00
Daniel Gerhardt
16dca0b1c1 feat: add consecutive calendar week (WW) for naming series
The calendar week is based on ISO 8601 but behaves slightly different
for the first and last days of a year to ensure consecutiveness:

* If the first days of a year would be in week 53 then 00 is used
  instead.
* if the last days of a year would be in week 01 then 53 is used
  instead.

Closes #14413
2021-11-18 17:52:36 +01:00