You are not logged in. Click here to log in.

Application Lifecycle Management

Search In Project

Search inClear

er2_eofDB Mercurial repository by Lyaege
Edge of field database catena repository
Clone: Last push: Yesterday 09:56
Push: Size: 2.4 MB
Forks: 0 Pull requests: 0 pending
Forks
Changes
Files
Pull Requests
Branches & Tags
Statistics

Author Comment Items
Lyaege
Aug 19 11:18
fix: delete project isn't a thing.
d9d94d3e384bd18ed63df8b60ff2fbd7070e82a6 branches: default
  • modified
    static/er2_eofDB/js/actions/index.tsx
  • modified
    static/er2_eofDB/js/actions/manageProjects.tsx
--
Lyaege
Aug 19 11:17
cha: project saving is done through the mutator now.
42b6c6684b7d01956a37fe6c629dddf293f983c9 branches: default
  • modified
    static/er2_eofDB/js/actions/index.tsx
  • modified
    static/er2_eofDB/js/actions/manageProjects.tsx
  • modified
    static/er2_eofDB/js/components/CreateProjectDialog/CreateProjectDialog.tsx
--
Lyaege
Aug 19 11:16
cha: cleanup: projects no longer kept in state, can't delete projects anyway.
78227fde6545b10e4f4d8d1f9f5811a6a8118fdb branches: default
  • modified
    static/er2_eofDB/js/reducers/manageProjects.ts
  • modified
    static/er2_eofDB/js/types/index.ts
--
Lyaege
Aug 19 11:11
fix: oops, forgot to save before checkin.
964db17c258b6db8b1d39d840fca8d56ec608d03 branches: tip , default
  • modified
    static/er2_eofDB/js/actions/documents.tsx
  • modified
    static/er2_eofDB/js/components/DocumentUploadDialog.tsx
  • modified
    static/er2_eofDB/js/components/MonitoringStationSP.tsx
  • modified
    static/er2_eofDB/js/components/catena_map.tsx
--
Lyaege
Aug 19 11:08
new: req docs, docs, catena_map...so much is not jit fetches from the db.
9bc80c4eaf94d45526e1ff289dce1a26b1b3c1b0 branches: tip , default
--
Lyaege
Aug 02 11:42
fix: half a check-in due to hg not refreshing changed files.  See previous commit message
a3babc9385617496b2df997efffdcc1fbf194ecd branches: default
--
Lyaege
Aug 02 11:41
cha: all monitoring station fetching and req doc refetching is in place properly now.
c694d8b21486049602e04ac7effc6179a6816fd0 branches: default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/components/CreateStationDialog/CreateStationDetailsStep.tsx
  • modified
    static/er2_eofDB/js/components/ProjectToolBar.tsx
  • modified
    static/er2_eofDB/js/components/catena_map.tsx
  • modified
    static/er2_eofDB/js/reducers/manageProjects.ts
--
Lyaege
Aug 02 09:41
cha: remove old actions and reducers for monitoring stations
8055e0c71da75e79515c5270fed9ba6856b41f6a branches: default
--
Lyaege
Aug 02 09:33
cha: as much as possible move to JIT pulls from the db, not reliance on local state.
abdb2fe81a40771eb5d2e403d54ded3d61fd5ccc branches: default
--
Lyaege
Jul 16 07:17
cha: move away from manageProjects.projects.  We don't want that in state at all.
beb1ac8d4262791650ae64a94417dbbd93144ed4 branches: default
  • modified
    static/er2_eofDB/js/components/DismissSnackbar.tsx
  • modified
    static/er2_eofDB/js/components/DocumentUploadDialog.tsx
  • modified
    static/er2_eofDB/js/components/DocumentsSP.tsx
  • modified
    static/er2_eofDB/js/components/MonitoringStationSP.tsx
  • modified
    static/er2_eofDB/js/components/catena_map.tsx
--
Lyaege
Jul 15 13:14
new: features for handling req-doc-files.  (Delete, undelete, etc)
fix: refetch after uploading files to see new files in the list. (race condition, fixed with callback)
428401aaa78c0dabfe10e3cb66aa0d0a543b3d58 branches: default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/actions/documents.tsx
  • modified
    static/er2_eofDB/js/actions/requiredDocuments.ts
  • modified
    static/er2_eofDB/js/components/DocumentsSP.tsx
  • added
    static/er2_eofDB/js/components/FileMenu.tsx
  • modified
    static/er2_eofDB/js/components/MUIStyledComponents.tsx
  • modified
    static/er2_eofDB/js/components/ProjectList.tsx
  • modified
    static/er2_eofDB/js/components/RequiredDocumentFileModal.tsx
  • modified
    static/er2_eofDB/js/components/RequiredDocumentsSP.tsx
  • modified
    static/er2_eofDB/js/containers/app.tsx
  • modified
    static/er2_eofDB/js/react-query/rqTools.ts
  • modified
    urls.py
  • modified
    views.py
--
Lyaege
Jun 11 15:37
cha: more react-quer
new: a lot more required document multi-file logic.
8875e27c906d04ed9c5b6d75f6d040467c74ad49 branches: default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/components/CreateStationDialog/CreateStationDetailsStep.tsx
  • modified
    static/er2_eofDB/js/components/CreateStationDialog/CreateStationDialog.tsx
  • modified
    static/er2_eofDB/js/components/MonitoringStationSP.tsx
  • added
    static/er2_eofDB/js/components/RequiredDocumentFileModal.tsx
  • modified
    static/er2_eofDB/js/components/RequiredDocumentsSP.tsx
  • modified
    static/er2_eofDB/js/containers/app.tsx
  • modified
    static/er2_eofDB/js/reducers/lookups.ts
  • modified
    urls.py
  • modified
    views.py
--
Lyaege
Jun 07 15:34
new: half the application on reactQuery now.
95fc11b3faed2a67938f74c627d349c24339ada5 branches: default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/actions/manageProjects.tsx
  • modified
    static/er2_eofDB/js/components/AddRequiredDocument.tsx
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
  • modified
    static/er2_eofDB/js/components/MonitoringStationSP.tsx
  • modified
    static/er2_eofDB/js/components/Project.tsx
  • modified
    static/er2_eofDB/js/components/ProjectList.tsx
  • modified
    static/er2_eofDB/js/components/RequiredDocumentsSP.tsx
  • modified
    static/er2_eofDB/js/containers/app.tsx
  • modified
    static/er2_eofDB/js/react-query/rqTools.ts
  • modified
    static/er2_eofDB/js/reducers/manageProjects.ts
  • modified
    static/er2_eofDB/js/types/index.ts
  • modified
    urls.py
  • modified
    views.py
--
Lyaege
Jun 06 10:22
new: first react-query use.  Working great.
new: attach req docs to monitoring stations where appropriate.
5686c58b601365b2322dfcb054a73d9b3f1da1a2 branches: default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/actions/monitoringStation.tsx
  • modified
    static/er2_eofDB/js/components/AddRequiredDocument.tsx
  • modified
    static/er2_eofDB/js/components/DocumentsSP.tsx
  • modified
    static/er2_eofDB/js/components/EditRequiredDocumentModal.tsx
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
  • modified
    static/er2_eofDB/js/components/MonitoringStationSP.tsx
  • modified
    static/er2_eofDB/js/components/Project.tsx
  • modified
    static/er2_eofDB/js/components/RequiredDocumentsSP.tsx
  • modified
    static/er2_eofDB/js/index.tsx
  • added
    static/er2_eofDB/js/react-query/rqTools.ts
  • modified
    static/er2_eofDB/js/reducers/manageProjects.ts
  • modified
    static/package.json
--
Lyaege
May 22 14:54
Added tag 0.9.6 for changeset 12b6ab7ca398
215f7d8023895bf1e267d831c1469ead30d5b00b branches: tip , default
  • modified
    .hgtags
--
Lyaege
May 22 14:54
cha: version bump
12b6ab7ca3986ca73034ed74fc6abd56ad4cb437 branches: 0.9.6 , default
  • modified
    config.yml
  • modified
    static/package.json
--
Lyaege
May 22 14:54
cha: combine document headers
fix: insert bugs for required docs
cha: version bump
6584f175df363c40101ade36d3eda900efef2a6c branches: tip , default
  • modified
    services.py
  • modified
    static/er2_eofDB/.eslintrc
  • modified
    static/er2_eofDB/js/components/AddRequiredDocument.tsx
  • modified
    static/er2_eofDB/js/components/DocumentsSP.tsx
  • modified
    static/er2_eofDB/js/components/RequiredDocumentsSP.tsx
  • modified
    static/er2_eofDB/js/containers/app.tsx
  • modified
    static/er2_eofDB/js/reducers/context_bar.ts
--
Lyaege
Apr 11 15:35
Added tag 0.9.5 for changeset b58012e766cb
fe966451de4144f2aeb847499c0e953a7b073449 branches: tip , default
  • modified
    .hgtags
--
Lyaege
Apr 11 15:34
cha: version bump
cha: removed a few unused imports
b58012e766cbc5c910f52266c73cbfa983bdeae2 branches: 0.9.5 , default
  • modified
    config.yml
  • modified
    static/er2_eofDB/js/components/DocumentsSP.tsx
  • modified
    static/er2_eofDB/js/containers/app.tsx
  • modified
    static/er2_eofDB/js/reducers/lookups.ts
  • modified
    static/er2_eofDB/js/reducers/manageProjects.ts
  • modified
    static/package.json
--
Lyaege
Apr 11 15:21
cha: add and edit required documents if superuser.
cha: move types to their own home for now.
cha: get document categories from db (not static list)
fix: date bug
b670a76b70cf3ccb1ebd748de3a4ae87772a53d4 branches: default
  • modified
    .hgignore
  • modified
    services.py
  • modified
    static/er2_eofDB/.eslintrc
  • modified
    static/er2_eofDB/css/react-datepicker.css
  • modified
    static/er2_eofDB/js/actions/documents.tsx
  • added
    static/er2_eofDB/js/actions/lookups.ts
  • modified
    static/er2_eofDB/js/actions/manageProjects.tsx
  • added
    static/er2_eofDB/js/actions/requiredDocuments.ts
  • modified
    static/er2_eofDB/js/actions/server_state.tsx
  • added
    static/er2_eofDB/js/components/AddRequiredDocument.tsx
  • modified
    static/er2_eofDB/js/components/DocumentMenu.tsx
  • modified
    static/er2_eofDB/js/components/DocumentsSP.tsx
  • added
    static/er2_eofDB/js/components/EditRequiredDocumentModal.tsx
  • modified
    static/er2_eofDB/js/components/MUIStyledComponents.tsx
  • modified
    static/er2_eofDB/js/components/RequiredDocumentsSP.tsx
  • modified
    static/er2_eofDB/js/constants/action_types.js
  • modified
    static/er2_eofDB/js/reducers/index.ts
  • added
    static/er2_eofDB/js/reducers/lookups.ts
  • modified
    static/er2_eofDB/js/reducers/manageProjects.ts
  • modified
    static/er2_eofDB/js/reducers/users.ts
  • modified
    static/er2_eofDB/js/types/index.ts
  • modified
    static/er2_eofDB/js/utils/utils.ts
  • modified
    templates/er2_eofDB/index.html
  • modified
    urls.py
  • modified
    views.py
--
409 Commits found, displaying 61 to 80