Skip to content
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

fix: Set deffault max label format if undefined. #5

Merged

Conversation

andres-rubio-go
Copy link

No description provided.

src/functions.js Outdated
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we please name this module as something that explains what the functions within the file do?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved.


describe('Should process data and return a chunk with needed configurations', () => {
test('should return all needed properties', () => {
var chunk = processData(testData, testQueryResponse, testConfig, undefined);
Copy link

@yesudeep yesudeep Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use const and let over using var.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved.

@yesudeep
Copy link

yesudeep commented Oct 3, 2023

LGTM

@AnnaSerova AnnaSerova merged commit 255969e into looker-open-source:master Oct 3, 2023
elivillalejos pushed a commit that referenced this pull request Sep 18, 2024
🤖 I have created a release *beep* *boop*
---


## 1.0.0 (2024-09-17)


### Features

* add additional tests
([#10](#10))
([4f23b8c](4f23b8c))
* add basic infrastructure to organize, format, and test the code.
([ee5605e](ee5605e))
* Adds implementation for CI
([#20](#20))
([2a0ea8e](2a0ea8e))
* use pnpm to build our binaries
([4f23b8c](4f23b8c))


### Bug Fixes

* ensure bootstrap works on distros with apt as the package manager
([4f23b8c](4f23b8c))
* Failing unit tests
([4f23b8c](4f23b8c))
* Set deffault max label format if undefined.
([#5](#5))
([255969e](255969e))
* Updated build
([4f23b8c](4f23b8c))
* upgrades styled-components to latest version to remove @babel/traverse
vulnerability
([#23](#23))
([1945b7e](1945b7e))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants