-
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
Separate lookup-tables for test and prod and use gitsubmodule for prod #1893
Comments
dr0i
added a commit
that referenced
this issue
Sep 18, 2023
TobiasNx
added a commit
that referenced
this issue
Sep 22, 2023
dr0i
added a commit
that referenced
this issue
Sep 22, 2023
Do "git config --global submodule.recurse true" once in your checked out repo. Further "git pull" will automatically update the submodule.
dr0i
added a commit
that referenced
this issue
Sep 25, 2023
@blackwinter suggested to use gitsubmodules to easily be in sync with our repos containing lookup tables.
dr0i
added a commit
that referenced
this issue
Sep 25, 2023
dr0i
changed the title
Seperate lookup-tables which are picked up by a cron-job from a commited version in the test folder
Separate lookup-tables for test and prod and use gitsubmodule for prod
Sep 25, 2023
Separation is done with #1902. |
Seems to be good as there are no errors in the logs. |
dr0i
added a commit
that referenced
this issue
Sep 26, 2023
Don't make a URL lookup to get the concordance every time an item is shown. Load it th concordance from a gitsubmodule table and cache it as HashMap. Follows #1893.
dr0i
added a commit
that referenced
this issue
Sep 26, 2023
Don't make a URL lookup to get the concordance every time an item is shown. Load thie concordance from a gitsubmodule table and cache it as HashMap. Follows #1893.
dr0i
added a commit
that referenced
this issue
Sep 26, 2023
This is necessary for repos that are already cloned and needs to work with gitsubmodules.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As already done for DDC.
The text was updated successfully, but these errors were encountered: