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

Application Lifecycle Management

Search In Project

Search inClear

er2_graphql Mercurial repository by srichard
Adds a configurable global graphql endpoint to er2_web applications
Clone: Last push: Mar 07 12:52
Push: Size: 559.8 KB
Forks: 0 Pull requests: 0 pending
Forks
Changes
Files
Pull Requests
Branches & Tags
Statistics

Author Comment Items
Mikka Tully <mikkak08@colostate.edu>
Mar 07 12:51

Pusher:  MikkaT
Mar 07 12:52
Added tag 2.1.5 for changeset 584f438b01cd
7e1fb5f3fdb418e68f738e61c52e592fc8977c75 branches: tip , wip-2.1
  • modified
    .hgtags
--
Mikka Tully <mikkak08@colostate.edu>
Mar 07 12:51

Pusher:  MikkaT
Mar 07 12:52
Version Bump
584f438b01cd744c518b99a45b3530414003fbf8 branches: 2.1.5 , wip-2.1
  • modified
    config.yml
--
Mikka Tully <mikkak08@colostate.edu>
Mar 07 12:50

Pusher:  MikkaT
Mar 07 12:52
cha: now that we are having the build and forecast calls run as background jobs, we don't
  want the graphql response to return until these csip calls and the 'on_done' code is finished
  (before it was returning immediately - basically just saying it started)
3d6ccbd01ebdd5954f98b0627c5161c29d3e60f8 branches: wip-2.1
  • modified
    types/csip.py
--
Mikka Tully <mikkak08@colostate.edu>
Jan 27 2023 12:01

Pusher:  MikkaT
Jan 27 2023 12:01
Added tag 2.1.4 for changeset 71032d189ab4
0dd4226c88a2f43bd59a34a05b93da2959987c6c branches: tip , wip-2.1
  • modified
    .hgtags
--
Mikka Tully <mikkak08@colostate.edu>
Jan 27 2023 12:01

Pusher:  MikkaT
Jan 27 2023 12:01
Update Version
71032d189ab416e1b74bcf9e0ab8f1d8cfd1d575 branches: 2.1.4 , wip-2.1
  • modified
    config.yml
--
Bwhua
Jan 27 2023 10:51
cha: orderBy now uses a list in order to order by multiple variables
78ebe9f2b27f0fd0b06e05b3d457e03f3e12e91d branches: tip , wip-2.1
  • modified
    types/django.py
--
Mikka Tully <mikkak08@colostate.edu>
Dec 09 2022 12:46

Pusher:  MikkaT
Dec 09 2022 12:46
Added tag 2.1.3 for changeset 4a0cd624fdda
a5c5a20e53c3b4557db6e0242eac02da9ffeb871 branches: tip , wip-2.1
  • modified
    .hgtags
--
Mikka Tully <mikkak08@colostate.edu>
Dec 09 2022 12:46

Pusher:  MikkaT
Dec 09 2022 12:46
Update Version
4a0cd624fdda060bda986cc0c42a995e266898b4 branches: 2.1.3 , wip-2.1
  • modified
    config.yml
--
Mikka Tully <mikkak08@colostate.edu>
Dec 09 2022 10:06

Pusher:  MikkaT
Dec 09 2022 10:06
fix: workaround fix for cancelling currenty running csip jobs - when suid no longer exists
8d7f609e71a6f43437b6aa3a6e3d12c2183321a4 branches: tip , wip-2.1
  • modified
    services/csip/types.py
--
Mikka Tully <mikkak08@colostate.edu>
Sep 26 2022 09:16

Pusher:  MikkaT
Sep 26 2022 09:16
cha: update version to match tag: 2.1.2
7c9e3bc956e4c2a3d2af970f8c173dccae8c6b07 branches: tip , wip-2.1
  • modified
    config.yml
--
Mikka Tully <mikkak08@colostate.edu>
Sep 23 2022 10:41

Pusher:  MikkaT
Sep 23 2022 10:41
Added tag 2.1.2 for changeset 005f9af9e192
4778cc9a6f8b6ef3b2354162a65a2eda1493b427 branches: tip , wip-2.1
  • modified
    .hgtags
--
Mikka Tully <mikkak08@colostate.edu>
Sep 23 2022 10:40

Pusher:  MikkaT
Sep 23 2022 10:41
cha: make graphene-django version static at 3.0.0b7 - as it was causing errors getting & filtering the list of stations at 3.0.0b8
005f9af9e19283c3e9fcff67a3167bfe19dcb11f branches: 2.1.2 , wip-2.1
  • modified
    deploy/requirements.txt
--
Mikka Tully <mikkak08@colostate.edu>
Jun 07 2022 15:01

Pusher:  MikkaT
Jun 07 2022 15:01
cha: update version to match tag: 2.1.1
5986ba17f0bbd30e87a24e7aec47d731c0281156 branches: tip , wip-2.1
  • modified
    config.yml
--
Mikka Tully <mikkak08@colostate.edu>
Jun 07 2022 11:25

Pusher:  MikkaT
Jun 07 2022 11:25
Added tag 2.1.1 for changeset d5bba5a39115
37b5173276c28985af08e12eaef5792a3a62824b branches: tip , wip-2.1
  • modified
    .hgtags
--
Mikka Tully <mikkak08@colostate.edu>
Jun 03 2022 13:25

Pusher:  MikkaT
Jun 03 2022 13:25
cha: make graphene version static at 3.0 - as it was causing graphene-django-extras errors at 3.1
d5bba5a39115c79468305e6f20a4de53bbcb8a60 branches: tip , wip-2.1
  • modified
    deploy/requirements.txt
--
Sam Richard <srichard@colostate.edu>
Mar 31 2022 17:11

Pusher:  srichard
Mar 31 2022 17:11
fix(types/csip): only handle on_done kwarg if its a background job
ab1589533cdcb691753aa6504b3935899e19b97f branches: tip , wip-2.1
  • modified
    types/csip.py
--
Sam Richard <srichard@colostate.edu>
Mar 30 2022 16:28

Pusher:  srichard
Mar 30 2022 16:28
cha?: add graphene-file-upload
        - if you are using apollo, you can now use apollo-upload-client as a Link
        - django.Upload fields use django multipart forms
2ef0f8254338bac09ba5973452dafd95216fe6cc branches: tip , wip-2.1
  • modified
    deploy/requirements.txt
  • modified
    types/django.py
  • modified
    urls_global.py
--
Sam Richard <srichard@colostate.edu>
Mar 30 2022 11:53

Pusher:  srichard
Mar 30 2022 11:53
ref(types/csip): ProcessResolutionException -> SafeException - exception is passed to the frontend untouched by process.
4d7659ce835c1be4e4f4f75ae94669c455d53f11 branches: tip , wip-2.1
  • modified
    types/csip.py
--
Sam Richard <srichard@colostate.edu>
Mar 29 2022 19:19

Pusher:  srichard
Mar 29 2022 19:20
add: GeoDjango support
291a8980f068018ff705a3b8c06c9cc140ad6569 branches: tip , wip-2.1
  • modified
    config.yml
  • modified
    deploy/requirements.txt
  • modified
    services/schema.py
--
Sam Richard <srichard@colostate.edu>
Mar 29 2022 19:19

Pusher:  srichard
Mar 29 2022 19:20
common.csip.Csip changes
5b18262c24f3f449faabf9f03476e72f5358a7b3 branches: wip-2.1
  • modified
    services/csip/types.py
--
151 Commits found, displaying 1 to 20