-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4ddaf40a7dc0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 27a5ddcf747f
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 4 files changed
- 3 contributors
Commits on Oct 23, 2019
-
gitlab: Get rid of most 'already initialized constant'-warnings
On start, unicorn, sidekiq and other parts running ruby code emits quite a few warnings similar to /var/gitlab/state/config/application.rb:202: warning: already initialized constant Gitlab::Application::LOOSE_EE_APP_ASSETS /nix/store/ysb0lgbzxp7a9y4yl8d4f9wrrzy9kafc-gitlab-ee-12.3.5/share/gitlab/config/application.rb:202: warning: previous definition of LOOSE_EE_APP_ASSETS was here /var/gitlab/state/lib/gitlab.rb:38: warning: already initialized constant Gitlab::COM_URL /nix/store/ysb0lgbzxp7a9y4yl8d4f9wrrzy9kafc-gitlab-ee-12.3.5/share/gitlab/lib/gitlab.rb:38: warning: previous definition of COM_URL was here This seems to be caused by the same ruby files being evaluated multiple times due to the paths being different - sometimes they're loaded using the direct path and sometimes through a symlink, due to our split between config and package data. To fix this, we make sure that the offending files in the state directory always reference the store path, regardless of that being the real file or a symlink. (cherry picked from commit ed4a09c)
Configuration menu - View commit details
-
Copy full SHA for 3e29737 - Browse repository at this point
Copy the full SHA 3e29737View commit details -
Merge pull request #71816 from talyz/gitlab-already-initialized-const…
…ant-release-19.09 gitlab: Get rid of most 'already initialized constant'-warnings
Configuration menu - View commit details
-
Copy full SHA for 12abbe5 - Browse repository at this point
Copy the full SHA 12abbe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 990f5f4 - Browse repository at this point
Copy the full SHA 990f5f4View commit details -
smokeping: add erictapen as maintainer
(cherry picked from commit b8cd11f)
Configuration menu - View commit details
-
Copy full SHA for 27a5ddc - Browse repository at this point
Copy the full SHA 27a5ddcView commit details
There are no files selected for viewing