Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
go-bongo
/
bongo
Public
Notifications
You must be signed in to change notification settings
Fork
39
Star
490
Code
Issues
12
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on May 17, 2018
Merge pull request #35 from msolimans/master
Show description for 761759e
securingsincity
authored
761759e
View commit details
Copy full SHA for 761759e
Browse repository at this point
Commits on Apr 30, 2018
change from gopkg.in/mgo.v2 (unmaintained) to new driver github.com/globalsign/mgo
msolimans
committed
7fc819d
View commit details
Copy full SHA for 7fc819d
Browse repository at this point
Commits on Oct 10, 2017
Merge pull request #29 from ilijamt/travis-1-9
Show description for b02e650
securingsincity
authored
b02e650
View commit details
Copy full SHA for b02e650
Browse repository at this point
Merge pull request #28 from ilijamt/validate-mongo-id-ref
Show description for e955740
securingsincity
authored
e955740
View commit details
Copy full SHA for e955740
Browse repository at this point
Merge pull request #27 from ilijamt/expand-base-document
Show description for 0f476c5
securingsincity
authored
0f476c5
View commit details
Copy full SHA for 0f476c5
Browse repository at this point
Added comments to the function
ilijamt
committed
f2c12b1
View commit details
Copy full SHA for f2c12b1
Browse repository at this point
Commits on Oct 9, 2017
Added golang 1.9 to travis.yml
ilijamt
committed
a09b403
View commit details
Copy full SHA for a09b403
Browse repository at this point
Reworked the function to increase the coverage a bit
ilijamt
committed
22d3f97
View commit details
Copy full SHA for 22d3f97
Browse repository at this point
Added `GetCreated` to `TimeCreatedTracker` and `GetModified` to `TimeModifiedTracker`
ilijamt
committed
88ad193
View commit details
Copy full SHA for 88ad193
Browse repository at this point
Commits on Jul 4, 2017
Merge pull request #25 from ilijamt/fixed-wrong-old-import
Show description for 521df41
securingsincity
authored
521df41
View commit details
Copy full SHA for 521df41
Browse repository at this point
Fixed the wrong import in couple of places
ilijamt
committed
ef6f394
View commit details
Copy full SHA for ef6f394
Browse repository at this point
Commits on Apr 21, 2017
Fix travis build
securingsincity
committed
b7a1380
View commit details
Copy full SHA for b7a1380
Browse repository at this point
Commits on Apr 20, 2017
Merge pull request #23 from yaronius/master
Show description for 1ef5603
securingsincity
authored
1ef5603
View commit details
Copy full SHA for 1ef5603
Browse repository at this point
Commits on Apr 18, 2017
Updating repository links in README.md
ZeoZorg
committed
cfde5c8
View commit details
Copy full SHA for cfde5c8
Browse repository at this point
Commits on Apr 10, 2017
Closes #21
securingsincity
committed
8ff1395
View commit details
Copy full SHA for 8ff1395
Browse repository at this point
Commits on Apr 2, 2017
Merge pull request #17 from ilijamt/separate-time-tracker
Show description for 78be9c6
securingsincity
authored
78be9c6
View commit details
Copy full SHA for 78be9c6
Browse repository at this point
Commits on Mar 28, 2017
Merge pull request #16 from ilijamt/replace-hard-coded-error
Show description for 96e4b95
securingsincity
authored
96e4b95
View commit details
Copy full SHA for 96e4b95
Browse repository at this point
Separated `TimeTracker` into `TimeCreatedTracker` and `TimeModifiedTracker` so if we want we don't need to add Created and Deleted properties in the document
ilijamt
committed
0227a7f
View commit details
Copy full SHA for 0227a7f
Browse repository at this point
Replaced error with the error from the `mgo` package
ilijamt
committed
e5cf656
View commit details
Copy full SHA for e5cf656
Browse repository at this point
Merge pull request #18 from ilijamt/added-more-go-versions
Show description for 41522d7
securingsincity
authored
41522d7
View commit details
Copy full SHA for 41522d7
Browse repository at this point
Commits on Mar 23, 2017
Updated .travis.yml to build go version `1.4.x`, `1.8.x` and `master`
ilijamt
committed
59275eb
View commit details
Copy full SHA for 59275eb
Browse repository at this point
Commits on Jan 11, 2017
Merge pull request #13 from ilijamt/select-custom-database
Show description for c2a7770
securingsincity
authored
c2a7770
View commit details
Copy full SHA for c2a7770
Browse repository at this point
Allow to select the database name for every collection.
Show description for 91ba6ba
ilijamt
committed
91ba6ba
View commit details
Copy full SHA for 91ba6ba
Browse repository at this point
Add a custom context that can be made available to the connection or collection
ilijamt
committed
2a2547d
View commit details
Copy full SHA for 2a2547d
Browse repository at this point
Commits on Jan 6, 2017
Merge pull request #11 from sasso/master
Show description for 5314e13
securingsincity
authored
5314e13
View commit details
Copy full SHA for 5314e13
Browse repository at this point
Add test that throws out connection string error
Saso Matejina
committed
53f6a19
View commit details
Copy full SHA for 53f6a19
Browse repository at this point
Commits on Jan 5, 2017
Add support for setting mgo.DialInfo
Saso Matejina
committed
d40f50c
View commit details
Copy full SHA for d40f50c
Browse repository at this point
Commits on Jan 2, 2017
Merge pull request #10 from ilijamt/upstream
Show description for 0d02692
securingsincity
authored
0d02692
View commit details
Copy full SHA for 0d02692
Browse repository at this point
Commits on Dec 30, 2016
Added utils test
ilijamt
committed
166d2d8
View commit details
Copy full SHA for 166d2d8
Browse repository at this point
Commits on Jul 13, 2015
Update readme. Close #6
jraede
committed
58e3a1f
View commit details
Copy full SHA for 58e3a1f
Browse repository at this point
Commits on May 6, 2015
Diff tracker bombed out when it reached a nil pointer - fixed.
Jason Raede
committed
4eefa4a
View commit details
Copy full SHA for 4eefa4a
Browse repository at this point
Commits on May 5, 2015
Slight modification to diff tracker to use String() with structs when available
Jason Raede
committed
427d480
View commit details
Copy full SHA for 427d480
Browse repository at this point
Commits on May 1, 2015
Added SetOriginal to difftracker, a few other minor tweaks.
Jason Raede
committed
c27b84a
View commit details
Copy full SHA for c27b84a
Browse repository at this point
Commits on Apr 24, 2015
Exposed getChangedFields
Jason Raede
committed
84368c4
View commit details
Copy full SHA for 84368c4
Browse repository at this point
Commits on Mar 31, 2015
Split out validation and pre save hooks into PreSave so we can use that separately for "fake save"
Jason Raede
committed
94230d4
View commit details
Copy full SHA for 94230d4
Browse repository at this point
Previous
Next
You can’t perform that action at this time.