2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix GitHub Actions Workflow Testing this locally with https://github.com/nektos/act, I was able to reproduce the issue and fix it with this change. Now that the workflow has been commited to the repository, hopefully it will be easier to test and check. More... over 4 years ago
Merge pull request #1223 from pjbollinger/feature/1222-add_github_action_workflow More... over 4 years ago
Add a GitHub Actions Workflow This GitHub Action Workflow should replicate the continuous integration that .travis.yml/travis-ci.org performed. This is in regards to #1222. If the project is happy with how this runs and after a little time, a new PR can be created to remove Travis CI to close the referenced issue. We could remove Travis CI now but there's no harm in running both for a bit to verify functionality. More... over 4 years ago
Merge branch 'master' into rosano-patch-1 More... over 4 years ago
Merge pull request #1220 from pjbollinger/docs/fetch-nodejs-for-readthedocs More... over 4 years ago
Merge pull request #1221 from pjbollinger/bugfix/fix-codeclimate-build More... over 4 years ago
Fix Code Climate builds Currently, Code Climate builds are failing: https://codeclimate.com/github/remotestorage/remotestorage.js/builds/430 More... over 4 years ago
Use conda to fetch Node.js for ReadTheDocs ReadTheDocs builds are failing on the main branch due to the need for the latest Node.js. This is a temporary fix by using conda to install a more recent version of Node.js specified in the `environment.yml` file. More... over 4 years ago
Move typo footnote to contributing page More... over 4 years ago
Purge redundant text More... over 4 years ago
Revise documentation More... over 4 years ago
Revise documentation More... over 4 years ago
Tidy More... over 4 years ago
Tidy More... over 4 years ago
Tidy More... over 4 years ago
Use consistent library reference More... over 4 years ago
Revise documentation More... over 4 years ago
Merge pull request #1218 from remotestorage/bugfix/permissions_warning More... over 4 years ago
Remove obsolete variable More... over 4 years ago
Fix potentially wrong command in warning message More... over 4 years ago
Merge pull request #1215 from rosano/patch-1 More... over 4 years ago
Throw error instead of string More... over 4 years ago
2.0.0-alpha.6 More... over 4 years ago
Merge pull request #1213 from remotestorage/bugfix/1212-fix_redirect_uri More... over 4 years ago
Merge pull request #1214 from remotestorage/feat/change_sourcemap_type More... over 4 years ago
Use const instead of let More... over 4 years ago
Generate separate sourcemap instead of inlining it More... over 4 years ago
Don't add trailing slash as only pathname to redirect_uri param More... over 4 years ago
2.0.0-alpha.5 More... over 4 years ago
Merge pull request #1211 from remotestorage/feature/1191-node_default More... over 4 years ago