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

[DO NOT MERGE]: Diff for scalableminds vs LINC webknossos deployments #26

Draft
wants to merge 58 commits into
base: ak-scalableminds-master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
95b1d24
Include documentation for local development and deployment specific t…
Jun 12, 2024
d16e6ac
disregard changes
Jun 12, 2024
9d28671
Include sample script for using Python
Jun 12, 2024
37d1b20
include more scripting
Jun 13, 2024
3142c5e
Merge branch 'master' into ak-dev
Jun 20, 2024
6e5e613
refine docs for local cli usage
Jun 20, 2024
80a6c84
bump examples and docs
Jun 20, 2024
3f9d97e
temp progress
Jun 21, 2024
8898c95
add logging statements
Jun 24, 2024
721dc5d
push container faster
Jun 24, 2024
d0f3087
more verbosity
Jun 24, 2024
a46253a
Resolve
Jun 24, 2024
79a1335
resolve try catch
Jun 24, 2024
bf82413
resolve try catch
Jun 24, 2024
02bf4b6
bump logic
Jun 24, 2024
7f4ebf4
speed up
Jun 24, 2024
bb23a3f
more perms for user
Jun 24, 2024
8100cba
bump backup docs and fossildb reference
Jun 25, 2024
cdc477f
include domain value in cookies
Jun 26, 2024
5696c2f
resolve build error
Jun 26, 2024
9c2d87a
temp disable of fingerprint
Jul 12, 2024
23dfc99
include cors representation
Jul 13, 2024
778bd3e
include more robust nginx
Jul 16, 2024
7be2c24
Include fossildb backup cronjob script
Jul 18, 2024
e0114ce
Update Annotations to be public by default
Jul 24, 2024
4e06104
update dockerfiles to find libdraco4 in CI
Jul 24, 2024
c5d71f8
Add team as default during annotation creation
Jul 30, 2024
07f2db4
resolve typo
Jul 31, 2024
5e4e68b
bump cors
Jul 31, 2024
51f5006
revert annotation to internal
Jul 31, 2024
44e45fb
bump correct fossildb backup
Jul 31, 2024
24d2a09
Attempt async behavior with s3datavault
Aug 1, 2024
945503b
include r5 in cors
Aug 2, 2024
bbf954c
Include postgres backup script
Aug 7, 2024
efc8997
Include example for crontab scheduling
Aug 8, 2024
3d51c26
a bit more progress
Aug 9, 2024
be1aca0
cleanup
Aug 9, 2024
a346d00
include GLACIER as default storage class for backups
Aug 9, 2024
7effb4e
include correct cors
Aug 9, 2024
5bb159a
Bump docs to include reference for how to create clone
Aug 23, 2024
f3c3f89
include staging.lincbrain.org in CORS conf
Aug 29, 2024
154c989
more docs
Aug 30, 2024
640b82c
more docs
Aug 30, 2024
de896fa
revise dc
Aug 30, 2024
4c8c854
progress
Sep 6, 2024
7e9a685
include new image with updated cors
Sep 12, 2024
8b906dd
bump
Sep 12, 2024
1586106
Bump thread count for r5.4xlarge
Sep 13, 2024
620fdcd
Bump thread count for r5.24xlarge
Sep 13, 2024
68768f1
Resolve cronjob and scripts for proper backup
Sep 13, 2024
b2e2b1c
Lincbrain WebKNOSSOS upstream sync
Sep 16, 2024
5bddadf
use ak-dev circle ci deploy
Sep 16, 2024
b99fc5e
Update UI with upstream changes included
Oct 7, 2024
58716c6
Include login updated text
Oct 7, 2024
0a1861f
Merge remote-tracking branch 'upstream/master' into ak-upstream-v2
Oct 10, 2024
cc6cbac
include most recent upstream from webknsosos
Oct 10, 2024
4f6afab
bump thresholds to 8
Oct 16, 2024
0c51af6
remove input fields on login panel, tune volume mag constants to 4
Oct 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update UI with upstream changes included
Aaron Kanzer authored and Aaron Kanzer committed Oct 7, 2024
commit b99fc5e75c6f7ed3372cfacbbf2cc38d2b1d761f
6 changes: 5 additions & 1 deletion CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
@@ -36,13 +36,17 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released
- It is now possible to focus a bounding box in the bounding box tab by clicking its edges in a viewport or via a newly added context menu entry. [#8054](https://github.com/scalableminds/webknossos/pull/8054)
### Added
- Added an assertion to the backend to ensure unique keys in the metadata info of datasets and folders. [#8068](https://github.com/scalableminds/webknossos/issues/8068)
- It is now possible to add metadata in annotations to Trees and Segments. [#7875](https://github.com/scalableminds/webknossos/pull/7875)
- Added a summary row to the time tracking overview, where times and annotations/tasks are summed. [#8092](https://github.com/scalableminds/webknossos/pull/8092)
- Increased loading speed for precomputed meshes. [#8110](https://github.com/scalableminds/webknossos/pull/8110)

### Changed
- Some mesh-related actions were disabled in proofreading-mode when using meshfiles that were created for a mapping rather than an oversegmentation. [#8091](https://github.com/scalableminds/webknossos/pull/8091)
- Admins can now see and cancel all jobs. The owner of the job is shown in the job list. [#8112](https://github.com/scalableminds/webknossos/pull/8112)

### Fixed
>>>>>>> upstream/master
- Fixed a bug during dataset upload in case the configured `datastore.baseFolder` is an absolute path. [#8098](https://github.com/scalableminds/webknossos/pull/8098) [#8103](https://github.com/scalableminds/webknossos/pull/8103)
- Fixed a bug where you could not create annotations for public datasets of other organizations. [#8107](https://github.com/scalableminds/webknossos/pull/8107)

### Removed

Original file line number Diff line number Diff line change
@@ -38,8 +38,8 @@ export default function SelectImportType({
</div>
In all three cases, you can tweak which layers should be used later.
</div>
<Button type="primary" style={{ marginTop: 16 }} onClick={onNext}>
Next
<Button type="primary" style={{ marginTop: 16 }} onClick={onNext} disabled={true}>
For LINC, please use the 'Add Remote Dataset' functionality
</Button>
</div>
);
4 changes: 2 additions & 2 deletions frontend/javascripts/admin/dataset/dataset_upload_view.tsx
Original file line number Diff line number Diff line change
@@ -1057,12 +1057,12 @@ class DatasetUploadView extends React.Component<PropsWithFormAndRouter, State> {
size="large"
type="primary"
htmlType="submit"
disabled={hasPricingPlanExceededStorage(this.props.organization)}
disabled={true}
style={{
width: "100%",
}}
>
Upload
For LINC, please use the 'Add Remote Dataset' functionality
</Button>
</FormItem>
</Form>
14 changes: 7 additions & 7 deletions frontend/javascripts/dashboard/explorative_annotations_view.tsx
Original file line number Diff line number Diff line change
@@ -877,13 +877,13 @@ function TopBar({
search
) : (
<div className="pull-right">
<Button
icon={<UploadOutlined />}
style={marginRight}
onClick={() => Store.dispatch(setDropzoneModalVisibilityAction(true))}
>
Upload Annotation(s)
</Button>
{/*<Button*/}
{/* icon={<UploadOutlined />}*/}
{/* style={marginRight}*/}
{/* onClick={() => Store.dispatch(setDropzoneModalVisibilityAction(true))}*/}
{/*>*/}
{/* Upload Annotation(s)*/}
{/*</Button>*/}
<Button onClick={toggleShowArchived} style={marginRight}>
Show {shouldShowArchivedTracings ? "Open" : "Archived"} Annotations
</Button>
You are viewing a condensed version of this merge commit. You can view the full changes here.