Same thing for Dwellers:
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Today
Thu, Oct 31
Oct 14 2024
Sep 30 2024
Solved by removing space from conf/security.xml in Base64 string.
Sep 29 2024
Illegal base64 character 20 is an hexadecimal ASCII code, so it's a space.
Sep 24 2024
Raised the issue on the Ignite discussion forum - https://discourse.igniterealtime.org/t/regression-on-4-9-0-after-of-2864-illegal-base64/94703
Could be triggered by https://igniterealtime.atlassian.net/browse/OF-2864 base64 class replacement.
Aug 5 2024
Aug 3 2024
We can actually provide P352 as hotfix.
I've applied P352 to replace egrep by grep -E on dwellers and docker-002.
Jul 31 2024
Already reported upstream: https://github.com/saltstack/salt/issues/65608
$ cd /opt/salt/nasqueron-operations $ salt dwellers state.apply roles/webserver-core/nginx/config […] ---------- [3/295] ID: selinux_context_nginx_logs Function: selinux.fcontext_policy_present Name: /var/log/www Result: False Comment: An exception occurred in this state: Traceback (most recent call last): File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/state.py", line 2428, in call ret = self.states[cdata["full"]]( File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 160, in __call__ ret = self.loader.run(run_func, *args, **kwargs) File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 1269, in run return self._last_context.run(self._run_as, _func_or_method, *args, **kwargs) File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 1284, in _run_as return _func_or_method(*args, **kwargs) File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 1317, in wrapper return f(*args, **kwargs) File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/states/selinux.py", line 326, in fcontext_policy_present current_state = __salt__["selinux.fcontext_get_policy"]( File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 160, in __call__ ret = self.loader.run(run_func, *args, **kwargs) File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 1269, in run return self._last_context.run(self._run_as, _func_or_method, *args, **kwargs) File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 1284, in _run_as return _func_or_method(*args, **kwargs) File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/modules/selinux.py", line 507, in fcontext_get_policy "filespec": parts.group(1).strip(), AttributeError: 'NoneType' object has no attribute 'group' Started: 16:25:51.413301 Duration: 391.186 ms Changes: ---------- ID: selinux_context_nginx_logs_applied Function: selinux.fcontext_policy_applied Name: /var/log/www Result: True Comment: SElinux policies are already applied for filespec "/var/log/www" Started: 16:25:51.804764 Duration: 6.322 ms Changes: ---------- […]
Issue can be repro on Dwellers:
Jan 13 2024
The crc32fast is a dependency of reqwest, it can be built in version 1.3.2 for reqwest 0.11.17.
May 18 2023
Alkane will now PULL files from Jenkins, instead of Jenkins pushing to the relevant server.
Apr 19 2023
Apr 3 2023
Not sure at one moment the issue was solved, with opcache it's not easy to know, but just restart the server after creating the directories wasn't enough.
Jan 10 2023
I've regenerated /usr/share/ca-certificates and /etc/ssl/certs based on a "recent" Debian ca-certificates package against Debian Sid, version 20211016. Works like a charm now.
Container still runs on Jessie, we need to deploy new @DorianWinty work on recent Debian PHP 8 container, with correct certificates.
Disabled Sentry, so we can have a correct log of the stacktrace, and updated description accordingly.
Apr 20 2022
I'm not sure can still a reliable way create a map between project PHID and name. That should be the first thing to investigate.
Feb 27 2022
Issue fixed by aaeb4b5564bd.
$ sudo salt-call --local state.sls roles/devserver/userland-software/dev test=True local: Data failed to compile: ---------- Too many functions declared in state 'pkg' in SLS 'roles/devserver/userland-software/dev'
Dec 30 2020
Regression introduced in rOPSbf659c5728cbfeab65c1fba8772f2037278000b5:
Oct 13 2020
Jan 15 2020
Nov 24 2019
Oct 17 2018
Sep 21 2018
Issue fixed. A more correct solution to get rid of string keys can be handled at T912.
We've got a winner.
Nov 22 2017
Jan 7 2017
In T1089#13198, @dereckson wrote:I can repro the regression with the following test:
tests/Jobs/NotifyNewCommitsToDiffusionTest.phppublic function testJobWhenThereIsNoPhabricatorInstanceForTheProject () { $this->mockJob("not-existing-project"); $this->job->handle(); } protected function mockJob(string $project = "acme") { $this->job = new NotifyNewCommitsToDiffusion( $project, "ssh://acme/k2.git" ); }This produces the following stack trace:
Nasqueron\Notifications\Tests\Jobs\NotifyNewCommitsToDiffusionTest::testJobWhenThereIsNoPhabricatorInstanceForTheProject RuntimeException: No credentials for Phabricator project not-existing-project. /app/notifications/app/Phabricator/PhabricatorAPI.php:67 /app/notifications/app/Phabricator/PhabricatorAPIFactory.php:26 /app/notifications/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:217 /app/notifications/app/Jobs/NotifyNewCommitsToDiffusion.php:146 /app/notifications/app/Jobs/NotifyNewCommitsToDiffusion.php:136 /app/notifications/app/Jobs/NotifyNewCommitsToDiffusion.php:75 /app/notifications/tests/Jobs/NotifyNewCommitsToDiffusionTest.php:37
I can repro the regression with the following test:
Nov 16 2016
Sep 12 2016
Aug 31 2016
I can repro with laravel/framework v5.3.4.
Jan 8 2016
The method can be public.