3
0

Commit Graph

  • 457d5a1561 Improve migration source joining system Tomaž Jerman 2020-03-23 18:11:54 +01:00
  • db90a03c01 More descriptive stream splitting errors Tomaž Jerman 2020-03-23 17:56:41 +01:00
  • 0a7a3bf6b5 Rework splitted stream header determination Tomaž Jerman 2020-03-23 17:56:11 +01:00
  • 09aa097791 Add missing deps Tomaž Jerman 2020-03-18 18:21:54 +01:00
  • d4fdc7f63b Don't include the original migration node for strem splitting Tomaž Jerman 2020-03-18 18:21:45 +01:00
  • 4b995099d2 Add support for migration source joins Tomaž Jerman 2020-03-18 18:21:02 +01:00
  • 53288a00cd Update dep references Tomaž Jerman 2020-03-18 17:40:14 +01:00
  • eeae3dac24 Small data handling tweak Tomaž Jerman 2020-03-18 17:39:54 +01:00
  • 7a8c16a090 Fix SF's white space encoding Tomaž Jerman 2020-03-18 17:37:34 +01:00
  • c49124bf31 Improve reference fallbacks Tomaž Jerman 2020-03-18 17:34:42 +01:00
  • 39cb2fa434 Cleanup field validation Tomaž Jerman 2020-03-18 17:33:26 +01:00
  • b2abfbf613 Improve node splicing Tomaž Jerman 2020-03-18 17:31:36 +01:00
  • 7e80cac4e9 Improve sys fields; fix deleted record detection Tomaž Jerman 2020-03-18 17:30:41 +01:00
  • e2781bf901 Cleanup Tomaž Jerman 2020-03-18 17:26:55 +01:00
  • d487ef3abf Fix user migration node buffers Tomaž Jerman 2020-03-18 17:20:30 +01:00
  • 45b11a6eb9 Add a nice progress bar Tomaž Jerman 2020-03-18 17:15:34 +01:00
  • 0f22006643 Don't die if User not provided Tomaž Jerman 2020-03-11 16:12:05 +01:00
  • 8f41cc6323 Improve README.adoc Tomaž Jerman 2020-03-01 21:30:38 +01:00
  • eddc114be3 Add some benchmarking Tomaž Jerman 2020-03-01 21:22:02 +01:00
  • ac1fd84413 Add support for migration mapping Tomaž Jerman 2020-03-01 21:19:08 +01:00
  • 52e4e6c176 Run migration in a transaction Tomaž Jerman 2020-03-01 20:56:45 +01:00
  • e30edaae4f Don't insert empty record values Tomaž Jerman 2020-03-01 20:54:48 +01:00
  • 5a10619242 Assure node parent order on migration Tomaž Jerman 2020-03-01 20:53:36 +01:00
  • 440cf71798 Simplify migration source requirements Tomaž Jerman 2020-03-01 20:52:29 +01:00
  • 8b82eaee1d Improve thread syncing Tomaž Jerman 2020-03-01 20:51:04 +01:00
  • 37a669125e Make migrateable source an io.ReadSeeker Tomaž Jerman 2020-02-28 22:03:28 +01:00
  • b781151aa9 Paralelize the migration system Tomaž Jerman 2020-02-28 22:02:54 +01:00
  • 18ad7dea98 Remove debug spew Tomaž Jerman 2020-02-28 21:19:30 +01:00
  • f7fcccf0a1 Allow only satisfied dependencies to appear as a leaf node Tomaž Jerman 2020-02-28 21:10:31 +01:00
  • 1d8182e365 Add a bit extra documentation regarding the algorithm Tomaž Jerman 2020-02-28 21:08:50 +01:00
  • c5cb20eb9f POC graph based data migration system Tomaž Jerman 2020-02-28 19:41:21 +01:00
  • 0f659fdeae Extend record constraints to support cr/up/de-at and values matching Denis Arh 2020-03-20 12:38:37 +01:00
  • 845dc2c4de Fix page ordering by exposing weight Tomaž Jerman 2020-03-17 21:30:51 +01:00
  • 612312c4ca Refactor building and packing pipeline Denis Arh 2020-03-13 20:59:24 +01:00
  • 0c95128bdc More robust record importing initialization, fallback to file ext when text is detected Denis Arh 2020-03-16 12:33:10 +01:00
  • 47db9e7ab9 Add version cli command Denis Arh 2020-03-16 08:54:30 +01:00
  • 700fae5e00 Call coredor (via gRPC) with independent context & timeout Denis Arh 2020-03-12 18:56:04 +01:00
  • 7fbd4eab30 Fix .env.example for AUTH_JWT_EXPIRY Denis Arh 2020-03-12 18:54:07 +01:00
  • ed445d120c Sanitization & validation refactoring (dates, refs) 2020.3.0-rc.3 Denis Arh 2020-03-11 18:52:52 +01:00
  • 4ab0b61daa Fix another service loading order issue Denis Arh 2020-03-11 11:55:49 +01:00
  • f4ce3bbbe5 Fix problems with multi-value set/del Denis Arh 2020-03-10 11:06:21 +01:00
  • a5bea8ba75 Fix failing provision, remove old automation script RBAC ops Denis Arh 2020-03-09 11:13:45 +01:00
  • 2f3919884e Skip deleted values on insert, fix 0000-00-00 error Denis Arh 2020-03-09 10:12:42 +01:00
  • 76c15ca84f Add list of roles to internal auth rsp Denis Arh 2020-03-05 11:16:09 +01:00
  • 0c9c67e34c Improve store & bucket path handling Denis Arh 2020-03-05 10:10:57 +01:00
  • 86fcfff237 Cleanup auth response, add list of roles Denis Arh 2020-03-04 21:40:53 +01:00
  • 2aee9f80b9 Add capability to set CORREDOR_MAX_RECEIVE_MESSAGE_SIZE, set default to 16MB Denis Arh 2020-03-04 14:19:41 +01:00
  • 7f0fcc72b9 Add @todo for IN operator support in pkg/ql Denis Arh 2020-03-04 12:28:58 +01:00
  • bed6317d71 Swap service startup order Denis Arh 2020-03-03 18:32:54 +01:00
  • 54db6d83c8 Add unmask.* operations to provision for admin Denis Arh 2020-02-28 21:01:24 +01:00
  • fcf1ab44e4 Another cleanup of old version automation relics Denis Arh 2020-02-28 17:32:00 +01:00
  • 83d78aec8f Fix user tests Denis Arh 2020-02-28 17:31:42 +01:00
  • 743eb8d509 Bug: use proper condition when unmasking email Denis Arh 2020-02-28 17:31:23 +01:00
  • 9405fb84c3 Improve handle checking & generation Denis Arh 2020-02-27 14:19:28 +01:00
  • bb2597b712 Load current settings before cli user ops Denis Arh 2020-02-27 13:46:42 +01:00
  • ca78df21f0 User email & name privacy Denis Arh 2020-02-26 20:25:31 +01:00
  • 83a7707ac0 Remove permissions related to legacy automation Denis Arh 2020-02-26 20:24:44 +01:00
  • cc4c3d115e Fix user list output Denis Arh 2020-02-26 14:01:33 +01:00
  • efb82f721d Remove obsolete automation files & references to it Denis Arh 2020-02-26 08:21:49 +01:00
  • 303b0cc0d5 Deps cleanup Denis Arh 2020-02-26 08:21:16 +01:00
  • d2fcb352ec Cleanup & refactor protobuf codegen Denis Arh 2020-02-26 08:19:57 +01:00
  • c34814b855 Fix buggy default value setter Denis Arh 2020-02-25 20:00:47 +01:00
  • 79047e9d39 Add value validators & sanitizers for all field kinds Denis Arh 2020-02-25 17:25:55 +01:00
  • 4d72fe1a13 Refactor record update/create procedures Denis Arh 2020-02-25 08:18:56 +01:00
  • b9a49645f3 Add updated & oldValue capabilities to record values Denis Arh 2020-02-25 08:16:23 +01:00
  • db601523a6 Fix unique value checking query Denis Arh 2020-02-25 08:14:06 +01:00
  • a78235252f Use clean eventbus for integration tests Denis Arh 2020-02-25 08:12:40 +01:00
  • 991af03db7 More robust event args decoding Denis Arh 2020-02-25 06:53:54 +01:00
  • 9e14b50bce Add ability to create events with imutable args Denis Arh 2020-02-25 06:47:03 +01:00
  • 7ce5a13bca Refactor and improve record value sanitization & validation Denis Arh 2020-02-21 19:26:39 +01:00
  • fee27ad8da Extract field options to a separate file, add helper functions to extract opts Denis Arh 2020-02-21 13:54:30 +01:00
  • 9ba413ecbb New script references (corredor v2) 2020.03.0.rc.2 Denis Arh 2020-02-20 12:58:42 +01:00
  • f4ac694619 Update function now pulls configs from corteza-ext Denis Arh 2020-02-20 12:57:45 +01:00
  • 752997614f Support setting settings values explicitly as strings (--as-string) Denis Arh 2020-02-18 10:39:34 +01:00
  • f59910254b Stricter user-by-email/handle/username lookups Denis Arh 2020-02-18 09:11:57 +01:00
  • b0ef8cd2cb Add guards for everyone-role changes Denis Arh 2020-02-17 19:04:55 +01:00
  • 1da269abc7 Add support for bulk record delete Denis Arh 2020-02-15 17:55:44 +01:00
  • dffeba1cb9 Fix page unique check Denis Arh 2020-02-15 15:42:47 +01:00
  • 75f449af04 Fix api specs for organisations Denis Arh 2020-02-12 13:41:53 +01:00
  • e4357a3750 Disable TestRecordExec 2020.03.0.rc.1 Denis Arh 2020-02-07 16:42:25 +01:00
  • 19e50302df Comply with corredor settings (enabled/disabled) Denis Arh 2020-02-07 12:59:41 +01:00
  • 6f75720a2a Disable corredor in integration trsts Denis Arh 2020-02-07 10:21:11 +01:00
  • db14c2a03e Full sink implementation with proper event & req/resp handling Denis Arh 2020-01-31 00:30:38 +01:00
  • 4e1a201327 Allow indirect (no current user) script execution Denis Arh 2020-01-31 00:29:15 +01:00
  • 5360ed1baa Cover Identifiable scenario for User.FindByAny() Denis Arh 2020-01-31 00:28:05 +01:00
  • 5b1c0e0548 Add withStack for all ErrInvalidID errors in system Denis Arh 2020-01-31 00:26:36 +01:00
  • 4bbfc29bfc Preload record values before we assemble event args Denis Arh 2020-01-30 19:00:44 +01:00
  • 37079d77e1 Implement if-modified-since logic for client/server script loading Denis Arh 2020-01-30 17:17:42 +01:00
  • 5a16452f51 Fix PluckString test Denis Arh 2020-01-30 17:03:45 +01:00
  • 666145a837 Protobuf codegen, add uiProps Denis Arh 2020-01-29 20:25:49 +01:00
  • eeb1a9a831 Refactord manual event type filtering logic & strategy Denis Arh 2020-01-29 08:16:40 +01:00
  • 4cf645d11a Add HasString and PluckString to slice pkg Denis Arh 2020-01-29 08:15:17 +01:00
  • 2f9d3fb039 Disable corredor client certificates Denis Arh 2020-01-28 19:06:18 +01:00
  • 2706d9f019 More robust grpc connection testing Denis Arh 2020-01-28 18:51:47 +01:00
  • 5add5cbc6f Deps vendored & updated Denis Arh 2020-01-28 18:40:56 +01:00
  • c7e0d14090 More robust (default) value handling on record Denis Arh 2020-01-28 17:33:55 +01:00
  • ddc9ef03c4 Remove extra space on subject field name (notif. api) Denis Arh 2020-01-28 17:33:23 +01:00
  • 3548742b85 Flip checking logic for url signature check Denis Arh 2020-01-28 10:13:17 +01:00
  • fa9f6cb4bd Initialize sink service w/ default eventbus service Denis Arh 2020-01-28 10:07:02 +01:00
  • 4e2bdcd0f1 Make blocks optional for page create/update payload Denis Arh 2020-01-25 21:23:47 +01:00