-
Notifications
You must be signed in to change notification settings - Fork 7
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
Release 2024-15 #5538
Closed
Release 2024-15 #5538
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
Release 2024-13: master -> dev
* don’t render `schemas.ts` diffs by default * exclude Markdown from repo language stats * mark `models.ts` as generated
…r matrix schema (#5539)
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.19.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.17.1...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update userAuth.js * Update tests
* Export hierarchies * Run yarn * Export with entity hierarchy name instead of code --------- Co-authored-by: Andrew <vanbeekandrew@gmail.com>
* adjust `PreviewOptions`’ date picking logic * make start/end dates deselectable again * query API with only date, no time * circumvent unpredictable Yup date coercion * move `getIsoDate` to tsutils * reusable `ISO_DATE_PATTERN` constant * refactor datepicker change handlers * `getIsoDate` → `getIsoDateString` * finish renaming `getIsoDate` → `getIsoDateString` * add missing import (and flip a ternary) * assume valid input avoids typing issues where return type could be `null` * prettier * fix string slicing bug * fix tests * remove `tsutils` dep from `admin-panel` Importing from `tsutils` to front-end packages is problematic * remove erroneous `export` * update lockfile * more robust `getIsoDateString` * refactor change handlers * organise imports * more robust `convertDateToIsoString ` * fix date picker picking previous day from selected * comment date correcting helper function * clearer comment * use datetime helper * tidy up import * fix header comment reference * simplify explainer comment --------- Co-authored-by: Andrew <vanbeekandrew@gmail.com>
…5509) * remove legacy `requestCountryAccess` endpoint * remove handling of legacy param * attempt fixing test * remove dangling options object property * use correct endpoint
* Set default env vars * WIP * WIP * Update configureEnv.js * Update mergeEnvForDB.sh * Update mergeEnvForDB.sh * Rename env vars and fix scripts * Make sure tests work * Add configure env logic to web-config-server * Put server-utils before data-api in getInternalDependencies * Remove install of dotenv from packages that don't need it * Get script paths * Test * Correct paths * Update scripts/bash/mergeEnvForDB.sh Co-authored-by: Jasper Lai <33956381+jaskfla@users.noreply.github.com> * Remove auth env example * Remove auth and db from having env files * Add quotation marks * remove comma * Update packages/data-table-server/jest.setup.ts Co-authored-by: Jasper Lai <33956381+jaskfla@users.noreply.github.com> * Update packages/data-table-server/.env.example Co-authored-by: Jasper Lai <33956381+jaskfla@users.noreply.github.com> * Merge * Update env handling * Don't download types package --------- Co-authored-by: Jasper Lai <33956381+jaskfla@users.noreply.github.com>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.5 to 4.5.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
mark lockfile as generated
* bump `knex` to 3.1.0 * remove unused `@ts-expect-error` * selectively upgrade `knex` version * update copyright message * organise imports * organise imports * experiment: bump `knex` for `database` * comment rationale for `#>>` * parameterise query helper Co-authored-by: Rohan Port <59544282+rohan-bes@users.noreply.github.com> * use shallow copy * fox knex binding --------- Co-authored-by: Rohan Port <59544282+rohan-bes@users.noreply.github.com>
remove admin-panel dependency on tsutils
Co-authored-by: Rohan Port <rohan@bes.au>
… checking code (#5558) refactor: Removed un-used 'Viz Builder User' permissions checking code Co-authored-by: Rohan Port <rohan@bes.au>
Closing this PR in favour of this weeks release PR here |
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.
Manual release steps
Features ⭐
Tweaks ⚖️
maintenance
entity typelarval_sample
entity typeBug fixes 🐛
Infrastructure and maintenance 🛠️
requestCountryAccess
API endpoint in central-server (tweak(centralServer): remove legacyrequestCountryAccess
endpoint #5509)vite
to 4.5.3 #5560)knex
to 3.1.0 #5483)