-
Notifications
You must be signed in to change notification settings - Fork 14
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
1732 Spline 0.6 integration #1739
1732 Spline 0.6 integration #1739
Commits on Mar 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 870384a - Browse repository at this point
Copy the full SHA 870384aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 228eb4f - Browse repository at this point
Copy the full SHA 228eb4fView commit details -
#1126: Spline 0.4.x in Oozie (#1127)
* #1126: Spline 0.4.x in Oozie * new setting for Spline used by Oozie * changed Oozie template * optional spline.mode setting support * applied some code hints
Configuration menu - View commit details
-
Copy full SHA for f925ba3 - Browse repository at this point
Copy the full SHA f925ba3View commit details -
#1110: Make Standardization and Conformance use Spline 0.4.x (#1119)
#1110: Make Standardization and Conformance use Spline 0.4.x * Change Spline version * Make **Standardization** and **Confluence** depend and init the new Spline module instead of the old ones * Replacing Spline properties in templates * Using a different JSON library (instead of the one transitionally ingested from old Spline) * Application properties templates adjutsted * Helper scripts updated * README.md updated (addressing also changes in Menas and Oozie from other PR) * Missing copyright headers Co-authored-by: Georgi Chochov <g.chochov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8132eba - Browse repository at this point
Copy the full SHA 8132ebaView commit details -
#1111: Integrate Spline 0.4.x to Menas (#1125)
* Server-side api endpoints to provide new configuration * Server-side controller to serve the Spline WebJar * Client-side changes to gather the lineage id and display the lineage new UI * Added dependency to include the webjar * Header to allow iframe display `<frame-options policy="SAMEORIGIN"/>` * fixed `style.css`
Configuration menu - View commit details
-
Copy full SHA for 7eb50b6 - Browse repository at this point
Copy the full SHA 7eb50b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 824d9cc - Browse repository at this point
Copy the full SHA 824d9ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c0b1b2 - Browse repository at this point
Copy the full SHA 6c0b1b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d10c5f - Browse repository at this point
Copy the full SHA 2d10c5fView commit details
Commits on May 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 35806d6 - Browse repository at this point
Copy the full SHA 35806d6View commit details
Commits on May 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 106154d - Browse repository at this point
Copy the full SHA 106154dView commit details
Commits on May 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9f15b2f - Browse repository at this point
Copy the full SHA 9f15b2fView commit details -
* Added named versions to main
pom.xml
for Spline and other depende……ncies * Version names sorted alphabetically
Configuration menu - View commit details
-
Copy full SHA for cee0c49 - Browse repository at this point
Copy the full SHA cee0c49View commit details
Commits on Jun 11, 2020
-
Merge branch 'develop' into feature/735-integrate-spline-0-4-x
# Conflicts (resolved): # pom.xml # scripts/bash/run_enceladus.sh # spark-jobs/pom.xml
Configuration menu - View commit details
-
Copy full SHA for 100c99f - Browse repository at this point
Copy the full SHA 100c99fView commit details
Commits on Jun 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7277669 - Browse repository at this point
Copy the full SHA 7277669View commit details
Commits on Jul 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 18cb47f - Browse repository at this point
Copy the full SHA 18cb47fView commit details
Commits on Jul 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dcde55e - Browse repository at this point
Copy the full SHA dcde55eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a817cfe - Browse repository at this point
Copy the full SHA a817cfeView commit details
Commits on Aug 13, 2020
-
Merge branch 'develop' into aws-poc
% Conflicts: % dao/pom.xml % data-model/pom.xml % examples/pom.xml % menas/pom.xml % menas/src/main/resources/application.properties.template % migrations-cli/pom.xml % migrations/pom.xml % plugins-api/pom.xml % plugins-builtin/pom.xml % pom.xml % spark-jobs/pom.xml % utils/pom.xml
Configuration menu - View commit details
-
Copy full SHA for e4432d1 - Browse repository at this point
Copy the full SHA e4432d1View commit details -
Merge pull request #1484 from AbsaOSS/aws-poc-update-from-develop-2.1…
…2-snapshot Aws poc update from develop 2.12 snapshot
Configuration menu - View commit details
-
Copy full SHA for ff10529 - Browse repository at this point
Copy the full SHA ff10529View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60d2948 - Browse repository at this point
Copy the full SHA 60d2948View commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for d41cc7e - Browse repository at this point
Copy the full SHA d41cc7eView commit details -
#1416 - enceladus on S3 - (crude) conformance works on s3 (s3 std inp…
…ut, 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
Configuration menu - View commit details
-
Copy full SHA for 67e4012 - Browse repository at this point
Copy the full SHA 67e4012View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac0785d - Browse repository at this point
Copy the full SHA ac0785dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8d53f9 - Browse repository at this point
Copy the full SHA a8d53f9View commit details
Commits on Aug 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 85570d7 - Browse repository at this point
Copy the full SHA 85570d7View commit details
Commits on Aug 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7be3afb - Browse repository at this point
Copy the full SHA 7be3afbView commit details
Commits on Aug 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for aa69593 - Browse repository at this point
Copy the full SHA aa69593View commit details -
Merge branch 'aws-poc' into feature/1416-aws-emr-poc
% Conflicts: % pom.xml
Configuration menu - View commit details
-
Copy full SHA for 0bd704c - Browse repository at this point
Copy the full SHA 0bd704cView commit details -
Merge pull request #1483 from AbsaOSS/feature/1416-aws-emr-poc
Feature/1416 S3 input/output for Enceladus on EMR (S2.4, H2.8.5)
Configuration menu - View commit details
-
Copy full SHA for 0b60b1a - Browse repository at this point
Copy the full SHA 0b60b1aView commit details
Commits on Aug 27, 2020
-
#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.
Configuration menu - View commit details
-
Copy full SHA for 0450459 - Browse repository at this point
Copy the full SHA 0450459View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b3c39c - Browse repository at this point
Copy the full SHA 2b3c39cView commit details
Commits on Oct 16, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for 5dfc40f - Browse repository at this point
Copy the full SHA 5dfc40fView commit details
Commits on Nov 9, 2020
-
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)
Configuration menu - View commit details
-
Copy full SHA for 5b5628e - Browse repository at this point
Copy the full SHA 5b5628eView commit details
Commits on Nov 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4598946 - Browse repository at this point
Copy the full SHA 4598946View commit details
Commits on Nov 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a9efecd - Browse repository at this point
Copy the full SHA a9efecdView commit details
Commits on Nov 24, 2020
-
Merge pull request #1606 from AbsaOSS/feature/1499-spline-in-menas-aws
1499 Make Spline in Menas work for AWS
Configuration menu - View commit details
-
Copy full SHA for 5da8e36 - Browse repository at this point
Copy the full SHA 5da8e36View commit details
Commits on Dec 14, 2020
-
#1618 - fixes failing spline 0.5.5 integration by providing compatibl…
…e commons library version. Test-ran on EMR. (#1619)
Configuration menu - View commit details
-
Copy full SHA for 34aefbb - Browse repository at this point
Copy the full SHA 34aefbbView commit details
Commits on Dec 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 94586ad - Browse repository at this point
Copy the full SHA 94586adView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbd368f - Browse repository at this point
Copy the full SHA dbd368fView commit details
Commits on Dec 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3f7e513 - Browse repository at this point
Copy the full SHA 3f7e513View commit details
Commits on Dec 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 17b19e1 - Browse repository at this point
Copy the full SHA 17b19e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cb6521 - Browse repository at this point
Copy the full SHA 8cb6521View commit details -
Configuration menu - View commit details
-
Copy full SHA for f90ff2d - Browse repository at this point
Copy the full SHA f90ff2dView commit details
Commits on Dec 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b4debed - Browse repository at this point
Copy the full SHA b4debedView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6094e1 - Browse repository at this point
Copy the full SHA c6094e1View commit details
Commits on Dec 29, 2020
-
* Tests pass * Depends on ATUM 3.1.1-SNAPSHOT (the bugfix for AbsaOSS/atum#48)
Configuration menu - View commit details
-
Copy full SHA for 9d39ca0 - Browse repository at this point
Copy the full SHA 9d39ca0View commit details
Commits on Jan 5, 2021
-
#1612 Removed Spring from menas-web, enabled building war and static …
…resources. Removed version subpath in menas-web + added theme dependencies in repo
Configuration menu - View commit details
-
Copy full SHA for d233991 - Browse repository at this point
Copy the full SHA d233991View commit details
Commits on Jan 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5b9ebcd - Browse repository at this point
Copy the full SHA 5b9ebcdView commit details
Commits on Jan 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9e277b2 - Browse repository at this point
Copy the full SHA 9e277b2View commit details
Commits on Jan 8, 2021
-
Merge branch 'aws-merge-to-develop' into feature/1612-separate-menas-…
…into-2-tomcat-apps # Conflicts: # menas/pom.xml # menas/src/main/scala/za/co/absa/enceladus/menas/WebSecurityConfig.scala
Configuration menu - View commit details
-
Copy full SHA for 785a60d - Browse repository at this point
Copy the full SHA 785a60dView commit details -
Merge remote-tracking branch 'origin/aws-merge-to-develop' into featu…
…re/1612-separate-menas-into-2-tomcat-apps # Conflicts: # menas-web/ui/service/RunRestDAO.js # menas-web/ui/service/RunService.js # menas/pom.xml # menas/src/main/resources/application.properties.template # menas/src/main/scala/za/co/absa/enceladus/menas/MvcConfig.scala # menas/ui/index.html
Configuration menu - View commit details
-
Copy full SHA for b562100 - Browse repository at this point
Copy the full SHA b562100View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4689308 - Browse repository at this point
Copy the full SHA 4689308View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6458ba - Browse repository at this point
Copy the full SHA a6458baView commit details
Commits on Jan 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0d95c42 - Browse repository at this point
Copy the full SHA 0d95c42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 267a457 - Browse repository at this point
Copy the full SHA 267a457View commit details -
Merge branch 'develop' into aws-merge-to-develop
Conflicts addressed: # spark-jobs/src/test/scala/za/co/absa/enceladus/conformance/datasource/DatasourceSuite.scala # spark-jobs/src/test/scala/za/co/absa/enceladus/conformance/interpreter/rules/RuleOptimizationSuite.scala # spark-jobs/src/test/scala/za/co/absa/enceladus/conformance/interpreter/rules/RulesSuite.scala # spark-jobs/src/test/scala/za/co/absa/enceladus/conformance/interpreter/rules/mapping/JoinMappingRuleInterpreterSuite.scala
Configuration menu - View commit details
-
Copy full SHA for 105904b - Browse repository at this point
Copy the full SHA 105904bView commit details -
Merge remote-tracking branch 'origin/aws-merge-to-develop' into featu…
…re/1612-separate-menas-into-2-tomcat-apps # Conflicts: # pom.xml
Configuration menu - View commit details
-
Copy full SHA for cc333a8 - Browse repository at this point
Copy the full SHA cc333a8View commit details
Commits on Jan 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 86c3e00 - Browse repository at this point
Copy the full SHA 86c3e00View commit details
Commits on Jan 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6dec360 - Browse repository at this point
Copy the full SHA 6dec360View commit details
Commits on Jan 20, 2021
-
1622: Merge of aws-poc to develop brach
* Addressed issues identified by reviewers
Configuration menu - View commit details
-
Copy full SHA for 8702f88 - Browse repository at this point
Copy the full SHA 8702f88View commit details -
Merge branch 'develop' into aws-merge-to-develop
Conflicts addressed: # pom.xml # spark-jobs/src/test/scala/za/co/absa/enceladus/conformance/interpreter/InterpreterSuite.scala # utils/src/test/scala/za/co/absa/enceladus/utils/config/ConfigReaderSuite.scala
Configuration menu - View commit details
-
Copy full SHA for 7999644 - Browse repository at this point
Copy the full SHA 7999644View commit details
Commits on Jan 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2391788 - Browse repository at this point
Copy the full SHA 2391788View commit details
Commits on Jan 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3050cbc - Browse repository at this point
Copy the full SHA 3050cbcView commit details
Commits on Jan 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 34807fe - Browse repository at this point
Copy the full SHA 34807feView commit details -
Merge remote-tracking branch 'origin/aws-merge-to-develop' into featu…
…re/1612-separate-menas-into-2-tomcat-apps # Conflicts: # menas/src/main/resources/start_menas.sh
Configuration menu - View commit details
-
Copy full SHA for c600ec7 - Browse repository at this point
Copy the full SHA c600ec7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3226a7f - Browse repository at this point
Copy the full SHA 3226a7fView commit details
Commits on Jan 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3698268 - Browse repository at this point
Copy the full SHA 3698268View commit details
Commits on Feb 1, 2021
-
Merge remote-tracking branch 'origin/develop' into feature/1612-separ…
…ate-menas-into-2-tomcat-apps # Conflicts: # menas/Dockerfile # pom.xml
Configuration menu - View commit details
-
Copy full SHA for edc540f - Browse repository at this point
Copy the full SHA edc540fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42b0e4f - Browse repository at this point
Copy the full SHA 42b0e4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5781874 - Browse repository at this point
Copy the full SHA 5781874View commit details
Commits on Feb 8, 2021
-
Merge remote-tracking branch 'origin/develop' into feature/1612-separ…
…ate-menas-into-2-tomcat-apps
Configuration menu - View commit details
-
Copy full SHA for c43aadc - Browse repository at this point
Copy the full SHA c43aadcView commit details
Commits on Feb 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ae777e6 - Browse repository at this point
Copy the full SHA ae777e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2140ce5 - Browse repository at this point
Copy the full SHA 2140ce5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aa0f13 - Browse repository at this point
Copy the full SHA 5aa0f13View commit details -
Configuration menu - View commit details
-
Copy full SHA for a52af47 - Browse repository at this point
Copy the full SHA a52af47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06711aa - Browse repository at this point
Copy the full SHA 06711aaView commit details
Commits on Feb 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e1280b9 - Browse repository at this point
Copy the full SHA e1280b9View commit details -
Merge remote-tracking branch 'origin/feature/1612-separate-menas-into…
…-2-tomcat-apps' into feature/1612-separate-menas-into-2-tomcat-apps
Configuration menu - View commit details
-
Copy full SHA for 5050dd1 - Browse repository at this point
Copy the full SHA 5050dd1View commit details
Commits on Feb 19, 2021
-
Merge remote-tracking branch 'origin/develop' into feature/1612-separ…
…ate-menas-into-2-tomcat-apps # Conflicts: # menas/ui/index.html
Configuration menu - View commit details
-
Copy full SHA for 6e8f8bf - Browse repository at this point
Copy the full SHA 6e8f8bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ecbaed - Browse repository at this point
Copy the full SHA 7ecbaedView commit details
Commits on Feb 22, 2021
-
Merge remote-tracking branch 'origin/develop' into feature/1612-separ…
…ate-menas-into-2-tomcat-apps # Conflicts: # menas/ui/index.html
Configuration menu - View commit details
-
Copy full SHA for 1da3133 - Browse repository at this point
Copy the full SHA 1da3133View commit details -
Configuration menu - View commit details
-
Copy full SHA for da7d2ea - Browse repository at this point
Copy the full SHA da7d2eaView commit details
Commits on Feb 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2e63fc1 - Browse repository at this point
Copy the full SHA 2e63fc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0164bfc - Browse repository at this point
Copy the full SHA 0164bfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ac4721 - Browse repository at this point
Copy the full SHA 2ac4721View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b0c9f2 - Browse repository at this point
Copy the full SHA 5b0c9f2View commit details
Commits on Mar 2, 2021
-
Merge remote-tracking branch 'origin/develop' into feature/1612-separ…
…ate-menas-into-2-tomcat-apps # Conflicts: # menas/src/main/scala/za/co/absa/enceladus/menas/auth/AuthConstants.scala
Configuration menu - View commit details
-
Copy full SHA for 4652194 - Browse repository at this point
Copy the full SHA 4652194View commit details
Commits on Mar 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3e258c5 - Browse repository at this point
Copy the full SHA 3e258c5View commit details
Commits on Mar 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0638069 - Browse repository at this point
Copy the full SHA 0638069View commit details -
Configuration menu - View commit details
-
Copy full SHA for 184c3d9 - Browse repository at this point
Copy the full SHA 184c3d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e9f775 - Browse repository at this point
Copy the full SHA 1e9f775View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17e3ad7 - Browse repository at this point
Copy the full SHA 17e3ad7View commit details
Commits on Mar 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cd4affb - Browse repository at this point
Copy the full SHA cd4affbView commit details
Commits on Mar 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e56766d - Browse repository at this point
Copy the full SHA e56766dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3590d9f - Browse repository at this point
Copy the full SHA 3590d9fView commit details
Commits on Mar 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0132730 - Browse repository at this point
Copy the full SHA 0132730View commit details
Commits on Mar 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7f86526 - Browse repository at this point
Copy the full SHA 7f86526View commit details
Commits on Mar 21, 2021
-
Merge remote-tracking branch 'origin/feature/601-swagger-poc' into fe…
…ature/1612-separate-menas-into-2-tomcat-apps
Configuration menu - View commit details
-
Copy full SHA for 988256f - Browse repository at this point
Copy the full SHA 988256fView commit details
Commits on Mar 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f1741e3 - Browse repository at this point
Copy the full SHA f1741e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25f6bb1 - Browse repository at this point
Copy the full SHA 25f6bb1View commit details
Commits on Mar 23, 2021
-
Merge branch 'develop' into feature/735-integrate-spline-0-4-x
% Conflicts: % menas/src/main/scala/za/co/absa/enceladus/menas/MvcConfig.scala % menas/src/main/scala/za/co/absa/enceladus/menas/services/RunService.scala % menas/src/test/resources/application.properties % menas/ui/css/style.css % pom.xml % spark-jobs/pom.xml % spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/DynamicConformanceJob.scala % spark-jobs/src/main/scala/za/co/absa/enceladus/standardization/StandardizationJob.scala % spark-jobs/src/test/scala/za/co/absa/enceladus/conformance/interpreter/InterpreterSuite.scala % utils/src/test/scala/za/co/absa/enceladus/utils/validation/field/ScalarFieldValidatorSuite.scala
Configuration menu - View commit details
-
Copy full SHA for 270ee7d - Browse repository at this point
Copy the full SHA 270ee7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1584076 - Browse repository at this point
Copy the full SHA 1584076View commit details -
Configuration menu - View commit details
-
Copy full SHA for c38394a - Browse repository at this point
Copy the full SHA c38394aView commit details
Commits on Mar 24, 2021
-
Merge remote-tracking branch 'origin/feature/735-integrate-spline-0-4…
…-x' into feature/1732-spline-06-integration # Conflicts: # README.md # menas-web/ui/service/RunService.js # menas/pom.xml # menas/src/main/resources/application.properties.template # menas/src/main/scala/za/co/absa/enceladus/menas/MvcConfig.scala # menas/src/test/resources/application.properties # menas/ui/service/RunRestDAO.js # pom.xml # spark-jobs/pom.xml # spark-jobs/src/main/resources/spline.properties.template
Configuration menu - View commit details
-
Copy full SHA for cd3b3b4 - Browse repository at this point
Copy the full SHA cd3b3b4View commit details
Commits on Apr 13, 2021
-
Merge remote-tracking branch 'origin/develop-ver-3.0' into feature/17…
…32-spline-06-integration # Conflicts: # menas-web/Dockerfile # menas-web/nginx.conf # menas-web/start_menas_web.sh # menas-web/ui/index.html # menas-web/ui/package.json # menas-web/ui/service/RestDAO.js # menas-web/ui/service/RunRestDAO.js # menas-web/ui/ui5.yaml # menas/src/main/resources/start_menas.sh # menas/src/main/scala/za/co/absa/enceladus/menas/WebSecurityConfig.scala
Configuration menu - View commit details
-
Copy full SHA for 7c3182c - Browse repository at this point
Copy the full SHA 7c3182cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a030b8 - Browse repository at this point
Copy the full SHA 6a030b8View commit details
Commits on Apr 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8587196 - Browse repository at this point
Copy the full SHA 8587196View commit details
Commits on Apr 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c13555b - Browse repository at this point
Copy the full SHA c13555bView commit details -
Merge remote-tracking branch 'origin/feature/1732-spline-06-integrati…
…on' into feature/1732-spline-06-integration
Configuration menu - View commit details
-
Copy full SHA for f3a8979 - Browse repository at this point
Copy the full SHA f3a8979View commit details
Commits on Apr 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d7e8dac - Browse repository at this point
Copy the full SHA d7e8dacView commit details
Commits on May 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9d0d5a9 - Browse repository at this point
Copy the full SHA 9d0d5a9View commit details
Commits on May 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6f5066f - Browse repository at this point
Copy the full SHA 6f5066fView commit details
Commits on May 18, 2021
-
Merge branch 'feature/1770-rename-menas-web-to-menas' into feature/17…
…32-spline-06-integration # Conflicts: # README.md # rest-api/src/main/scala/za/co/absa/enceladus/rest_api/WebSecurityConfig.scala
Configuration menu - View commit details
-
Copy full SHA for 0199415 - Browse repository at this point
Copy the full SHA 0199415View commit details
Commits on May 25, 2021
-
Merge remote-tracking branch 'origin/develop-ver-3.0' into feature/17…
…32-spline-06-integration # Conflicts: # pom.xml # spark-jobs/pom.xml # spark-jobs/src/main/resources/spline.properties.template
Configuration menu - View commit details
-
Copy full SHA for faa7a1f - Browse repository at this point
Copy the full SHA faa7a1fView commit details
Commits on May 27, 2021
-
Merge remote-tracking branch 'origin/develop-ver-3.0' into feature/17…
…32-spline-06-integration
Configuration menu - View commit details
-
Copy full SHA for 1923529 - Browse repository at this point
Copy the full SHA 1923529View commit details -
Merge remote-tracking branch 'origin/feature/1732-spline-06-integrati…
…on' into feature/1732-spline-06-integration # Conflicts: # rest-api/src/main/scala/za/co/absa/enceladus/rest_api/WebSecurityConfig.scala
Configuration menu - View commit details
-
Copy full SHA for 2c99bdb - Browse repository at this point
Copy the full SHA 2c99bdbView commit details
Commits on May 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b8e09cd - Browse repository at this point
Copy the full SHA b8e09cdView commit details
Commits on Jun 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dedb0ae - Browse repository at this point
Copy the full SHA dedb0aeView commit details