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

v2.0.4 #104

Merged
merged 35 commits into from
Jun 7, 2024
Merged

v2.0.4 #104

merged 35 commits into from
Jun 7, 2024

Conversation

fritz-astronomer
Copy link
Contributor

@fritz-astronomer fritz-astronomer commented May 23, 2024

@fritz-astronomer fritz-astronomer self-assigned this May 23, 2024
@@ -12,13 +12,29 @@ export default function ValidatedUrlCheckbox({
useEffect(() => {
// noinspection JSCheckFunctionSignatures
axios.get(proxyUrl(url), { headers: proxyHeaders(token) })
.then((res) => setValid(res.status === 200))
.then((res) => {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

to make the [ ] Has Airflow and [ ] Has Starship checkboxes smarter

};

const columnHelper = createColumnHelper();
const valueColumn = columnHelper.accessor('value', {
id: 'value', cell: (props) => <HiddenValue value={props.getValue()} />,
});
Copy link
Contributor Author

Choose a reason for hiding this comment

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

hide env var values

@fritz-astronomer fritz-astronomer merged commit d216a76 into main Jun 7, 2024
3 checks passed
@fritz-astronomer fritz-astronomer deleted the dev branch June 7, 2024 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment