]> git.pld-linux.org Git - packages/gitlab-ce.git/log
packages/gitlab-ce.git
7 years ago8.14.2 (2016-12-01) gitlab-ce-8.14.2-0.81
Elan Ruusamäe [Mon, 5 Dec 2016 09:09:20 +0000 (11:09 +0200)]
8.14.2 (2016-12-01)

- Remove caching of events data. !6578
- Rephrase some system notes to be compatible with new system note style. !7692
- Pass tag SHA to post-receive hook when tag is created via UI. !7700
- Prevent error when submitting a merge request and pipeline is not defined. !7707
- Fixes system note style in commit discussion. !7721
- Use a Redis lease for updating authorized projects. !7733
- Refactor JiraService by moving code out of JiraService#execute method. !7756
- Update GitLab Workhorse to v1.0.1. !7759
- Fix pipelines info being hidden in merge request widget. !7808
- Fixed commit timeago not rendering after initial page.
- Fix for error thrown in cycle analytics events if build has not started.
- Fixed issue boards issue sorting when dragging issue into list.
- Allow access to the wiki with git when repository feature disabled.
- Fixed timeago not rendering when resolving a discussion.
- Update Sidekiq-cron to fix compatibility issues with Sidekiq 4.2.1.
- Timeout creating and viewing merge request for binary file.
- Gracefully recover from Redis connection failures in Sidekiq initializer.

7 years agoup to 8.14.1 gitlab-ce-8.14.1-0.81
Elan Ruusamäe [Tue, 29 Nov 2016 13:35:44 +0000 (15:35 +0200)]
up to 8.14.1

7 years agoup to 8.14.0 gitlab-ce-8.14.0-0.81
Elan Ruusamäe [Mon, 28 Nov 2016 21:28:29 +0000 (23:28 +0200)]
up to 8.14.0

7 years agoup to 8.13.6 (2016-11-17) gitlab-ce-8.13.6-0.81
Elan Ruusamäe [Thu, 17 Nov 2016 18:23:10 +0000 (20:23 +0200)]
up to 8.13.6 (2016-11-17)

- Omniauth auto link LDAP user falls back to find by DN when user cannot be found by UID. !7002
- Fix no "Register" tab if ldap auth is enabled (#24038). !7274 (Luc Didry)
- Fix cache for commit status in commits list to respect branches. !7372
- Fix issue causing Labels not to appear in sidebar on MR page. !7416 (Alex Sanford)
- Limit labels returned for a specific project as an administrator. !7496
- Clicking "force remove source branch" label now toggles the checkbox again.
- Allow commit note to be visible if repo is visible.
- Fix project Visibility Level selector not using default values.

7 years agoup to 8.13.5 (2016-11-08) gitlab-ce-8.13.5-0.81
Elan Ruusamäe [Wed, 9 Nov 2016 13:44:20 +0000 (15:44 +0200)]
up to 8.13.5 (2016-11-08)

- Restore unauthenticated access to public container registries

https://about.gitlab.com/2016/11/09/gitlab-8-dot-13-dot-5-released/

7 years ago8.13.4 gitlab-ce-8.13.4-0.81
Elan Ruusamäe [Wed, 9 Nov 2016 06:24:27 +0000 (08:24 +0200)]
8.13.4

- Fix showing pipeline status for a given commit from correct branch. !7034
- Only skip group when it's actually a group in the "Share with group" select. !7262
- Introduce round-robin project creation to spread load over multiple shards. !7266
- Ensure merge request's "remove branch" accessors return booleans. !7267
- Ensure external users are not able to clone disabled repositories.
- Fix XSS issue in Markdown autolinker.
- Respect event visibility in Gitlab::ContributionsCalendar.
- Honour issue and merge request visibility in their respective finders.
- Disable reference Markdown for unavailable features.
- Fix lightweight tags not processed correctly by GitTagPushService. !6532
- Allow owners to fetch source code in CI builds. !6943
- Return conflict error in label API when title is taken by group label. !7014
- Reduce the overhead to calculate number of open/closed issues and merge requests within the group or project. !7123
- Fix builds tab visibility. !7178
- Fix project features default values. !7181

7 years agouse gitlab.com url for tar.bz2 source gitlab-ce-8.13.3-0.81
Elan Ruusamäe [Tue, 8 Nov 2016 22:58:17 +0000 (00:58 +0200)]
use gitlab.com url for tar.bz2 source

7 years agoapache: update https section
Elan Ruusamäe [Thu, 3 Nov 2016 22:05:00 +0000 (00:05 +0200)]
apache: update https section

from
https://gitlab.com/gitlab-org/gitlab-recipes/raw/master/web-server/apache/gitlab-ssl-apache24.conf

7 years agoupdate apache config
Elan Ruusamäe [Thu, 3 Nov 2016 21:47:32 +0000 (23:47 +0200)]
update apache config

from
https://gitlab.com/gitlab-org/gitlab-recipes/raw/master/web-server/apache/gitlab-apache24.conf

7 years ago8.13.3 (2016-11-02)
Elan Ruusamäe [Thu, 3 Nov 2016 21:02:02 +0000 (23:02 +0200)]
8.13.3 (2016-11-02)

- Removes any symlinks before importing a project export file. CVE-2016-9086
- Fixed Import/Export foreign key issue to do with project members.

7 years agoidenfity user by any email in post_receive hook gitlab-ce-8.13.2-0.81
Elan Ruusamäe [Tue, 1 Nov 2016 22:40:37 +0000 (00:40 +0200)]
idenfity user by any email in post_receive hook

7 years agogitlab-ctl: add restart task
Elan Ruusamäe [Tue, 1 Nov 2016 21:07:30 +0000 (23:07 +0200)]
gitlab-ctl: add restart task

7 years agogitlab-ctl: document backup task
Elan Ruusamäe [Tue, 1 Nov 2016 21:01:03 +0000 (23:01 +0200)]
gitlab-ctl: document backup task

7 years agohate comments on the same line as values
Elan Ruusamäe [Tue, 1 Nov 2016 20:25:48 +0000 (22:25 +0200)]
hate comments on the same line as values

7 years agoup to 8.13.2 (2016-10-31)
Elan Ruusamäe [Tue, 1 Nov 2016 06:25:27 +0000 (08:25 +0200)]
up to 8.13.2 (2016-10-31)

- Fix encoding issues on pipeline commits. !6832
- Use Hash rocket syntax to fix cycle analytics under Ruby 2.1. !6977
- Modify GitHub importer to be retryable. !7003
- Fix refs dropdown selection with special characters. !7061
- Fix horizontal padding for highlight blocks. !7062
- Pass user instance to `Labels::FindOrCreateService` or `skip_authorization: true`. !7093
- Fix builds dropdown overlapping bug. !7124
- Fix applying labels for GitHub-imported MRs. !7139
- Fix importing MR comments from GitHub. !7139
- Fix project member access for group links. !7144
- API: Fix booleans not recognized as such when using the `to_boolean` helper. !7149
- Fix and improve `Sortable.highest_label_priority`. !7165
- Fixed sticky merge request tabs when sidebar is pinned. !7167
- Only remove right connector of first build of last stage. !7179

7 years agoup to 8.13.1 (2016-10-25) gitlab-ce-8.13.1-0.80
Elan Ruusamäe [Wed, 26 Oct 2016 09:41:57 +0000 (12:41 +0300)]
up to 8.13.1 (2016-10-25)

- Fix branch protection API. !6215
- Fix hidden pipeline graph on commit and MR page. !6895
- Fix Cycle analytics not showing correct data when filtering by date. !6906
- Ensure custom provider tab labels don't break layout. !6993
- Fix issue boards user link when in subdirectory. !7018
- Refactor and add new environment functionality to CI yaml reference. !7026
- Fix typo in project settings that prevents users from enabling container registry. !7037
- Fix events order in `users/:id/events` endpoint. !7039
- Remove extra line for empty issue description. !7045
- Don't append issue/MR templates to any existing text. !7050
- Fix error in generating labels. !7055
- Stop clearing the database cache on `rake cache:clear`. !7056
- Only show register tab if signup enabled. !7058
- Expire and build repository cache after project import. !7064
- Fix bug where labels would be assigned to issues that were moved. !7065
- Fix reply-by-email not working due to queue name mismatch. !7068
- Fix 404 for group pages when GitLab setup uses relative url. !7071
- Fix `User#to_reference`. !7088
- Reduce overhead of `LabelFinder` by avoiding `#presence` call. !7094
- Fix unauthorized users dragging on issue boards. !7096
- Only schedule `ProjectCacheWorker` jobs when needed. !7099

7 years agoup to 8.13.0 - https://about.gitlab.com/2016/10/22/gitlab-8-13-released/ gitlab-ce-8.13.0-0.79
Elan Ruusamäe [Sun, 23 Oct 2016 18:54:49 +0000 (21:54 +0300)]
up to 8.13.0 - https://about.gitlab.com/2016/10/22/gitlab-8-13-released/

7 years agoreformat apache config with tabs gitlab-ce-8.12.7-0.78
Elan Ruusamäe [Wed, 19 Oct 2016 21:20:18 +0000 (00:20 +0300)]
reformat apache config with tabs

7 years agowebapps integration
Elan Ruusamäe [Wed, 19 Oct 2016 21:10:28 +0000 (00:10 +0300)]
webapps integration

fixes problem that gitlab configuration took over default vhost

7 years agoup to 8.12.7
Elan Ruusamäe [Mon, 17 Oct 2016 18:18:58 +0000 (21:18 +0300)]
up to 8.12.7

- Prevent running GfmAutocomplete setup for each diff note. !6569
- Fix Long commit messages overflow viewport in file tree. !6573
- Use gitlab-markup gem instead of github-markup to fix `.rst` file rendering. !6659
- Prevent flash alert text from being obscured when container is fluid. !6694
- Fix due date being displayed as NaN in Safari. !6797
- Fix JS bug with select2 because of missing `data-field` attribute in select box. !6812
- Do not alter 'force_remove_source_branch' options on MergeRequest unless specified. !6817
- Fix GFM autocomplete setup being called several times. !6840
- Handle case where deployment ref no longer exists. !6855

7 years agogitlab-rake: ensure env reset (sudo -H) gitlab-ce-8.12.6-0.76
Elan Ruusamäe [Sun, 16 Oct 2016 20:32:00 +0000 (23:32 +0300)]
gitlab-rake: ensure env reset (sudo -H)

7 years agoadd upstream link
Elan Ruusamäe [Sun, 16 Oct 2016 13:36:26 +0000 (16:36 +0300)]
add upstream link

7 years agologrotate: /sbin is not in path
Elan Ruusamäe [Sun, 16 Oct 2016 10:45:15 +0000 (13:45 +0300)]
logrotate: /sbin is not in path

probably logrotate should be fixed instead

7 years agov8.12.6
Elan Ruusamäe [Fri, 14 Oct 2016 10:11:00 +0000 (13:11 +0300)]
v8.12.6

- Update mailroom to 0.8.1 in Gemfile.lock  !6814

7 years agologrotate: add su directive gitlab-ce-8.12.5-0.76
Elan Ruusamäe [Thu, 13 Oct 2016 14:14:50 +0000 (17:14 +0300)]
logrotate: add su directive

error: skipping "/var/log/gitlab/production.log" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config file to tell logrotate which user/group should be used for rotation.

7 years agov8.12.5
Elan Ruusamäe [Tue, 11 Oct 2016 16:57:09 +0000 (19:57 +0300)]
v8.12.5

- Switch from request to env in ::API::Helpers. !6615
- Update the mail_room gem to 0.8.1 to fix a race condition with the mailbox watching thread. !6714
- Improve issue load time performance by avoiding ORDER BY in find_by call. !6724
- Add a new gitlab:users:clear_all_authentication_tokens task. !6745
- Don't send Private-Token (API authentication) headers to Sentry
- Share projects via the API only with groups the authenticated user can access

7 years agofixing logrotate gitlab-ce-8.12.4-0.76
Elan Ruusamäe [Tue, 11 Oct 2016 16:28:39 +0000 (19:28 +0300)]
fixing logrotate

- use log dirs from gitlab-common
- update logrotate conf to restart services
- dropped common options defined in /etc/logrotate.conf

7 years ago8.12.4
Elan Ruusamäe [Thu, 6 Oct 2016 16:34:51 +0000 (19:34 +0300)]
8.12.4

- Fix "Copy to clipboard" tooltip to say "Copied!" when clipboard button is clicked. !6294 (lukehowell)
- Fix padding in build sidebar. !6506
- Changed compare dropdowns to dropdowns with isolated search input. !6550
- Fix race condition on LFS Token. !6592
- Fix type mismatch bug when closing Jira issue. !6619
- Fix lint-doc error. !6623
- Skip wiki creation when GitHub project has wiki enabled. !6665
- Fix issues importing services via Import/Export. !6667
- Restrict failed login attempts for users with 2FA enabled. !6668
- Fix failed project deletion when feature visibility set to private. !6688
- Prevent claiming associated model IDs via import.
- Set GitLab project exported file permissions to owner only

7 years agoup to 8.12.3 gitlab-ce-8.12.3-0.76
Elan Ruusamäe [Thu, 29 Sep 2016 21:40:23 +0000 (00:40 +0300)]
up to 8.12.3

- Update Gitlab Shell to support low IO priority for storage moves

7 years agoup to 8.12.2 gitlab-ce-8.12.2-0.76
Elan Ruusamäe [Thu, 29 Sep 2016 21:37:46 +0000 (00:37 +0300)]
up to 8.12.2

- Fix Import/Export not recognising correctly the imported services.
- Fix snippets pagination
- Fix List-Unsubscribe header in emails
- Fix IssuesController#show degradation including project on loaded notes
- Fix an issue with the "Commits" section of the cycle analytics summary. !6513
- Fix errors importing project feature and milestone models using GitLab project import
- Make JWT messages Docker-compatible
- Fix an issue with the "Commits" section of the cycle analytics summary. !6513
- Fix duplicate branch entry in the merge request version compare dropdown
- Respect the fork_project permission when forking projects
- Only update issuable labels if they have been changed
- Fix bug where 'Search results' repeated many times when a search in the emoji search form is cleared (Xavier Bick) (@zeiv)
- Fix resolve discussion buttons endpoint path

7 years agov8.12.1 gitlab-ce-8.12.1-0.76
Elan Ruusamäe [Sun, 25 Sep 2016 00:36:04 +0000 (03:36 +0300)]
v8.12.1

  - Fix a memory leak in HTML::Pipeline::SanitizationFilter::WHITELIST
  - Fix issue with search filter labels not displaying

7 years agogitlab-common owns the home dir gitlab-ce-8.12.0-0.76
Elan Ruusamäe [Sun, 25 Sep 2016 00:30:42 +0000 (03:30 +0300)]
gitlab-common owns the home dir

7 years agogitlab-workhorse 0.8.2 required
Elan Ruusamäe [Fri, 23 Sep 2016 20:46:42 +0000 (23:46 +0300)]
gitlab-workhorse 0.8.2 required

check gitlab-workhorse and gitlab-shell versions at package build time

7 years agoRequires gitlab-shell 3.6.0
Elan Ruusamäe [Fri, 23 Sep 2016 13:41:41 +0000 (16:41 +0300)]
Requires gitlab-shell 3.6.0

7 years agoup to 8.12.0
Elan Ruusamäe [Thu, 22 Sep 2016 18:34:25 +0000 (21:34 +0300)]
up to 8.12.0

https://about.gitlab.com/2016/09/22/gitlab-8-12-released/

7 years agov8.11.7 - security fix for GitLab, plus fixes for minor regressions gitlab-ce-8.11.7-0.74
Elan Ruusamäe [Thu, 22 Sep 2016 17:05:05 +0000 (20:05 +0300)]
v8.11.7 - security fix for GitLab, plus fixes for minor regressions

 - Avoid conflict with admin labels when importing GitHub labels. !6158
 - Restores `fieldName` to allow only string values in `gl_dropdown.js`. !6234
 - Allow the Rails cookie to be used for API authentication.

7 years ago8.11.6 gitlab-ce-8.11.6-0.74
Elan Ruusamäe [Thu, 15 Sep 2016 12:49:06 +0000 (15:49 +0300)]
8.11.6

 - Fix unnecessary horizontal scroll area in pipeline visualizations. !6005
 - Make merge conflict file size limit 200 KB, to match the docs. !6052
 - Fix an error where we were unable to create a CommitStatus for running state. !6107
 - Optimize discussion notes resolving and unresolving. !6141
 - Fix GitLab import button. !6167
 - Restore SSH Key title auto-population behavior. !6186
 - Fix DB schema to match latest migration. !6256
 - Exclude some pending or inactivated rows in Member scopes.

7 years agogitlab-ctl: show usage if no args passed gitlab-ce-8.11.5-0.73
Elan Ruusamäe [Fri, 9 Sep 2016 21:51:25 +0000 (00:51 +0300)]
gitlab-ctl: show usage if no args passed

7 years agov8.11.5
Elan Ruusamäe [Wed, 7 Sep 2016 20:46:42 +0000 (23:46 +0300)]
v8.11.5

- Optimize branch lookups and force a repository reload for Repository#find_branch
- Fix member expiration date picker after update
- Fix suggested colors options for new labels in the admin area. !6138
- Fix GitLab import button
- Fix confidential issues being exposed as public using gitlab.com export
- Remove gitorious from import_sources
- Scope webhooks/services that will run for confidential issues

7 years agorename homedir to appdir for clarity gitlab-ce-8.11.4-0.73
Elan Ruusamäe [Mon, 5 Sep 2016 20:05:12 +0000 (23:05 +0300)]
rename homedir to appdir for clarity

7 years ago.gitconfig should be in git user's home, not app dir
Elan Ruusamäe [Mon, 5 Sep 2016 20:04:40 +0000 (23:04 +0300)]
.gitconfig should be in git user's home, not app dir

7 years agouse gitlab-workhorse
Elan Ruusamäe [Sun, 4 Sep 2016 11:21:07 +0000 (14:21 +0300)]
use gitlab-workhorse

fixes empty clones over http protocol
https://gitlab.com/gitlab-org/gitlab-ce/issues/2727

7 years agonginx: gzip sample
Elan Ruusamäe [Sun, 4 Sep 2016 10:44:18 +0000 (13:44 +0300)]
nginx: gzip sample

from https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/support/nginx/gitlab

7 years agonginx: add X-Forwarded-Host example
Elan Ruusamäe [Sun, 4 Sep 2016 10:41:30 +0000 (13:41 +0300)]
nginx: add X-Forwarded-Host example

7 years agov8.11.4
Elan Ruusamäe [Thu, 1 Sep 2016 19:24:11 +0000 (22:24 +0300)]
v8.11.4

- Fix broken gitlab:backup:restore because of bad permissions on repo storage !6098 (Dirk Hörner)
- Fix resolving conflicts on forks. !6082
- Fix diff commenting on merge requests created prior to 8.10. !6029
- Fix pipelines tab layout regression. !5952
- Fix "Wiki" link not appearing in navigation for projects with external wiki. !6057
- Do not enforce using hash with hidden key in CI configuration. !6079
- Fix hover leading space bug in pipeline graph !5980
- Fix sorting issues by "last updated" doesn't work after import from GitHub
- GitHub importer use default project visibility for non-private projects
- Creating an issue through our API now emails label subscribers !5720
- Block concurrent updates for Pipeline
- Don't create groups for unallowed users when importing projects
- Fix issue boards leak private label names and descriptions
- Remove gitorious. !5866

7 years agomove builds/ to var gitlab-ce-8.11.3-0.70
Elan Ruusamäe [Tue, 30 Aug 2016 16:00:48 +0000 (19:00 +0300)]
move builds/ to var

The location where build traces are stored (default: builds/).

7 years agoadd /var/cache
Elan Ruusamäe [Tue, 30 Aug 2016 15:13:45 +0000 (18:13 +0300)]
add /var/cache

7 years agosetup gitlab repositories path
Elan Ruusamäe [Tue, 30 Aug 2016 06:24:13 +0000 (09:24 +0300)]
setup gitlab repositories path

7 years agocleanup gem test in clean script; sorted
Elan Ruusamäe [Tue, 30 Aug 2016 06:19:37 +0000 (09:19 +0300)]
cleanup gem test in clean script; sorted

7 years agoupdate rugged to 0.25.0b7
Elan Ruusamäe [Tue, 30 Aug 2016 05:19:57 +0000 (08:19 +0300)]
update rugged to 0.25.0b7

7 years agov8.11.3
Elan Ruusamäe [Tue, 30 Aug 2016 05:11:10 +0000 (08:11 +0300)]
v8.11.3

- Don't show resolve conflicts link before MR status is updated
- Fix IE11 fork button bug !598
- Don't prevent viewing the MR when git refs for conflicts can't be found on disk
- Allow system info page to handle case where info is unavailable
- Fix external issue tracker "Issues" link leading to 404s
- Don't try to show merge conflict resolution info if a merge conflict contains non-UTF-8 characters
- Label list shows all issues (opened or closed) with that label
- Automatically expand hidden discussions when accessed by a permalink !5585 (Mike Greiling)

7 years agouse secrets.yml.example for packaging gitlab-ce-8.11.2-0.66
Elan Ruusamäe [Mon, 29 Aug 2016 20:50:16 +0000 (23:50 +0300)]
use secrets.yml.example for packaging

7 years agopackage secrets.yml
Elan Ruusamäe [Mon, 29 Aug 2016 20:39:35 +0000 (23:39 +0300)]
package secrets.yml

7 years agopackaging fixes (satellites, public)
Elan Ruusamäe [Mon, 29 Aug 2016 20:21:42 +0000 (23:21 +0300)]
packaging fixes (satellites, public)

7 years agofix .gitconfig symlink
Elan Ruusamäe [Mon, 29 Aug 2016 20:00:36 +0000 (23:00 +0300)]
fix .gitconfig symlink

7 years agomore files packaging to /var
Elan Ruusamäe [Mon, 29 Aug 2016 20:00:00 +0000 (23:00 +0300)]
more files packaging to /var

7 years agoFHS packaging, preserve homedir relative paths
Elan Ruusamäe [Thu, 25 Aug 2016 21:45:36 +0000 (00:45 +0300)]
FHS packaging, preserve homedir relative paths

7 years agodifferent hack to build with rubygems loaded
Elan Ruusamäe [Thu, 25 Aug 2016 20:42:24 +0000 (23:42 +0300)]
different hack to build with rubygems loaded

https://github.com/ruby-prof/ruby-prof/pull/191

7 years agoup to 8.11.2
Elan Ruusamäe [Thu, 25 Aug 2016 09:31:22 +0000 (12:31 +0300)]
up to 8.11.2

v8.11.2
  - Show "Create Merge Request" widget for push events to fork projects on the source project. !5978
  - Use gitlab-workhorse 0.7.11 !5983
  - Does not halt the GitHub import process when an error occurs. !5763
  - Fix file links on project page when default view is Files !5933
  - Fixed enter key in search input not working !5888

v8.11.1
  - Pulled due to packaging error.

7 years agoavoid passing command itself as arguments to subcommand gitlab-ce-8.11.0-0.60
Elan Ruusamäe [Mon, 22 Aug 2016 21:44:55 +0000 (00:44 +0300)]
avoid passing command itself as arguments to subcommand

7 years agorevert https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5281
Elan Ruusamäe [Mon, 22 Aug 2016 19:54:04 +0000 (22:54 +0300)]
revert https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5281

a hack due https://github.com/ruby-prof/ruby-prof/pull/191

7 years agoup to 8.11
Elan Ruusamäe [Mon, 22 Aug 2016 19:53:43 +0000 (22:53 +0300)]
up to 8.11

https://about.gitlab.com/2016/08/22/gitlab-8-11-released/

7 years agomove .gitconfig to /etc; root own immutable files gitlab-ce-8.10.7-0.59
Elan Ruusamäe [Sun, 21 Aug 2016 21:08:23 +0000 (00:08 +0300)]
move .gitconfig to /etc; root own immutable files

7 years agogitlab-rake: show tasks list if no arg specified
Elan Ruusamäe [Sun, 21 Aug 2016 21:01:33 +0000 (00:01 +0300)]
gitlab-rake: show tasks list if no arg specified

7 years agodrop unused www dir
Elan Ruusamäe [Sun, 21 Aug 2016 20:32:33 +0000 (23:32 +0300)]
drop unused www dir

7 years agofinish systemd macros
Elan Ruusamäe [Sun, 21 Aug 2016 20:31:26 +0000 (23:31 +0300)]
finish systemd macros

7 years agogitlab-ctl: pass upgrade params
Elan Ruusamäe [Sun, 21 Aug 2016 19:09:38 +0000 (22:09 +0300)]
gitlab-ctl: pass upgrade params

7 years agounify example hostname
Elan Ruusamäe [Sun, 21 Aug 2016 13:24:35 +0000 (16:24 +0300)]
unify example hostname

7 years agofix workhorse socket path
Elan Ruusamäe [Sun, 21 Aug 2016 13:24:01 +0000 (16:24 +0300)]
fix workhorse socket path

7 years agoadd nginx.conf config (not packaged altho)
Elan Ruusamäe [Sun, 21 Aug 2016 13:22:47 +0000 (16:22 +0300)]
add nginx.conf config (not packaged altho)

7 years agorename apache conf with sane name
Elan Ruusamäe [Sun, 21 Aug 2016 13:22:03 +0000 (16:22 +0300)]
rename apache conf with sane name

7 years agoapache: fix docroot; update log path
Elan Ruusamäe [Sun, 21 Aug 2016 13:21:24 +0000 (16:21 +0300)]
apache: fix docroot; update log path

7 years agouse gitlab-rake wrapper
Elan Ruusamäe [Sun, 21 Aug 2016 13:20:22 +0000 (16:20 +0300)]
use gitlab-rake wrapper

7 years agoschama.rb needs to be writable
Elan Ruusamäe [Sat, 20 Aug 2016 22:43:38 +0000 (01:43 +0300)]
schama.rb needs to be writable

7 years agomove files cleanup to script
Elan Ruusamäe [Sat, 20 Aug 2016 22:05:55 +0000 (01:05 +0300)]
move files cleanup to script

7 years agoup to 8.10.7
Elan Ruusamäe [Sat, 20 Aug 2016 19:56:13 +0000 (22:56 +0300)]
up to 8.10.7

7 years agosimplify db/schema.rb handling gitlab-ce-8.10.6-0.52
Elan Ruusamäe [Sat, 20 Aug 2016 10:56:45 +0000 (13:56 +0300)]
simplify db/schema.rb handling

just move it to /etc and keep symlink in original place

7 years agomake db/schema.rb writable
Elan Ruusamäe [Sat, 20 Aug 2016 10:41:27 +0000 (13:41 +0300)]
make db/schema.rb writable

$ gitlab-rake db:migrate
Errno::EACCES: Permission denied @ rb_sysopen - /var/lib/gitlab/db/schema.rb
/var/lib/gitlab/vendor/bundle/ruby/gems/activerecord-4.2.7.1/lib/active_record/railties/databases.rake:239:in `initialize'
/var/lib/gitlab/vendor/bundle/ruby/gems/activerecord-4.2.7.1/lib/active_record/railties/databases.rake:239:in `open'
/var/lib/gitlab/vendor/bundle/ruby/gems/activerecord-4.2.7.1/lib/active_record/railties/databases.rake:239:in `block (3 levels)
 in <top (required)>'
/var/lib/gitlab/vendor/bundle/ruby/gems/activerecord-4.2.7.1/lib/active_record/railties/databases.rake:52:in `block (2 levels)
in <top (required)>'
/var/lib/gitlab/vendor/bundle/ruby/gems/activerecord-4.2.7.1/lib/active_record/railties/databases.rake:45:in `block (2 levels)
in <top (required)>'
Tasks: TOP => db:schema:dump
(See full trace by running task with --trace)

7 years agoskip rugged second install
Elan Ruusamäe [Fri, 19 Aug 2016 13:10:58 +0000 (16:10 +0300)]
skip rugged second install

it messes up cache

7 years agodocs subpackage
Elan Ruusamäe [Fri, 19 Aug 2016 07:02:51 +0000 (10:02 +0300)]
docs subpackage

7 years agocleanup .rdoc, .txt
Elan Ruusamäe [Fri, 19 Aug 2016 05:38:15 +0000 (08:38 +0300)]
cleanup .rdoc, .txt

7 years agodo rugged hack in install
Elan Ruusamäe [Fri, 19 Aug 2016 05:37:51 +0000 (08:37 +0300)]
do rugged hack in install

so it doesn't mess up the cache

7 years agoverbose gem install
Elan Ruusamäe [Fri, 19 Aug 2016 04:54:00 +0000 (07:54 +0300)]
verbose gem install

7 years agocleanup also gems/rugged
Elan Ruusamäe [Thu, 18 Aug 2016 21:18:33 +0000 (00:18 +0300)]
cleanup also gems/rugged

7 years agofix rugged libgit2 cleanup
Elan Ruusamäe [Thu, 18 Aug 2016 21:13:31 +0000 (00:13 +0300)]
fix rugged libgit2 cleanup

...excludes 36M packaging of source and build files

7 years agoinstall newer rugged for diff bug
Elan Ruusamäe [Thu, 18 Aug 2016 21:12:53 +0000 (00:12 +0300)]
install newer rugged for diff bug

https://gitlab.com/gitlab-org/gitlab-ce/issues/14972

7 years agocleanup gem install leftovers
Elan Ruusamäe [Thu, 18 Aug 2016 16:11:21 +0000 (19:11 +0300)]
cleanup gem install leftovers

not needed at runtime (and no plans supporting gem commands)
saves ~260M of installed size

7 years agoscript to cleanup ruby vendor dir
Elan Ruusamäe [Fri, 13 May 2016 19:10:44 +0000 (22:10 +0300)]
script to cleanup ruby vendor dir

7 years agoup to 8.10.6
Elan Ruusamäe [Thu, 18 Aug 2016 11:26:09 +0000 (14:26 +0300)]
up to 8.10.6

7 years agoup to 8.10.5 gitlab-ce-8.10.5-0.38
Elan Ruusamäe [Tue, 16 Aug 2016 08:12:03 +0000 (11:12 +0300)]
up to 8.10.5

7 years agoup to 8.10.4 gitlab-ce-8.10.4-0.38
Elan Ruusamäe [Thu, 4 Aug 2016 18:35:48 +0000 (21:35 +0300)]
up to 8.10.4

7 years agoupdate gitlab-shell dep gitlab-ce-8.10.3-0.38
Elan Ruusamäe [Thu, 4 Aug 2016 06:35:19 +0000 (09:35 +0300)]
update gitlab-shell dep

WARNING: This version of GitLab depends on gitlab-shell 3.2.1, but
you're running 2.7.2. Please update gitlab-shell.

7 years agoup to 8.10.3
Elan Ruusamäe [Tue, 2 Aug 2016 12:56:37 +0000 (15:56 +0300)]
up to 8.10.3

7 years agoup to 8.10.2 gitlab-ce-8.10.2-0.37
Elan Ruusamäe [Thu, 28 Jul 2016 13:13:01 +0000 (16:13 +0300)]
up to 8.10.2

7 years agoup to 8.8.5 gitlab-ce-8.8.5-0.37
Elan Ruusamäe [Tue, 21 Jun 2016 13:21:20 +0000 (16:21 +0300)]
up to 8.8.5

7 years ago8.8.4 gitlab-ce-8.8.4-0.37
Elan Ruusamäe [Fri, 10 Jun 2016 15:09:24 +0000 (18:09 +0300)]
8.8.4

7 years agouse git user in tmpfiles gitlab-ce-8.8.3-0.37
Elan Ruusamäe [Sat, 4 Jun 2016 21:28:46 +0000 (00:28 +0300)]
use git user in tmpfiles

7 years agoup to 8.8.3
Elan Ruusamäe [Fri, 3 Jun 2016 14:26:48 +0000 (17:26 +0300)]
up to 8.8.3

8 years agoinform that db is auto-backuped gitlab-ce-8.8.2-0.34
Elan Ruusamäe [Fri, 27 May 2016 07:02:13 +0000 (10:02 +0300)]
inform that db is auto-backuped

8 years agoversion pinning isn't that easy; disable for now
Elan Ruusamäe [Fri, 27 May 2016 06:49:37 +0000 (09:49 +0300)]
version pinning isn't that easy; disable for now

This page took 0.154302 seconds and 4 git commands to generate.