{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":764961138,"defaultBranch":"main","name":"true-ecs","ownerLogin":"gszasz","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-02-29T02:45:00.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1876716?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1711378091.0","currentOid":""},"activityList":{"items":[{"before":"60d255ff46c8f6a09aee53623740d9423e0e6c91","after":"658f38a2b1267bac3b5f89c80017996ecaf2806e","ref":"refs/heads/main","pushedAt":"2024-05-21T10:51:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gszasz","name":"Gabriel Szász","path":"/gszasz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1876716?s=80&v=4"},"commit":{"message":"Remove extra space in copyright notice\n\nIn the past I used to put two spaces in between copyright year and the\ncopyright holder, following the FSF's template. It turned out that this\nwider space was meant just to make placeholders more readable in the\ncontext of the template. The actual copyright notices contains only a\nsingle space. Although, legally speaking, it should not make any\ndifference, however this extra space will become relevant as copyright\nyears pile up over time.","shortMessageHtmlLink":"Remove extra space in copyright notice"}},{"before":"99cdaeb498a27a4eb75f61fac6ddae0ce2fb6bd9","after":"60d255ff46c8f6a09aee53623740d9423e0e6c91","ref":"refs/heads/main","pushedAt":"2024-05-18T19:59:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gszasz","name":"Gabriel Szász","path":"/gszasz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1876716?s=80&v=4"},"commit":{"message":"Fix fill column to 79\n\nI have recently started to prefer fill column at 79 instead of 80\nbecause the default 80-character-wide Emacs frame wraps text at 79th\ncolumn. This was the sole reason why Guido van Rossum defined\nPEP-8-standard line length to 79 characters and it seems natural to\nadopt the same standard everywhere.","shortMessageHtmlLink":"Fix fill column to 79"}},{"before":"1f8c94760fd3b91c91d976678e1efae424f69a1e","after":"99cdaeb498a27a4eb75f61fac6ddae0ce2fb6bd9","ref":"refs/heads/main","pushedAt":"2024-05-18T19:47:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gszasz","name":"Gabriel Szász","path":"/gszasz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1876716?s=80&v=4"},"commit":{"message":"Fix year range clause\n\nI have widely adopted the year range clause copied from the code by FSF,\nwhich is most likely closer to what FSF meant to be used.","shortMessageHtmlLink":"Fix year range clause"}},{"before":"25f0e321a3c73ba9795f06cf3038fd390ebd477b","after":"1f8c94760fd3b91c91d976678e1efae424f69a1e","ref":"refs/heads/main","pushedAt":"2024-04-05T10:47:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"gszasz","name":"Gabriel Szász","path":"/gszasz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1876716?s=80&v=4"},"commit":{"message":"Add year range clause to the license\n\nSince interpretation of the year ranges in the copyright notice might\nnot have unambiguous interpretation world-wide, FSF recommends to append\nexplicit statement to README. I reused the one I found in other\nlicenses and appended the clause also to the LICENSE file to provide\nsome redundancy.","shortMessageHtmlLink":"Add year range clause to the license"}},{"before":"25f0e321a3c73ba9795f06cf3038fd390ebd477b","after":null,"ref":"refs/heads/master","pushedAt":"2024-03-25T14:48:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gszasz","name":"Gabriel Szász","path":"/gszasz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1876716?s=80&v=4"}},{"before":null,"after":"25f0e321a3c73ba9795f06cf3038fd390ebd477b","ref":"refs/heads/main","pushedAt":"2024-03-25T14:46:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gszasz","name":"Gabriel Szász","path":"/gszasz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1876716?s=80&v=4"},"commit":{"message":"Add year range clause to the license\n\nSince interpretation of the year ranges in the copyright notice might\nnot have unambiguous interpretation world-wide, FSF recommends to append\nexplicit statement to README. I reused the one I found in other\nlicenses and appended the clause also to the LICENSE file to provide\nsome redundancy.","shortMessageHtmlLink":"Add year range clause to the license"}},{"before":"6aa6e81a87dbcf5f5921a18c82c42ab53b94e9e7","after":"25f0e321a3c73ba9795f06cf3038fd390ebd477b","ref":"refs/heads/master","pushedAt":"2024-03-25T10:32:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gszasz","name":"Gabriel Szász","path":"/gszasz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1876716?s=80&v=4"},"commit":{"message":"Add year range clause to the license\n\nSince interpretation of the year ranges in the copyright notice might\nnot have unambiguous interpretation world-wide, FSF recommends to append\nexplicit statement to README. I reused the one I found in other\nlicenses and appended the clause also to the LICENSE file to provide\nsome redundancy.","shortMessageHtmlLink":"Add year range clause to the license"}},{"before":"7eb5bc7acc0ed1aa094793d3bbdfc65afbad52ac","after":"6aa6e81a87dbcf5f5921a18c82c42ab53b94e9e7","ref":"refs/heads/master","pushedAt":"2024-03-07T14:47:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gszasz","name":"Gabriel Szász","path":"/gszasz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1876716?s=80&v=4"},"commit":{"message":"Change retrieval of the WCS to new FITS\n\nIt is more practical to download corrected FITS file so it can be opened\nin SAOIMAGE DS9 than just WCS header. I changed retrieve_corected_wcs()\nfunction to the retrieve_corrected_fits(), which uses --newfits instead\nof --wcs.","shortMessageHtmlLink":"Change retrieval of the WCS to new FITS"}},{"before":"ce8567bb33d68ece64aa636d57941cda4f5607cb","after":"7eb5bc7acc0ed1aa094793d3bbdfc65afbad52ac","ref":"refs/heads/master","pushedAt":"2024-03-03T19:40:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gszasz","name":"Gabriel Szász","path":"/gszasz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1876716?s=80&v=4"},"commit":{"message":"Fix shebang for Ubuntu 22.04.4 LTS\n\nUnlike Fedora, Ubuntu 22.04.4 LTS still uses obsolete python3 executable\nto launch Python 3.","shortMessageHtmlLink":"Fix shebang for Ubuntu 22.04.4 LTS"}},{"before":"80e2d4ddce23ab284d7e8ff45418a965a0611839","after":"ce8567bb33d68ece64aa636d57941cda4f5607cb","ref":"refs/heads/master","pushedAt":"2024-03-01T00:08:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gszasz","name":"Gabriel Szász","path":"/gszasz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1876716?s=80&v=4"},"commit":{"message":"Update example config file\n\nThe example configuration file did not reflect recent changes in the\nimplementation. I also improved the comments documenting individual\noptions.","shortMessageHtmlLink":"Update example config file"}},{"before":"98221c8f5e4789c6726c4bacd82a2ed33f013f87","after":"80e2d4ddce23ab284d7e8ff45418a965a0611839","ref":"refs/heads/master","pushedAt":"2024-02-29T23:49:58.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"gszasz","name":"Gabriel Szász","path":"/gszasz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1876716?s=80&v=4"},"commit":{"message":"Add object-oriented wrapper for config file\n\nI have decided to implement object configuration file wrapper to\nencapsulate error handling and make the code easier to read. I also\nintroduced a couple of new configuration file options.\n\nThe AstroPy Table class is capable to guess if input file contain column\nheader or not, I removed option that allowed user to specify lines to\nignore.","shortMessageHtmlLink":"Add object-oriented wrapper for config file"}},{"before":"88dbeab3d3b85371f8e0462715daa103cbc05c34","after":"98221c8f5e4789c6726c4bacd82a2ed33f013f87","ref":"refs/heads/master","pushedAt":"2024-02-29T16:44:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gszasz","name":"Gabriel Szász","path":"/gszasz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1876716?s=80&v=4"},"commit":{"message":"Update project introduction\n\nThe original introduction was too concise and did not emphasize the real\nbenefits of the project.","shortMessageHtmlLink":"Update project introduction"}},{"before":"59d5604ac3a1ee758734c94449f4494d1c8179ab","after":"88dbeab3d3b85371f8e0462715daa103cbc05c34","ref":"refs/heads/master","pushedAt":"2024-02-29T14:28:52.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"gszasz","name":"Gabriel Szász","path":"/gszasz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1876716?s=80&v=4"},"commit":{"message":"Wrap .gitignore to 80th column and add config.yaml\n\nThe .gitignore template for Python is not wrapped to 80th column, what\nmakes it a bit uncomfortable when editing in Emacs.\n\nI also want to ignore local config.yaml file as well as its backups,\nalternative versions and derivatives.","shortMessageHtmlLink":"Wrap .gitignore to 80th column and add config.yaml"}},{"before":null,"after":"59d5604ac3a1ee758734c94449f4494d1c8179ab","ref":"refs/heads/master","pushedAt":"2024-02-29T02:48:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gszasz","name":"Gabriel Szász","path":"/gszasz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1876716?s=80&v=4"},"commit":{"message":"Initial commit","shortMessageHtmlLink":"Initial commit"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAET7z6JAA","startCursor":null,"endCursor":null}},"title":"Activity · gszasz/true-ecs"}