1
0
Fork 0
Commit graph

1031 commits

Author SHA1 Message Date
Enoch Riese
d1f4d875c5 add sinon for better testing 2023-02-28 13:33:39 -06:00
Enoch Riese
ade6ad97f1 start of draft queue class 2023-02-28 13:33:39 -06:00
Enoch Riese
4a924536f9 lint fixes and rename 2023-02-28 13:33:39 -06:00
Enoch Riese
69c21412f1 document and refactor 2023-02-28 13:33:39 -06:00
Enoch Riese
5945483f86 move all pattern config resolution to separate class 2023-02-28 13:33:39 -06:00
Enoch Riese
49ae4ec61a add tests for runtime part adding 2023-02-28 13:33:39 -06:00
Enoch Riese
34fc6953e2 all part resolution business happens on a per-part basis 2023-02-28 13:33:39 -06:00
Enoch Riese
e1990bbb99 begin refactoring part resolution to handle one part at a time 2023-02-28 13:33:39 -06:00
Enoch Riese
22baf5ea05 Merge branch 'eriese-progressive-parts' into eriese-cut-v3 2023-02-23 19:18:16 +02:00
Enoch Riese
46c705bdfa add sinon for better testing 2023-02-23 19:16:29 +02:00
Enoch Riese
86f98206d9 start of draft queue class 2023-02-23 19:16:29 +02:00
Enoch Riese
9be811bd98 lint fixes and rename 2023-02-23 19:16:29 +02:00
Enoch Riese
0cd2ad2b85 document and refactor 2023-02-23 19:16:29 +02:00
Enoch Riese
46f539df11 move all pattern config resolution to separate class 2023-02-23 19:16:29 +02:00
Enoch Riese
58a02f79f5 add tests for runtime part adding 2023-02-23 19:16:29 +02:00
Enoch Riese
45e56cb6dd all part resolution business happens on a per-part basis 2023-02-23 19:16:29 +02:00
Enoch Riese
239eff81c0 begin refactoring part resolution to handle one part at a time 2023-02-23 19:16:29 +02:00
Enoch Riese
0dab926ee7 document and refactor 2023-02-22 16:20:07 +02:00
Enoch Riese
e2ca4b38c4 move all pattern config resolution to separate class 2023-02-21 22:56:03 +02:00
Enoch Riese
d4675d8648 add tests for runtime part adding 2023-02-21 22:56:03 +02:00
Enoch Riese
07a1a3c0f1 all part resolution business happens on a per-part basis 2023-02-21 22:56:03 +02:00
Enoch Riese
6fe683be25 begin refactoring part resolution to handle one part at a time 2023-02-21 22:56:03 +02:00
Enoch Riese
3bbea6d4c2 mirror on fold macro 2023-02-21 22:56:03 +02:00
dependabot[bot]
454176447b
chore(deps-dev): bump eslint from 8.33.0 to 8.34.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.34.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.33.0...v8.34.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-21 05:11:28 +00:00
github-actions
2e22fdb894 [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/resvg/resvg-js-2.4.1 changes in config/dependencies.yaml 2023-02-20 05:19:12 +00:00
Enoch Riese
6f716bcdf7 add package.json to scripts so they can install their dependencies separately 2023-02-07 16:59:20 -06:00
dependabot[bot]
e8fe071088
chore(deps-dev): bump eslint from 8.31.0 to 8.33.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.31.0 to 8.33.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.31.0...v8.33.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 04:25:17 +00:00
Joost De Cock
81dbcede66
Merge pull request #3371 from BenJamesBen/curvesintersect-return-values-fix
fix(core): utils.curvesIntersect correctly has 3 different return types, not 2
2023-01-12 13:30:58 +01:00
joostdecock
7f74f45c45 Chore: Update version number 2023-01-09 20:46:04 +01:00
Enoch Riese
e3acb96ee2 lint fix 2023-01-07 15:42:54 -06:00
Enoch Riese
f060abbee0 add test 2023-01-07 15:37:43 -06:00
Enoch Riese
6bdaa460aa get stack name using current settings rather than all settings 2023-01-07 15:14:32 -06:00
Benjamin F
0251b30372 fix(core): Use shift instead of array index 2023-01-06 11:14:45 -08:00
Benjamin F
66c0e9a4e8 fix(core): utils.curvesIntersect() should return a single Point instead of an Array with one Point 2023-01-04 16:32:49 -08:00
Joost De Cock
97fc14b97e chore: Dependecy updates 2023-01-04 13:03:44 +01:00
Enoch Riese
78bc2c89b5
Merge pull request #3308 from BenJamesBen/path-join-noop-fix
fix(core): Fix Path.join() to work with noop
2022-12-30 15:32:40 -06:00
joostdecock
287a19240f release: v3.0.0-aphpa.3 2022-12-30 18:16:40 +01:00
Benjamin F
80eab3896b fix(core): Add test for Path.join() for paths with noop operations 2022-12-29 07:06:59 -08:00
Benjamin F
65895713c4 fix(core): Fix Path.join() to work with noop 2022-12-23 15:34:18 -08:00
Joost De Cock
acb9b0d10e
Merge pull request #3285 from freesewing/core-part-getid
feat(core): Make Part.getId() a prototype method
2022-12-23 15:57:30 +01:00
Joost De Cock
b5e9086152 chore(core): Added test for Part.getId() 2022-12-23 15:52:02 +01:00
Joost De Cock
94a3d0be50 fix(core): Call closure in Part.getId() 2022-12-23 15:36:08 +01:00
Joost De Cock
6da872abe0 fix(core): Add param inline docs for Part.getId() 2022-12-23 15:29:44 +01:00
Joost De Cock
38f8bb2549 chore: Dependency updates 2022-12-23 15:25:39 +01:00
Joost De Cock
1f51087c25 feat(core): Make Part.getId() a prototype method
As requested by @BenJamesBen in #3282
2022-12-22 19:35:14 +01:00
Enoch Riese
5f4cba396f
Fix Pattern test after removal of debug setting 2022-12-19 12:18:41 -06:00
Joost De Cock
b60d077385
Merge pull request #3248 from BenJamesBen/remove-debug-setting
chore(core): Remove debug setting
2022-12-18 20:07:03 +01:00
joostdecock
2caf9ead96 Fixing merge conflict - Merge branch 'develop' into site-dependencies 2022-12-18 09:28:12 +01:00
Joost De Cock
b52ac77f02 chore: Updated core deps 2022-12-17 16:49:58 +01:00
Benjamin F
fd2f2fef25 chore(core): Remove debug setting 2022-12-16 11:39:24 -08:00