• Joined on 2026-02-02
admin pushed to dev at BLD-ERPAuto/BIPMaterialManager 2026-03-31 17:30:44 +08:00
c6eb60ada7 1.7.0
admin pushed to dev at BLD-ERPAuto/BIPMaterialManager 2026-03-31 15:28:18 +08:00
571ec2325f docs: add release notes for version 1.7.0
admin pushed to dev at BLD-ERPAuto/BIPMaterialManager 2026-03-31 15:23:03 +08:00
557ed174c3 feat(extractor): add operation history tracking
dd2cf1c576 1.6.2
Compare 2 commits »
admin pushed to master at admin/BIPAuto 2026-03-27 16:28:13 +08:00
440b74d09a test(logging): unify test file logging to standard logging module
admin pushed to master at admin/BIPAuto 2026-03-27 16:08:39 +08:00
e7bbbbc194 refactor(logging): Add optional logging support throughout codebase
admin pushed to master at admin/BIPAuto 2026-03-27 14:35:11 +08:00
c3bbc919a5 feat(extractor): Add Excel conversion and post-processing capabilities
admin pushed to master at admin/BIPAuto 2026-03-27 13:56:21 +08:00
1b984f5cfd refactor(extractor): Convert to stateless pure functions
admin pushed to master at admin/BIPAuto 2026-03-27 13:48:22 +08:00
da567a2679 feat(extractor): Add DiscreteMaterialPlanExtractor class for batch data extraction
admin pushed to master at admin/BIPAuto 2026-03-27 12:54:47 +08:00
bbf335c376 fix: add missing ERP_AUTO_CLOSE_BROWSER to .env.example
admin pushed to master at admin/BIPAuto 2026-03-27 12:52:50 +08:00
6a8500133b docs: add .env.example template
admin pushed to master at admin/BIPAuto 2026-03-27 12:50:53 +08:00
8d59fc6ef8 fix: correct login() return value documentation in CLAUDE.md
admin pushed to master at admin/BIPAuto 2026-03-27 12:49:36 +08:00
f0d21e62c9 docs: update CLAUDE.md for refactored auth module
admin pushed to master at admin/BIPAuto 2026-03-27 12:47:17 +08:00
8048f2e669 fix: add null safety check to URL construction in test_login.py
admin pushed to master at admin/BIPAuto 2026-03-27 12:46:03 +08:00
fa33bee3e1 refactor: update test_login.py to use new auth API
acc4664409 refactor: remove close_session() function
Compare 2 commits »
admin pushed to master at admin/BIPAuto 2026-03-27 12:44:24 +08:00
38aa122f9b fix: improve parameter validation to reject whitespace-only strings
eb9ed0b606 refactor: remove environment variable reading from login()
Compare 2 commits »
admin pushed to master at admin/BIPAuto 2026-03-27 12:25:05 +08:00
9fe6cfe8e1 refactor: update login() signature to require all parameters
admin pushed to master at admin/BIPAuto 2026-03-27 12:24:15 +08:00
0af2c85abe refactor: remove environment variable imports from auth module
admin pushed to master at admin/BIPAuto 2026-03-27 12:23:00 +08:00
ce5be18dd7 Add auth module refactoring implementation plan
cd851b5170 Add auth module refactoring design document
Compare 2 commits »
admin created branch master in admin/BIPAuto 2026-03-27 11:17:39 +08:00
admin pushed to master at admin/BIPAuto 2026-03-27 11:17:39 +08:00
a05a4c2ba3 Add CLAUDE.md with project documentation and test coverage requirement
90e38821a5 Add Yonyou BIP automation framework with authentication
492c98d4cc Initial commit: Add .gitignore for Python project