├── releases ├── v0.9.1.md ├── v1.3.1.md ├── v1.1.2.md ├── v0.9.2.md ├── v0.9.4.md ├── v1.0.0.md ├── v1.1.1.md ├── v1.1.3.md ├── v0.9.3.md ├── v0.9.7.md ├── v1.1.0.md ├── v1.2.1.md ├── v1.2.0.md ├── v0.9.5.md └── v1.3.0.md ├── .github └── ISSUE_TEMPLATE │ ├── feature_request.md │ └── bug_report.md └── README.md /releases/v0.9.1.md: -------------------------------------------------------------------------------- 1 | ### Fixes 2 | * Update Arc logos 3 | * Move About button and change colour 4 | * Add Getting Started document to zip file 5 | 6 | ### Download 7 | https://code.cubewise.com/arc-download/ 8 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Feature request 3 | about: Suggest an idea for Arc 4 | 5 | --- 6 | 7 | **Is your feature request related to a problem? Please describe.** 8 | A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 9 | 10 | **Describe the solution you'd like** 11 | A clear and concise description of what you want to happen. 12 | 13 | **Describe alternatives you've considered** 14 | A clear and concise description of any alternative solutions or features you've considered. 15 | 16 | **Additional context** 17 | Add any other context or screenshots about the feature request here. 18 | -------------------------------------------------------------------------------- /releases/v1.3.1.md: -------------------------------------------------------------------------------- 1 | **Arc** version 1.3.1 is now available for [download](https://code.cubewise.com/arc-download/). 2 | 3 | This release is an update to [v1.3.0](https://github.com/cubewise-code/arc-issues/blob/master/releases/v1.3.0.md). 4 | 5 | ## Enhancements 6 | 7 | * Opening of the browser when Arc is not running as a service. 8 | 9 | ## Fixes 10 | 11 | * The Start Trial license button was not displayed for new Arc installations. This has been fixed. 12 |
10 |
11 | Arc for TM1 is the ultimate modern developer tool for TM1 and Planning Analytics both on-premise and in the cloud.
12 |
13 | * **Hierarchy aware**, built for the future of TM1.
14 | * Multi-document tabbed interface.
15 | * Turbo Integrator **debugging**.
16 | * **Syntax highlighting**.
17 | * **Auto-complete**.
18 | * User-defined **snippets**.
19 | * User-defined **plugins** and **pages**.
20 |
21 | ## Download
22 | To view more information about **Arc** and **download** the latest version, go to [https://code.cubewise.com/arc-download](https://code.cubewise.com/arc-download)
23 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/releases/v1.1.3.md:
--------------------------------------------------------------------------------
1 | **Arc** version 1.1.3 is now available for [download](https://code.cubewise.com/arc-download/).
2 |
3 | ## Enhancements
4 | * Arc will now use **ExecuteWithReturn** and **ExecuteProcessWithReturn** functions for TM1 11.3 IF1 or later, for other TM1 versions Arc will use the **Execute** and **ExecuteProcess** functions.
5 | * The Debugging shortcuts have been updated. All shortcuts can be found [here](https://code.cubewise.com/arc-docs/arc-shortcut-keys)
6 |
7 | ## Fixes
8 | * Shortcut keys not working as expected in Firefox. [#225](https://github.com/cubewise-code/arc-issues/issues/225)
9 | * Copy variable result from debugging right-side list. [#96](https://github.com/cubewise-code/arc-issues/issues/96)
10 | * Display Name incorrect in Security tab. [#224](https://github.com/cubewise-code/arc-issues/issues/224)
11 | * Hierarchy editor: repeated N to C conversion warning. [#221](https://github.com/cubewise-code/arc-issues/issues/221)
12 | * Hierarchy editor: Freeze row header when horizontal scroll to right. [#219](https://github.com/cubewise-code/arc-issues/issues/219)
13 |
14 | ## Download
15 | https://code.cubewise.com/arc-download/
16 |
--------------------------------------------------------------------------------
/releases/v0.9.3.md:
--------------------------------------------------------------------------------
1 | ### Enhancements
2 | * Sample settings file renamed to settings.sample.yml.
3 | * Added LogOutput to list of functions.
4 | * Auto indenting of code inside code blocks, i.e. IF, WHILE, etc.
5 | * Add dimensions (i.e. !Version) to rule editor auto-complete.
6 | * Allow underscore and other valid non-ASCII characters in rule editor dimension highlighting.
7 | * Change menu search to use simple _contains_ instead of _fuzzy_ search.
8 | * Save/update breakpoint expressions while debugging.
9 | * Deactivate chores while saving then reactivate if required.
10 | * Add search to new cube dialog.
11 | * Add chore execute plugin.
12 | * Plugins are now stored in a public repository: https://github.com/cubewise-code/arc-plugins
13 |
14 | ### Fixes
15 | * Code folding / syntax error in rule file when IF block is deleted.
16 | * Selection of chores in Chores page.
17 | * Breakpoint duplicate key issue.
18 | * The replacement of text when using auto-complete and text is selected.
19 | * The handling of session timeouts when using CAM to show namespace box.
20 | * Cutting of consolidations in the hierarchy editor.
21 | * Logo issues in IE.
22 | * Reset the undo history after loading a rule and TI.
23 | * Log errors from HTTP server to arc.log.
24 |
25 | Details of issues fixed in this release: https://github.com/cubewise-code/arc-issues/issues?q=is%3Aissue+milestone%3A0.9.3+is%3Aclosed
26 |
--------------------------------------------------------------------------------
/releases/v0.9.7.md:
--------------------------------------------------------------------------------
1 | ### HTTPS/SSL Support
2 | HTTPS/SSL support has been added to **Arc** so you can run the server with the added security of end-to-end encryption. There are three new parameters in the **Arc** settings to configure SSL: **usessl**, **sslhostname** and **useletsencrypt**. A full description of these can be found in the **settings.sample.yml** file.
3 |
4 | > By default with **usessl** set to _true_ **Arc** will generate self-signed SSL certificates, when using this setting you will receive a warning in your browser. It is safe to ignore this warning but it is **recommended** that you generate your own certificates using a valid certificate authority.
5 |
6 | ### SSL and Let's Encrypt
7 | **Arc** supports the **Let's Encrypt** service for generating valid SSL certificates that are free of charge. This option can only be used if you are using a publicly accessible URL for the **Arc** server. This means it must be on the _internet_ not the _intranet_ as the Let's Encrypt service must be able to contact your site to validate the ownership of your domain name.
8 |
9 | ### Enhancements
10 | * Added support for running the Arc server using SSL. It supports self-signed certificates, custom certificates and Let's Encrypt.
11 | * You can now override the snippet and function files used in the auto-complete list: https://github.com/cubewise-code/arc-issues/issues/62
12 |
13 | ### Fixes
14 | A full list of fixes are here: https://github.com/cubewise-code/arc-issues/issues?q=is%3Aissue+is%3Aclosed+milestone%3A0.9.7
15 |
16 | ### Download
17 | https://code.cubewise.com/arc-download
18 |
19 | ### Issues
20 | If you find an issue in Arc please create a issues on our Github page (https://github.com/cubewise-code/arc-issues/issues) with the following details:
21 |
22 | * Version of Arc (get this from the Arc About/Info page)
23 | * Version of TM1 (get this from the Arc Configuration page under Administration)
24 | * Browser and version
25 | * Step by step details of how to replicate the issue
26 | * Provide as many screenshots as possible.
27 |
--------------------------------------------------------------------------------
/releases/v1.1.0.md:
--------------------------------------------------------------------------------
1 | **Arc** version 1.1.0 is now available for download.
2 |
3 | There have been a huge number of fixes and enhancements.
4 |
5 | ## Enhancements
6 | * A new interface to manage users and groups security. [#35](https://github.com/cubewise-code/arc-issues/issues/35)
7 | * Unify find/replace between the TI code tabs. [#187](https://github.com/cubewise-code/arc-issues/issues/187)
8 | * Add a + button to create new object in (Dimensions, Cubes, Processes, Chores). [#192](https://github.com/cubewise-code/arc-issues/issues/192)
9 | * Subset Editor window size depends now on the screen size. [#181](https://github.com/cubewise-code/arc-issues/issues/181)
10 | * Add search capability to data source drop downs. [#165](https://github.com/cubewise-code/arc-issues/issues/165)
11 | * Add Keyboard Shortcut to run a TI. [#145](https://github.com/cubewise-code/arc-issues/issues/145)
12 | * Add support for Dynamic SQL Queries during Preview. [#128](https://github.com/cubewise-code/arc-issues/issues/128)
13 | * Overwrite a cube if already existing. [#123](https://github.com/cubewise-code/arc-issues/issues/123)
14 | * Hierarchy editor, expand button only expand first children. [#105](https://github.com/cubewise-code/arc-issues/issues/105)
15 | * Add refresh available dimensions button to create cube dialog. [#5](https://github.com/cubewise-code/arc-issues/issues/5)
16 | * Now you can execute MDX Set Expression in the MDX plugin.
17 | * New plugin dedicated to the REST API.
18 | * New plugin to help you manage native views and subsets.
19 | * The Hierarchy editor has been significantly improved:
20 | * Changes to the hierarchy are now immediate.
21 | * Delete/Copy/Paste multiple leaf elements at the same time.
22 | * Copy a list of elements from Excel, Paste into the new element input box and then click Add!
23 |
24 | ## Fixes
25 | * Chores Duplicating Processes On Save. [#189](https://github.com/cubewise-code/arc-issues/issues/189)
26 | * SubsetElementGetIndex TI function not recognise. [#186](https://github.com/cubewise-code/arc-issues/issues/186)
27 | * Attributes of dimension not display in IE. [#185](https://github.com/cubewise-code/arc-issues/issues/185)
28 | * Manually editing subset MDX does not update view. [#182](https://github.com/cubewise-code/arc-issues/issues/182)
29 |
30 | ## Download
31 | https://code.cubewise.com/arc-download/
32 |
--------------------------------------------------------------------------------
/releases/v1.2.1.md:
--------------------------------------------------------------------------------
1 | **Arc** version 1.2.1 is now available for [download](https://code.cubewise.com/arc-download/).
2 |
3 | ## Enhancements
4 | * A logout button has been added inside the active user window. [#38](https://github.com/cubewise-code/arc-issues/issues/38)
5 |
6 |
7 |
8 | * New option in the About page to disable dragging of tabs (recommended for Internet Explorer). [#266](https://github.com/cubewise-code/arc-issues/issues/266)
9 |
10 |
11 |
12 | * New settings.yml parameters to handle number formats used for passing values in the cube viewer
13 | number. [#232](https://github.com/cubewise-code/arc-issues/issues/232),[#265](https://github.com/cubewise-code/arc-issues/issues/265). To update the number formats, add the following parameters to the settings.yml file:
14 | ```
15 | # Number formats used for passing values in the cube viewer
16 | number:
17 | precision: 2 # Default number of decimal places
18 | thousand: "," # Separator used for thousands
19 | decimal: "." # Separator used for decimals
20 | ```
21 |
22 | ## Fixes
23 | * Drag and drop objects from left menu to TI editor or rule editor was not working. [#278](https://github.com/cubewise-code/arc-issues/issues/278)
24 | * Arc does not search anymore for TM1 objects in previously connected servers. [#277](https://github.com/cubewise-code/arc-issues/issues/277)
25 | * Search menu feature is now more efficient. [#276](https://github.com/cubewise-code/arc-issues/issues/276)
26 | * An error message will now appear when trying to delete a subset being used by a view. [#272](https://github.com/cubewise-code/arc-issues/issues/272)
27 | * String data input in control cubes was saved as HTML code. [#270](https://github.com/cubewise-code/arc-issues/issues/270)
28 | * Search box in subset editor has been fixed. [#269](https://github.com/cubewise-code/arc-issues/issues/269)
29 | * When closing a TI without changing anything a save prompt will not pop up anymore. [#264](https://github.com/cubewise-code/arc-issues/issues/264)
30 | * Cloning a security group was not working as expected. [#244](https://github.com/cubewise-code/arc-issues/issues/244)
31 | * CAM users can now be added to a group. [#235](https://github.com/cubewise-code/arc-issues/issues/235)
32 |
33 | ## Download
34 | https://code.cubewise.com/arc-download/
35 |
--------------------------------------------------------------------------------
/releases/v1.2.0.md:
--------------------------------------------------------------------------------
1 | **Arc** version 1.2.0 is now available for [download](https://code.cubewise.com/arc-download/).
2 |
3 | ## Enhancements
4 | * You can now request license files while **offline**, i.e if you are using Arc in a resticted location such as a server you will be provided with details and instructions to request a license.
5 | * The default action for a cube is now to open the cube viewer, to open the rules click on the sub-menu **Rules**
6 | * Arc uses now a new multi-window layout manager:
7 | * You can view editors side-by-side, for example cube rules on one side and cube viewer on the other.
8 | * To use the new layout manager drag the tab heading to the location you want the editor to be located. It can be to left/right, top/bottom or beside another tab.
9 |
10 | 
11 |
12 | ## Fixes
13 | * The Cube viewer now supports views without dimensions on rows, i.e. only on the columns. It is not possible to have a dimension on the rows but not the columns. [#256](https://github.com/cubewise-code/arc-issues/issues/256)
14 | * Missing scrollbar when executing TI process with long parameter list in Internet Explorer. [#255](https://github.com/cubewise-code/arc-issues/issues/255)
15 | * Being able to replace string with empty string. [#251](https://github.com/cubewise-code/arc-issues/issues/251)
16 | * Allow Save As when a process has errors. [#249](https://github.com/cubewise-code/arc-issues/issues/249)
17 | * Create a new object by pressing enter instead of Create button. [#216](https://github.com/cubewise-code/arc-issues/issues/216)
18 | * Arc History does not show cube name for views. [#205](https://github.com/cubewise-code/arc-issues/issues/205)
19 | * Recent items description incomplete for hierarchies. [#188](https://github.com/cubewise-code/arc-issues/issues/188)
20 | * When creating a new TI variable, Arc will now remove invalid characters. [#245](https://github.com/cubewise-code/arc-issues/issues/245)
21 | * The execute process modal dialog now includes the parameter names. [#242](https://github.com/cubewise-code/arc-issues/issues/242)
22 | * Hierarchy editor handles large dimensions by limiting elements to first 10,000 elements. [#241](https://github.com/cubewise-code/arc-issues/issues/241)
23 | * Syntax highlighting does not color the S: qualifier in rules. [#240](https://github.com/cubewise-code/arc-issues/issues/240)
24 | * TI ascii source files with TAB delimiter cannot be previewed. [#238](https://github.com/cubewise-code/arc-issues/issues/238)
25 | * DimNm function keyword incorrectly populated. [#234](https://github.com/cubewise-code/arc-issues/issues/234)
26 | * Display Name incorrect in Security tab. [#224](https://github.com/cubewise-code/arc-issues/issues/224)
27 | * Arc will now give a message if TM1 server is loading and can't be accessed. [#215](https://github.com/cubewise-code/arc-issues/issues/215)
28 | * The Cube Logging flag is now availble in the Cube list. [#22](https://github.com/cubewise-code/arc-issues/issues/22)
29 |
30 | ## Download
31 | https://code.cubewise.com/arc-download/
32 |
--------------------------------------------------------------------------------
/releases/v0.9.5.md:
--------------------------------------------------------------------------------
1 | ### Cube Viewer
2 | The new cube viewer supports both native and MDX views. A **native view** is the name of the standard view you have been used to using in TM1 for many years. These views do not support the new multiple hierarchies and are essentially deprecated. Arc supports reading **native views** but you **cannot** save a native view.
3 |
4 | **MDX views** were added to TM1 to support multiple hierarchies, these views contain a single MDX statement. The **Arc** cube viewer is based on MDX, each time you drag/drop a hierarchy or select a set of elements the MDX is updated and executed against the TM1 model.
5 |
6 | You can save MDX views with **Arc**, these views can be used in the newer TM1 interfaces such as PAX and PAW.
7 |
8 | > When saving a MDX view **Arc** also saves the "view definition" as part of the view. If the MDX is updated outside of **Arc** (or **Canvas**) you will need to update edit the MDX manually. Clear the MDX statement to revert to the drag/drop interface. We have plans to add an MDX parser to **Arc** in the future to handle this scenario.
9 |
10 | ### Subset Editor
11 | Like the **cube viewer**, the **Arc** **subset editor** is built to generate MDX set expressions. Most of the functionality should be familiar to what you have experienced in **Architect** or **Perspectives**: all elements, filtering, ordering, etc. There is no **Record Expression** option as the **Arc** subset editor is _always_ recording the MDX expression. You can edit the MDX expression manually.
12 |
13 | > The **Arc** subset editor tests the MDX expressions by executing a query against the }ElementAttributes cube of the dimension. This means that any dimension that you want to use the **subset editor** against must have at least on attribute. **Arc** will prompt you to create one if it doesn't exist.
14 |
15 | ### Enhancements
16 | * Cube viewer
17 | * Subset editor
18 | * Add a warning when TM1 10.2.2 is being used
19 | * Allows snippets and syntax files to be overwritten locally to change naming conventions: #62
20 |
21 | ### Fixes
22 | * Set the correct position property when adding variables to a TI process with a cube view as the source: #30
23 | * Fix the highlighting of dimension names when concatenation is used in cube rules: #55
24 | * Add a limit to the number of cells returned from a cube view when previewing in TI: #57
25 | * Refresh cloned hierarchy after cloning: #58
26 | * Include variables in list that preceded with whitespace: #64
27 | * Close the process after saving a changed process: #65
28 |
29 | Details of issues fixed in this release: https://github.com/cubewise-code/arc-issues/issues?q=is%3Aissue+is%3Aclosed+milestone%3A0.9.5
30 |
31 | ### Download
32 | https://code.cubewise.com/arc-download
33 |
34 | ### Issues
35 | If you find an issue in Arc please create a issues on our Github page (https://github.com/cubewise-code/arc-issues/issues) with the following details:
36 |
37 | * Version of Arc (get this from the Arc About/Info page)
38 | * Version of TM1 (get this from the Arc Configuration page under Administration)
39 | * Browser and version
40 | * Step by step details of how to replicate the issue
41 | * Provide as many screenshots as possible.
42 |
--------------------------------------------------------------------------------
/releases/v1.3.0.md:
--------------------------------------------------------------------------------
1 | **Arc** version 1.3.0 is now available for [download](https://code.cubewise.com/arc-download/).
2 |
3 | ## Enhancements
4 |
5 | * Arc is now available on different platforms (Windows, Linux and Mac).
6 |
7 | * TM1 Applications folder are now supported:
8 | * Create/Delete/Update folders
9 | * Add/Delete/Update objects to folders
10 | * Download Excel files
11 |
12 | 

