iceberg
iceberg copied to clipboard
A temporary home for LinkedIn's changes to Apache Iceberg (incubating)
Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.6.2. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...
Bumps [jmespath](https://github.com/trevorrowe/jmespath.rb) from 1.0.2 to 1.6.1. Release notes Sourced from jmespath's releases. Release v1.6.1 - 2022-03-07 Issue - Use JSON.parse instead of JSON.load. Release v1.6.0 - 2022-02-14 Feature - Add...
Replace Jenkins build, test and static analysis functionality with AWS CodeBuild. Will need to review the [jobs](https://github.com/stelligent/dromedary/tree/master/pipeline/jobs) folder to ensure key functionality is replicated. This should eliminate the need for...
Restrict access to a non-existent IP Address by default and require the user to enter their /32 IP as a parameter.
Come up w/ a plan to remove the long-running branches from this repo. Some general recommendations: - [consec](https://github.com/stelligent/dromedary/tree/consec) - Should probably just be extracted into its own repo rather than...
Using the current README, receive this error when running `gulp dist`: `````` [20:47:01] 'dist:berks-vendor' errored after 9.17 ms [20:47:01] Error: Command failed: /bin/sh: berks: command not found at ChildProcess.exithandler (child_process.js:658:15)...
Since nested CloudFormation stacks require an S3 location and since the source of record for our CloudFormation templates is in Github, it'd be helpful to automatically update certain S3 bucket(s)...
In [dromedary-master.json](https://github.com/stelligent/dromedary/blob/master/pipeline/cfn/dromedary-master.json) and dowstream stacks, we're using a URL for the S3 location. Look into using an S3 bucket and S3 key instead of a URL
Currently, the `ProdHostedZone` parameter requires a `.` prefix in the Hosted Zone. This is easy to overlook and will cause users problems. The `Domain` requires a `.` suffix after the...