{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":370360328,"defaultBranch":"master","name":"aiida-restapi","ownerLogin":"aiidateam","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-05-24T13:23:25.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/22181836?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716486096.0","currentOid":""},"activityList":{"items":[{"before":"a13f520f8278e1292276c0f83845ecb36bd95ca3","after":null,"ref":"refs/heads/fix-missing-token","pushedAt":"2024-05-23T17:41:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"agoscinski","name":"Alexander Goscinski","path":"/agoscinski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2772557?s=80&v=4"}},{"before":"83e4f180703bd0ac8eb0a0dea50f1d2f72a0cf9d","after":"e6dcaa0ba1252ff66d0476d1fdfed7d16a6a2c57","ref":"refs/heads/master","pushedAt":"2024-05-23T07:50:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"unkcpz","name":"Jusong Yu","path":"/unkcpz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8831685?s=80&v=4"},"commit":{"message":"Devops: Add codecov token to CI (#67)","shortMessageHtmlLink":"Devops: Add codecov token to CI (#67)"}},{"before":"a6744e9b0092f9554d80d934f37cccfa7e84135f","after":"a13f520f8278e1292276c0f83845ecb36bd95ca3","ref":"refs/heads/fix-missing-token","pushedAt":"2024-05-22T11:29:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"agoscinski","name":"Alexander Goscinski","path":"/agoscinski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2772557?s=80&v=4"},"commit":{"message":"Devops: Comment token out to verify that fix works","shortMessageHtmlLink":"Devops: Comment token out to verify that fix works"}},{"before":null,"after":"a6744e9b0092f9554d80d934f37cccfa7e84135f","ref":"refs/heads/fix-missing-token","pushedAt":"2024-05-22T11:18:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"agoscinski","name":"Alexander Goscinski","path":"/agoscinski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2772557?s=80&v=4"},"commit":{"message":"Devops: Add codecov token to CI","shortMessageHtmlLink":"Devops: Add codecov token to CI"}},{"before":"3f14ea2ac88e06ce9ce8d4cfb02ec16fea0463f7","after":"83e4f180703bd0ac8eb0a0dea50f1d2f72a0cf9d","ref":"refs/heads/master","pushedAt":"2024-05-22T09:28:44.000Z","pushType":"pr_merge","commitsCount":8,"pusher":{"login":"agoscinski","name":"Alexander Goscinski","path":"/agoscinski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2772557?s=80&v=4"},"commit":{"message":"Merge pull request #66 from agoscinski/update-dev-doc\n\nFixing developer setup and updating README.md","shortMessageHtmlLink":"Merge pull request #66 from agoscinski/update-dev-doc"}},{"before":"c5a324e2b9367aac4bacffdc148e5018d1c86ef7","after":"c7aed7c7f84eff4e42d70583a0651af37ad1af3f","ref":"refs/heads/feature/065/config-read-only","pushedAt":"2023-05-08T13:55:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sphuber","name":"Sebastiaan Huber","path":"/sphuber","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6992332?s=80&v=4"},"commit":{"message":"Config: Add the `read_only` setting\n\nThis setting, which is set to `True` by default, will determine whether\nthe instance is to be read-only. The `protected_methods_middleware`\nfunction is added as middleware to the application. If the `read_only`\nsetting is `True` and the request method is `DELETE`, `PATCH`, `POST` or\n`PUT`, a `405 Method Not Allowed` response is returned.","shortMessageHtmlLink":"Config: Add the read_only setting"}},{"before":null,"after":"c5a324e2b9367aac4bacffdc148e5018d1c86ef7","ref":"refs/heads/feature/065/config-read-only","pushedAt":"2023-05-08T13:46:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sphuber","name":"Sebastiaan Huber","path":"/sphuber","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6992332?s=80&v=4"},"commit":{"message":"Config: Add the `read_only` setting\n\nThis setting, which is set to `True` by default, will determine whether\nthe instance is to be read-only. The `protected_methods_middleware`\nfunction is added as middleware to the application. If the `read_only`\nsetting is `True` and the request method is `DELETE`, `PATCH`, `POST` or\n`PUT`, a `405 Method Not Allowed` response is returned.","shortMessageHtmlLink":"Config: Add the read_only setting"}},{"before":"181e841ec2724a75b11c090e9b367f0c4dd7d078","after":null,"ref":"refs/heads/fix_example","pushedAt":"2023-05-08T11:18:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sphuber","name":"Sebastiaan Huber","path":"/sphuber","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6992332?s=80&v=4"}},{"before":"be9ce97e26635a2463f168546d0532d225313b15","after":"3f14ea2ac88e06ce9ce8d4cfb02ec16fea0463f7","ref":"refs/heads/master","pushedAt":"2023-05-08T11:18:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sphuber","name":"Sebastiaan Huber","path":"/sphuber","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6992332?s=80&v=4"},"commit":{"message":"Docs: Fix the daemon management examples (#60)\n\nThe examples were incorrectly using `GET` requests to start and stop the\r\ndaemon, but this should be `POST` requests.\r\n\r\nThe Quantum ESPRESSO example is also updated to use the SSSP family that\r\nis currently the default installed by `aiida-pseudo install sssp`.","shortMessageHtmlLink":"Docs: Fix the daemon management examples (#60)"}},{"before":"8496aa8944b8fa81d5f06703215d7136c2a636f3","after":"181e841ec2724a75b11c090e9b367f0c4dd7d078","ref":"refs/heads/fix_example","pushedAt":"2023-05-08T11:13:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sphuber","name":"Sebastiaan Huber","path":"/sphuber","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6992332?s=80&v=4"},"commit":{"message":"Docs: Fix the daemon management examples\n\nThe examples were incorrectly using `GET` requests to start and stop the\ndaemon, but this should be `POST` requests.\n\nThe Quantum ESPRESSO example is also updated to use the SSSP family that\nis currently the default installed by `aiida-pseudo install sssp`.","shortMessageHtmlLink":"Docs: Fix the daemon management examples"}},{"before":"0bc89ed4d78a86d7927218f429bd749050a7fd2e","after":null,"ref":"refs/heads/fix/pre-commit","pushedAt":"2023-05-08T11:11:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sphuber","name":"Sebastiaan Huber","path":"/sphuber","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6992332?s=80&v=4"}},{"before":"027eb075ca59a96fa39654f567196f921cd33918","after":"be9ce97e26635a2463f168546d0532d225313b15","ref":"refs/heads/master","pushedAt":"2023-05-08T11:11:25.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"sphuber","name":"Sebastiaan Huber","path":"/sphuber","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6992332?s=80&v=4"},"commit":{"message":"Docs: Remove deprecated `extra_navbar` option from config","shortMessageHtmlLink":"Docs: Remove deprecated extra_navbar option from config"}},{"before":"5eab54cfe24821648c62e3d836f4ae593055d19e","after":"0bc89ed4d78a86d7927218f429bd749050a7fd2e","ref":"refs/heads/fix/pre-commit","pushedAt":"2023-05-08T11:06:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sphuber","name":"Sebastiaan Huber","path":"/sphuber","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6992332?s=80&v=4"},"commit":{"message":"Docs: Remove deprecated `extra_navbar` option from config","shortMessageHtmlLink":"Docs: Remove deprecated extra_navbar option from config"}},{"before":"5f5c11c30891b9a6faebdc661d71d1a447272c64","after":"5eab54cfe24821648c62e3d836f4ae593055d19e","ref":"refs/heads/fix/pre-commit","pushedAt":"2023-05-08T11:03:09.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"sphuber","name":"Sebastiaan Huber","path":"/sphuber","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6992332?s=80&v=4"},"commit":{"message":"Devops: Update test reference files after change in fixtures\n\nThe `aiida-core` fixtures had slight changes in the way base ORM\nentities are configured, such as default users. The reference files for\naffected tests are updated.","shortMessageHtmlLink":"Devops: Update test reference files after change in fixtures"}},{"before":null,"after":"5f5c11c30891b9a6faebdc661d71d1a447272c64","ref":"refs/heads/fix/pre-commit","pushedAt":"2023-05-08T10:58:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sphuber","name":"Sebastiaan Huber","path":"/sphuber","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6992332?s=80&v=4"},"commit":{"message":"Dependencies: Update pre-commit requirement `isort==5.12.0`\n\nOlder versions were breaking due to a release of `poetry-core` causing\nour pre-commit job in the CI to fail. For details, see:\nhttps://github.com/PyCQA/isort/issues/2077","shortMessageHtmlLink":"Dependencies: Update pre-commit requirement isort==5.12.0"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUkywlwA","startCursor":null,"endCursor":null}},"title":"Activity ยท aiidateam/aiida-restapi"}