Commit Graph

27 Commits

Author SHA1 Message Date
Nemo d57452ac47 Handle redirects properly.
Fixes redirect issues.

httparty sends request body at 302 redirects, so we
disable redirect follows for our fileoperations.redirect
call.

minor changes in client as well:

1. drops the token from the body, and sends it in header instead
   as per the new api
2. support additional options
2024-03-07 12:01:25 +05:30
dhx 537a971561 Fixes the exportAll -> export_all outline API change
As until now the client implementation replaced single underscores with a dot
this was not compatible with underscores in the API URIs.
For this reason now double underscores in the method name are replaced with a
dot instead.
2024-02-22 18:20:20 +01:00
Nemo 969f704f31
Create FUNDING.yml 2022-05-30 14:53:13 +05:30
Nemo fabbbd8a75 Version Bump (1.0.1) 2020-04-26 06:31:19 +05:30
Nemo dfc006e61c Dependency updates 2020-04-26 06:30:43 +05:30
Nemo 6df57d97cc Version Bump (1.0.0) 2020-04-26 06:19:43 +05:30
Nemo 16e5ea504a [sync] Adds proper sync support 2020-04-26 06:19:43 +05:30
Nemo a264f8c2d9 [docker] Updates Ruby for docker 2020-04-26 06:19:43 +05:30
Nemo 6a8d5b71f1 Version Bump (v0.2.2) 2019-08-14 15:42:37 +05:30
Nemo 425d55e30f
git-push-for-backups
git-syncing
2019-08-14 15:10:07 +05:30
Nemo d68dd6e79e [git] Finishes push command 2019-08-14 15:09:11 +05:30
Nemo 09287e7612 [git] Break git sync into separate command 2019-08-13 18:01:11 +05:30
Nemo 1159aeb4fd Adds openssh-client 2019-08-13 10:29:25 +05:30
Nemo d31051f6f0 [style] Fixes rubocop warnings 2019-08-12 19:27:49 +05:30
Nemo 156bc86457 Adds git-sync support 2019-08-12 19:27:32 +05:30
Nemo cf2ac7eebc chore: Cleanup unused helper file 2019-08-12 18:57:52 +05:30
Nemo beed823d63 Fix import script 2019-08-12 18:56:52 +05:30
Nemo f8c659b28b
Merge pull request #1
Adds docker and export support
2019-08-12 16:57:52 +05:30
Nemo b93b4243e7 [docs] Updates CHANGELOG 2019-08-12 16:56:21 +05:30
Nemo 4bbc3d373a [docker] Adds export and general re-org
- Move import script to exe/
- Fix httparty dependency being included in gemspec
- Add license in Gemspec
- Add .dockerignore
2019-08-12 16:55:57 +05:30
Nemo 179e4aff01 v0.1.1 2019-07-24 21:05:00 +05:30
Nemo c7eb4a247e v0.1.0 2019-07-24 21:01:55 +05:30
Nemo 7cf3993af3 Removes lockfile 2019-07-24 20:55:08 +05:30
Nemo 9a97ad3a09 Adds import script 2019-07-24 20:47:46 +05:30
Nemo 01bf315db2 Adds MIT License Text 2019-07-24 19:40:04 +05:30
Nemo a9bc6f6995 Sets up Rakefile 2019-07-24 19:39:02 +05:30
Nemo d12681e05c Initial Commit 2019-07-24 19:36:18 +05:30