Commit Graph

  • 5c08083336 Merge pull request #2639 from github/robertbrignull/data_progress Robert 2023-07-26 10:05:05 +01:00
  • 07b8732a31 Use custom implementation of basename instead of path-browserify version Robert 2023-07-26 09:59:02 +01:00
  • 3e49d05ef9 Text is uppercased automatically by styling Robert 2023-07-26 09:51:51 +01:00
  • 83cc9835e8 Merge pull request #2634 from github/koesie10/cleanup-query-resolver Koen Vlaswinkel 2023-07-26 09:36:32 +02:00
  • c5af8bdcd7 Replace regex with path.basename Robert 2023-07-25 17:29:34 +01:00
  • 55b21c2add Remove custom progress bar and use normal VS Code notification for progress Robert 2023-07-25 15:33:39 +01:00
  • b87fe94a92 Remove most recent commit information and sorting (#2637) Charis Kyriakou 2023-07-25 15:15:08 +01:00
  • 493de4c190 Add new header UI elements Robert 2023-07-24 14:58:53 +01:00
  • 8f99ed2478 Data extensions editor: Change "already modeled" message (#2636) Shati Patel 2023-07-25 14:40:54 +01:00
  • cdcbdc60fb Data extensions editor: Remove buttons that are no longer needed (#2635) Shati Patel 2023-07-25 14:12:16 +01:00
  • e1bbbd6e9c Merge pull request #2631 from github/robertbrignull/deadcode_ci Robert 2023-07-25 13:09:44 +01:00
  • 84de8ad252 Add creation of auto-model request V2 Koen Vlaswinkel 2023-07-25 10:35:14 +02:00
  • 57bcfbbe29 Extract creation of lock file to more generic function Koen Vlaswinkel 2023-07-19 14:29:34 +02:00
  • 32656c1cb8 Extract query resolving to more generic functions Koen Vlaswinkel 2023-07-19 12:09:54 +02:00
  • 5572cece83 Convert find-deadcode to a script Robert 2023-07-24 17:59:34 +01:00
  • 08675e6713 Rename to tsconfig.deadcode.json Robert 2023-07-24 17:27:39 +01:00
  • abee109dbd Merge branch 'main' into robertbrignull/deadcode_ci Robert 2023-07-24 17:26:18 +01:00
  • ef27730e5e Merge pull request #2632 from github/robertbrignull/deadcode_changes Robert 2023-07-24 16:32:13 +01:00
  • 10c6708db5 Fix reference to tsconfig.json Robert 2023-07-24 14:28:10 +01:00
  • a618aed415 Mark fileMock and styleMock as allowable exports Robert 2023-07-24 14:26:34 +01:00
  • 8e8e0faa9e Unexport types that are unused outside of their source file Robert 2023-07-21 15:43:17 +01:00
  • 41ce5086e7 Mark the extension activation function as allowed to be exported but unused Robert 2023-07-21 15:41:54 +01:00
  • a79b71cff6 Switch ALLOW_HTTP_SETTING for allowHttp() Robert 2023-07-21 14:53:49 +01:00
  • f0318b0c84 Delete vsCodeGetConfiguration Robert 2023-07-21 17:01:17 +01:00
  • 814acfa74a Add find-deadcode to CI linting workflow Robert 2023-07-21 14:56:02 +01:00
  • d73276c136 Add find-deadcode npm script Robert 2023-07-21 14:55:35 +01:00
  • 44b58280e8 Merge pull request #2628 from github/robertbrignull/disposable Robert 2023-07-24 11:20:39 +01:00
  • 49a05c412c Delete pathRowClassName Robert 2023-07-21 16:53:08 +01:00
  • f57bbc2b52 Delete decimalFormatter Robert 2023-07-21 16:51:51 +01:00
  • e620120144 Delete getTestDirectory Robert 2023-07-21 16:48:35 +01:00
  • 6fbe95a334 Delete isRemoteSystemDefinedListDbItem Robert 2023-07-21 16:11:58 +01:00
  • cb4dcc81ea Delete remoteDbKinds and localDbKinds Robert 2023-07-21 16:10:50 +01:00
  • 3126c8d1a8 Delete PAGE_SIZE Robert 2023-07-21 14:56:58 +01:00
  • 0d7814c778 Delete InspectionResult Robert 2023-07-21 14:54:21 +01:00
  • f70ea71885 Delete isVariantAnalysisLiveResultsEnabled Robert 2023-07-21 14:52:35 +01:00
  • 04df20a732 Install ts-unused-exports Robert 2023-07-21 15:22:44 +01:00
  • c7b556e748 Merge pull request #2624 from github/robertbrignull/autoClosingPairs Robert 2023-07-24 11:04:52 +01:00
  • 8314a5486d Merge pull request #2627 from github/charisk/remove-deprecated-version-support Charis Kyriakou 2023-07-24 10:07:34 +01:00
  • e80ef7c1dc Remove CLI_VERSION_WITH_PER_QUERY_EVAL_LOG constraint Charis Kyriakou 2023-07-24 08:24:07 +00:00
  • f1a928994a Merge all our DisposableObject definitions Robert 2023-07-21 16:42:25 +01:00
  • 0f594704d5 Remove CLI_VERSION_WITH_STRUCTURED_EVAL_LOG constraint Charis Kyriakou 2023-07-21 15:37:56 +00:00
  • 3064415068 Remove setting of evaluator log verbosity level Charis Kyriakou 2023-07-21 15:33:07 +00:00
  • f03ef66596 Update handling of return value from packlist command Charis Kyriakou 2023-07-21 15:31:57 +00:00
  • 0617e3ec7f Merge pull request #2626 from github/robertbrignull/data-make-selected Robert 2023-07-21 16:20:37 +01:00
  • dacaf4e394 Update title in Data extensions editor tab (#2625) Shati Patel 2023-07-21 14:44:41 +01:00
  • e6566b910a Instead of resetting the database after importing, pass through makeSelected = false Robert 2023-07-19 16:44:16 +01:00
  • 778f839e8e Merge pull request #2623 from github/robertbrignull/data-model-dependency Robert 2023-07-21 12:10:15 +01:00
  • 52711c5cc1 Delete autoClosingPairs from LanguageConfiguration to appease proposed API Robert 2023-07-21 11:31:55 +01:00
  • d8687b5985 Merge pull request #2621 from github/robertbrignull/data-saving Robert 2023-07-20 08:54:29 +01:00
  • 19ad237427 Pull out common code for importing and resetting the current database Robert 2023-07-19 16:29:13 +01:00
  • bb246144c2 Add comments to createDataExtensionYamlsForFrameworkMode too Robert 2023-07-19 16:22:00 +01:00
  • fa01b33dfa Implement modelDependency message Robert 2023-07-19 16:01:42 +01:00
  • 00780442dd Send modelDependency message Robert 2023-07-19 15:06:49 +01:00
  • 5b170d02eb Avoiding overwriting any existing modeled methods from the files Robert 2023-07-18 15:04:58 +01:00
  • db4dc89e42 Split loadModeledMethods into loading all files individually and then merging them Robert 2023-07-13 16:03:23 +01:00
  • b5b606d486 Make loadModeledMethodFiles return relative paths from the extension pack Robert 2023-07-19 11:34:25 +01:00
  • f2c7c41117 Merge pull request #2406 from Marcono1234/location-url-column Robert 2023-07-19 11:01:20 +01:00
  • 152e194655 Merge branch 'main' into location-url-column Robert 2023-07-19 09:58:46 +01:00
  • f12ba96389 Update CHANGELOG.md Robert 2023-07-19 09:57:58 +01:00
  • add3296071 Merge pull request #2618 from github/dependabot/npm_and_yarn/extensions/ql-vscode/word-wrap-1.2.4 Koen Vlaswinkel 2023-07-19 10:04:56 +02:00
  • a90b85c2a6 Merge pull request #2259 from github/koesie10/upgrade-storybook-7 Koen Vlaswinkel 2023-07-19 09:51:13 +02:00
  • 3568d4a780 Bump word-wrap from 1.2.3 to 1.2.4 in /extensions/ql-vscode dependabot[bot] 2023-07-18 23:40:55 +00:00
  • d3a5a5e669 Merge pull request #2611 from github/robertbrignull/data-unsaved-checkbox Robert 2023-07-18 16:31:46 +01:00
  • fc77a52c46 Merge pull request #2614 from github/robertbrignull/Locations Robert 2023-07-18 15:31:15 +01:00
  • 5617331598 Pass in methodIsUnsaved instead of modifiedSignatures Robert 2023-07-18 15:26:34 +01:00
  • 76a7a266ff Rename jumpToLocationHandler => handleClick Robert 2023-07-18 15:11:38 +01:00
  • b6c60b26cd Rename handleClick => onClick Robert 2023-07-18 15:11:22 +01:00
  • 30d8303320 Pull out getModelingStatus method and avoid useMemo Robert 2023-07-18 15:07:26 +01:00
  • 5c12a4b205 Merge pull request #2605 from github/robertbrignull/data-modeled-methods-tests Robert 2023-07-18 14:34:21 +01:00
  • b830781e48 Replace deprecated uses of ComponentMeta and ComponentStory Koen Vlaswinkel 2023-06-09 14:21:31 +02:00
  • 8329dedd7f Upgrade to Storybook 7 Koen Vlaswinkel 2023-07-18 15:07:14 +02:00
  • 70e04a1c99 Rename to MdelingStatusIndicator and move to a separate file Robert 2023-07-18 10:59:08 +01:00
  • 768b95d3a9 Fix typo in CHANGELOG.md (#2617) Marcono1234 2023-07-17 21:39:38 +02:00
  • 8e4ee5df3d Update release test plan (#2616) Shati Patel 2023-07-17 19:05:25 +01:00
  • baa2a7fed3 Add comma as a word boundary charecter. (#2615) Alexander Eyers-Taylor 2023-07-17 17:12:36 +01:00
  • 1f16294d7e Avoid else blocks when we're returning early Robert 2023-07-17 17:04:02 +01:00
  • 679266c0b7 Remove unnecessarily forcing non-undefined Robert 2023-07-17 17:02:59 +01:00
  • f1e96f7812 Use more standard name for callback Robert 2023-07-17 17:00:03 +01:00
  • f8e6ccea23 Do event propogation cancelation before other work Robert 2023-07-17 16:59:26 +01:00
  • 8f46052459 Use optional call instead of explicit if-then Robert 2023-07-17 16:58:52 +01:00
  • b210d83210 Use named Props interfaces instead of defining types inline Robert 2023-07-17 16:58:08 +01:00
  • eaf8d68dd1 Remove all usages of NonClickableLocation outside of Location Robert 2023-07-17 16:53:02 +01:00
  • c4ebee8e8d Have each component in a separate file Robert 2023-07-17 16:51:23 +01:00
  • 2962306094 Specify that tmp dir is under homedir on windows Robert 2023-07-17 15:22:43 +01:00
  • a4c0365a95 Move components for rendering locations to a separate file Robert 2023-06-30 12:24:43 +01:00
  • 2abc4d542b Merge pull request #2613 from github/version/bump-to-v1.8.9 Shati Patel 2023-07-17 12:01:59 +01:00
  • 700b9bf348 Bump version to v1.8.9 github-actions[bot] 2023-07-17 10:35:30 +00:00
  • 6be797d9d2 Merge pull request #2612 from github/v1.8.8 v1.8.8 Shati Patel 2023-07-17 11:10:54 +01:00
  • 9924f87473 Add a test that calls loadModeledMethods Robert 2023-07-17 10:51:12 +01:00
  • f19b600287 Fix semantic merge conflict in imports Robert 2023-07-17 11:07:10 +01:00
  • 14200a5011 Merge branch 'main' into robertbrignull/data-modeled-methods-tests Robert 2023-07-17 11:06:40 +01:00
  • 3fa7590187 v1.8.8 shati-patel 2023-07-17 10:17:54 +01:00
  • fffb692ca8 Include column numbers in location URLs Marcono1234 2023-07-15 21:59:14 +02:00
  • 6cfc7d5ced Remove support for CodeQL CLI versions older than 2.9.4 (#2610) Shati Patel 2023-07-14 17:13:46 +01:00
  • 7ea6cd871b Merge pull request #2609 from github/ginsbach/AdditionalAndDefaultKeywords Philip Ginsbach 2023-07-14 16:23:50 +01:00
  • 5631d33b20 Change the data extension's webview icon (#2608) Shati Patel 2023-07-14 16:17:56 +01:00
  • de7d65fc8b Replace checkbox with an icon that shows saved status Robert 2023-07-14 14:12:14 +01:00
  • e73421dabb Track changed signatures instead of unsaved models Robert 2023-07-14 16:08:25 +01:00
  • e1e55d1d01 link to the PR from the changelog entry Philip Ginsbach 2023-07-14 15:23:55 +01:00
  • 421fe11664 Normalize paths before doing string comparisons Robert 2023-07-14 15:12:12 +01:00