Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
saashqdev committed Oct 31, 2024
1 parent 5f0958b commit 2555939
Show file tree
Hide file tree
Showing 47 changed files with 188 additions and 188 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Welcome to the Saashq Framework issue tracker! Before creating an issue, please
1. This tracker should only be used to report bugs and request features / enhancements to Saashq
- For questions and general support, use https://stackoverflow.com/questions/tagged/saashq
- For documentation issues, refer to https://saashqframework.com/docs/user/en or the developer cheetsheet https://github.com/saashqdev/saashq/wiki/Developer-Cheatsheet
- For documentation issues, refer to https://saashqframework.com/docs/user/en or the developer cheetsheet https://github.com/saashqdevdev/saashq/wiki/Developer-Cheatsheet
2. Use the search function before creating a new issue. Duplicates will be closed and directed to
the original discussion.
3. When making a bug report, make sure you provide all required information. The easier it is for
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/question-about-using-saashq.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ for questions about using the `Saashq Framework`: ~~https://discuss.saashq.io~~

for questions about using `ERPNexus`: https://discuss.erpnexus.com

for questions about using `wrench`, probably the best place to start is the [wrench repo](https://github.com/saashq/wrench)
for questions about using `wrench`, probably the best place to start is the [wrench repo](https://github.com/saashqdev/wrench)

For documentation issues, use the [Saashq Framework Documentation](https://saashqframework.com/docs) or the [developer cheetsheet](https://github.com/saashqdev/saashq/wiki/Developer-Cheatsheet)
For documentation issues, use the [Saashq Framework Documentation](https://saashqframework.com/docs) or the [developer cheetsheet](https://github.com/saashqdevdev/saashq/wiki/Developer-Cheatsheet)

For a slightly outdated yet informative developer guide: https://www.youtube.com/playlist?list=PL3lFfCEoMxvzHtsZHFJ4T3n5yMM3nGJ1W

Expand Down
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Some key notes before you open a PR:
Also, if you're new here
- Documentation Guidelines => https://github.com/saashq/erpnexus/wiki/Updating-Documentation
- Documentation Guidelines => https://github.com/saashqdev/erpnexus/wiki/Updating-Documentation
- Contribution Guide => https://github.com/saashqdev/saashq/blob/develop/.github/CONTRIBUTING.md
- Contribution Guide => https://github.com/saashqdevdev/saashq/blob/develop/.github/CONTRIBUTING.md
- Pull Request Checklist => https://github.com/saashq/erpnexus/wiki/Pull-Request-Checklist
- Pull Request Checklist => https://github.com/saashqdev/erpnexus/wiki/Pull-Request-Checklist
-->

Expand Down
2 changes: 1 addition & 1 deletion .github/helper/update_pot_file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ git config user.name "saashq-pr-bot"

echo "Setting the correct git remote..."
# Here, the git remote is a local file path by default. Let's change it to the upstream repo.
git remote set-url upstream https://github.com/saashqdev/saashq.git
git remote set-url upstream https://github.com/saashqdevdev/saashq.git

echo "Creating a new branch..."
isodate=$(date -u +"%Y-%m-%d")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
cache: pip

- name: Download Semgrep rules
run: git clone --depth 1 https://github.com/saashq/semgrep-rules.git saashq-semgrep-rules
run: git clone --depth 1 https://github.com/saashqdev/semgrep-rules.git saashq-semgrep-rules

- name: Run Semgrep rules
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/patch-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
source env/bin/activate
cd apps/saashq/
git remote set-url upstream https://github.com/saashqdev/saashq.git
git remote set-url upstream https://github.com/saashqdevdev/saashq.git
- name: Update to v14
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/patch-mariadb-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
source env/bin/activate
cd apps/saashq/
git remote set-url upstream https://github.com/saashqdev/saashq.git
git remote set-url upstream https://github.com/saashqdevdev/saashq.git
function update_to_version() {
version=$1
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pull_request_rules:
comment:
message: |
@{{author}}, thanks for the contribution, but we do not accept pull requests on a stable branch. Please raise PR on an appropriate hotfix branch.
https://github.com/saashq/erpnexus/wiki/Pull-Request-Checklist#which-branch
https://github.com/saashqdev/erpnexus/wiki/Pull-Request-Checklist#which-branch
- name: backport to develop
conditions:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ Full-stack web application framework that uses Python and MariaDB on the server

### Production
* [Managed Hosting on Saashq Cloud](https://saashqcloud.com/)
* [Easy install script using Docker images](https://github.com/saashq/wrench/tree/develop#easy-install-script)
* [Manual install using Docker images](https://github.com/saashq/saashq_docker)
* [Easy install script using Docker images](https://github.com/saashqdev/wrench/tree/develop#easy-install-script)
* [Manual install using Docker images](https://github.com/saashqdev/saashq_docker)

### Development
* [Easy install script using Docker images](https://github.com/saashq/wrench/tree/develop#easy-install-script)
* [Easy install script using Docker images](https://github.com/saashqdev/wrench/tree/develop#easy-install-script)
* [Development installation on bare metal](https://saashqframework.com/docs/user/en/installation)


## Contributing

1. [Code of Conduct](CODE_OF_CONDUCT.md)
1. [Contribution Guidelines](https://github.com/saashq/erpnexus/wiki/Contribution-Guidelines)
1. [Contribution Guidelines](https://github.com/saashqdev/erpnexus/wiki/Contribution-Guidelines)
1. [Security Policy](SECURITY.md)

## Resources
Expand Down
2 changes: 1 addition & 1 deletion attributions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 3rd-Party Software Report

The following 3rd-party software packages may be used by or distributed with <https://github.com/saashq/saashq>.
The following 3rd-party software packages may be used by or distributed with <https://github.com/saashqdev/saashq>.

- Bootstrap: MIT License, (c) Twitter Inc, <https://getbootstrap.com>
- JQuery: MIT License, (c) JQuery Foundation, <http://jquery.org/license>
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/saashq/saashq.git"
"url": "git+https://github.com/saashqdev/saashq.git"
},
"author": "Saashq Technologies Pvt. Ltd.",
"license": "MIT",
"bugs": {
"url": "https://github.com/saashq/saashq/issues"
"url": "https://github.com/saashqdev/saashq/issues"
},
"engines": {
"node": ">=18"
},
"homepage": "https://saashqframework.com",
"dependencies": {
"@editorjs/editorjs": "^2.28.2",
"@saashq/esbuild-plugin-postcss2": "^0.1.3",
"@saashq/esbuild-plugin-postcss2": "^0.1.5",
"@fullcalendar/core": "^6.1.11",
"@fullcalendar/daygrid": "^6.1.11",
"@fullcalendar/interaction": "^6.1.11",
Expand All @@ -36,7 +36,7 @@
"@vue/component-compiler": "^4.2.4",
"@vueuse/core": "^9.5.0",
"ace-builds": "^1.4.8",
"air-datepicker": "git+https://github.com/saashq/air-datepicker",
"air-datepicker": "git+https://github.com/saashqdev/air-datepicker",
"autoprefixer": "10",
"awesomplete": "^1.1.5",
"bootstrap": "4.6.2",
Expand All @@ -51,9 +51,9 @@
"esbuild-plugin-vue3": "^0.3.0",
"fast-deep-equal": "^2.0.1",
"fast-glob": "^3.2.5",
"saashq-charts": "2.0.0-rc22",
"saashq-datatable": "1.17.16",
"saashq-gantt": "^0.6.0",
"@saashq/charts": "2.0.0-rc25",
"@saashq/datatable": "1.17.17",
"@saashq/gantt": "^0.9.0",
"highlight.js": "^10.4.1",
"html5-qrcode": "^2.3.8",
"jquery": "3.7.0",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ dependencies = [

[project.urls]
Homepage = "https://saashqframework.com/"
Repository = "https://github.com/saashq/saashq.git"
"Bug Reports" = "https://github.com/saashq/saashq/issues"
Repository = "https://github.com/saashqdev/saashq.git"
"Bug Reports" = "https://github.com/saashqdev/saashq/issues"

[project.optional-dependencies]
dev = [
Expand Down
2 changes: 1 addition & 1 deletion saashq/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def application_with_statics():
# Calling gc.freeze() moves all the objects imported so far into permanant generation and hence
# doesn't mutate `PyGC_Head`
#
# Refer to issue for more info: https://github.com/saashq/saashq/issues/18927
# Refer to issue for more info: https://github.com/saashqdev/saashq/issues/18927
if saashq._tune_gc:
gc.collect() # clean up any garbage created so far before freeze
gc.freeze()
2 changes: 1 addition & 1 deletion saashq/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_assets_link(saashq_head) -> str:

if tag:
# if tag exists, download assets from github release
url = f"https://github.com/saashq/saashq/releases/download/{tag}/assets.tar.gz"
url = f"https://github.com/saashqdev/saashq/releases/download/{tag}/assets.tar.gz"
else:
url = f"http://assets.saashqframework.com/{saashq_head}.tar.gz"

Expand Down
2 changes: 1 addition & 1 deletion saashq/change_log/v10/v10_0_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

- Any doctype can have a calendar view

- Saashq has a new simple, responsive, modern SVG [charts library](https://github.com/saashq/charts), developed by us
- Saashq has a new simple, responsive, modern SVG [charts library](https://github.com/saashqdev/charts), developed by us
4 changes: 2 additions & 2 deletions saashq/change_log/v11/v11_1_0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- Dynamic [Saashq Charts](https://github.com/saashq/charts) with Report Builder (built by @pratu16x7)
- Dynamic [Saashq Charts](https://github.com/saashqdev/charts) with Report Builder (built by @pratu16x7)
- New Saashq Chat for easier internal communication (built by @achillesrasquinha)
- [Saashq DataTable](https://github.com/saashq/datatable) for better reports (built by @netchampfaris)
- [Saashq DataTable](https://github.com/saashqdev/datatable) for better reports (built by @netchampfaris)
- Google Calendar can now be integrated with Saashq
- Files can now be uploaded using drag-and-drop
- Enhanced List View and Tree View
Expand Down
78 changes: 39 additions & 39 deletions saashq/change_log/v13/v13_0_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,53 +2,53 @@

## Highlights

- Re-branded UI 💎 ✨🎊 ([#12277](https://github.com/saashq/saashq/pull/12277))
- New Page Builder in Web Page ([#10035](https://github.com/saashq/saashq/pull/10035))
- Customizable desk ([#9617](https://github.com/saashq/saashq/pull/9617))
- Custom Dashboard for DocTypes ([#9872](https://github.com/saashq/saashq/pull/9872))
- Widgets to make dashboards ([#9693](https://github.com/saashq/saashq/pull/9693))
- Events Streaming ([#8567](https://github.com/saashq/saashq/pull/8567))
- Contextual translation and Translation Tool ([#9636](https://github.com/saashq/saashq/pull/9636))
- Re-branded UI 💎 ✨🎊 ([#12277](https://github.com/saashqdev/saashq/pull/12277))
- New Page Builder in Web Page ([#10035](https://github.com/saashqdev/saashq/pull/10035))
- Customizable desk ([#9617](https://github.com/saashqdev/saashq/pull/9617))
- Custom Dashboard for DocTypes ([#9872](https://github.com/saashqdev/saashq/pull/9872))
- Widgets to make dashboards ([#9693](https://github.com/saashqdev/saashq/pull/9693))
- Events Streaming ([#8567](https://github.com/saashqdev/saashq/pull/8567))
- Contextual translation and Translation Tool ([#9636](https://github.com/saashqdev/saashq/pull/9636))

### Other Features & Enhancements

- Added permission to grant only `Select` access ([#12063](https://github.com/saashq/saashq/pull/12063))
- Add columns and filters for reports via configuration ([#11287](https://github.com/saashq/saashq/pull/11287))
- Configurable Navbar logo and dropdowns ([#11213](https://github.com/saashq/saashq/pull/11213))
- Rule based naming of documents ([#11439](https://github.com/saashq/saashq/pull/11439))
- New routing style, not using hashes, also /desk -> /app ([#11917](https://github.com/saashq/saashq/pull/11917))
- Web Page tracking ([#9959](https://github.com/saashq/saashq/pull/9959))
- Introduced "Yesterday" and "Tomorrow" options for Timespan filter ([12179](https://github.com/saashq/saashq/pull/12179))
- Child table pagination ([#8786](https://github.com/saashq/saashq/pull/8786))
- Introduced Duration Control ([#10248](https://github.com/saashq/saashq/pull/10248))
- Form Tour feature ([#10287](https://github.com/saashq/saashq/pull/10287))
- Added permission to grant only `Select` access ([#12063](https://github.com/saashqdev/saashq/pull/12063))
- Add columns and filters for reports via configuration ([#11287](https://github.com/saashqdev/saashq/pull/11287))
- Configurable Navbar logo and dropdowns ([#11213](https://github.com/saashqdev/saashq/pull/11213))
- Rule based naming of documents ([#11439](https://github.com/saashqdev/saashq/pull/11439))
- New routing style, not using hashes, also /desk -> /app ([#11917](https://github.com/saashqdev/saashq/pull/11917))
- Web Page tracking ([#9959](https://github.com/saashqdev/saashq/pull/9959))
- Introduced "Yesterday" and "Tomorrow" options for Timespan filter ([12179](https://github.com/saashqdev/saashq/pull/12179))
- Child table pagination ([#8786](https://github.com/saashqdev/saashq/pull/8786))
- Introduced Duration Control ([#10248](https://github.com/saashqdev/saashq/pull/10248))
- Form Tour feature ([#10287](https://github.com/saashqdev/saashq/pull/10287))
<details>
<summary>More</summary>

- Introduced Map View ([#11202](https://github.com/saashq/saashq/pull/11202))
- Custom JS & CSS support in Web Form ([#9121](https://github.com/saashq/saashq/pull/9121)) ([#9610](https://github.com/saashq/saashq/pull/9610))
- Ability to attach photo from webcam ([#12160](https://github.com/saashq/saashq/pull/12160))
- Added a System Console to help in debugging ([#11306](https://github.com/saashq/saashq/pull/11306))
- Introduced System Settings to automatically delete old Prepared Reports ([#9751](https://github.com/saashq/saashq/pull/9751))
- "Mandatory Depends On" and "Read Only Depends On" option for document fields ([#8820](https://github.com/saashq/saashq/pull/8820))
- Added 2FA for LDAP users ([#10001](https://github.com/saashq/saashq/pull/10001))
- Introduced Help Article Feedback system ([#10260](https://github.com/saashq/saashq/pull/10260))
- Introduced Razorpay client ([#11418](https://github.com/saashq/saashq/pull/11418))
- Rate Limiting ([#10310](https://github.com/saashq/saashq/pull/10310))
- Introduced Log Settings ([#11699](https://github.com/saashq/saashq/pull/11699))
- Enhancements in notifications ([#11398](https://github.com/saashq/saashq/pull/11398)) ([#11409](https://github.com/saashq/saashq/pull/11409))
- Added a field-level permission check for report data ([12163](https://github.com/saashq/saashq/pull/12163))
- Ability to cancel all linked document with a single click ([#8905](https://github.com/saashq/saashq/pull/8905))
- Made checkboxes navigable via tab key ([#11030](https://github.com/saashq/saashq/pull/11030))
- Renamed "Custom Script" to "Client Script" ([#12324](https://github.com/saashq/saashq/pull/12324))
- Introduced Map View ([#11202](https://github.com/saashqdev/saashq/pull/11202))
- Custom JS & CSS support in Web Form ([#9121](https://github.com/saashqdev/saashq/pull/9121)) ([#9610](https://github.com/saashqdev/saashq/pull/9610))
- Ability to attach photo from webcam ([#12160](https://github.com/saashqdev/saashq/pull/12160))
- Added a System Console to help in debugging ([#11306](https://github.com/saashqdev/saashq/pull/11306))
- Introduced System Settings to automatically delete old Prepared Reports ([#9751](https://github.com/saashqdev/saashq/pull/9751))
- "Mandatory Depends On" and "Read Only Depends On" option for document fields ([#8820](https://github.com/saashqdev/saashq/pull/8820))
- Added 2FA for LDAP users ([#10001](https://github.com/saashqdev/saashq/pull/10001))
- Introduced Help Article Feedback system ([#10260](https://github.com/saashqdev/saashq/pull/10260))
- Introduced Razorpay client ([#11418](https://github.com/saashqdev/saashq/pull/11418))
- Rate Limiting ([#10310](https://github.com/saashqdev/saashq/pull/10310))
- Introduced Log Settings ([#11699](https://github.com/saashqdev/saashq/pull/11699))
- Enhancements in notifications ([#11398](https://github.com/saashqdev/saashq/pull/11398)) ([#11409](https://github.com/saashqdev/saashq/pull/11409))
- Added a field-level permission check for report data ([12163](https://github.com/saashqdev/saashq/pull/12163))
- Ability to cancel all linked document with a single click ([#8905](https://github.com/saashqdev/saashq/pull/8905))
- Made checkboxes navigable via tab key ([#11030](https://github.com/saashqdev/saashq/pull/11030))
- Renamed "Custom Script" to "Client Script" ([#12324](https://github.com/saashqdev/saashq/pull/12324))

</details>

### Performance

- Faster application load ([#12364](https://github.com/saashq/saashq/pull/12364)) ([#10229](https://github.com/saashq/saashq/pull/10229)) ([#10147](https://github.com/saashq/saashq/pull/10147)) ([#9930](https://github.com/saashq/saashq/pull/9930))
- Theme files will now be compressed to make the website load faster ([#11048](https://github.com/saashq/saashq/pull/11048))
- Confirmation emails will be sent instantly ([#10790](https://github.com/saashq/saashq/pull/10790))
- Faster scheduled job processing ([#9928](https://github.com/saashq/saashq/pull/9928))
- Faster data imports ([#12565](https://github.com/saashq/saashq/pull/12565))
- Faster CLI commands ([#12447](https://github.com/saashq/saashq/pull/12447))
- Faster application load ([#12364](https://github.com/saashqdev/saashq/pull/12364)) ([#10229](https://github.com/saashqdev/saashq/pull/10229)) ([#10147](https://github.com/saashqdev/saashq/pull/10147)) ([#9930](https://github.com/saashqdev/saashq/pull/9930))
- Theme files will now be compressed to make the website load faster ([#11048](https://github.com/saashqdev/saashq/pull/11048))
- Confirmation emails will be sent instantly ([#10790](https://github.com/saashqdev/saashq/pull/10790))
- Faster scheduled job processing ([#9928](https://github.com/saashqdev/saashq/pull/9928))
- Faster data imports ([#12565](https://github.com/saashqdev/saashq/pull/12565))
- Faster CLI commands ([#12447](https://github.com/saashqdev/saashq/pull/12447))
Loading

0 comments on commit 2555939

Please sign in to comment.