-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b13e7dc
commit edbaac0
Showing
751 changed files
with
65,119 additions
and
24,517 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
node_modules/ | ||
build/* | ||
.DS_Store | ||
.DS_Store | ||
._* |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{"status":500,"message":"targetItemPrevLink with 7045d122b3014d468849ad02a3decfc9 linked to self (which was source item)!"} | ||
|
||
curl 'https://pointswag.com/api/v1/actions/reorder-backlog-items' -X POST -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0' -H 'Accept: application/json' -H 'Accept-Language: en-US,en;q=0.5' -H 'Accept-Encoding: gzip, deflate, br' -H 'Content-Type: application/json' -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyMTc3OTZmNmUxYWI0NTVhOTgwMjYzMTcxMDk5NTMzZiIsInVzZXJuYW1lIjoidGVzdCIsImV4cGlyYXRpb25EYXRlIjoiMjAyNC0wMy0xMVQxNzo0MjoyNy43MTBaIiwicm9sZSI6InVzZXIiLCJpYXQiOjE3MTAxNzg2NDd9.zQRYeJ5r5bMwEbUFoPBKuVKQe-3DR5VHD_sqcyvxshY' -H 'Origin: https://pointswag.com' -H 'Connection: keep-alive' -H 'Referer: https://pointswag.com/plan' -H 'Sec-Fetch-Dest: empty' -H 'Sec-Fetch-Mode: cors' -H 'Sec-Fetch-Site: same-origin' --data-raw '{"sourceItemId":"7045d122b3014d468849ad02a3decfc9","targetItemId":"028bec395df54b1f88578d444371e554"}' | ||
|
||
|
||
To repro the issue do this: | ||
|
||
1. Open one instance of Atoll in a browser (Firefox) window. | ||
2. Open another instance of Atoll in a different browser (Chrome) window. | ||
3. Drag the third backlog item to the top in the second brower. | ||
4. Drag the same third backlog item to the top in the first browser. | ||
5. It should blow up with this error. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,31 +16,6 @@ Getting Started (for Contributors) | |
|
||
See [Contributing Guide](./CONTRIBUTING.md) for detais. | ||
|
||
Working with the Monorepo | ||
========================= | ||
|
||
Adding Dependencies | ||
------------------- | ||
|
||
This monorepo uses npm workspaces. If you're unfamiliar with using workspaces | ||
we recommend you read the npm documentation first. Some tips are provided | ||
below, but it is best that you understand how they work fully. | ||
|
||
Please make sure to add the dependency at the right level. | ||
|
||
You have 2 choices: | ||
1. install it globally so that all packages can use that dependency (bear in | ||
mind that they will use the exact same version when it is global). | ||
For example, `npm i prettier@latest -D` | ||
2. install it at the workspace package level so that individual packages can | ||
either use a different version or not use it at all. | ||
For example, `npm i [email protected] -w packages/shared` | ||
|
||
In general, if you're not sure, you should pick option 2. | ||
|
||
If you wish to refresh packages for a specific workspace you can use something | ||
like: `npm i -w=packages/vscode-extension` | ||
|
||
Document Index | ||
============== | ||
|
||
|
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Oops, something went wrong.