-
Notifications
You must be signed in to change notification settings - Fork 77
Comparing changes
Open a pull request
base repository: congomongo/congomongo
base: master
head repository: circleci/congomongo
compare: master
Commits on Aug 24, 2021
-
Merge pull request #9 from congomongo/master
Update master from upstream
Configuration menu - View commit details
-
Copy full SHA for 97b1a82 - Browse repository at this point
Copy the full SHA 97b1a82View commit details -
Merge pull request #10 from marcomorain/circleci
Add CircleCI config
Configuration menu - View commit details
-
Copy full SHA for be93773 - Browse repository at this point
Copy the full SHA be93773View commit details
Commits on Aug 25, 2021
-
On every build of master, publish a new snapshot to Clojars.
Configuration menu - View commit details
-
Copy full SHA for d856e93 - Browse repository at this point
Copy the full SHA d856e93View commit details -
Merge pull request #13 from circleci/clojars
Publish snapshots to Clojars
Configuration menu - View commit details
-
Copy full SHA for 48e2316 - Browse repository at this point
Copy the full SHA 48e2316View commit details -
Configuration menu - View commit details
-
Copy full SHA for 618fbdc - Browse repository at this point
Copy the full SHA 618fbdcView commit details -
Merge pull request #14 from circleci/clojars
Release requires tests pass
Configuration menu - View commit details
-
Copy full SHA for a2dba87 - Browse repository at this point
Copy the full SHA a2dba87View commit details
Commits on Aug 30, 2021
-
Remove uses of deprecated JSON API
The version 3.12 of the Java driver deprecates `com.mongodb.util.JSON` in favour of the JSON functions on the DBObject class. The deprecated API will be removed in driver version 4.x. In order to prepare for the upgrade to 4.x we can upgrade from driver `3.10` to `3.12` and remove calls to the decprecated API.
Configuration menu - View commit details
-
Copy full SHA for 2235286 - Browse repository at this point
Copy the full SHA 2235286View commit details -
Correctly convert more shapes of data to json
What we get out of the database can be a mix of java types that clojure.data.json understands and mongo objects with a .toJson method. Extend clojure.data.json's JSONWriter to be able to convert the mongo types, and use write-str.
Configuration menu - View commit details
-
Copy full SHA for b61ad22 - Browse repository at this point
Copy the full SHA b61ad22View commit details -
make it work with mongo driver 4.3
A lot of things have been removed from the underlying driver so we will not be able to make this backwards compatible.
Configuration menu - View commit details
-
Copy full SHA for 9840ec9 - Browse repository at this point
Copy the full SHA 9840ec9View commit details -
Make write-concern-map backwards compatible
Using the docs on deprecations in [1], replace the removed value with their recommended replacements. [1] https://www.javadoc.io/doc/org.mongodb/mongo-java-driver/latest/com/mongodb/WriteConcern.html
Configuration menu - View commit details
-
Copy full SHA for 363dfc8 - Browse repository at this point
Copy the full SHA 363dfc8View commit details -
Merge pull request #11 from marcomorain/four
Draft: Upgrade to Mongo 4.x
Configuration menu - View commit details
-
Copy full SHA for 4dce6a5 - Browse repository at this point
Copy the full SHA 4dce6a5View commit details
Commits on Sep 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6bc99fb - Browse repository at this point
Copy the full SHA 6bc99fbView commit details
Commits on Sep 3, 2021
-
Merge pull request #16 from circleci/new-release
Increment version, non-snapshot
Configuration menu - View commit details
-
Copy full SHA for d11c7f2 - Browse repository at this point
Copy the full SHA d11c7f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfb1e2c - Browse repository at this point
Copy the full SHA dfb1e2cView commit details
Commits on Sep 4, 2021
-
Update to reference clojars-publish context
The current configuration does not specify the `clojars-publish` context so any jar publish will be done using the LEIN_USERNAME environment variable. This change assigns the context so that we can then remove the explicit reference to LEIN_USERNAME and LEIN_PASSWORD The impetus for this change is to remove specific engineer credentials from the publish flow and also to shift from specific project configurations to a global context. No code impact is expected and the referenced context has been used to push to Clojars already so it should not generate any errors.
Configuration menu - View commit details
-
Copy full SHA for 1336f3d - Browse repository at this point
Copy the full SHA 1336f3dView commit details
Commits on Sep 5, 2021
-
Merge pull request #17 from circleci/add-reference-to-clojars-context
Update to reference clojars-publish context
Configuration menu - View commit details
-
Copy full SHA for eda85f0 - Browse repository at this point
Copy the full SHA eda85f0View commit details
Commits on Sep 7, 2021
-
The context has different env var names
In the previous commit we changed how we access credentials from project env vars to contexts. The var names in the context have different names, however: ``` LEIN_USERNAME -> CLOJARS_USERNAME LEIN_PASSOWRD -> CLOJARS_TOKEN ```
Configuration menu - View commit details
-
Copy full SHA for b5a2cc0 - Browse repository at this point
Copy the full SHA b5a2cc0View commit details -
Merge pull request #18 from circleci/clojars-creds
The context has different env var names
Configuration menu - View commit details
-
Copy full SHA for e56f3ea - Browse repository at this point
Copy the full SHA e56f3eaView commit details
Commits on Jan 13, 2023
-
[SECOPS-2716] Add CODEOWNERS file
No action required. This PR will be merged by @circleci/security-operations.
Configuration menu - View commit details
-
Copy full SHA for 80b58a6 - Browse repository at this point
Copy the full SHA 80b58a6View commit details
Commits on Jan 16, 2023
-
Merge pull request #20 from circleci/backplane-bot/add-secops-codeowners
[SECOPS-2716] Add CODEOWNERS file
Configuration menu - View commit details
-
Copy full SHA for c8003ac - Browse repository at this point
Copy the full SHA c8003acView commit details
Commits on Feb 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7c3c85f - Browse repository at this point
Copy the full SHA 7c3c85fView commit details
Commits on Feb 5, 2024
-
Merge pull request #21 from circleci/SECENG_update-default-codeowners
Replace Security-Operations with Default-Security-Operations
Configuration menu - View commit details
-
Copy full SHA for b7cf0b6 - Browse repository at this point
Copy the full SHA b7cf0b6View commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c526e0 - Browse repository at this point
Copy the full SHA 6c526e0View commit details
Commits on Mar 28, 2024
-
Merge pull request #22 from circleci/SECENG_update-co
Update CODEOWNERS
Configuration menu - View commit details
-
Copy full SHA for 1a9aa47 - Browse repository at this point
Copy the full SHA 1a9aa47View commit details
There are no files selected for viewing