forked from openstad/openstad-headless
-
Notifications
You must be signed in to change notification settings - Fork 0
Versnelde overstap/temporary main deployment #28
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
Draft
OscarBakker
wants to merge
69
commits into
main
Choose a base branch
from
versnelde-overstap/temporary-main-deployment
base: main
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.
Conversation
This file contains hidden or 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
* add rich-text option to resource-from text * add trix rich-text-editor - quickfix * commit auto generated files
Co-authored-by: oscarbakker <[email protected]>
* Add current user to raw resource * Add logout functionality * Expose logout so it can be called from raw html --------- Co-authored-by: oscarbakker <[email protected]>
Co-authored-by: ferhany <[email protected]>
This reverts commit d14b9aa.
* fix map renedering, wait for map ready * Make finding a polygon more robust and replace toString with String for safety and clarity. Check that polygon is defined.
b4767bf to
7dad3d7
Compare
* Initial copying over of files from openstad-react-admin * Remove use of packages that are no longer in the new Openstad * Refresh page on import button window close * Add loading icon * Translate from English to Dutch * Translate index.tsx * Fix images bug, show error message and fix merging rows * Fix import button eslint errors * Fix eslint errors --------- Co-authored-by: ferhany <[email protected]>
Comment on lines
+149
to
+153
| const response = await fetch(`/api/openstad/api/project/${project}/resource`, { | ||
| method: 'POST', | ||
| headers: { 'Content-Type': 'application/json' }, | ||
| body: JSON.stringify(value), | ||
| }); |
Check failure
Code scanning / CodeQL
Server-side request forgery Critical
The of this request depends on a .
URL
Error loading related location
Loading user-provided value
Error loading related location
Loading
Comment on lines
+181
to
+185
| const response = await fetch(`/api/openstad/api/project/${project}/resource/${value.id}`, { | ||
| method: 'PUT', | ||
| headers: { 'Content-Type': 'application/json' }, | ||
| body: JSON.stringify(value), | ||
| }); |
Check failure
Code scanning / CodeQL
Server-side request forgery Critical
The of this request depends on a .
URL
Error loading related location
Loading user-provided value
Error loading related location
Loading * Initial copying over of files from openstad-react-admin * Remove use of packages that are no longer in the new Openstad * Refresh page on import button window close * Add loading icon * Translate from English to Dutch * Translate index.tsx * Fix images bug, show error message and fix merging rows * Fix import button eslint errors * Fix eslint errors * Add dialogstatus string type --------- Co-authored-by: ferhany <[email protected]> Co-authored-by: oscarbakker <[email protected]>
Co-authored-by: ferhany <[email protected]>
* Fix sorting and selecting logic stem-begroot module * Show resources after filtering * Fix filtered calculated value * Remove console logs * Update tagids in url automatically through useEffect
75e0867 to
b791299
Compare
* first test to connect to legacy db * use hardcoded database-name * make db connection work for both local and azure cloud * data migration script work in progress * working on data migration script * new users are also created in the auth-database now * make auth-db-name configurable and add auth-users logging * restructure code over multiple files * convert 'area' and 'theme' to tags * convert status * change log info * add script to update originalId's in extraData * use module.exports
977b8f0 to
b791299
Compare
* Add trix editor types * Undo d ts file * Remove trix editor changes, just enable html input in text field
* Refactor localstorage logic and save selected resources * Implement auto vote * Logout after vote * Add succces logic basics * quick fixes for the voting process * improve vote-result-message * improve voting process --------- Co-authored-by: oscarbakker <[email protected]>
* Refactor StemBegrootResourceDetailDialog and StemBegrootResourceList to streamline original URL handling * Add an option to the begrootmodule to show linktext --------- Co-authored-by: ferhany <[email protected]> Co-authored-by: IanR01 <[email protected]>
…ngen (#44) Co-authored-by: ferhany <[email protected]>
* Clear cypress cache * Update cypress versions to be the same as root * Make package lock in sync * Remove cache clearance --------- Co-authored-by: ferhany <[email protected]>
* Fix vote deleting url * Replace text area with rich text editor * Remove unused import * Remove complex expression in dependency array * Fix rendering and persistence issues with Trix Editor * Place style import correctly * Generated index.d.ts file --------- Co-authored-by: ferhany <[email protected]> Co-authored-by: IanR01 <[email protected]>
…10/stemmen-teller-aantal-unieke-stemmers
* Add aikido-safe-chain * Set up aikido safe chain in the same docker layer as npm install * Enforce safe-chain on npm ci * Revert change --------- Co-authored-by: ferhany <[email protected]>
* batch import votes * batch import users
Co-authored-by: ferhany <[email protected]>
* temporary solution: show status label * temporary solution: also show status label in 'cardrow'-displaytype * remove 'TEST' text * temporary solution: move tags below text on resource-overview-tile
…ieke-stemmers Op 610/stemmen teller aantal unieke stemmers
…icht-widget-niet-goed-overgenomen Fix likes settings
Co-authored-by: ferhany <[email protected]>
…-zoomniveau Op 697/klikken op marker reset zoomniveau
…e the itemLink that is used for the tiles (#60) Co-authored-by: ferhany <[email protected]>
Co-authored-by: ferhany <[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.