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

#2007: PG data model and functions for Schema #2008

Open
wants to merge 53 commits into
base: develop
Choose a base branch
from

Commits on Mar 13, 2021

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

Commits on Apr 12, 2021

  1. #1612 Separating Menas UI and API (#1620)

    * 1422 and 1423 Remove HDFS and Oozie from Menas
    
    * #1422 Fix HDFS location validation
    
    * #1424 Add Menas Dockerfile
    
    * #1416 hadoop-aws 2.8.5 + s3 aws sdk 2.13.65 compiles.
    
    * #1416 - enceladus on S3:
    
     - all directly-hdfs touching stuff disabled (atum, performance measurements, info files, output path checking)
    
    # Add menasfargate into hosts
    sudo nano /etc/hosts
    # paste
    20.0.63.69 menasfargate
    # save & exit (ctrl+O, ctrl+X)
    
    # Running standardization works via:
    spark-submit --class za.co.absa.enceladus.standardization.StandardizationJob --conf "spark.driver.extraJavaOptions=-Dmenas.rest.uri=http://menasfargate:8080 -Dstandardized.hdfs.path=s3://euw1-ctodatadev-dev-bigdatarnd-s3-poc/enceladusPoc/ao-hdfs-data/stdOutput/standardized-{0}-{1}-{2}-{3}" ~/enceladusPoc/spark-jobs-2.11.0-SNAPSHOT.jar --menas-credentials-file ~/enceladusPoc/menas-credentials.properties --dataset-name dk_test1_emr285 --raw-format json --dataset-version 1 --report-date 2019-11-27 --report-version 1 2> ~/enceladusPoc/stderr.txt
    
    * #1416 - enceladus on S3 - (crude) conformance works on s3 (s3 std input, s3 conf output)
    
     0- all directly-hdfs touching stuff disabled (atum, performance measurements, info files, output path checking)
    
    # Add menasfargate into hosts
    sudo nano /etc/hosts
    # paste
    20.0.63.69 menasfargate
    # save & exit (ctrl+O, ctrl+X)
    
    # Running conformance works via:
    spark-submit --class za.co.absa.enceladus.conformance.DynamicConformanceJob --conf "spark.driver.extraJavaOptions=-Dmenas.rest.uri=http://menasfargate:8080 -Dstandardized.hdfs.path=s3://euw1-ctodatadev-dev-bigdatarnd-s3-poc/enceladusPoc/ao-hdfs-data/stdOutput/standardized-{0}-{1}-{2}-{3}" ~/enceladusPoc/spark-jobs-2.11.0-SNAPSHOT.jar --menas-credentials-file ~/enceladusPoc/menas-credentials.properties --dataset-name dk_test1_emr285 --dataset-version 1 --report-date 2019-11-27 --report-version 1 2> ~/enceladusPoc/conf-log.txt
    
    * ref issue = 1416
    
    * related test cases ignored (issue reference added)
    
    * PR updates
    
    * Merge spline 0.5.3 into aws-poc
    
    * Update spline to 0.5.4 for AWS PoC
    
    * #1503 Remove HDFS url Validation
    
    This is a temporary solution. We currently experiment with
    many forms of URLs, and having a regex there now slows us down.
    
    * New dockerfile - smaller image
    
    * s3 persistence (atum, sdk fs usage, ...) (#1526)
    
    #1526 
    * FsUtils divided into LocalFsUtils & HdfsUtils
    * PathConfigSuite update
    * S3FsUtils with tail-recursive pagination accumulation - now generic with optional short-circuit breakOut
    TestRunnerJob updated to manually cover the cases - should serve as a basis for tests
    * HdfsUtils replace by trait DistributedFsUtils (except for MenasCredentials loading & nonSplittable splitting)
    * using final version of s3-powered Atum (3.0.0)
    * mockito-update version update, scalatest version update
    * S3FsUtilsSuite: exists, read, sizeDir(hidden, non-hidden, reucursive), non-splittable (simple, recursive with breakOut), delete (recursive), version find (simple - empty, recursive)
    * explicit stubbing fix for hyperdrive
    
    * Feature/1556 file access PoC using Hadoop FS API (#1586)
    
    * s3 using hadoop fs api
    * s3 sdk usage removed (pom, classes, tests)
    * atum final version 3.1.0 used
    * readStandardizationInputData(... path: String)(implicit ... fs: FileSystem) -> readStandardizationInputData(input: PathWithFs)
    
    * 1554 Tomcat with TLS in Docker container (#1585)
    
    * #1554 Tomcat with TLS container
    
    * #1554 Added envoy config + enabling running unencrypted container
    
    * #1499 Add authentication to /lineage + update spline to 0.5.5
    
    * #1618 - fixes failing spline 0.5.5 integration by providing compatible commons library version. Test-ran on EMR. (#1619)
    
    * #1612 Separation start
    
    * #1612 Updated DAO for spark-jobs
    
    * #1612 Fixed spline integration and schema, removed redundant code
    
    * #1612 Fixed tests, removed unused dependency
    
    * #1612 Added back dependency
    
    * WIP fixing merge issues
    
    * * Merge compiles
    * Tests pass
    * Depends on ATUM 3.1.1-SNAPSHOT (the bugfix for AbsaOSS/atum#48)
    
    * #1612 Removed Spring from menas-web, enabled building war and static resources. Removed version subpath in menas-web + added theme dependencies in repo
    
    * #1612 Cookies + updated lineage
    
    * * put back HDFS browser
    * put back Oozie
    * downgraded Spline
    
    * * AWS SDK Exclusion
    
    * #1612 Included HDFSFolder + missing Oozie parts
    
    * * New ATUM version
    
    * * Adding missing files
    
    * #1612 menas-web on nginx container and passing API_URL
    
    * #1612 Working TLS on nginx, resources not included in code
    
    * 1622: Merge of aws-poc to develop brach
    * Addressed issues identified by reviewers
    
    * * comments improvement
    
    * 1434 Add new way of serving properties to Docker
    
    * #1612 Building using ui5 + reused /api route
    
    * #1612 Project version
    
    * #713 Add favicon
    
    * #1612 Merges
    
    * #1612 pom parent version
    
    * #1648 Fix war deployment + adding back spline to menas
    
    * #1612 other fixes
    
    * #1612 added pom package.json version sync
    
    * #1612 newline
    
    * #1612 fix version sync + cleaning dist
    
    * 1648 merge to develop
    
    * 1648 merge fix
    
    * 1648 Fixes schema upload
    
    * 1648 Fixes schema registry request
    
    * 1648 pom version
    
    * 1612 add docker build
    
    * #601 Swagger 2 PoC
    
    * #601 Swagger 2 PoC
    
    * #601 Swagger 2 PoC
    
    * #1648 Updating menas-web to 3.0
    
    * #1612 Updated npm project versions + mvn plugin
    
    * #1612 license_check.yml
    
    * #1612 licence check fix
    
    Co-authored-by: Saša Zejnilović <zejnils@gmail.com>
    Co-authored-by: Daniel Kavan <dk1844@gmail.com>
    Co-authored-by: Jan Scherbaum <kmoj02@gmail.com>
    Co-authored-by: David Benedeki <benedeki@volny.cz>
    5 people authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    0d265e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. MANIFEST.MFs LF commit

    dk1844 committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    1c7d8a9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into develop-ver-3.0

    % Conflicts:
    %	data-model/src/main/scala/META-INF/MANIFEST.MF
    %	menas-web/ui/components/dataset/conformanceRule/MappingConformanceRule/targetSchemaFieldSelector.fragment.xml
    %	menas/ui/index.html
    dk1844 committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    836bbec View commit details
    Browse the repository at this point in the history
  3. [develop-ver3.0] mergefix

    dk1844 committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    07d4888 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Configuration menu
    Copy the full SHA
    8a1c171 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    952e52a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b0f371 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/develop' into feature/merging-de…

    …velop-ver.30
    
    # Conflicts:
    #	menas/src/main/scala/za/co/absa/enceladus/menas/MvcConfig.scala
    AdrianOlosutean committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    43a2740 View commit details
    Browse the repository at this point in the history
  5. integration

    AdrianOlosutean committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    90188dc View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    5d3f4e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e90cbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42df938 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1752 from AbsaOSS/feature/merging-develop-ver.30

    merging develop into develop-ver3.0 (via  feature/merging-develop-ver.30 branch)
    dk1844 authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    da03de0 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. #1774 test fix, the main is unchanged. (#1775)

    KafkaErrorSenderPluginSuite test fix for SourcePhase.{Standardization, Conformance} capitalization.
    dk1844 authored Apr 26, 2021
    Configuration menu
    Copy the full SHA
    027f695 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Feature/601 swagger api docs (#1762)

    * #601 Swagger api docs
    AdrianOlosutean authored May 5, 2021
    Configuration menu
    Copy the full SHA
    d3b57a0 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. #417 SparkXML-related unit test added first (regression guard), Spark…

    …XMLHack removed, the test holds. (#1783)
    dk1844 authored May 14, 2021
    Configuration menu
    Copy the full SHA
    fa2bbd5 View commit details
    Browse the repository at this point in the history
  2. #1769 Rename Menas to rest-api (#1781)

    * #1769 rename menas to rest-api
    
    * #1769 README update and other feedback
    AdrianOlosutean authored May 14, 2021
    Configuration menu
    Copy the full SHA
    88fabeb View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Feautre/1733 lineage dumper - 2nd edition (#1766)

    * #1733 final version 0.6.0 of spline spark agent used
    * #1733 cherrypicked version: commons 0.0.27, atum 3.5.0, spline agent 0.6.0-snapshot
    * #1733 PR touchup: maven.shade.version version revert to 3.2.1
    dk1844 authored May 25, 2021
    Configuration menu
    Copy the full SHA
    70999f5 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. 1770 Rename menas web to menas (#1786)

    * #1770 Rename menas-web to menas
    AdrianOlosutean authored May 26, 2021
    Configuration menu
    Copy the full SHA
    c4dcd92 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Merge branch 'develop' into develop-ver-3.0

    % Conflicts:
    %	dao/pom.xml
    %	data-model/pom.xml
    %	examples/pom.xml
    %	menas/pom.xml
    %	migrations-cli/pom.xml
    %	migrations/pom.xml
    %	plugins-api/pom.xml
    %	plugins-builtin/pom.xml
    %	pom.xml
    %	spark-jobs/pom.xml
    %	utils/pom.xml
    dk1844 committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    03f24ba View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. 1732 Spline 0.6 integration (#1739)

    Spline 0.6 integration
    AdrianOlosutean authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    7f2d6e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Merge branch 'develop' into develop-ver-3.0

    % Conflicts:
    %	menas/pom.xml
    %	menas/ui/index.html
    %	pom.xml
    %	rest-api/src/main/scala/za/co/absa/enceladus/rest_api/WebSecurityConfig.scala
    %	rest-api/src/main/scala/za/co/absa/enceladus/rest_api/controllers/DatasetController.scala
    dk1844 committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    f6f0e52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1404bb3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into develop-ver-3.0

    % Conflicts:
    %	menas/pom.xml
    dk1844 committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    e52c9ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6eea153 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. [merging develop->develop-ver-3.0] mergefix2 (authorizeRequests now r…

    …elate to rest_api, not menas: `/3rdParty/**` should not be added anymore as it is menas-related)
    dk1844 committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    5fa0909 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

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

Commits on Sep 18, 2021

  1. Merge branch 'master' into merge/release-2.23.-0-into-develop-ver-3

    * Adding back Menas module, that somehow got omitted.
    benedeki committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    d87e7c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Merge pull request #1890 from AbsaOSS/merge/release-2.23.-0-into-deve…

    …lop-ver-3
    
    Merging Release 2.23. 0 into develop ver 3
    benedeki authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    bd39018 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Merge/release 2.24 into develop ver 3 (#1928)

    * merge 2.24 into develop-ver-3
    AdrianOlosutean authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    facb46a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Merge/merging release 2.25 into develop ver 3 (#1963)

    * Update for next development version 2.24.0-SNAPSHOT
    
    * Suppress download noise in license check
    
    * Suppress compiler warning of obsolete Java (#1892)
    
    * 1868 statistics with missing counts and datasets missing proprties (#1873)
    
    * 1868 statistics with missing counts and datasets missing proprties
    
    * 1843 Summary page for properties (#1880)
    
    * 1843 Home page with properties,  side panel with missing counts and summary page for properties with tab containing datasets missing that particular property
    
    * Feature/1603 mapping table filtering general (#1879)
    
    * #1603 serde tests for CR and MT DataFrameFilters
    (mongo-bson-based serde tests for CR and MT DataFrameFilters, mongo-bson-based serde tests extended for CR with a blank mappingTableFilter)
    
    * #1909 Increase the limit of columns shown in menas column selection
    
    * 1903 Add validation for complex default values in mapping tables on import
    
    * Project config and management updates (#1908)
    
    Project config and management updates
    * poc issue template
    * CODEOWNERS update
    * developers update
    * Badges to README.md
    
    * 1881 HyperConformance enceladus_info_version from payload  (#1896)
    
    1881 HyperConformance enceladus_info_version from payload
    
    * #1887 defaultTimestampTimeZone can be source type specific (#1899)
    
    #1887 defaultTimestampTimeZone can be source type specific
    * `DefaultsByFormat` extends the `Defaults` trait, being able to read defaults from configuration files
    * `DefaultsByFormat` offers further granularity by first checking the format specific setting only then taking the global one
    * Basic `GlobalDefaults` are not configuration dependent anymore
    * Standardization now user `DefaultsByFormat` for its defaults, where rawFormat is used for format parameter
    * Switched to configuration path to be `enceladus.defaultTimestampTimeZone.default` and `enceladus.defaultTimestampTimeZone.[rawFormat]` respectively
    * `defaultTimestampTimeZone` is still supported/read as an obsolete fallback
    Co-authored-by: Daniel K <dk1844@gmail.com>
    
    * #1887 defaultTimestampTimeZone can be source type specific (#1916)
    
    #1887 defaultTimestampTimeZone can be source type specific
    * rename of the configuration prefix from `enceladus.` to `standardization.`
    
    * #172 Save original timezone information in metadata file (#1900)
    
    * Upgrade of Atum to 3.6.0
    * Writing the default time zones for timestamps and dates into _INFO file
    
    * #1894 `HadoopFsPersistenceFactory` - adding Spline S3 write support (#1912)
    
    * #1894 Spline S3 support via custom persistence factory `HadoopFsPersistenceFactory`.
    Co-authored-by: David Benedeki <14905969+benedeki@users.noreply.github.com>
    
    * Update versions for release v2.24.0
    
    * Update for next development version 2.25.0-SNAPSHOT
    
    * #1926 Add executor extra java opts to helper scripts
    
    * #1931 Add switch for running kinit in helper scripts
    
    * #1882 Update Cobrix dependency to v.2.3.0
    
    * #1882 Remove explicit "collapse_root" since it is the default since Cobrix 2.3.0
    
    * #1882 Update Cobrix to 2.4.1 and update Cobol test suite for ASCII files.
    
    * #1882 Bump up Cobrix version to 2.4.2.
    
    * #1927 Spline _LINEAGE and Atum _INFO files permission alignment (#1934)
    
    * #1927 - testing setup: set both spline _LINEAGE and atum _INFO to hdfs file permissions 733 -> the result on EMR HDFS was 711 (due to 022 umask there) -> evidence of working
    
    * #1927 - cleanup of test settings of 733 fs permissions
    
    * #1927 Atum final version 3.7.0 used instead of the snapshot (same code)
    
    * #1927 comment change
    
    * #1927 - default 644 FS permissions for both _INFO and _LINEAGE files.
    
    * 1937 limit output file size (#1941)
    
    * 1937 limit output file size
    
    * 1937 limit output file size
    
    * 1937 renamings + constants
    
    * 1937 more conditions
    
    * 1937 rename params
    
    * 1937 feedback + script params
    
    * 1937 more feedback
    
    * 1937 final feedback
    
    * #1951: Windows Helper scripts - add missing features
    * `ADDITIONAL_JVM_EXECUTOR_CONF`
    * Kerberos configuration
    * Trust store configuration
    * kinit execution option
    * `--min-processing-block-size` & `--max-processing-block-size`
    * logo improvement
    
    * * --min-processing-block-size -> --min-processing-partition-size
    * --max-processing-block-size -> --max-processing-partition-size
    
    * #1869: SparkJobs working with LoadBalanced Menas (#1935)
    
    * `menas.rest.retryCount` - configuration, how many times an url should be retried if failing with retry-able error implemented
    * `menas.rest.availability.setup` - configuration, how the url list should be handled
    * _Standardization_, _Conformance_ and _HyperConformance_ changed to provide retry count and availability setup to Dao, read from configuration
    * `ConfigReader` enhanced and unified to read configurations more easily and universally
    * Mockito upgraded to 1.16.42
    
    Co-authored-by: Daniel K <dk1844@gmail.com>
    
    * Feature/1863 mapping table filtering (#1929)
    
    * #1863 mapping cr & mt fitler successfully reuses the same fragment (both using the same named model)
     - todo reuse validation, reuse manipulation methods
    
    * #1863 FilterEdit.js allows reusing filterEdit TreeTable logic between mCR and MT editings
    
    * #1863 mCT editing validation enabled (commons from FilterEdit.js)
    
    * #1863 mCT datatype hinting hinting enabled (commons from DataTypeUtils.js)
    
    * #1863 mCR/MT edit dialog default width=950px, some cleanup
    * #1863 bugfixes: directly creating MT with filter (fix on accepting the field), UI fix for MT filter model initialization
    
    * #1863 npm audit fix
    
    * #1863 bugfix: adding new mCR (when no edit MCR dialog has been opened yet) did not work - fixed
    
    * #1863 selecting mapping column from MT schema works (for all schema levels) for edit. TODO = Schema type support
    
     #1863 mCR - schema-based columns suggested for filter, value types filled in silently during submit, too.
    
    * #1863 bugfix: empty MT - schema may be empty
    
    * #1863 bugfix: removing a filter left a null node - cleanup was needed (otherwise view would fail)
    logging cleanup
    
    * #1863 select list item now shows valueType as additionalText, cleanup
    
    * #1863 nonEmptyAndNonNullFilled - map->filter bug fixed.
    
    * #1863 typo for null filter
    
    Co-authored-by: David Benedeki <14905969+benedeki@users.noreply.github.com>
    
    * Update versions for release v2.25.0
    
    * [merge] build fix
    
    * [merge] npm audit fix
    
    * [merge] npm audit fix
    
    * [merge] buildfix (menas->rest_api packaging fix)
    
    * [merge] review updates
    
    Co-authored-by: David Benedeki <benedeki@volny.cz>
    Co-authored-by: Saša Zejnilović <zejnils@gmail.com>
    Co-authored-by: David Benedeki <14905969+benedeki@users.noreply.github.com>
    Co-authored-by: Adrian Olosutean <adi.olosutean@gmail.com>
    Co-authored-by: Ruslan Iushchenko <yruslan@gmail.com>
    6 people authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    10213a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

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

Commits on Jan 11, 2022

  1. #2007: PG data model and functions for Schema

    * database and database users creation scripts
    * global_id function
    * tables to store the schema entities
    * basic function to work with schema entities
    * db schema and first table for statistics
    benedeki committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    d3f920a View commit details
    Browse the repository at this point in the history
  2. * Added the missing databases script

    * Renamed deleted to disabled
    * Commented out DROP TABLE commands
    benedeki committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    c42098b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72d737e View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. * Fixes

    benedeki committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    e8fa5cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    930e963 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fefd5f3 View commit details
    Browse the repository at this point in the history
  4. * fixed missing version in get_schema.sql

    * added disabled flag in return of list_schemas.sql
    benedeki committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    29c5e32 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. * Addressing PR comments

    * stats table renamed
    benedeki committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    d1cb905 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. * dataset_schema.heads -> dataset_schema.schemas

    * dataset_schema.schemas -> dataset_schema.versions
    benedeki committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    eae99fa View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. #2022 spark-commons (#2023)

    * #2022 spark-commons
    Adrian-Olosutean authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    55696a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. #2027: Ensures TimezoneNormalizer is used in tests (#2030)

    * New class `TZNormalizedSparkTestBase` used over all tests instead of `SparkTestBase`
    benedeki authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    a10e6b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. * status code per new conventions

    * rename of schema files
    benedeki committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    0634144 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. #2050: Unifying project space with GitHub defaults (#2051)

    #2050: Unifying project space with GitHub defaults
    * docs -> documentation
    * Milestones are obsolete
    benedeki authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    7e3d599 View commit details
    Browse the repository at this point in the history
  2. * hstore

    * separated DB setup
    * `..._when` renamed to `..._at`
    benedeki committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    03cf238 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. * refactored for inheritance

    * shorter function names
    benedeki committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    c698b21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb5293c View commit details
    Browse the repository at this point in the history
  3. * JSONB -> JSON

    * reordering of OUT parameters in `get`
    benedeki committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    c368ddf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f7bff6 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. * entities and versions are connected via id not entity name

    * stats are row based not column based
    benedeki committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    ad463f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. #2034: PG data model and functions for Mapping tables (#2053)

    * #2034: PG data model and functions for Mapping tables
    * the tables
    
    * Rework for more common naming
    
    * * adjust to inherited table
    
    * * fixes
    
    * * mapping table: path->table_path
    
    * * refactored to use connection of entities and versions via id
    
    * * white spaces
    
    * * add calls _add fix
    
    * * check on entities
    
    * #2035: PG data model and functions for Dataset (#2054)
    
    * #2035: PG data model and functions for Dataset
    * First commit
    
    * * Added check on entity type
    
    * * get fucntion
    * dataset fields
    
    * * get comment fixes
    
    * * refactored to use id in connection of entities and versions
    * add function
    benedeki authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    720915d View commit details
    Browse the repository at this point in the history