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

refactor #331

Merged
merged 49 commits into from
Feb 20, 2021
Merged

refactor #331

merged 49 commits into from
Feb 20, 2021

Commits on Jan 19, 2021

  1. refactor: use a flag rather than querying latest to find current subs.

    * we used to define the most recently submitted submission_def as the
      current one. i preferred this bc i don't want to duplicate information
      that can get out of sync.
    * but it's really slow to do that query, and we have to do it all over.
    * so just use a flag instead.
    * there isn't yet a way to make a new version of an existing submission
      to begin with, so all submissions are current and all we have to do is
      always flag true.
    * but the migration does the full query anyway just in case.
    issa-tseng committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    6767f24 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. improve: parse out instanceNames as they are given, and backfill.

    * but this isn't accessible yet. first we have to decide how to query
      and return def information along w the logical submission.
    issa-tseng committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    d6cfe40 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Configuration menu
    Copy the full SHA
    bfbce35 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Configuration menu
    Copy the full SHA
    629959b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce93112 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Configuration menu
    Copy the full SHA
    e285b84 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Configuration menu
    Copy the full SHA
    e160f0a View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    f0a3638 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13c339f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    d862b24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a5cba3 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    a8458c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1022e2c View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    2713dd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cab8c05 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    04a7a9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4253a46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e23ec11 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. Configuration menu
    Copy the full SHA
    6f8afdb View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. Configuration menu
    Copy the full SHA
    00ec8e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    183f4d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    d3a32fa View commit details
    Browse the repository at this point in the history
  2. wip: 1031 passing tests. really just submissions left now.

    * but actually basic submission streaming does work now.
    * but it will require a patch to slonik. :(
    issa-tseng committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    8ce5f20 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    fcea9b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    839adf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c9ec9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fcdfbc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d9616c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eca4b52 View commit details
    Browse the repository at this point in the history
  7. noop: finally cave and just add global.tap to production.

    * it won't hurt anything i promise.
    issa-tseng committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    f7858ff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c5e08ea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b51274 View commit details
    Browse the repository at this point in the history
  10. noop: move everything around!, pt2, pt5: rename json.js to odata.js.

    * to match it up with formats/odata.js
    issa-tseng committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    321d03a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0e5adf4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1b4956b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cf51f7b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    47558a0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dcd6863 View commit details
    Browse the repository at this point in the history
  16. improve: boost application performance by 40% with one config flag!

    * don't capture ten million stack traces.
    issa-tseng committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    dde3a85 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. noop: split attachment handling from query/forms to match submissions.

    * now it's in form-attachments.
    * it's been a problem, the little structural inconsistencies, in trying
      to trace and locate code.
    issa-tseng committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    8f360d1 View commit details
    Browse the repository at this point in the history
  2. noop: linter.

    issa-tseng committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    63fd9c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    1f0f052 View commit details
    Browse the repository at this point in the history
  2. new: basic submission versioning functionality via POST /submission

    * the rest is to come.
    issa-tseng committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    71307a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45089e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Configuration menu
    Copy the full SHA
    f7aff52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e09ea98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ae9f18 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Configuration menu
    Copy the full SHA
    9d47408 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    0714348 View commit details
    Browse the repository at this point in the history