forked from brantburnett/couchbasefakeit
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge Upstream Changes #3
Draft
jgroh9
wants to merge
16
commits into
facetdigital:dev
Choose a base branch
from
brantburnett:main
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Motivation ---------- REST endpoints for scopes/collections have changed and we'd also like to support N1QL indices in scopes/collections. Modifications ------------- - Update REST endpoints for creating scopes/collections - Upgrade to couchbase-index-manager 2.0 and switch to running it from a global install (it uses a different Couchbase SDK version than fakeit) - Drop unsupported 4.x non-RBAC couchbase-index-manager invocation - Update build scripts to publish release 7.x versions. Results ------- Support for scopes/collections in 7.x targets.
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](ajv-validator/ajv@v6.10.2...v6.12.6) --- updated-dependencies: - dependency-name: ajv dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](caolan/async@v2.6.3...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Closes #36
Move to Enterprise 7.0.4 and Community/Enterprise 7.1.1
This provides a consistent implementation between couchbase-quickinit and couchbasefakeit. Because FakeIt has become a bit dated, it isn't compatible with modern Node or ARM64. We can have couchbase-quickinit remain more modern and install older tools (bloating size slightly) in this image for FakeIt support. Fixes #47
* Add 7.6.3 # Motivations Latest couchbase server version # Modifications - Add 7.6.3 to the list of couchbase versions to build docker images based on * community not yet available on 7.6.3 * Only push on main * oops --------- Co-authored-by: Brant Burnett <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.