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

Remove old GUI1 ICONs and mapping function #10086

Merged
merged 5 commits into from
May 27, 2024
Merged

Conversation

jdunkerley
Copy link
Member

@jdunkerley jdunkerley commented May 25, 2024

Pull Request Description

Updates all the ICONs using GUI1 names to GUI2 names.
Removes the mapping function.

  • dataframe_clean -> table_clean
  • dataframe_map_row -> map_row
  • dataframe_map_column -> column_add
  • dataframes_join -> join2-1
  • dataframes_union -> union
  • sigma -> transform4
  • io -> in_out
  • date_and_time -> time
  • spatial -> location
  • predictive -> predict
  • machine_learning -> robot
  • split_text -> split

Sort out a few ? Example and Returns: lines in doc comments.
Linter fixes.

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR:

  • The documentation has been updated, if necessary.
  • Screenshots/screencasts have been attached, if there are any visual changes. For interactive or animated visual changes, a screencast is preferred.
  • All code follows the
    Scala,
    Java,
    TypeScript,
    and
    Rust
    style guides. In case you are using a language not listed above, follow the Rust style guide.
  • Unit tests have been written where possible.

```
  dataframe_clean: 'table_clean',
  dataframe_map_row: 'map_row',
  dataframe_map_column: 'column_add',
  dataframes_join: 'join2-1',
  dataframes_union: 'union',
  sigma: 'transform4',
  io: 'in_out',
  date_and_time: 'time',
  spatial: 'location',
  predictive: 'predict',
  machine_learning: 'robot',
  split_text: 'split',
```
@jdunkerley jdunkerley added the CI: No changelog needed Do not require a changelog entry for this PR. label May 25, 2024
@jdunkerley jdunkerley added CI: Clean build required CI runners will be cleaned before and after this PR is built. and removed CI: Clean build required CI runners will be cleaned before and after this PR is built. labels May 25, 2024
Comment on lines -1793 to 1794
union : (DB_Table | Vector DB_Table) -> Match_Columns -> Columns_To_Keep -> Problem_Behavior -> DB_Table
union : (DB_Table | Vector DB_Table) -> Columns_To_Keep -> Match_Columns -> Problem_Behavior -> DB_Table
union self tables:(DB_Table | Vector) (columns_to_keep : Columns_To_Keep = ..In_Any_Warn_On_Missing) (match_columns : Match_Columns = Match_Columns.By_Name) (on_problems : Problem_Behavior = Report_Warning) =
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooops, my bad. Thanks for aligning this.

@AdRiley AdRiley merged commit 200da1a into develop May 27, 2024
38 checks passed
@AdRiley AdRiley deleted the wip/jd/remove-gui1-icons branch May 27, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: No changelog needed Do not require a changelog entry for this PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants