Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Oxygen.jl

💨 A breath of fresh air for programming web apps in Julia
Collective - Host: opensource - https://opencollective.com/oxygenjl - Code: https://github.com/ndortega/Oxygen.jl

bumped version

github.com/OxygenFramework/Oxygen.jl - 2d4a12f1ac45e774f49d5125989da36517cf1a1f authored 10 months ago by Nathan Ortega <[email protected]>
feature/wglmakie-and-bonito-extensions (#171)

* added package extension for wglmakie and bonito
* added a new json() case for returning binar...

github.com/OxygenFramework/Oxygen.jl - 700f421ad7be4bec9fa7886d3798913f73308b8f authored 10 months ago by Nathan Ortega <[email protected]>
bumped version

github.com/OxygenFramework/Oxygen.jl - 1c9957c3b6b687dbc869ba2468e2f7e912966758 authored 10 months ago by Nathan Ortega <[email protected]>
feature/cairo-makie-integration (#170)

- Added a package extension to provide helper utils to convert Figure's to HTTP.Response's
- Up...

github.com/OxygenFramework/Oxygen.jl - 1938d1d5e884490929a86053bdfcf323c9d59c6f authored 10 months ago by Nathan Ortega <[email protected]>
feature/mulithreading-changes (#168)

* simplified how the multithreading works by removing the queue and leaning on Julia's scheduler...

github.com/OxygenFramework/Oxygen.jl - db0852d90b9c868d2360aa76d05feb4173892cfa authored 10 months ago by Nathan Ortega <[email protected]>
templating-cleanup (#167)

1.) both templating modules now utilize the same response function
2.) cleaned up dead code in ...

github.com/OxygenFramework/Oxygen.jl - 09ee95e19417e596a186abe4c9aeb4f2a852a4ff authored 10 months ago by Nathan Ortega <[email protected]>
fixed example in README.md

github.com/OxygenFramework/Oxygen.jl - 73a8f0aeb617511136b87ed68626d70d67d1488a authored 11 months ago by Nathan Ortega <[email protected]>
updated ci.yaml

github.com/OxygenFramework/Oxygen.jl - 3c56fc411f4216fc6137e859222261715e91b528 authored 11 months ago by Nathan Ortega <[email protected]>
bumped version

github.com/OxygenFramework/Oxygen.jl - ab7b77038ba331971c0789e750c1f126f591ff85 authored 11 months ago by Nathan Ortega <[email protected]>
feature/repeat-tasks-and-cron-internals-refactor (#166)

github.com/OxygenFramework/Oxygen.jl - a9fa219d836539f07460b0aacf0ca357dee0e616 authored 11 months ago by Nathan Ortega <[email protected]>
feature/oxidise-context-refactor (#165)

- Reorganized states into a single Context struct
- updated routing macros to support `do .. en...

github.com/OxygenFramework/Oxygen.jl - c61f3add6f8affd5b9fcf36f2b67ad0c53f6b602 authored 11 months ago by Nathan Ortega <[email protected]>
close file handles (#159)

github.com/OxygenFramework/Oxygen.jl - a4c3ce3e4652515f342a01b2ce7c4aced55065ec authored 11 months ago by Eric Hanson <[email protected]>
1.) corrected info version

2.) fixed cron job registration

github.com/OxygenFramework/Oxygen.jl - da6acb00883f21a5e14cc36ff3502bbd954fdc01 authored 11 months ago by Nathan Ortega <[email protected]>
Refactors globals and implements oxidise macro (#158)

* Refactored internals to support Added `@oxidise` macro to support creating multiple instances...

github.com/OxygenFramework/Oxygen.jl - a94d1c60e20d9ffd126c074a4a69647875c317c8 authored 11 months ago by Jānis Erdmanis <[email protected]>
fix typo in log message (#162)

github.com/OxygenFramework/Oxygen.jl - 2f768efbd0a0ccef7e9b53e3e14acfce22e2420a authored 11 months ago by Eric Hanson <[email protected]>
bumped version

github.com/OxygenFramework/Oxygen.jl - 8fed3b9942056f5809518a9c730f5c11de213d59 authored 11 months ago by Nathan Ortega <[email protected]>
feature/add-request-body-to-autodocs (#157)

Add a request body to the route if it's a POST, PUT, or PATCH request
#155

github.com/OxygenFramework/Oxygen.jl - a938aace0fecbf999db0820c436bed87b0c5a8f6 authored 11 months ago by Nathan Ortega <[email protected]>
fix: update link to docs (#154)

github.com/OxygenFramework/Oxygen.jl - 114a19bdefecc767ba40f7c5956c399ef98fa323 authored 11 months ago by Tommy Hofmann <[email protected]>
updated repo url

github.com/OxygenFramework/Oxygen.jl - 3fc4e2a455673c360a1200bcf1a6f5f641556175 authored 11 months ago by Nathan Ortega <[email protected]>
bumped version

github.com/OxygenFramework/Oxygen.jl - feec12d6a9a427fad90a425472780292deb912d5 authored 11 months ago by Nathan Ortega <[email protected]>
bugfix/duplicate-headers-from-renderers (#153)

1.) removed Renderer struct as it was only further complicating code
2.) update doc strings for...

github.com/OxygenFramework/Oxygen.jl - 41ceeed096daefe14917ddec673bb7268ca5fbb8 authored 11 months ago by Nathan Ortega <[email protected]>
bumped version

github.com/OxygenFramework/Oxygen.jl - 3a393ff62570b5321f23f525f71e151a47f67322 authored 11 months ago by Nathan Ortega <[email protected]>
bugfix/update-default-serializer-behavior (#150)

1.) no longer injecting the content length header into raw HTTP.Response objects returned from r...

github.com/OxygenFramework/Oxygen.jl - 4d85a29ec1eafc50ed2698997432541f6889eb3c authored 11 months ago by Nathan Ortega <[email protected]>
bumped version

github.com/OxygenFramework/Oxygen.jl - 01309bc828c4d16ebf54ed1716d3b97284e4a4dc authored 12 months ago by Nathan Ortega <[email protected]>
bugfix/unicode-content-length-fix (#147)

* properly calculating content-length headers with sizeof function

github.com/OxygenFramework/Oxygen.jl - 2262f16ff03dd94956b4102de16d45b8dca8a72b authored 12 months ago by Nathan Ortega <[email protected]>
updated README

github.com/OxygenFramework/Oxygen.jl - fb7664fa10bc5b80e63752a36b893095f5d23277 authored 12 months ago by Nathan Ortega <[email protected]>
feature/file-renderer-support (#145)

1.) added new file renderer for returning files directly
2.) inner docs now returns HTTP.Respon...

github.com/OxygenFramework/Oxygen.jl - 26b4a05a985d24ee2d84e2295749bf0f40af0320 authored 12 months ago by Nathan Ortega <[email protected]>
added render function docs

github.com/OxygenFramework/Oxygen.jl - 9733dc23ce5d6868a5987f2dfe05c37406d75d46 authored 12 months ago by Nathan Ortega <[email protected]>
bumped version

github.com/OxygenFramework/Oxygen.jl - 36bb025de6c1e4e08c928d38a6f148814dbac762 authored 12 months ago by Nathan Ortega <[email protected]>
feature/default-header-updates-and-refactor (#144)

1.) Added default content length header to all requests
2.) provided more specialized render fu...

github.com/OxygenFramework/Oxygen.jl - b32ca8176a8ed21ed628f0d51b90b1f06d09c3ce authored 12 months ago by Nathan Ortega <[email protected]>
feature/html-form-data-parser (#142)

1.) added formdata function
2.) now reseting autodoc schema between runs in interactive mode

github.com/OxygenFramework/Oxygen.jl - 73cfd9cb06467d59fa54d35d4d187b2135fc6d33 authored 12 months ago by Nathan Ortega <[email protected]>
bugfix/handle-empty-metrics (#141)

Added default values to get_transaction_metrics() function when no metrics are present

github.com/OxygenFramework/Oxygen.jl - d53c2df2fedb9c39624adf3f9e902def4ec5b0f4 authored 12 months ago by Nathan Ortega <[email protected]>
bumped version

github.com/OxygenFramework/Oxygen.jl - 70e9abe2c30c806d2fded28fd6f8e855b9bebe29 authored 12 months ago by Nathan Ortega <[email protected]>
fixed exports on main Oxygen module

github.com/OxygenFramework/Oxygen.jl - 7fbf309c994f5f5ab9eabfa003379febe780c88b authored 12 months ago by Nathan Ortega <[email protected]>
bumped version

github.com/OxygenFramework/Oxygen.jl - cc8a08e046bc1baa487aae876026142e09cc508d authored 12 months ago by Nathan Ortega <[email protected]>
refactor/reexport-import-changes (#140)

1.) Utilized reexport to simplify imports
2.) Added package version to server welcome
3.) remo...

github.com/OxygenFramework/Oxygen.jl - b36226abff72748b843338bd92ce48ed566f9660 authored 12 months ago by Nathan Ortega <[email protected]>
fixed compat section

github.com/OxygenFramework/Oxygen.jl - 6bb0c05f3f1287a5799c89a239d089e078ceae75 authored 12 months ago by Nathan Ortega <[email protected]>
bumped version

github.com/OxygenFramework/Oxygen.jl - b141709e3c81226ea120b8da25135ee19f1b9e30 authored 12 months ago by Nathan Ortega <[email protected]>
bugfix/package-extensions-loading (#139)

* Fixed the Requires.jl code so that package extensions are loaded properly

github.com/OxygenFramework/Oxygen.jl - ede83e980d515055fd569fa93d109a0edea42e40 authored 12 months ago by Nathan Ortega <[email protected]>
feature/metrics-dashboard (#138)

* Added a new internal metrics dashboard to track and display metrics in real-time
* filemounti...

github.com/OxygenFramework/Oxygen.jl - 53a7aa991ad1a959b8318dc5246abc8f44b4e658 authored 12 months ago by Nathan Ortega <[email protected]>
bugfix/cron-job-restarting-issue (#137)

1.) duplicate cron jobs are prevented from running (same name, function, expression)
2.) added ...

github.com/OxygenFramework/Oxygen.jl - c099267c747f16effcf1941a99c7cf39e4a69c62 authored about 1 year ago by Nathan Ortega <[email protected]>
bump version

github.com/OxygenFramework/Oxygen.jl - 299a561763406e343e1126a6b7e3a09e7fcadd34 authored about 1 year ago by Nathan Ortega <[email protected]>
doc string corrections

github.com/OxygenFramework/Oxygen.jl - 436a749ba3445ed02bd358d92e7d5a2f44bfa5a0 authored about 1 year ago by Nathan Ortega <[email protected]>
feature/templating-support (#132)

Added package extensions for Mustache.jl and OteraEngine.jl to provide better support for templa...

github.com/OxygenFramework/Oxygen.jl - 59a5092744c60e54d385d4ba9057a635e01d009d authored about 1 year ago by Nathan Ortega <[email protected]>
feature/package-compiler-compatibility (#128)

1.) added RelocatableFolders to make sure this package works with PackageCompiler.jl
2.) Now sp...

github.com/OxygenFramework/Oxygen.jl - 77a19ddef27d44202cf2eac7dd090de92f5e6b2b authored over 1 year ago by Nathan Ortega <[email protected]>
bumped version

github.com/OxygenFramework/Oxygen.jl - 4294dbb00c34dc1a18ba6a550fe0b541c635414a authored over 1 year ago by Nathan Ortega <[email protected]>
feature/custom-headers-for-mounted-files (#118)

* added support to customize headers on all mounted files (static & dynamic)

github.com/OxygenFramework/Oxygen.jl - d87e2d3e0bee7fbde76757a4c23b9803ffdffaaa authored over 1 year ago by Nathan Ortega <[email protected]>
Allow custom stream handlers to be pass to serve/serveparallel (#117)

* Allow custom stream handlers to be pass to serve/serveparallel
* updated docs strings on serv...

github.com/OxygenFramework/Oxygen.jl - 2a5f807189e340d9d65c3b013882942cb005cd9d authored over 1 year ago by Frankie Robertson <[email protected]>
bugfix/routing-function-type-support (#116)

1.) Added support for router() functions when passed to routing functions
2.) had to remove inl...

github.com/OxygenFramework/Oxygen.jl - 16ea7e55f2a03004af44ffdda11e3a6f6d3b4ac0 authored over 1 year ago by Nathan Ortega <[email protected]>
feature/routing-functions (#112)

1.) Added support for routing functions
2.) converted the @register macro into a regular functi...

github.com/OxygenFramework/Oxygen.jl - f3af6c7f2f6f3baf3cf83c2bc3b448198964717f authored over 1 year ago by Nathan Ortega <[email protected]>
updated MIMEs version in compat section

github.com/OxygenFramework/Oxygen.jl - 655eb31ce05bdc4bf42b40da8f449124a9fc5302 authored over 1 year ago by Nathan Ortega <[email protected]>
1.) reverted back to 1.1.8

2.) updated Project & Manifest files

github.com/OxygenFramework/Oxygen.jl - c9225c1644ef0f750cd935e092d7b73c5a8c547f authored over 1 year ago by Nathan Ortega <[email protected]>
change MIMEs compat section to range syntax

github.com/OxygenFramework/Oxygen.jl - e6cfdfc0162b28f97914a921bfa44b829855da1c authored over 1 year ago by Nathan Ortega <[email protected]>
bumped minor release version

github.com/OxygenFramework/Oxygen.jl - 67921c5cae9e0eed4dec51d7a9078be53191ff8e authored over 1 year ago by Nathan Ortega <[email protected]>
updated mimes dependency to include an upper bound

github.com/OxygenFramework/Oxygen.jl - 1796d5592a03ca147391378a258b867969e57a78 authored over 1 year ago by Nathan Ortega <[email protected]>
added MIMEs to the compat section in the tests module

github.com/OxygenFramework/Oxygen.jl - 1cead863427b5d753cb4d5e2efb56de2f4518dc5 authored over 1 year ago by Nathan Ortega <[email protected]>
updated doc strings to include the 'catch_errors' keyword argument

github.com/OxygenFramework/Oxygen.jl - f55f65378f6087b1d743fa348e58a71b74e5bafe authored over 1 year ago by Nathan Ortega <[email protected]>
bumped version

github.com/OxygenFramework/Oxygen.jl - 3eeeb36d0a7f32da4710c1e24c42524cf96fc5c1 authored over 1 year ago by Nathan Ortega <[email protected]>
feature/custom-error-handling (#107)

* added a error_handling keyword argument which can be use to toggle off the default error handl...

github.com/OxygenFramework/Oxygen.jl - 2d445caa53f6b152c3f5e9e43b28e8276a3d3412 authored over 1 year ago by Nathan Ortega <[email protected]>
bugfix/mime-type-fix (#106)

* Removed internal mimetypes.jl module and replaced it with MIMEs.jl
* corrected nested path se...

github.com/OxygenFramework/Oxygen.jl - 2090347c0e8c71391f1483a86a04ad3edbc6ac4b authored over 1 year ago by Nathan Ortega <[email protected]>
updated json() to support keywords arguments (#102)

* allowing keyword arguments to pass to json3.read
Co-authored-by: Nathan Ortega <nate.ortega95...

github.com/OxygenFramework/Oxygen.jl - 1b423e40f5f306b160bd7227cc1c7f200983da4d authored over 1 year ago by Lan Hu <[email protected]>
feature/file-hosting-updates (#101)

* added the ability to set the mount dir to the route "/"
* created corresponding `staticfiles(...

github.com/OxygenFramework/Oxygen.jl - d0c3b9f110033b13e567df1a0900441d69d26023 authored over 1 year ago by Nathan Ortega <[email protected]>
feature/cron-expressions (#93)

- Added cron.jl module for parsing cron expressions
- Added support for week and month abbrevia...

github.com/OxygenFramework/Oxygen.jl - fa693264cbaea63c79b9ba252d1a6d093472bd4b authored almost 2 years ago by Nathan Ortega <[email protected]>
feature/get-ip-addresses (#96)

* 1.) added caller's ip to the context of all incoming requests
* 2.) Addressed issues #92 and ...

github.com/OxygenFramework/Oxygen.jl - 85480bcf8c479fe12bc54994efd9c27e0c4c3036 authored almost 2 years ago by Nathan Ortega <[email protected]>
Correctly trigger on OPTIONS method in example (#87)

github.com/OxygenFramework/Oxygen.jl - f110d103a230337084f306dbb7854b64bb0dceb6 authored almost 2 years ago by Åsmund Hjulstad <[email protected]>
added package version badge to README (#86)

github.com/OxygenFramework/Oxygen.jl - 512dd4bd31f3230c19e75c737f5e2fb274a50bd4 authored almost 2 years ago by Nathan Ortega <[email protected]>
removing redundant method definition and using from base (#83)

github.com/OxygenFramework/Oxygen.jl - 47c228f20654642bd5e1f71a2973d3bce0d5da22 authored almost 2 years ago by Abhimanyu Aryan <[email protected]>
bugfix/custom-serializers-fix (#82)

* 1.) added custom serializer example
2.) Fixed default serialization bug

* added docs to di...

github.com/OxygenFramework/Oxygen.jl - 648a9205c73d86f11d6db58c1205c3fc02d96de1 authored almost 2 years ago by Nathan Ortega <[email protected]>
bump version

github.com/OxygenFramework/Oxygen.jl - 785a0f7fe5688dc0cff00e234d8adc0960109a0f authored about 2 years ago by Nathan Ortega <[email protected]>
Files with multiple '.' confuse @staticfiles (#76)

the mimetypes module can now accurately extract the file extension for files named like 'file.mi...

github.com/OxygenFramework/Oxygen.jl - 1cf968c2c0d607b4f93cef60865561cd5cc88e2f authored about 2 years ago by contradict <[email protected]>
remove supressor.jl (#72)

* removed Suppressor package from dependencies

github.com/OxygenFramework/Oxygen.jl - cdc20899068a8e910d5a5c6fba131efbef85cf25 authored over 2 years ago by Nathan Ortega <[email protected]>
Feature/manifest-updates (#71)

* added upper bound for Suppressor dependency

github.com/OxygenFramework/Oxygen.jl - 2809ccd42e6df41eb29555731f30ec536a151e71 authored over 2 years ago by Nathan Ortega <[email protected]>
fix-pipline-test-issues (#70)

Fixed tests issues with 1.6.6 that only occurred in github's ci/cd environment

github.com/OxygenFramework/Oxygen.jl - c5ea5ac2dc9a9a60ba4f568d2cfc0f46585d72a4 authored over 2 years ago by Nathan Ortega <[email protected]>
wrapped @info calls with try-catch blocks

github.com/OxygenFramework/Oxygen.jl - a9c57060221bec7d0e52a8587a5d3aa0549bf081 authored over 2 years ago by Nathan Ortega <[email protected]>
update compat section for tests section

github.com/OxygenFramework/Oxygen.jl - 9e41bf845d0435b24b8c06ca217bac24cbd1c768 authored over 2 years ago by Nathan Ortega <[email protected]>
updated Suppressor compat range

github.com/OxygenFramework/Oxygen.jl - 8a3ab60dc1cf42763bb08f73d654bce7b38527ff authored over 2 years ago by Nathan Ortega <[email protected]>
changed version & Suppressor compat section

github.com/OxygenFramework/Oxygen.jl - a4173ccc32392262ea7ced669fc3bafbc5720970 authored over 2 years ago by Nathan Ortega <[email protected]>
bumped minor version

github.com/OxygenFramework/Oxygen.jl - 7302380a6a29dcb31ebe8cb93c13bdae3a7b161a authored over 2 years ago by Nathan Ortega <[email protected]>
feature/general-improvements (#67)

* no longer adding duplicate tasks
* Improved serve startup messages
* configdocs now will mo...

github.com/OxygenFramework/Oxygen.jl - 9cd6445b235ad6921e3d4145c5a4e2fd6d21b72a authored over 2 years ago by Nathan Ortega <[email protected]>
Autodoc (#66)

* Generate autodocs for all methods on a given path
* Rename "registerchema" to "registerschema...

github.com/OxygenFramework/Oxygen.jl - 8892292f852d59ee3803acfdf95c98a02a1c6769 authored over 2 years ago by Aaron Denney <[email protected]>
used built-in streamhandler() function

github.com/OxygenFramework/Oxygen.jl - 6d4ac562c6889313d9793c59018aa189a40fd519 authored over 2 years ago by Nathan Ortega <[email protected]>
refactored respond() to simplify how we are reading in requests & sending out responses

github.com/OxygenFramework/Oxygen.jl - ca44029eac01f028b0fd30f668dd2ffa109b0565 authored over 2 years ago by Nathan Ortega <[email protected]>
changed julia compat version back to 1.6.6

github.com/OxygenFramework/Oxygen.jl - 743b4719f40ca626fb5b42d141fec96456323593 authored over 2 years ago by Nathan Ortega <[email protected]>
feature/middleware-flow-improvements (#62)

1.) changed default middleware flow
2.) updated middleware tests
3.) updated middleware docs

github.com/OxygenFramework/Oxygen.jl - 0406667341c8f6f8148eeada845884ba6fc115cd authored over 2 years ago by Nathan Ortega <[email protected]>
doc string fix

github.com/OxygenFramework/Oxygen.jl - d6199ea1314bda6c5e6cb8f4c0dc6e946c45369d authored over 2 years ago by Nathan Ortega <[email protected]>
feature/http-v1-upgrade (#60)

* Now compatible with HTTP 1.0+
* Added support for the new middleware chaining patterns (globa...

github.com/OxygenFramework/Oxygen.jl - 2a8706a563b0cae9e700f0718b468a6731c9ec8b authored over 2 years ago by Nathan Ortega <[email protected]>
doc string update

github.com/OxygenFramework/Oxygen.jl - f5864988fadffbd9562aa0137f323b66e332ed86 authored over 2 years ago by Nathan Ortega <[email protected]>
doc string update

github.com/OxygenFramework/Oxygen.jl - a776cc0e37678a37c06f3388c305c01bbad9ca8e authored over 2 years ago by Nathan Ortega <[email protected]>
bumped version

github.com/OxygenFramework/Oxygen.jl - 5abf76e66a3228e455b38a2ce9220389d1ba536e authored over 2 years ago by Nathan Ortega <[email protected]>
fixed doc string

github.com/OxygenFramework/Oxygen.jl - b7d8c04889aee3deebde24b9c34548ce72569a1f authored over 2 years ago by Nathan Ortega <[email protected]>
updated router() related docs

github.com/OxygenFramework/Oxygen.jl - 708bcdb7c88257f3b00a4f384a2a82e69e440030 authored over 2 years ago by Nathan Ortega <[email protected]>
doc updates (#54)

* changed the structure of the docs
* updated api docs and rearranged the readme
* bumped version

github.com/OxygenFramework/Oxygen.jl - 53d90efa674c0a7fd66a4b533b078b36794358e7 authored over 2 years ago by Nathan Ortega <[email protected]>
feature/autodoc-route-tagging (#53)

- added more docs to the guide (the start of a more comprehensive guide)
- added the `router()`...

github.com/OxygenFramework/Oxygen.jl - 59bafa628246542b0251309a1ba50dc8a8793e55 authored over 2 years ago by Nathan Ortega <[email protected]>
bumped version

github.com/OxygenFramework/Oxygen.jl - 11973d73d7bd63cc571c0034c1fe7c578e53d459 authored over 2 years ago by Nathan Ortega <[email protected]>
disable-precompilation-on-serverutil-module (#52)

1.) moved routing macros into the serverutil.jl file
2.) added precompile statement to top of s...

github.com/OxygenFramework/Oxygen.jl - 6efb48657aed20087f26e446c1749a5c32a6c1ea authored over 2 years ago by Nathan Ortega <[email protected]>
fixed foreign function path registration example (#51)

github.com/OxygenFramework/Oxygen.jl - 676173712f78d24f08e89cced3226ef8fd672026 authored over 2 years ago by Nathan Ortega <[email protected]>
patch/readme-fixes (#47)

* Added Dates to deps
* updated doc strings and README
* bumped version

github.com/OxygenFramework/Oxygen.jl - 4b0e7e3282d2be045a2a08e8df8bed07b84eb3ff authored over 2 years ago by Nathan Ortega <[email protected]>
added Dates as a dependency

github.com/OxygenFramework/Oxygen.jl - 509f325374c1e322339b4553c16690ba16bad741 authored over 2 years ago by Nathan Ortega <[email protected]>