PAlexanderFranklin
0ef7f29e5a
try again
2024-03-21 11:49:42 -07:00
PAlexanderFranklin
b94cffdc34
change to relative path
2024-03-21 11:48:43 -07:00
PAlexanderFranklin
12629a4520
Add absolute paths for ssh
2024-03-21 11:39:24 -07:00
PAlexanderFranklin
b91a9b17a1
ditto
2024-03-20 13:20:10 -07:00
PAlexanderFranklin
f57ead3bd5
Change home to absolute path
2024-03-20 13:18:52 -07:00
PAlexanderFranklin
aceb7f9709
Fix ssh for erpnext
2024-03-20 13:14:58 -07:00
PAlexanderFranklin
82aa5d9570
Remove unfound package openssh-ssh
2024-03-20 12:53:56 -07:00
PAlexanderFranklin
15e61a6655
Add home/ to testfolder cause permissions issues
2024-03-20 12:51:48 -07:00
PAlexanderFranklin
7269b21dd0
move image into root
2024-03-20 12:34:25 -07:00
PAlexanderFranklin
9004454313
Change context back, add dockerfile path
2024-03-20 12:23:33 -07:00
PAlexanderFranklin
b6306af846
fix containerfile case
2024-03-20 11:46:22 -07:00
PAlexanderFranklin
05e9080312
Separate build into context and dockerfile
2024-03-20 11:45:27 -07:00
PAlexanderFranklin
f474f31ca2
Add docker file to end of path
2024-03-20 11:42:19 -07:00
PAlexanderFranklin
2cc5bd4baa
build docker file locally
2024-03-20 11:34:52 -07:00
PAlexanderFranklin
0cef52c210
Update readme to use installer
2024-03-13 12:58:13 -07:00
PAlexanderFranklin
ceca0e3332
Change repo relative path from installer
2024-03-13 12:19:10 -07:00
PAlexanderFranklin
5fababa5f9
Revert "change easy-installer repo directory; comment out clone function"
...
This reverts commit 73139b7a456cb224ea40f6a01989b63ee7637a45.
The new directory did not seem to work, so we changed it back.
2024-03-13 12:17:39 -07:00
PAlexanderFranklin
73139b7a45
change easy-installer repo directory; comment out clone function
...
Commented because the clone function puts the repo in a different
spot than the check function does.
2024-03-13 12:11:16 -07:00
PAlexanderFranklin
c471c1a9ee
Add easy-installer from bench repository
2024-03-13 12:01:10 -07:00
PAlexanderFranklin
0b0646e363
Add tentative ssh environment to docker image
2024-03-13 11:45:21 -07:00
PAlexanderFranklin
9d24abbee4
Fix typos, add env variables to final bench command
2024-03-13 11:36:41 -07:00
PAlexanderFranklin
b1ae5183a7
Add docker instructions to README
2024-03-12 16:58:45 -07:00
Revant Nandgaonkar
636c442fdb
fix(dev): remove ssh from post start command ( #1349 )
...
no ssh service installed in frappe/bench:latest
for custom usage add to gitignored .devcontainer
2024-03-10 05:38:16 +05:30
github-actions
76976c30e1
chore: Update example.env
2024-03-07 09:33:50 +00:00
github-actions
82c65ec147
chore: Update example.env
2024-03-06 14:57:10 +00:00
github-actions
1eafdcdc85
chore: Update example.env
2024-03-06 03:40:05 +00:00
dependabot[bot]
997473863e
chore(deps): bump pytest from 8.0.2 to 8.1.0 ( #1347 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.0.2 to 8.1.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.0.2...8.1.0 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 14:11:59 +05:30
Malay Gondalia
ede911af0a
Update custom-apps.md ( #1344 )
...
* Update custom-apps.md
made document clear to insert custom app to build and resolved error -
"url": "https://user:password@git.example.com/project/repository.git ",
to "url": "https://{{ PAT }}@git.example.com/project/repository.git",
* docs: remove comments from shell commands
---------
Co-authored-by: Revant Nandgaonkar <revant.one@gmail.com>
2024-02-29 20:59:32 +05:30
John Haugabook
955a3b0b65
fix: grammar and links ( #1342 )
...
Made grammar corrections, and added links to the prerequisite installations.
2024-02-29 17:46:18 +05:30
HENRY Florian
e582a2448d
fix: add file cmd because restore bench need it since frappe commit: 50d21677b872ff89d2912c7b57467757a35f549a ( #1343 )
2024-02-29 17:45:56 +05:30
github-actions
33cbdb2693
chore: Update example.env
2024-02-28 05:22:17 +00:00
dependabot[bot]
ab0d6ad9e5
chore(deps): bump pytest from 8.0.1 to 8.0.2 ( #1341 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.0.1...8.0.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-27 02:41:20 +05:30
github-actions
4c0aba6b0c
chore: Update example.env
2024-02-26 07:42:07 +00:00
github-actions
3bc28d38b2
chore: Update example.env
2024-02-22 11:27:44 +00:00
github-actions
d028de4898
chore: Update example.env
2024-02-22 05:47:42 +00:00
github-actions
3360d23e55
chore: Update example.env
2024-02-21 05:38:43 +00:00
dependabot[bot]
2c317cb62d
chore(deps): bump pytest from 8.0.0 to 8.0.1 ( #1339 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.0.0...8.0.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-19 18:31:25 +05:30
github-actions[bot]
edb9948fc9
chore(deps): Update pre-commit hooks ( #1338 )
...
Co-authored-by: vrslev <75225148+vrslev@users.noreply.github.com>
2024-02-19 18:31:06 +05:30
github-actions
f60dc88637
chore: Update example.env
2024-02-19 05:42:49 +00:00
github-actions
d027f04494
chore: Update example.env
2024-02-16 16:29:20 +00:00
github-actions
8961598d1e
chore: Update example.env
2024-02-16 10:38:23 +00:00
Kevin Wakhisi Maraka
53c6a0e0c6
chore! 👽 Enhance dev container YAML ( #1332 )
...
* chore!i 👽 Enhance dev container YAML
Enhance dev container YAML to meet standards and integrate personal
GitHub environment token
Refactored the existing dev container YAML configuration to adhere to
best practices and coding standards. This includes optimizing container
setup and dependencies for smoother development workflows. Additionally,
integrated a personal GitHub environment token for secure authentication
and access to GitHub resources within the container environment. This
improvement enhances both security and usability, streamlining the
development process.
* chore 💄 Fixed earlier commit
Earlier commit fixed using pre-commit
2024-02-16 12:23:01 +05:30
github-actions[bot]
7fee2dc8f3
chore(deps): Update pre-commit hooks ( #1334 )
...
Co-authored-by: vrslev <75225148+vrslev@users.noreply.github.com>
2024-02-15 10:50:49 +05:30
github-actions
ff532e14d2
chore: Update example.env
2024-02-14 12:21:56 +00:00
github-actions
52a79ad820
chore: Update example.env
2024-02-11 12:28:54 +00:00
github-actions
298b1bb7c9
chore: Update example.env
2024-02-07 14:31:51 +00:00
github-actions
2446713aea
chore: Update example.env
2024-02-07 06:16:38 +00:00
github-actions
68f638ea5d
chore: Update example.env
2024-02-06 18:53:17 +00:00
github-actions
6f9ecc221f
chore: Update example.env
2024-02-02 15:33:00 +00:00
dependabot[bot]
ca6094dc79
chore(deps): bump peter-evans/create-pull-request from 5 to 6 ( #1326 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 5 to 6.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 17:36:48 +05:30