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

Framework (v5) #1119

Merged
merged 834 commits into from
Aug 24, 2022
Merged

Framework (v5) #1119

merged 834 commits into from
Aug 24, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 20, 2022

  1. Fixed tests

    roll committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    3eed273 View commit details
    Browse the repository at this point in the history
  2. Fixed tests

    roll committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    e19ebea View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Updated stats.bytes on reading

    roll committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    df86768 View commit details
    Browse the repository at this point in the history
  2. Support MD5 hash as well

    roll committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    628e3dc View commit details
    Browse the repository at this point in the history
  3. Updated errors

    roll committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    33d2134 View commit details
    Browse the repository at this point in the history
  4. Fixed tests

    roll committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    0016b54 View commit details
    Browse the repository at this point in the history
  5. Renamed stats.time -> seconds

    roll committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    f3891d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Removed resource.__iter__

    roll committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    668b072 View commit details
    Browse the repository at this point in the history
  2. Fixed v0/url rule

    roll committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    229eb61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82a0187 View commit details
    Browse the repository at this point in the history
  4. Implemented program.convert (#1195)

    Included additional metadata classes
    Added markdown template for metadata classes whose markdown template were missing
    Added tests
    shashigharti committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    3c63b54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b2b3b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fea14e View commit details
    Browse the repository at this point in the history
  7. Improved metadata logic

    roll committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    132ed07 View commit details
    Browse the repository at this point in the history
  8. Support Parquet data format (#1186)

    * Implemented parquet reading
    
    * Implemented parquet writing
    
    * Fixed linting
    
    * Updated comment
    
    * Updated supported_types; rebase on platform
    roll committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    fdc1141 View commit details
    Browse the repository at this point in the history
  9. Fixed ParquetControl

    roll committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    f8d9f02 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. Added a issue-1205 test

    roll committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    fdc103f View commit details
    Browse the repository at this point in the history
  2. Added doc blocks to the cell steps classes (#1204)

    Added docblocks to steps classes
    shashigharti committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    99e5a11 View commit details
    Browse the repository at this point in the history
  3. Fixed linting

    roll committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    99e591b View commit details
    Browse the repository at this point in the history
  4. Fixed tests

    roll committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    5ef47b9 View commit details
    Browse the repository at this point in the history
  5. Updated tests

    roll committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    647f516 View commit details
    Browse the repository at this point in the history
  6. Added dereference tests

    roll committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    5b703ae View commit details
    Browse the repository at this point in the history
  7. Added safety tests

    roll committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    84fcac8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f611cb8 View commit details
    Browse the repository at this point in the history
  9. Fixed csv quote issue

    roll committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    a5bee93 View commit details
    Browse the repository at this point in the history
  10. Fixed more tests

    roll committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    47a18dd View commit details
    Browse the repository at this point in the history
  11. Fixed more package tests

    roll committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    6f560ec View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Removed debug print

    roll committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    78f1cb8 View commit details
    Browse the repository at this point in the history
  2. Fixed type for html format

    roll committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    bc11044 View commit details
    Browse the repository at this point in the history
  3. Updated xfails

    roll committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    6963394 View commit details
    Browse the repository at this point in the history
  4. Review actions' xfails

    roll committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    42779be View commit details
    Browse the repository at this point in the history
  5. Updated xfails

    roll committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    8960934 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. 1205/recover failing tests (#1209)

    * Fixed failing tests
    
    Fixed tests for package.dot, markdown table and convert feature
    
    * Code cleanup
    
    * Fixed tests in schema->test_convert
    
    * Fixed tests in inquiry->test_convert
    
    * Fixed tests in analyze->test_general.py
    
    * Fixed tests in program->test_convert and program->test_summary
    
    * Fixed tests in program->test_validate
    
    * Fixed tests in program->test_validate and report->test_convert
    
    * Fixed failing tests in program->test_validate
    
    * Restored resource file
    shashigharti committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    7f3d34e View commit details
    Browse the repository at this point in the history
  2. Fixed linting

    roll committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    46a6c4b View commit details
    Browse the repository at this point in the history
  3. Fixed tests

    roll committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    cf6d867 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. Fixed custom-field

    roll committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    6963dfd View commit details
    Browse the repository at this point in the history
  2. Enabled xpassed tests

    roll committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    4765f6a View commit details
    Browse the repository at this point in the history
  3. Fixed extract-dialect

    roll committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    8cfbc0a View commit details
    Browse the repository at this point in the history
  4. Recovered spss tests

    roll committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    f36ce31 View commit details
    Browse the repository at this point in the history
  5. Fixed sync-schema

    roll committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    955d00b View commit details
    Browse the repository at this point in the history
  6. Recovered inquiry ci tests

    roll committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    2d68f96 View commit details
    Browse the repository at this point in the history
  7. Fixed gsheets on ci

    roll committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    0153e95 View commit details
    Browse the repository at this point in the history
  8. Fixed bigquery tests

    roll committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    f441d3c View commit details
    Browse the repository at this point in the history
  9. Fixed bigquery on ci

    roll committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    f549a9f View commit details
    Browse the repository at this point in the history
  10. Fixed bigquery on ci

    roll committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    e960666 View commit details
    Browse the repository at this point in the history
  11. Fixed bigquery on ci

    roll committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    1c5d5a5 View commit details
    Browse the repository at this point in the history
  12. Fixed bigquery on ci

    roll committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    f5e563b View commit details
    Browse the repository at this point in the history
  13. Fixed bigquery on ci

    roll committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    917ee6d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2a7cb36 View commit details
    Browse the repository at this point in the history
  15. Fixed report tests

    roll committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    346192b View commit details
    Browse the repository at this point in the history
  16. Fixed linting

    roll committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    28c8abb View commit details
    Browse the repository at this point in the history
  17. Fixed linting

    roll committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    2234146 View commit details
    Browse the repository at this point in the history
  18. Updated skip reason

    roll committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    024ab1c View commit details
    Browse the repository at this point in the history
  19. Fixed tests

    roll committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    978ef9f View commit details
    Browse the repository at this point in the history
  20. Skip bigquery tests

    roll committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    7a8798b View commit details
    Browse the repository at this point in the history
  21. Handled TODOs in resource tests

    roll committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    b479acc View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6ae6b4e View commit details
    Browse the repository at this point in the history
  23. Implemented resource.profiles

    roll committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    9e56cf4 View commit details
    Browse the repository at this point in the history
  24. Implemented package.profiles

    roll committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    75c877c View commit details
    Browse the repository at this point in the history
  25. Fixed package-zip

    roll committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    26dc6be View commit details
    Browse the repository at this point in the history
  26. Fixed json-data

    roll committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    b1ae724 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Replaced docs TODO by NOTE

    roll committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    50c695c View commit details
    Browse the repository at this point in the history
  2. Fixed resource's safety

    roll committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    1d7a299 View commit details
    Browse the repository at this point in the history
  3. Fixed package's safety

    roll committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    66792e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Updated dereference test

    roll committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    86b066d View commit details
    Browse the repository at this point in the history
  2. Recovered steps.field_update

    roll committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    960adb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3f5980 View commit details
    Browse the repository at this point in the history
  4. Removed outdated NOTEs

    roll committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    1316ec9 View commit details
    Browse the repository at this point in the history
  5. Recovered steps.field_add

    roll committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    07b5e0c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Recovered steps.field_merge

    roll committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    64db86a View commit details
    Browse the repository at this point in the history
  2. Recovered steps.field_pack

    roll committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    268c1ff View commit details
    Browse the repository at this point in the history
  3. Recovered steps.field_split

    roll committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    5d37416 View commit details
    Browse the repository at this point in the history
  4. Recovered steps.resource_update

    roll committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    f62fe1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99dbcd4 View commit details
    Browse the repository at this point in the history
  6. Recovered steps.row_sort

    roll committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    41c1ac2 View commit details
    Browse the repository at this point in the history
  7. Recovered steps.row_subset

    roll committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    80c63ed View commit details
    Browse the repository at this point in the history
  8. Recovered steps.table_write

    roll committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    e83560e View commit details
    Browse the repository at this point in the history
  9. Skip steps.table_pivot

    roll committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    010211a View commit details
    Browse the repository at this point in the history
  10. Recovered steps.table_attach

    roll committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    545b9fe View commit details
    Browse the repository at this point in the history
  11. Recovered steps.table_diff

    roll committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    9f5bbc3 View commit details
    Browse the repository at this point in the history
  12. Recovered steps.table_intersect

    roll committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    8773f9b View commit details
    Browse the repository at this point in the history
  13. Skip steps.table_merge tests

    roll committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    70702da View commit details
    Browse the repository at this point in the history
  14. Recovered steps.table_join

    roll committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    17f4320 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Fixed dereference for metadata

    roll committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    06216f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c623dd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14369d2 View commit details
    Browse the repository at this point in the history
  4. Recovered package's dereference

    roll committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    ab71d1f View commit details
    Browse the repository at this point in the history
  5. Added new metadata validate API

    roll committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    5d74554 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0740be8 View commit details
    Browse the repository at this point in the history
  7. Fixed mediatype

    roll committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    2b40ced View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d213395 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0bb856c View commit details
    Browse the repository at this point in the history
  10. Minor resource code update

    roll committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    eb53656 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Added fk issue

    roll committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    d60a1fa View commit details
    Browse the repository at this point in the history
  2. Handle schema.fields not array

    roll committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    a573b44 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    dd82cd9 View commit details
    Browse the repository at this point in the history
  2. Fixed field validation

    roll committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    377d07f View commit details
    Browse the repository at this point in the history
  3. Catch unsupported field types

    roll committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    c8dca68 View commit details
    Browse the repository at this point in the history
  4. Removed incorrect tests

    roll committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    cfd9071 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb32b49 View commit details
    Browse the repository at this point in the history
  6. Bootstrapped metadata's API@2

    roll committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    ea0356c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7ae629 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Recovered schema tests

    roll committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    bc348e1 View commit details
    Browse the repository at this point in the history
  2. Recovered fields tests

    roll committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    322b29e View commit details
    Browse the repository at this point in the history
  3. Started resource migration

    roll committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    42c6fb6 View commit details
    Browse the repository at this point in the history
  4. Recovered some resource tests

    roll committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    eb508dd View commit details
    Browse the repository at this point in the history
  5. Recovered schema/dialect tests

    roll committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    20dc6f2 View commit details
    Browse the repository at this point in the history
  6. Recovered more resource tests

    roll committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    2bc8f3a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    85c9054 View commit details
    Browse the repository at this point in the history
  8. Recovered resource tests

    roll committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    22af96e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Rebased on metadata_specify

    roll committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    9f012ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    034af47 View commit details
    Browse the repository at this point in the history
  3. Migrated package

    roll committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    8c11108 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Fixed linting

    roll committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    ce00ad6 View commit details
    Browse the repository at this point in the history
  2. Added square brackets test

    roll committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    fc6c418 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Recovered resource tests

    roll committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    23a890b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7673fbd View commit details
    Browse the repository at this point in the history
  3. Recovered actions.describe

    roll committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    5e01691 View commit details
    Browse the repository at this point in the history
  4. Recovered steps

    roll committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    866a81f View commit details
    Browse the repository at this point in the history
  5. Recovered Inquiry tests

    roll committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    791ad0a View commit details
    Browse the repository at this point in the history
  6. Fixed metadata tests

    roll committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    7abcd5c View commit details
    Browse the repository at this point in the history
  7. Recovered actions

    roll committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    e517a43 View commit details
    Browse the repository at this point in the history
  8. Simplified actions code

    roll committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    34d001d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7073437 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e3c1d0c View commit details
    Browse the repository at this point in the history
  11. Recovered format tests

    roll committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    02bd1d2 View commit details
    Browse the repository at this point in the history
  12. Added more xfails

    roll committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    5651b6c View commit details
    Browse the repository at this point in the history
  13. Recovered program tests

    roll committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    6bff6e1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a3d7618 View commit details
    Browse the repository at this point in the history
  15. Xfailed tests

    roll committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    e56105d View commit details
    Browse the repository at this point in the history
  16. Fixed report tests

    roll committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    3e0925d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    9fe060a View commit details
    Browse the repository at this point in the history
  2. Removed reportTask.scope

    roll committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    f6cd9c9 View commit details
    Browse the repository at this point in the history
  3. Fixed report's stats

    roll committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    78161f0 View commit details
    Browse the repository at this point in the history
  4. Removed system.create_field

    roll committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    4f5db1c View commit details
    Browse the repository at this point in the history
  5. Removed system.create_error

    roll committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    478e987 View commit details
    Browse the repository at this point in the history
  6. Removed system.create_step

    roll committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    74805b1 View commit details
    Browse the repository at this point in the history
  7. Removed system.create_check

    roll committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    8c7e55b View commit details
    Browse the repository at this point in the history
  8. Removed system.create_control

    roll committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    6113916 View commit details
    Browse the repository at this point in the history
  9. Renamed detect_field_candidates

    roll committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    8aa0e18 View commit details
    Browse the repository at this point in the history
  10. Recovered profiles steps

    roll committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    bec561f View commit details
    Browse the repository at this point in the history
  11. Rebased on exception.to_errors()

    roll committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    e68fe39 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    08cc4af View commit details
    Browse the repository at this point in the history
  13. Imporved transform comments

    roll committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    aeaf155 View commit details
    Browse the repository at this point in the history
  14. Fixed strict mode

    roll committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    f86e97c View commit details
    Browse the repository at this point in the history
  15. Fixed zip tests

    roll committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    3f9a221 View commit details
    Browse the repository at this point in the history
  16. Migrated on system.trusted

    roll committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    d86911b View commit details
    Browse the repository at this point in the history
  17. Recovered security tests

    roll committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    cdc4a2c View commit details
    Browse the repository at this point in the history
  18. Fixed package.to_zip

    roll committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    621228b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Rebased on system.use_context

    roll committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    cdf9103 View commit details
    Browse the repository at this point in the history
  2. Rebased on system.onerror

    roll committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    991bd63 View commit details
    Browse the repository at this point in the history
  3. Removed package.detector

    roll committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    3756fc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ee07c2 View commit details
    Browse the repository at this point in the history
  5. Fixed dereference tests

    roll committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    b5d5f8d View commit details
    Browse the repository at this point in the history
  6. Reworked basepath logic

    roll committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    7c45e45 View commit details
    Browse the repository at this point in the history
  7. Minor improvements

    roll committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    6689b0f View commit details
    Browse the repository at this point in the history
  8. Fixed print(report)

    roll committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    f23bd64 View commit details
    Browse the repository at this point in the history
  9. Added resource.write(control)

    roll committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    0b30eba View commit details
    Browse the repository at this point in the history
  10. Merge branch 'main' into v5

    roll committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    edc446d View commit details
    Browse the repository at this point in the history
  11. Fixed deps

    roll committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    beacb58 View commit details
    Browse the repository at this point in the history
  12. Fixed tests

    roll committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    2177fa2 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Merge branch 'main' into v5

    roll committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    23e0689 View commit details
    Browse the repository at this point in the history
  2. Updted dependencies

    roll committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    1dc98b5 View commit details
    Browse the repository at this point in the history
  3. Bootstrapp the new docs

    roll committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    3813c93 View commit details
    Browse the repository at this point in the history
  4. Adde first guides

    roll committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    8226629 View commit details
    Browse the repository at this point in the history
  5. Added more pages

    roll committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    7256323 View commit details
    Browse the repository at this point in the history
  6. Added more docs

    roll committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    15435b5 View commit details
    Browse the repository at this point in the history
  7. Migrated formats

    roll committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    5ef4d46 View commit details
    Browse the repository at this point in the history
  8. Migrated schemes

    roll committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    c84160e View commit details
    Browse the repository at this point in the history
  9. Updated navigation

    roll committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    e604a6b View commit details
    Browse the repository at this point in the history
  10. Added error docs

    roll committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    e0e2781 View commit details
    Browse the repository at this point in the history
  11. Reorganized errors

    roll committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    f9e2734 View commit details
    Browse the repository at this point in the history
  12. Reorganized fields

    roll committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    7615938 View commit details
    Browse the repository at this point in the history
  13. Added universe/blog

    roll committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    8ef46c4 View commit details
    Browse the repository at this point in the history
  14. Renamed section

    roll committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    44b98c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Migrated describe

    roll committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    ab90c2a View commit details
    Browse the repository at this point in the history
  2. Migrated extracting

    roll committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    20f9fda View commit details
    Browse the repository at this point in the history
  3. Migrated validating

    roll committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    14e78aa View commit details
    Browse the repository at this point in the history
  4. Migrated transforming

    roll committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    17fcdc8 View commit details
    Browse the repository at this point in the history
  5. Migrated checks

    roll committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    65958d6 View commit details
    Browse the repository at this point in the history
  6. Updated gitignore

    roll committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    f5e0ccd View commit details
    Browse the repository at this point in the history
  7. Added link to v4 docs

    roll committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    11cd11e View commit details
    Browse the repository at this point in the history
  8. Migrated steps

    roll committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    458451e View commit details
    Browse the repository at this point in the history
  9. Migrated framework docs

    roll committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    7a26af4 View commit details
    Browse the repository at this point in the history
  10. Added missing doc warnings

    roll committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    9697f9a View commit details
    Browse the repository at this point in the history
  11. Migrated extracting to scripts

    roll committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    9ee3f10 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3cb9ae3 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Updated gitignore

    roll committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    5cfc161 View commit details
    Browse the repository at this point in the history
  2. Added h3 to topics

    roll committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    142fd82 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Rebased on from prop in pages

    roll committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    cfe58cb View commit details
    Browse the repository at this point in the history
  2. Added license to the docs

    roll committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    b2fe4d7 View commit details
    Browse the repository at this point in the history
  3. Enabled search

    roll committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    126f916 View commit details
    Browse the repository at this point in the history
  4. Rebased getting-started on tabs

    roll committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    2f84c1d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Updated basic-examples

    roll committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    796d3b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77babfe View commit details
    Browse the repository at this point in the history
  3. Updated describing guide

    roll committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    1ff85d2 View commit details
    Browse the repository at this point in the history
  4. Updated extracting-data

    roll committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    7c647c9 View commit details
    Browse the repository at this point in the history
  5. Migrated validating-data

    roll committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    852dfb8 View commit details
    Browse the repository at this point in the history
  6. Migrated transforming-data

    roll committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    dc8673c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Updated running-cli/api

    roll committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    1b156ba View commit details
    Browse the repository at this point in the history
  2. Updated package-class

    roll committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    dfc146b View commit details
    Browse the repository at this point in the history
  3. Updated resource-class

    roll committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    cbd5cc2 View commit details
    Browse the repository at this point in the history
  4. Moved header/row docs

    roll committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    ff4d0fb View commit details
    Browse the repository at this point in the history
  5. Updated resource-class

    roll committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    885f341 View commit details
    Browse the repository at this point in the history
  6. Updated structure

    roll committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    c66779d View commit details
    Browse the repository at this point in the history
  7. Updated schema docs

    roll committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    0297cc6 View commit details
    Browse the repository at this point in the history
  8. Updated classes docs

    roll committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    a02df48 View commit details
    Browse the repository at this point in the history
  9. Updated detector topics

    roll committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    8e29f80 View commit details
    Browse the repository at this point in the history
  10. Updated detector docs

    roll committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    88c7426 View commit details
    Browse the repository at this point in the history
  11. Added errors docs

    roll committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    4cc4ecc View commit details
    Browse the repository at this point in the history
  12. Updated docs for cell checks

    roll committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    ed2fb6d View commit details
    Browse the repository at this point in the history
  13. Updated docs for row checks

    roll committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    faa0ecd View commit details
    Browse the repository at this point in the history
  14. Updated docs for table checks

    roll committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    31f566e View commit details
    Browse the repository at this point in the history
  15. Updated docs for baseline checks

    roll committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    c5460c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Migrated docs for resource steps

    roll committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    95ee09f View commit details
    Browse the repository at this point in the history
  2. Improved remarks

    roll committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    9b62485 View commit details
    Browse the repository at this point in the history
  3. Migrated docs for table steps

    roll committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    47978c9 View commit details
    Browse the repository at this point in the history
  4. Migrated docs for field steps

    roll committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    cc14417 View commit details
    Browse the repository at this point in the history
  5. Migrated docs for row steps

    roll committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    eb1f7c3 View commit details
    Browse the repository at this point in the history
  6. Migrated docs for cell steps

    roll committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    34f48cb View commit details
    Browse the repository at this point in the history
  7. Migrated schemes docs

    roll committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    4143b41 View commit details
    Browse the repository at this point in the history
  8. Migrated formats docs

    roll committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    8ba785e View commit details
    Browse the repository at this point in the history
  9. Added a docstring

    roll committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    201f878 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Added references

    roll committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    89898c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. Updated steps docs

    roll committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    759057b View commit details
    Browse the repository at this point in the history
  2. Updated checks docs

    roll committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    7e3e43d View commit details
    Browse the repository at this point in the history
  3. Added data actions docs

    roll committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    02ba9be View commit details
    Browse the repository at this point in the history
  4. Added catalog docs

    roll committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    e6e5d82 View commit details
    Browse the repository at this point in the history
  5. Improved framework docs

    roll committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    1e9a6a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Merge branch 'main' into v5

    roll committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    5aabc05 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v5' into v5-docs

    roll committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    0e95139 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0db83a7 View commit details
    Browse the repository at this point in the history
  4. Added fields docs

    roll committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    4568a73 View commit details
    Browse the repository at this point in the history
  5. Updated architecture docs

    roll committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    1866cc1 View commit details
    Browse the repository at this point in the history
  6. Updated CONTRIBUTING doc

    roll committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    1b9fa44 View commit details
    Browse the repository at this point in the history
  7. Updated universe doc

    roll committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    dab58b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    003a45d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a206b5f View commit details
    Browse the repository at this point in the history
  10. Removed JavaScript dependency

    roll committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    9c11a99 View commit details
    Browse the repository at this point in the history
  11. Renamed pages to docs

    roll committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    d99fe79 View commit details
    Browse the repository at this point in the history
  12. Updated data

    roll committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    2ff35ac View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Rebased on updated reference

    roll committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    3093c53 View commit details
    Browse the repository at this point in the history
  2. Updated migration guide

    roll committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    557bf4f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1235 from frictionlessdata/v5-docs

    Rebased on a new docs system
    roll committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    b47c7b1 View commit details
    Browse the repository at this point in the history
  4. Fixed tests

    roll committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    c1df4a4 View commit details
    Browse the repository at this point in the history
  5. Fixed Schema.from_jsonschema

    roll committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    133c049 View commit details
    Browse the repository at this point in the history
  6. Enabled zipped resource test

    roll committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    9eb4dfa View commit details
    Browse the repository at this point in the history
  7. Fixed linting

    roll committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    54e9aa8 View commit details
    Browse the repository at this point in the history
  8. Use dirs in the blog

    roll committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    8022b2d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Improved v5 blog

    roll committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    b953a54 View commit details
    Browse the repository at this point in the history