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
Dec 22 2020 04:34
fix: editing document dialog pops after refresh (server_state issue)
07951b1e04447531f8b927701fb470abefddc7d4 branches: default
  • modified
    static/er2_eofDB/js/reducers/manageProjects.tsx
--
Lyaege
Dec 22 2020 04:30
cha: labels -> categories refactor
cha: document categories kept in real time in DB (where possible)
fix: add document button displays at the wrong time.
1d6486f050536d5e2a4cd0068ad22765ac9d897e branches: tip , default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/actions/documents.tsx
  • modified
    static/er2_eofDB/js/actions/index.tsx
  • modified
    static/er2_eofDB/js/actions/manageProjects.tsx
  • modified
    static/er2_eofDB/js/components/DocumentsSP.tsx
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
  • modified
    static/er2_eofDB/js/constants/documentTypes.js
  • modified
    static/er2_eofDB/js/reducers/manageProjects.tsx
  • modified
    urls.py
  • modified
    views.py
--
Lyaege
Dec 16 2020 11:32
new: edit document tags flow.
17ba5ead188d367fe5a7a3dfda1b7b5209686858 branches: default
  • modified
    static/er2_eofDB/js/actions/documents.tsx
  • modified
    static/er2_eofDB/js/actions/index.tsx
  • modified
    static/er2_eofDB/js/components/DocumentsSP.tsx
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
  • modified
    static/er2_eofDB/js/constants/action_types.js
  • modified
    static/er2_eofDB/js/reducers/manageProjects.tsx
--
Lyaege
Dec 16 2020 10:34
new: ability to remove tags from table itself.
cha: pdf icon looks nice!
a87b3b0425d1d4f88bf1197f7442d6d496c77676 branches: default
  • modified
    static/er2_eofDB/js/actions/documents.tsx
  • modified
    static/er2_eofDB/js/actions/index.tsx
  • modified
    static/er2_eofDB/js/components/DocumentsSP.tsx
  • modified
    static/er2_eofDB/js/constants/action_types.js
  • modified
    static/er2_eofDB/js/reducers/manageProjects.tsx
--
Lyaege
Dec 16 2020 09:51
cha: tag workflow for document categorization
91593d9740a8a300960d81372af0f77cb5bc5d60 branches: default
  • modified
    services.py
  • modified
    static/.eslintrc.old
  • modified
    static/er2_eofDB/js/actions/documents.tsx
  • modified
    static/er2_eofDB/js/components/DocumentsSP.tsx
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
  • modified
    static/er2_eofDB/js/containers/app.tsx
  • modified
    static/er2_eofDB/js/reducers/manageProjects.tsx
  • modified
    static/package.json
  • modified
    static/webpack.common.js
  • modified
    static/webpack.dev.js
--
Lyaege
Dec 14 2020 15:10
new: dialog UI for document uploads to allow user to select type and typeGroup.
1b643c6ff247fa481020d9b54135c66470e646ad branches: default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/actions/documents.tsx
  • modified
    static/er2_eofDB/js/actions/index.tsx
  • modified
    static/er2_eofDB/js/actions/monitoringStation.tsx
  • modified
    static/er2_eofDB/js/actions/server_state.tsx
  • modified
    static/er2_eofDB/js/components/DocumentsSP.tsx
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
  • modified
    static/er2_eofDB/js/components/settings.tsx
  • modified
    static/er2_eofDB/js/constants/action_types.js
  • added
    static/er2_eofDB/js/constants/documentTypes.js
  • modified
    static/er2_eofDB/js/reducers/manageProjects.tsx
--
Lyaege
Dec 08 2020 11:08
cha: remove debugging loggin
cha: use cog for contextBar Settings icon.
6da3d61696518ce89a6d7e6eafd0d5dba245aee7 branches: default
  • modified
    static/er2_eofDB/js/actions/documents.tsx
  • modified
    static/er2_eofDB/js/components/catena_map.tsx
  • modified
    static/er2_eofDB/js/reducers/context_bar.ts
  • modified
    static/er2_eofDB/js/reducers/manageProjects.tsx
  • modified
    static/er2_eofDB/js/reducers/settings.ts
--
Lyaege
Dec 08 2020 10:23
new: settings for colors and borders of fields.
new: get documents from db.
fix: typo in monitoring station south panel.
new: set projects dirty for redraw.
cha: update app state when data elements change.
756945d1c4ae636fbdce432c074ba47c65e32a69 branches: default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/actions/documents.tsx
  • modified
    static/er2_eofDB/js/actions/index.tsx
  • modified
    static/er2_eofDB/js/actions/settings.tsx
  • modified
    static/er2_eofDB/js/components/DocumentsSP.tsx
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
  • modified
    static/er2_eofDB/js/components/MonitoringStationSP.tsx
  • modified
    static/er2_eofDB/js/components/catena_map.tsx
  • modified
    static/er2_eofDB/js/components/settings.tsx
  • modified
    static/er2_eofDB/js/constants/action_types.js
  • modified
    static/er2_eofDB/js/constants/ids.js
  • modified
    static/er2_eofDB/js/containers/app.tsx
  • modified
    static/er2_eofDB/js/reducers/context_bar.ts
  • modified
    static/er2_eofDB/js/reducers/manageProjects.tsx
  • modified
    static/er2_eofDB/js/reducers/settings.ts
  • modified
    static/er2_eofDB/js/styles/settings.js
  • modified
    urls.py
  • modified
    views.py
--
Lyaege
Dec 03 2020 08:17
new: implement delete document workflow.
9fe36c906404ab5467ced50c920cf07ecb3d8266 branches: default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/actions/documents.tsx
  • modified
    static/er2_eofDB/js/components/DocumentsSP.tsx
  • modified
    static/er2_eofDB/js/components/MonitoringStationSP.tsx
  • modified
    static/er2_eofDB/js/reducers/manageProjects.tsx
--
Lyaege
Dec 01 2020 13:48
Merge
91908d80d0d0070d36a5eed2ec5b6e4a832829fb branches: default
  • modified
    static/er2_eofDB/js/actions/index.tsx
  • modified
    static/er2_eofDB/js/actions/monitoringStation.tsx
  • modified
    static/er2_eofDB/js/components/MonitoringStationSP.tsx
  • modified
    static/er2_eofDB/js/components/Project.tsx
  • modified
    static/er2_eofDB/js/constants/action_types.js
  • modified
    static/er2_eofDB/js/containers/app.tsx
  • modified
    static/er2_eofDB/js/reducers/manageProjects.tsx
--
Lyaege
Dec 01 2020 13:47
new: upload and delete document logic
5164869c434a5ef4f2abeb83e56d71e50db0d4ad branches: default
  • modified
    services.py
  • added
    static/er2_eofDB/js/actions/documents.tsx
  • modified
    static/er2_eofDB/js/actions/index.tsx
  • modified
    static/er2_eofDB/js/components/DocumentsSP.tsx
  • modified
    static/er2_eofDB/js/constants/action_types.js
  • modified
    static/er2_eofDB/js/containers/app.tsx
  • modified
    static/er2_eofDB/js/reducers/manageProjects.tsx
  • modified
    urls.py
  • modified
    views.py
--
jdri
Nov 19 2020 13:09
make working table in MonitoringStationSP
31f6cb509aeb8dd14f1a84fd6814a2ec57d800bb branches: tip , default
  • modified
    static/er2_eofDB/js/actions/index.tsx
  • modified
    static/er2_eofDB/js/actions/monitoringStation.tsx
  • modified
    static/er2_eofDB/js/components/MonitoringStationSP.tsx
  • modified
    static/er2_eofDB/js/components/Project.tsx
  • modified
    static/er2_eofDB/js/constants/action_types.js
  • modified
    static/er2_eofDB/js/containers/app.tsx
  • modified
    static/er2_eofDB/js/reducers/manageProjects.tsx
--
Lyaege
Nov 17 2020 13:03
new: document upload logic skeleton
46b9e8b5e35e2981ef0fa41f1f2e54362565c3bb branches: tip , default
  • modified
    static/er2_eofDB/js/components/DocumentsSP.tsx
--
Lyaege
Nov 16 2020 13:58
Merge
815a15c645f64dfa31bc9c553a2f257f7a15f357 branches: tip , default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/actions/manageProjects.tsx
  • modified
    static/er2_eofDB/js/actions/server_state.tsx
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
  • modified
    static/er2_eofDB/js/reducers/manageProjects.tsx
  • modified
    static/er2_eofDB/js/reducers/server_state.ts
--
Lyaege
Nov 16 2020 13:57
fix: button format for Document South Panel
ca5f9882cccd415f357321157e887998be23224a branches: default
  • modified
    static/er2_eofDB/js/components/DocumentsSP.tsx
--
Lyaege
Nov 16 2020 12:35
new: db interaction writing more data to db.
new: Document south panel
new: Monitoring Station south panel
ae399f8176b66d4ea5c12fca5bfe0b7b6846738d branches: default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/components/DocumentsSP.tsx
  • modified
    static/er2_eofDB/js/components/MonitoringStationSP.tsx
  • modified
    static/er2_eofDB/js/containers/app.tsx
--
Lyaege
Nov 12 2020 10:33
new: db integration
new: south panel components
new: Document GUI skeleton
00199e1e5e924f66a5e428a8906346afe4057893 branches: default
--
Lyaege
Nov 03 2020 13:38
cha: ignore local formatter configuration
b7d4829f3d6274b9eaf48aada39e0b558cfa209f branches: default
  • modified
    .hgignore
--
Lyaege
Nov 03 2020 13:36
fix: state saving and retreival for manageProjects.
cha: recover db interactivity from lost check-in :(
1f154fe6cffe2bc039c8642fb06e7b7785c37b7e branches: default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/actions/manageProjects.tsx
  • modified
    static/er2_eofDB/js/actions/manageStations.tsx
  • modified
    static/er2_eofDB/js/reducers/manageProjects.tsx
--
pattersd
Oct 31 2020 08:32
cha: updates for latest er2_web monorepo and er2_map @owsi/catena package
cf916009dcd3b270749c17635dc2c5d2b2ea5d48 branches: tip , default
  • modified
    static/er2_eofDB/js/actions/context_bar.tsx
  • modified
    static/er2_eofDB/js/actions/index.tsx
  • modified
    static/er2_eofDB/js/actions/manageProjects.tsx
  • modified
    static/er2_eofDB/js/actions/server_state.tsx
  • modified
    static/er2_eofDB/js/components/catena_map.tsx
  • modified
    static/er2_eofDB/js/components/instructions.tsx
  • modified
    static/er2_eofDB/js/components/map_legend.tsx
  • modified
    static/er2_eofDB/js/components/settings.tsx
  • modified
    static/er2_eofDB/js/components/table_of_contents_bar_item.tsx
  • modified
    static/er2_eofDB/js/containers/app.tsx
  • modified
    static/er2_eofDB/js/modules/er2_map_utils/ol.js
  • modified
    static/er2_eofDB/js/reducers/index.ts
  • modified
    static/er2_eofDB/js/reducers/map_toolbar.ts
  • modified
    static/er2_eofDB/js/reducers/mapbaselayer.ts
  • modified
    static/er2_eofDB/js/styles/index.js
  • modified
    static/er2_eofDB/packages/er2-react-canvas-draw/src/index.js
  • modified
    static/package.json
  • modified
    static/webpack.common.js
  • modified
    static/webpack.dev.js
  • modified
    static/webpack.prod.js
--
409 Commits found, displaying 361 to 380