Check this out for full details: https://www.storagereview.com/ssd_vs_hdd
Now the latest and best selling laptops and desktops support SSD, and most users would prefer SSD because of higher performance.
Check this out for full details: https://www.storagereview.com/ssd_vs_hdd
Now the latest and best selling laptops and desktops support SSD, and most users would prefer SSD because of higher performance.
@dgm,
I have exactly the same use case you mentioned: integrate MM to a on-premise Atlassian stack.
First, thank you for the Bamboo add-ins references as I found nothing relevant in the MM website so far. I’m testing the first one (I think there is a typo in provider name it’s CSTB if we are speaking about this one) without any success. Have you tested it? If it’s the case can you share how you configure it ?
In general, I like to use the solutions recommended by the provider such as the MM Jira Webhook Plugin which works fine and it’s still a work in progress, let’s be optimistic! It’s the same for MM Connector for Bitbucket you mentioned, it works fine too, but as an alternative in the hipchat migration page here MM recommends to use webhook integration. I did some test but I’m stuck with a payload error. Does anyone know if there is any tutorial or documentation for this topic?
For confluence, nothing to add, the add-in mentioned from both you and the official hipchat migration page works fine.
I think that whatever we can find here and there, the replacement of Hipchat would need some customisation and the webhook, slash commands and API are really useful. It needs time to implement and maintain home made “features” for a company wide service.
Mister B
Found the real issue - mime types weren’t added to DB. /etc/mime.types file was empty on our linux server. After copying fullfilled mime.types file everything began to work fine
Hi,
Is it possible to display an interactive dialog using webapp plugin ?
class HelloWorldPlugin {
initialize(registry, store) {
registry.registerPostDropdownMenuAction(
"test",
() => {alert('Hello World!')},
);
}
}
window.registerPlugin('com.mattermost.webapp-hello-world', new HelloWorldPlugin());
I would like to open a dialog in the registerPostDropdownMenuAction registry.
I know that https:///api/v4/actions/dialogs/open can be called to open a dialog but I don’t have any trigger_id
Do you know how should I do ?
I was looking for the Epic you gave for Jira Plugin as a work in progress. I’ve extended my research and found an another Epic (reported by Jason Blais) for a Bitbucket plugin https://mattermost.atlassian.net/browse/MM-15055, not started yet, but we can imagine that ‘native’ integration of Atlassian service would be integrated.
No, everything is loaded into the database.
This request works fine and returns the expected file_ids:
“curl -F ‘files=@PATH/TO/LOCAL/FILE’ \\n-F ‘channel_id=CHANNEL_ID’ \\n–header ‘authorization: Bearer c49adc55z3f53ck7xtp8ebq1ir’\nhttps://your-mattermost-url.com/api/v4/files”
I’m trying to run GitLab (CE 11.7.3) and Mattermost (5.6.2) on the same server and I keep getting the following error.
AuthorizeOAuthUser: Bad response from token request, response_body=""
I’ve set this up successfully using two servers, one for GitLab and another for Mattermost, but I’d really like to get it all running on one server if possible.
I want to clarify that the files are uploaded to the database, but I cannot attach them to the post. Since post creates without file_ids information. And the file information is missing in websocket “posted” event.
@Hanzei Would you know more about this?
try changing the siteurl to {url}:80
Nop, I didn’t use apache or nginx.
Thank you for your help but It doesn’t change anything…
Maybe i’ll try with nginx as a proxy
Our log file is at 23gb right now.
Can anyone advise on how to fix this issue?
More information about config:
"LogSettings": {
"EnableConsole": true,
"ConsoleLevel": "INFO",
"ConsoleJson": true,
"EnableFile": true,
"FileLevel": "INFO",
"FileJson": true,
"FileLocation": "",
"EnableWebhookDebugging": true,
"EnableDiagnostics": true
},
Even if I’m using server references in go, I don’t have any trigger_id.
Is it possible to generate one in the server ?
My initial idea is to set up a http endpoint for you plugin, call this endpoint from the webapp and then open the dialog via OpenInteractiveDialog
.
One downside of this approach is that authentication can be tricky.
Does is approach work in general for you?
That is what I did but OpenDialogRequest requires also a TriggerId
Maybe I can generate an id in this endpoint ?
I’m using mattermost 5.0.0 on my QNAP NAS and mattermost app 1.18.0 on android.
On Windows, i have no problem.
On IOS, i have no problem.
The app work well on first connection until i change android app. When i reopen mattermost app the issue happen and the “Can’t connect, please verify the URL and your internet connection” error appears. if i reboot the android phone nothing changes.
if i make a logout on the app i can’t pass the first address and connection step but i have found a strange workaround : i have to close the app, i have to set https://demo.mattermost.com , click on connect reaching username and password windows, now i have to go back setting my mattermost server address where i put my (https) server address and magically i can pass over the connect issue, set username and password and access to public channel and it works and i can send a message.
When i’m in also push notification works.
Then the app stop to work again. And then i have to do the same manipulation.
Do you have any idea?
Thank you
Tony
I am embarrassed to say that my head was up my ass the day I looked at the log file size. It’s 23mb, not 23gb.
If log files are rotated only after 100mb, then this is why our log files are not rotating. I’m happy to close this.
I installed Mattermost from https://github.com/mattermost/mattermost-docker.git
Steps
sudo apt-get install git
sudo apt-get install docker-composer
git clone https://github.com/mattermost/mattermost-docker.git
cd mattermost-docker
docker-compose build
mkdir -pv ./volumes/app/mattermost/{data,logs,config,plugins,client-plugins}
chown -R 2000:2000 ./volumes/app/mattermost/
docker-compose up -d
But when I go to the host: 502 Bad Gateway
Client:
Version: 18.09.0
API version: 1.39
Go version: go1.10.4
Git commit: 4d60db4
Built: Wed Nov 7 00:57:21 2018
OS/Arch: linux/arm
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 18.09.0
API version: 1.39 (minimum version 1.12)
Go version: go1.10.4
Git commit: 4d60db4
Built: Wed Nov 7 00:17:57 2018
OS/Arch: linux/arm
Experimental: false
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
0984a6898519 mattermostdocker_web “/entrypoint.sh” 2 minutes ago Up 2 minutes (unhealthy) 0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp mattermostdocker_web_1
6dee4e5ca3c9 mattermostdocker_db “/entrypoint.sh post…” 2 minutes ago Up 2 minutes (healthy) 5432/tcp mattermostdocker_db_1
a3b6cce8dbf1 mattermostdocker_app “/entrypoint.sh matt…” 2 minutes ago Restarting (2) 37 seconds ago mattermostdocker_app_1
docker logs -f mattermostdocker_app_1
/mattermost/bin/mattermost: line 4: syntax error: unexpected “(”
Using existing config file /mattermost/config/config.json
Configure database connection…OK
Starting mattermost
/mattermost/bin/mattermost: line 1: ELF: not found
/mattermost/bin/mattermost: line 2: @%: not found
/mattermost/bin/mattermost: line 1: ��: not found
/mattermost/bin/mattermost: line 3: ����o���@Z
��@�
�@�@��@��@�@h�
�����@8: not found
/mattermost/bin/mattermost: line 4: syntax error: unexpected “(”