Ref T1076
Details
Details
- Reviewers
kuba-orlik - Group Reviewers
Unknown Object (Project) - Maniphest Tasks
- T1076: Przenieść fieldy z body do korzenia
- Commits
- rS07b1ed9ba326: Move collection fields to root in response
rSf217b342a33f: Move collection fields to root in response
Diff Detail
Diff Detail
- Repository
- rS Sealious
- Branch
- piopta_move_collection_field_to_root (branched from alpha)
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 931 Build 931: arc lint + arc unit
Event Timeline
Comment Actions
Checklista diffów do sealiousa:
- EJKO działa poprawnie (make test + testy manualne) - jeżeli nie, zrobić odpowiedniego diffa do EJKO
- sealious-template działa poprawnie (make test)- jeżeli nie, zrobić odpowiedniego diffa do sealious-template
- aktualizacja dokumentacji
- czy wszystko nadal się zgadza w getting_started
This comment was removed by kuba-orlik.
This comment was removed by kuba-orlik.
Comment Actions
Kilka uwag (poza komentarzami inline):
- Testy zwracają błąd:
114 passing (33s) 1 failing 1) special filters Matches returns only positive numbers when using filter: AssertionError [ERR_ASSERTION]: [ 2, 1 ] deepEqual [ 1, 2 ] + expected - actual [ + 1 2 - 1 ] at with_running_app (lib/app/base-chips/special_filters/matches.subtest.js:43:11)
- Trzeba zaktualizować getting_started - odpowiedź HTTP w ostatnim przykładzie (na samym dole) zawiera body:
lib/app/base-chips/access-strategy-types/same-as-for-resource-in-field.subtest.js | ||
---|---|---|
123 ↗ | (On Diff #1244) | To chyba jest niepożądane ;) |
This comment was removed by kuba-orlik.
Comment Actions
I jeszcze jedna rzecz - uruchomienie testów na sealious-template z patchem {D346} i podlinkowanym sealiousem z D350: Move collection fields to root in response daje error:
0 passing (2s) 1 failing 1) Collection users returns test user: TypeError: Cannot read property 'username' of undefined at Context.it (src/backend/collections/users.test.js:9:48) at process._tickCallback (internal/process/next_tick.js:68:7)
Comment Actions
- Remove race condition vulnerabilities in tests
- Update getting started
- Merge branch 'alpha' into piopta_move_collection_field_to_root