Commit Graph

76 Commits

Author SHA1 Message Date
Atlas Cove 8ce8dfb12e Forked from github.com/sdomino/scribble 2021-09-01 23:04:46 +01:00
Atlas Cove 8f0b323da1 merge github.com/SysLabIT/scribble 2021-09-01 22:48:55 +01:00
Atlas Cove a5b2727275 merge github.com/SysLabIT/scribble 2021-09-01 22:30:27 +01:00
SysLabIT 40c88ff105
Update scribble.go 2021-03-03 19:24:24 +01:00
Łukasz Wróblewski 7eb5116ab8 fix List() bad file prfix 2020-07-25 12:31:29 +02:00
Steve Domino 3cc68461d5 minor cleanup 2020-07-07 12:00:04 -06:00
Łukasz Wróblewski effd8e354d fix List() 2020-07-02 08:02:44 +02:00
Łukasz Wróblewski c32ca9162c List ID of records from a collection 2020-06-17 06:22:46 +02:00
Steve Domino 4116320640 updated per #21 (all credit to https://github.com/edermanoel94) 2019-10-24 14:06:45 -06:00
Steve Domino f5079229c3 update license 2019-10-24 13:21:45 -06:00
Steve Domino 552710ac06
Merge pull request #20 from PaperMountainStudio/PR
Write "\n" to end of jsons
2019-08-05 08:52:14 -06:00
Paper Mountain Studio 8ec5ab2cff Update README.md 2019-03-30 19:46:41 +01:00
Paper Mountain Studio 57feb66e3c Correct import 2019-03-30 19:46:09 +01:00
Paper Mountain Studio 40263ff682 Write "\n" to end of jsons 2019-03-30 19:17:37 +01:00
Steve Domino f328a97d7c
Update README.md 2018-06-06 23:15:41 -06:00
Steve Domino ced58d6718 Merge pull request #17 from vhugo/16-fix-readme-example
Fix README example
2017-10-26 08:29:21 -06:00
Victor Alves e05bb135bf Fix README example issue #16 2017-10-26 06:04:17 +02:00
Steve Domino da3a159a46 added coverage report 2017-03-27 15:44:30 -06:00
Steve Domino d523441d3e Merge pull request #11 from abeMedia/patch-1
Fix mutex being copied & wrong mutex key
2017-03-27 15:27:50 -06:00
Adam Bouqdib 9cdf35aaef Fix mutex being copied & wrong mutex key
The get `getOrCreateMutex` function copies mutexes which the golang docs specifically tell us not to do: https://golang.org/pkg/sync/#Mutex

Also, the delete function was creating a mutex for the resource, not the collection.
2017-03-27 15:08:01 +02:00
Steve Domino e8f97ab321 Update README.md 2017-02-09 22:32:35 -07:00
Steve Domino 6e9fe094e8 Update README.md 2017-02-09 22:31:44 -07:00
Steve Domino 23325e28f2 updated go report card 2017-02-09 21:01:46 -07:00
Steve Domino 4bb85e5d15 removed go report card 2017-02-09 21:01:30 -07:00
Steve Domino 629b31217c gofmt -s 2017-02-09 20:50:15 -07:00
Steve Domino 5eb91537ce cleaned up some linting issues. Added some badges 2017-02-09 16:28:08 -07:00
Steve Domino 2a34006ba7 updated readme with contribution section 2016-03-11 16:59:00 -07:00
Steve Domino e941ae8fc9 turned down some logging 2016-03-07 19:29:06 -07:00
Steve Domino 472b936e03 updating readme 2015-12-17 17:20:20 -07:00
Steve Domino a99eef6876 Merge pull request #9 from nanobox-io/update/readme
updating readme to match how scribble actually works; there was a ref…
2015-12-17 17:18:03 -07:00
Steve Domino 3c16510465 fixing typo 2015-12-17 17:17:40 -07:00
Steve Domino cffdb3f127 updating readme to match how scribble actually works; there was a refactor not long ago and the readme never was updated. bump to 1.0.4 2015-12-17 17:13:27 -07:00
Steve Domino 689ffedfe6 cleaning up scribble new a bit from previous pull request. Updating/fixing tests 2015-11-23 11:37:37 -07:00
Steve Domino 77da6bf6a4 Merge pull request #8 from saromanov/new-options
Add options for New
2015-11-23 10:13:03 -07:00
Sergey Romanov 9be99d20fb Set experimental option ExistDir 2015-11-21 22:57:59 +05:00
Sergey Romanov 94c595be43 Add Options for New method 2015-11-21 22:36:00 +05:00
Steve Domino 840fee7a1f updating README 2015-11-21 10:32:17 -07:00
Steve Domino 9831494f39 Merge pull request #6 from nanobox-io/update/less-weird-mkDir-wrapper
updating the mkDir wrapper to be less weird
2015-11-16 10:49:23 -07:00
Steve Domino b43a2d16d2 updating some comments 2015-11-16 10:46:22 -07:00
Steve Domino f6d7310e91 updated some tests which uncovered some issues 2015-11-15 23:44:00 -07:00
Steve Domino 04b81d64d4 updating the mkDir wrapper to be less weird (you'll see what i mean) 2015-11-13 15:19:09 -07:00
Steve Domino 044c65b62e updating readme 2015-11-13 14:21:11 -07:00
Steve Domino cfe94ca72c removing hatchet 2015-11-13 11:54:31 -07:00
Steve Domino b14eeebb76 Merge pull request #5 from toashd/fix-sample
Fix sample code
---
Looks good, thanks for catching that.
2015-11-04 14:54:19 -07:00
Tobias Schmid 999627cfd4 Fix sample code 2015-11-04 22:45:28 +01:00
Steve Domino 50598c2090 bump to 1.0.1 2015-10-29 11:30:35 -06:00
Daniel Barney bbc07fd24c Merge pull request #4 from nanobox-io/fix/read-write-match
matched the format of the write function
2015-10-29 11:27:18 -06:00
Daniel Barney 0301461505 matched the format of the write function 2015-10-29 11:22:23 -06:00
Steve Domino a2e31af24c adding a mutex to getOrCreateMutex to avoid race conditions (per @chrhlnd pr) 2015-10-20 11:06:33 -06:00
Steve Domino 9d6df7eff7 cleaned up some logic, using filepath library when working with paths to have better support for windows (per @chrhlnd pull request). added tests to test looking for empty files/directories 2015-10-19 15:01:40 -06:00