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 07 2023 11:39
fix: can't create monitoring stations
fix: MS dialog not fullwidth.
cha: version bump
ff52f9e123d690e487537ddd5d0cd5fa017d68a6 branches: 0.7.8 , default
  • modified
    config.yml
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
  • modified
    static/er2_eofDB/js/components/MonitoringStationSP.tsx
  • modified
    static/package.json
--
Lyaege
Aug 04 2023 13:29
Added tag 0.7.7 for changeset 2ecd8b49d5bf
315ad938b3c8222e33836eb136d4e8a409e88f83 branches: tip , default
  • modified
    .hgtags
--
Lyaege
Aug 04 2023 13:29
fix: apparently capitalization only matters in linuxland
cha: version bump
2ecd8b49d5bfe8693398de3d63a52b11379c863c branches: 0.7.7 , default
  • modified
    config.yml
  • modified
    static/er2_eofDB/js/components/MonitoringStationSP.tsx
  • modified
    static/package.json
--
Lyaege
Aug 04 2023 13:01
Added tag 0.7.6 for changeset f3634c4e4071
a5bed6b949d4e060c92acb55f4085a56258e5ef0 branches: tip , default
  • modified
    .hgtags
--
Lyaege
Aug 04 2023 13:01
cha: version bump (accidents happened)
f3634c4e40711ae24762eac049e4bb42780d07d7 branches: 0.7.6 , default
  • modified
    config.yml
  • modified
    static/package.json
--
Lyaege
Aug 04 2023 10:20
Added tag 0.7.5 for changeset 902bd0977584
53e1ebf46b20173b8ddaec1913a9fd13bf8a3ad0 branches: tip , default
  • modified
    .hgtags
--
Lyaege
Aug 04 2023 10:19
cha: no deleting, just inactivating (docs, stations, projects)
cha: push to both registries
cha: add filter box to manage projects.
cha: version bump
902bd09775848476b7abcf8aff76747babf7ce78 branches: 0.7.5 , default
  • modified
    config.yml
  • modified
    install.py
  • modified
    services.py
  • modified
    static/er2_eofDB/js/actions/documents.tsx
  • modified
    static/er2_eofDB/js/actions/monitoringStation.tsx
  • modified
    static/er2_eofDB/js/components/DocumentMenu.tsx
  • modified
    static/er2_eofDB/js/components/DocumentsSP.tsx
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
  • modified
    static/er2_eofDB/js/components/MonitoringStation.tsx
  • modified
    static/er2_eofDB/js/components/MonitoringStationSP.tsx
  • modified
    static/er2_eofDB/js/components/UserSelect.tsx
  • modified
    static/er2_eofDB/js/constants/action_types.js
  • added
    static/er2_eofDB/js/constants/status.js
  • modified
    static/er2_eofDB/js/containers/app.tsx
  • modified
    static/er2_eofDB/js/reducers/manageProjects.ts
  • modified
    static/package.json
  • modified
    urls.py
  • modified
    views.py
--
Lyaege
Jul 14 2023 16:05
cha: Users no longer sortable by state(s)
18108291982c54405c40b97029ba61230bb60c74 branches: default
  • modified
    static/er2_eofDB/js/components/ManageUsers.tsx
--
Lyaege
Jul 13 2023 14:27
Added tag 0.7.2 for changeset 889e2f704e45
f9c642b92a7ff9f63a0a950180ec6b70133ff45f branches: tip , default
  • modified
    .hgtags
--
Lyaege
Jul 13 2023 14:26
fix: errors with documents and state
cha: version bump
889e2f704e450342f2016953adc9b2606c47aa8b branches: tip , default
  • modified
    config.yml
  • 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/components/catena_map.tsx
  • modified
    static/er2_eofDB/js/reducers/manageProjects.ts
  • modified
    static/package.json
--
Lyaege
Jul 13 2023 13:04
cha: documents now restorable
fix: several bugs with shallow copies of project for undoproject. Whoops.
fix: user page error
41f4d5690546615cfee44667ffac4a260daf683c branches: default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/actions/documents.tsx
  • modified
    static/er2_eofDB/js/components/DocumentMenu.tsx
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
  • modified
    static/er2_eofDB/js/components/ManageUsers.tsx
  • modified
    static/er2_eofDB/js/constants/action_types.js
  • modified
    static/er2_eofDB/js/reducers/manageProjects.ts
  • modified
    urls.py
  • modified
    views.py
--
Lyaege
Jul 12 2023 11:30
new: soft delete documents functionality end to end.
bf4237e829f4184ac17f0d642466495d2037d627 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/manageProjects.tsx
  • modified
    static/er2_eofDB/js/actions/server_state.tsx
  • modified
    static/er2_eofDB/js/components/DocumentMenu.tsx
  • modified
    static/er2_eofDB/js/components/DocumentsSP.tsx
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
  • modified
    static/er2_eofDB/js/components/UserSelect.tsx
  • modified
    static/er2_eofDB/js/constants/action_types.js
  • modified
    static/er2_eofDB/js/containers/app.tsx
  • added
    static/er2_eofDB/js/reducers/manageProjects.ts
  • modified
    static/er2_eofDB/js/reducers/manageProjects.tsx
  • modified
    static/er2_eofDB/js/reducers/users.ts
  • modified
    static/er2_eofDB/js/types/index.ts
  • modified
    urls.py
  • modified
    views.py
--
Lyaege
Jun 21 2023 15:05
fix: document SP bug when switching projects.  props.project.documents was immutable.
cha: version bump
inProgress: strikethrough documents when deleting.
813682d03ce1ab5c31280e940468bb639ae615bb branches: tip , default
  • modified
    config.yml
  • modified
    services.py
  • modified
    static/er2_eofDB/js/components/DocumentsSP.tsx
  • modified
    static/er2_eofDB/js/containers/app.tsx
  • modified
    static/package.json
--
Lyaege
Jun 20 2023 14:35
Added tag 0.7.0 for changeset 0b5005563045
3233501a916f522fd89408732589c614b00eaf5f branches: tip , default
  • modified
    .hgtags
--
Lyaege
Jun 20 2023 14:35
cha: version bump
0b5005563045850233b49c14745da523e0ba53b2 branches: 0.7.0 , default
  • modified
    config.yml
  • modified
    static/package.json
--
Lyaege
Jun 20 2023 14:35
new: click to position new monitoring station. //Cleaned up.
eee55fb8f8e4bb542986d6dd93eb30de61717a07 branches: default
  • modified
    static/er2_eofDB/js/actions/monitoringStation.tsx
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
  • modified
    static/er2_eofDB/js/reducers/manageProjects.tsx
--
Lyaege
Jun 16 2023 16:16
new: step for monitoring stations allows the user to visually select loction.
todo: cleanup unused reducers, set default values on 'create' or 'cancel' push.
0616328899ce8ed1ef399a15da7592c8b3220cd9 branches: default
  • modified
    static/er2_eofDB/js/actions/monitoringStation.tsx
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
  • modified
    static/er2_eofDB/js/components/MonitoringStationSP.tsx
  • modified
    static/er2_eofDB/js/constants/action_types.js
  • modified
    static/er2_eofDB/js/reducers/manageProjects.tsx
  • modified
    static/er2_eofDB/js/types/index.ts
--
Lyaege
Jun 05 2023 15:46
fix: drag and drop upload not working - now it is.
49d4fe2acc93155ad59da6473814101dcea1dc04 branches: tip , default
  • modified
    static/er2_eofDB/js/components/DocumentsSP.tsx
--
Lyaege
Jun 02 2023 13:09
new: support hiding context bar when clicking on active step/icon
761e142ca102fe2252b30628847c5dbbe49421be branches: tip , default
  • modified
    static/er2_eofDB/js/actions/context_bar.tsx
  • modified
    static/er2_eofDB/js/constants/action_types.js
  • modified
    static/er2_eofDB/js/containers/app.tsx
  • modified
    static/er2_eofDB/js/reducers/context_bar.ts
--
Lyaege
Jun 01 2023 15:32
Cha: map background for geom verification is satellite w/ topo, not OSM.
35b9ac894bec9f728cdfcdd0745cb2b7fa959f6b branches: tip , default
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
--
409 Commits found, displaying 121 to 140