Commit Graph
100 Commits
Author SHA1 Message Date
dc 206d88c6a9 docs(viewer): correct the full table search row count claim
The row count next to the table name is the capped count, not the total
number of matches. A search that matches more rows than DC_MAXOBS_WEBVIEW
returns the first 500 and reports 500, so the count does not rise above the
cap even when many more rows match.
2026-09-17 11:43:23 +00:00
allan cd47d0e442 Merge pull request 'docs(viewer): document full table search semantics with a screenshot' (#5) from docs/full-table-search into main
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m18s
Reviewed-on: #5
Reviewed-by: Allan <allan@4gl.io>
2026-09-17 09:49:11 +00:00
dc 85f200c724 docs(viewer): correct the character search example to match the code
The example claimed `smith` finds `Smithson`, which only holds for a case
insensitive match. The search is a case sensitive CONTAINS match - DC passes
the search value straight to %mp_searchdata, which uses the SAS `?` operator -
so `smith` finds `Goldsmith` (a lowercase substring) and not `Smithson`.
2026-09-16 23:42:37 +00:00
dc 4a53499055 docs(viewer): show the matching column in the full table search screenshot
The screenshot showed the siphonophore search returning 3 rows, but the
NOTES column - the only column the value appears in - was clipped off the
right edge, so the image did not show why those rows matched.

Re-captured at 1920x900 (all nine columns on screen, no clipping) from the
mocked instance, with the capture gated on an assertion that the matched
cell is inside the grid viewport.
2026-09-16 23:38:14 +00:00
dc d95f440c4f docs(viewer): document full table search semantics with a screenshot
The "Full Table Search" section said only that a search box exists. It now
states the behaviour that users actually hit:

- the search covers every column at once, character columns by case sensitive
  CONTAINS and numeric columns by exact match
- the Numeric toggle switches to exact numeric matching
- an applied filter scopes the search
- results are capped by DC_MAXOBS_WEBVIEW (linked to the options page), and the
  row count next to the table name reports the match count
- a search with no matches shows the "No data found with given conditions"
  panel

Adds a screenshot of the search in action (docs/img/full-table-search.png),
captured from a running instance via the Cypress suite in the dc repo.
2026-09-16 00:52:12 +00:00
hermes 94b27628aa Merge pull request 'docs: remove customer reference and conversion-function warning from timezone FAQ' (#4) from fix/timezone-docs-redact into main
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m12s
2026-09-04 11:34:05 +00:00
dc-bot 5236b74fee docs: remove customer reference and conversion-function warning from timezone FAQ 2026-09-04 11:33:49 +00:00
hermes 06df7e6e23 Merge pull request 'docs: remove customer-identifying details from timezone troubleshooting section' (#3) from fix/timezone-docs-redact into main
Publish to docs.datacontroller.io / Deploy docs (push) Failing after 13m6s
2026-09-04 10:21:03 +00:00
dc-bot 7e49033aae docs: remove customer-identifying details from timezone troubleshooting section 2026-09-04 10:20:08 +00:00
dc-bot 76bdc90ed8 docs: add troubleshooting section for timestamps displayed in UTC (compute context TIMEZONE)
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 17m7s
2026-09-04 10:00:58 +00:00
allan 6782b77e69 Merge pull request 'docs: document v7.13.0 features' (#2) from docs/v7.13-features into main
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m26s
Reviewed-on: #2
2026-09-03 20:11:49 +00:00
dc-bot 6d9d29b786 docs(roadmap): remove duplicated delivered validation features from Requested section 2026-09-03 20:10:54 +00:00
dc-bot 6f176b35e1 docs(roadmap): use headings instead of bold text for design subsections 2026-09-03 20:07:09 +00:00
dc-bot d342e51241 docs(roadmap): fix wrong 'under consideration' heading - features are delivered 2026-09-03 19:53:03 +00:00
dc-bot 57e8a6e975 docs: improve formula examples, fix roadmap structure, add trailing newline
- dcc-validations: add MATCH() example showing why spaces matter around column names; document that new rows are 'A' from creation
- roadmap: move delivered Frontend Formulae and Regex Rules to Delivered Features section; reword 'necessary' heading
- deploy-viya: add trailing newline
2026-09-03 19:50:31 +00:00
dc-bot 9666ca3300 docs: remove non-DC and low-value sections from v7.13.0 docs bundle
- deploy-viya: remove first-launch note, Deploy Checks section
- admin-services: remove Licence Key Screen section
- cas-tables: remove REPLACE Load Type subsection
2026-09-03 19:32:49 +00:00
dc-bot 6fa1b4f6ba docs(viya): remove low-value login page note 2026-09-03 19:13:13 +00:00
dc-bot 1d0cfd6681 docs: document v7.13.0 features
- Live formulas (HARDFORMULA/SOFTFORMULA) in dcc-validations with operator-friendly explanations
- MPE_VALIDATIONS table doc: add HARDFORMULA/SOFTFORMULA to RULE_TYPE values
- Roadmap: mark Frontend Formulae and Regex Rules as delivered
- SAS VA Embed: document Live vs Confirm filter modes
- ViewBoxes: document edge/corner drag resizing
- Licensing: combined-key paste, key preview, protocol warning
- CAS Tables: REPLACE load type support and temp table cleanup
- Editor: native date/time pickers, paste-validation overlay, row status indicators
- Stage page: Formatted/Unformatted toggle on the approvals screen
- Viya deploy: configurator improvements, deploy checks, login page UX
- Index page: add live formulas and VA embed to features list
2026-09-03 17:25:40 +00:00
blog-dev 021db986e0 fix(docs): correct feed link to /rollback-data-changes/
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m13s
2026-08-20 22:26:04 +01:00
blog-dev 11f298ee2a docs: drop version reference from data restore page
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m24s
2026-08-20 21:50:26 +01:00
blog-dev 034700a33e docs(rewrite): expand data restore guide with detailed workflow, security, and limitations
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m17s
2026-08-20 21:37:38 +01:00
4gl c875ce04b7 chore(docs): updating data catalog refresh process
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m16s
2026-08-10 21:51:46 +01:00
4gl 2f30680e84 feat: adding all tables to the docs
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m17s
2026-08-10 17:11:53 +01:00
4gl 9b68c55754 feat: regex docs
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m19s
2026-07-28 12:22:09 +01:00
allan 0590191ff4 feat: updates for v7.10 release
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m31s
2026-07-13 18:23:00 +01:00
allan 964434af0a fix: link
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 58s
2026-07-01 13:14:29 +01:00
allan dec5f239de fix: embed va
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m4s
2026-07-01 13:12:22 +01:00
allan 80cabc7312 fix: va page
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m46s
2026-07-01 12:23:08 +01:00
allan ddd5866484 feat: 7.9 updates
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m48s
2026-06-30 13:42:06 +01:00
4gl a0bb0c1e20 info about casuser lib
Publish to docs.datacontroller.io / Deploy docs (push) Failing after 13m12s
2026-06-02 13:56:53 +01:00
4gl 1b590a6ee7 fix: docs link
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m3s
2026-05-19 11:54:15 +01:00
4gl 874e045dff fix: deploy docs update for runastask
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m5s
2026-05-15 13:27:48 +01:00
4gl 1ca32b4b71 fix: headings
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m4s
2026-04-23 10:50:21 +01:00
4gl b880988887 fix: description
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m10s
2026-04-23 10:48:10 +01:00
4gl 55ad7424fd fix: security settings
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m8s
2026-04-23 10:39:57 +01:00
allan f3954fa046 feat: cas table proposal
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m17s
2026-04-17 13:53:53 +01:00
allan 05a16acabb fix: title
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m1s
2026-04-07 22:00:59 +00:00
allan ae6620b3db feat: viya deploy instructions
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 59s
2026-04-07 21:55:09 +00:00
allan 447397236b fix: email link
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 59s
2026-04-04 00:57:53 +01:00
allan 3bfd96f431 fix: typos
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m6s
2026-04-04 00:56:10 +01:00
allan ffdbdb869c feat: email templates
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m20s
2026-04-04 00:49:32 +01:00
allan 535937b586 chore: docs
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m1s
2026-04-03 16:08:05 +01:00
allan ad5a566001 fix: doc improvements
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m3s
2026-03-30 23:01:24 +00:00
allan 15c617f48e feat: snowflake support
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m2s
2026-03-14 13:40:47 +00:00
_ 6a950ea839 fix: separate
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m1s
2026-02-27 14:07:09 +00:00
_ 5dfbc2526e feat: updated viya flow
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m2s
2026-02-27 14:01:01 +00:00
_ ca8499de90 roadmap
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m5s
2026-02-16 14:22:15 +00:00
_ 102f59d2e8 fix: formula approach
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m3s
2026-02-16 13:31:07 +00:00
_ 71af1df610 fix: roadmap improvements
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 54s
2026-02-15 23:57:05 +00:00
_ f9daa7dfbb feat: new validations
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 57s
2026-02-15 23:49:13 +00:00
allan 965efacf70 fix: typo
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 53s
2026-02-08 00:57:47 +00:00
zver bd3addd619 fix: toc + copydate
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 55s
2026-02-08 00:26:14 +00:00
zver 81ec07117d feat: mpe_validations table and a note about the pgmloc var in hook scripts
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m0s
2026-02-08 00:22:29 +00:00
allan 45a46d6a0a fix: pipeline
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m5s
2025-10-01 12:34:20 +01:00
allan 52c3101807 fix: guide
Publish to docs.datacontroller.io / Deploy docs (push) Failing after 2m19s
2025-10-01 12:18:27 +01:00
allan 5715d17312 Merge pull request 'fix: servername' (#1) from servername into main
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m21s
Reviewed-on: #1
2025-03-11 20:47:22 +00:00
dc cfeeb29340 fix: clarifications
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m37s
2024-09-17 09:07:37 +01:00
dc 327cb7ccfc fix: wording
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m38s
2024-09-05 11:32:00 +02:00
dc 6cfea75681 fix: updates in docs on UPDATE
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m45s
2024-09-03 21:07:44 +02:00
^ 8718396f57 adding appinfo info
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m57s
2024-05-06 23:54:20 +01:00
^ aa4854df14 fix: abort reasons
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m43s
2024-05-03 13:42:41 +01:00
^ e172464058 requests image
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m40s
2024-05-02 23:25:10 +01:00
^ 50185fb534 mpe_requests
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m47s
2024-05-02 22:49:08 +01:00
^ f488a5319c fix: stuff
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m46s
2024-05-02 16:55:50 +01:00
^ 4f25763489 typos
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m40s
2024-05-02 16:43:57 +01:00
^ ddc2972bd2 restore text
Publish to docs.datacontroller.io / Deploy docs (push) Has been cancelled
2024-05-02 16:42:46 +01:00
^ ca5ae17177 restore image
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m34s
2024-05-02 16:40:52 +01:00
^ fe169c00be fix: adding image
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m40s
2024-05-02 16:36:36 +01:00
^ 84b8797992 restore feature
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m42s
2024-05-02 14:09:17 +01:00
^ f3b772b83b fix: improved sas 9 config docs
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m45s
2024-03-13 20:14:57 +00:00
zmaj b168c95b54 updated notes for hook scripts
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m47s
2024-02-06 19:08:11 +00:00
zmaj f5eac67aff vid
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m55s
2024-01-24 20:51:46 +00:00
zmaj 48ad6e6be9 fix: roadmap
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m50s
2024-01-24 11:51:31 +00:00
zmaj 79da26a21d fix: more links
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m52s
2024-01-24 11:18:48 +00:00
zmaj a8580b87f7 fix: links
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m42s
2024-01-24 11:16:43 +00:00
zmaj 09d302c309 fixing links
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m46s
2024-01-24 10:24:58 +00:00
zmaj 1549496248 formatting
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m32s
2024-01-24 09:37:49 +00:00
zmaj 8c24252cb2 fix: desc
Publish to docs.datacontroller.io / Deploy docs (push) Waiting to run
2024-01-23 21:14:23 +00:00
zmaj 44a6bb3fbf fixings
Publish to docs.datacontroller.io / Deploy docs (push) Waiting to run
2024-01-23 18:28:02 +00:00
zmaj 109c9735a5 complex excel uploads
Publish to docs.datacontroller.io / Deploy docs (push) Waiting to run
2024-01-23 17:34:36 +00:00
zmaj 81ce833ebe fix: updated roadmap to remove part about customer-funded features
Publish to docs.datacontroller.io / Deploy docs (push) Has been cancelled
2024-01-15 16:15:40 +00:00
allan 197c60615d Update docs/roadmap.md
Publish to docs.datacontroller.io / Deploy docs (push) Has been cancelled
2023-12-22 15:27:32 +00:00
zver aabb86b6f3 fix: redeploy process
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m37s
2023-10-30 22:24:24 +00:00
zver 174f01058d fix: redeploy process
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m29s
2023-10-30 22:15:26 +00:00
zver 19cbcd8e53 fix: redeploy process
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m30s
2023-10-30 22:10:46 +00:00
zver 982bd91c3b fix: redeploy process
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m42s
2023-10-30 22:04:52 +00:00
allan a9747b3071 feat: improved docs for admin group
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m31s
2023-10-12 13:18:11 +01:00
allan 5b86be18b8 chore: mentioning post edit hook
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m35s
2023-10-08 17:42:53 +01:00
allan 70e5370eb4 chore: copyright year bump + list page in sidebar
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m33s
2023-10-06 23:56:53 +01:00
allan 24f2829222 feat: adding mpe_security to documented tables 2023-10-06 23:48:08 +01:00
allan 9da4a2232c Update docs/macros.md
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m24s
2023-10-01 09:39:25 +00:00
allan 54c2a2d1a2 fix: missing 't'
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m18s
2023-08-25 14:10:55 +01:00
allan bc494d7e90 fix: adding more info on REPLACE loadtype
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m22s
2023-08-25 12:23:52 +01:00
allan 6db54d6b84 Update docs/dci-troubleshooting.md
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m21s
2023-08-10 08:03:44 +00:00
allan 63a0962b3a Update docs/dci-deploysas9.md
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m17s
2023-08-02 17:31:43 +00:00
allan e0ae2074d1 Update .gitea/workflows/publish.yml
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m14s
2023-07-25 07:42:41 +00:00
allan 167d7488a7 Update docs/dcc-tables.md
Publish to docs.datacontroller.io / Deploy docs (push) Failing after 2m4s
2023-07-25 07:35:48 +00:00
allan fde15da7fc Update mkdocs.yml
Publish to docs.datacontroller.io / Deploy docs (push) Failing after 2m6s
2023-07-25 07:24:37 +00:00
Mihajlo Medjedovic 1d3ec5c56b ci: cloudron surfer
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m15s
2023-07-25 00:47:21 +02:00
Mihajlo Medjedovic ecdd19dd1c ci: chrome install
Publish to docs.datacontroller.io / Deploy docs (push) Failing after 1m35s
2023-07-25 00:35:42 +02:00